{"info":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","description":"<html><head></head><body><h1 id=\"what-is-the-communitywebapi-beta\">What is the CommunityWebAPI BETA?</h1>\n<p>Welcome to the BETA documentation of CommunityWebAPI; a Restful service that provides data access to both internal and external clients of Community Workforce Management software. The API service is designed with the principles of REST (Representational State Transfer) in mind, although some variations from the pure REST design pattern exist. To jump right in and start working with the API you will want to begin with the Authentication Endpoints. However, to provide the best start for onboarding, below are a few details on the CommunityWebAPI to help you better understand the platform.</p>\n<p><strong>Note:</strong> This CommunityWebAPI BETA is being continuously updated. Your downloaded copy may become out of date as a result. Please note the Last Updated date at the top of this documentatation. If your documenation is out of date, you can use the Run in Postman button again to update your copy as needed.</p>\n<p>If you have any questions or need any particular endpoint documented more thoroughly, please reach out to the CommunityWebAPI team.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>The various endpoints of the CommunityWebAPI are organized into categories to make navigation a bit easier. As you explore, clicking the folders containing each endpoint will offer additional details on how they are used and some of the common endpoints it contains.</p>\n<p>For the endpoints themselves, you should see a description of each parameter required as well as example requests and responses to the right.</p>\n<p>When viewing the documentation online you can change between the various example requests using the drop down at the top right as shown below.</p>\n<img src=\"https://content.pstmn.io/cdc2de28-b5c9-41c8-905e-05b6b74c2f07/aW1hZ2UucG5n\" width=\"1150\" height=\"815\">\n\n<p>If you use <a href=\"https://developer.communitywfm.com/#run-in-postman\">Run in Postman</a>, the various examples will show up under each endpoint in the folder tree on the left.</p>\n<img src=\"https://content.pstmn.io/61a8c8a5-2d68-46cd-ab62-ba5e115c8bfe/aW1hZ2UucG5n\" width=\"368\" height=\"749\">\n\n<p>Where possible, the parameters that are required for each endpoint are marked with REQUIRED in the description field. Some parameters are only required in certain contexts which will also be detailed. The best place to get started is by downloading this documentation as a collection using the Run in Postman button as detailed below.</p>\n<h1 id=\"run-in-postman\">Run in Postman</h1>\n<p>If you click Run in Postman you'll be given the option to download the API collection used in the documentation into your local Postman environment to use against your own server. In order to use this option you will first want to make sure you have Postman installed or at least a web account setup. You can download a copy from their official site <a href=\"https://www.postman.com/downloads/\">here</a>. Once you have Postman installed or your account created click the Run in Postman button. You will be asked to run this online in a web based interface or via the application you downloaded. Either route should follow the same steps.</p>\n<p>You will be prompted where to import the collection. This is requesting to know which workspace you would like to use. If this is a fresh install of Postman you can just choose My Workspace as shown below.</p>\n<p><strong>NOTE</strong>: The documentation is being continuously updated so we recommend you update your downloaded POSTMAN collection periodically or subscribe to the collection to maintain the latest version.</p>\n<img src=\"https://content.pstmn.io/20c97e8b-a19c-4e98-8057-76023cf226c2/aW1hZ2UucG5n\" width=\"429\" height=\"483\">\n\n<h1 id=\"creating-an-environment\">Creating an Environment</h1>\n<p>After you import the collection you are nearly ready to start working. But you'll need to define your environment first. To do this first click on Enviornments on the left, then the New button next to Import at the top of the Environments list, and then in the pop up window click on Environment (as shown below).</p>\n<img src=\"https://content.pstmn.io/f693e89b-d433-46fb-899f-d045e6300068/aW1hZ2UucG5n\" width=\"942\" height=\"571\">\n\n<p>You'll be prompted to name your environment first, then you'll want to define the following variables for your environment:</p>\n<ul>\n<li><p>envName - This is the server name bbut with API on the end. For example if you connect using <a href=\"https://YourServer.com/CommunityWeb\">https://YourServer.com/CommunityWeb</a> then your envName variable's value would be <a href=\"https://YourServer.com/CommunityWebApi\">https://YourServer.com/CommunityWebApi</a>.</p>\n</li>\n<li><p>authName - This is the authenticating user name you want to use for connecting to the API.</p>\n</li>\n<li><p>authPass - This is the password that goes with the user name above for authenticating the API.</p>\n</li>\n<li><p>WFMSGAPIKEY - This variable, in all caps, you do not need to define. The API will fill this in as it authenticates with constantly changing authentication keys. To learn more about the authenticartion process click on the authentication folder for a general overview.</p>\n</li>\n</ul>\n<p>Once this Environment is configured (see the example below for an example of a proper configuration) you are ready to begin working with the CommunityWFM API.</p>\n<img src=\"https://content.pstmn.io/cb32623d-ccf0-4920-822b-09da7c9d650a/aW1hZ2UucG5n\" width=\"1064\" height=\"252\">\n\n<h1 id=\"authentication\">Authentication</h1>\n<p>All endpoints in the Postman Collection are using a Collection-level pre-request script to authenticate before each run to streamline your use of the Collection. You can find the details of this pre-request script by clicking on the CommunityWebAPI BETA collection and choosing the Pre-Request Script tab as shown below.</p>\n<img src=\"https://content.pstmn.io/6f9832f3-f74c-40fc-a152-c464e152fa41/aW1hZ2UucG5n\" width=\"890\" height=\"178\">\n\n<p>When writing your own code, however, you'll need to authenticate using the process detailed in the Authentication section. Just click the Authentication folder to see the full instructions on how to obtain and use authtokens from CommunityWebAPI.</p>\n<h1 id=\"common-use-cases\">Common Use Cases</h1>\n<p>While there are many endpoints to cover a broad range of uses, there are a few common use cases that you may want to start with. Below are a few examples and links to the endpoints you can use to achieve them:</p>\n<ol>\n<li><p>Adding/Updating agents</p>\n<ol>\n<li><a href=\"https://developer.communitywfm.com/#750800a0-603b-46c7-882b-3aa2e8a3f204\">POST Agent</a></li>\n</ol>\n</li>\n<li><p>Adding/Updating agent schedule events</p>\n<ol>\n<li><a href=\"https://developer.communitywfm.com/#da93a576-ed21-48de-a364-7839ec2bcc7e\">POST ScheduleEvent</a> (several options available; see included examples for more details)</li>\n</ol>\n</li>\n<li><p>Retrieving an agent schedules</p>\n<ol>\n<li><a href=\"https://developer.communitywfm.com/#88897cbc-2cf8-44de-9ace-440fc2deb35b\">GET PublishedSchedule</a> (several options available; see included examples for more details)</li>\n</ol>\n</li>\n<li><p>Retrieving an agent's PTO Accrual Balance</p>\n<ol>\n<li><a href=\"https://developer.communitywfm.com/#f23a0f71-1f26-4eb4-8b62-6784167a450e\">GET PublishedAccrualCalendarReport</a></li>\n</ol>\n</li>\n<li><p>Updating an agent's PTO Accrual Balance</p>\n<ol>\n<li><a href=\"https://developer.communitywfm.com/#f463557f-78e2-48fb-8d52-4ce40d700f7b\">POST PublishedAccrualCalendar</a></li>\n</ol>\n</li>\n</ol>\n<p>Note: Be sure to refer to the examples included for each endpoint to see successfully<br>completed requests and the response received.</p>\n<h1 id=\"glossary\">Glossary</h1>\n<p>As you work with the Community WFM API you’ll find that you’re often asked to use ID numbers instead of text values. One of the most common examples is using the Agent ID instead of the Agent’s name. The ID’s help with security by masking potentially sensitive information but can make using the API more difficult. To make finding the ID you need easier, below are a few of the common IDs requested throughout the API as well as the calls you can make to get a list of values you can use.</p>\n<ul>\n<li><p>AgentId/UserId – These refer to the Community created IDs. AgentId<br>  refers to the agent whose data you want to view/alter/create. UserId defines which users’ security is used for the desired action.</p>\n<ul>\n<li>GET - {{envName}}<em>/api/Agent?requestingAgentId=1</em></li>\n</ul>\n</li>\n<li><p>ScheduleId – Schedule ID is an integer that refers to a specific schedule. As multiple schedules can be created in Community WFM you’ll often need to include details on which schedule you’re working with to get accurate results.</p>\n<ul>\n<li>GET {{envName}}<em>/api/WorkingScheduleList?userId=1</em></li>\n</ul>\n</li>\n<li><p>ActivityId – The Activities can be thought of as business units. A common example Activity is \"Contact Center\". The ActivityId is an internally generated integer to differentiate between these Activities and is use on reports and agent assignments.</p>\n<ul>\n<li>GET {{envName}}<em>/api/Activity?activityId=NULL&amp;userId=1</em></li>\n</ul>\n</li>\n<li><p>{{envName}} - Throughout this documentation you'll find {{envName}} listed as part of the URL. This is a placeholder for your own CommunityWFM url. An example of your URL to replace {{envName}} might look like would be demo.communitywfm.com/CommunityWebApi</p>\n</li>\n<li><p>EventId – This ID designates the specific EventTypes. These can be things like ‘Email Work’, ‘Meeting – QA’, or ‘Training’ and define the states an agent could be in.</p>\n<ul>\n<li>GET {{envName}}<em>/api/EventType?userId=1</em></li>\n</ul>\n</li>\n<li><p>ClassificationId – This ID represents the classification of scheduled events. Whereas EventId refers to specific types of events, Classification ID defines the classification for events. ‘Work’, ‘Meeting’, ‘Break &amp; Lunch’</p>\n<ul>\n<li>GET {{envName}}<em>/api/EventTypeClassification/</em></li>\n</ul>\n</li>\n<li><p>AccrualProviderId – Community WFM has it’s own built in accrual system which has a value of 1. However, you may opt to set up your own accrual rules or import them in Excel format and these custom Accrual Providers will have their own unique IDs. The call below will detail all Accrual Providers and their IDs.</p>\n<ul>\n<li>GET {{envName}}/api/AccrualProvider?userId=1&amp;sourceCulture=&amp;accrualProviderId=</li>\n</ul>\n</li>\n<li><p>TimeZoneID – Unlike most of the other IDs on this list, the Timezone ID uses the Timezone index values defined by Microsoft. There are multiple resources online that will detail Timezone Index numbers as well as in the .NET Framework documentation. You can use GET TimeZone to get a list of all IDs.</p>\n<ul>\n<li>GET {{envName}}/api/TimeZone/?id=</li>\n</ul>\n</li>\n<li><p>TransactionFlagID/ListTypeID - These appear throughout the API and are used when there are multiple actions or views available from the endpoint. The description field should indicate what options are available.</p>\n</li>\n<li><p>ScopeTypeID and ScopeID - This combination will appear in several places throughout the API. When an endpoint has both of these they will work together to help limit the scope of whatever you're trying to do. The scopeTypeID will first set what kind of data you're working with. A common value is 1 for Activity. This means whatever you're doing in the API you want to affect/view the Activity level. If we use 1 in the scopeTypeID field then the ScopeID field will now expect an Activity ID. If you were to choose a scopeTypeID of 2 for Supervisors to limit the scope to only those agents under a specific supervisor, now the scopeID field will expect an AgentID; the ID of the supervisor. These two fields always work together setting the type of data with one, and the actual value of that data with the other.</p>\n</li>\n</ul>\n<h1 id=\"endpoints\">Endpoints:</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"What is the CommunityWebAPI BETA?","slug":"what-is-the-communitywebapi-beta"},{"content":"Getting Started","slug":"getting-started"},{"content":"Run in Postman","slug":"run-in-postman"},{"content":"Creating an Environment","slug":"creating-an-environment"},{"content":"Authentication","slug":"authentication"},{"content":"Common Use Cases","slug":"common-use-cases"},{"content":"Glossary","slug":"glossary"},{"content":"Endpoints:","slug":"endpoints"}],"owner":"30606709","collectionId":"96f0af66-94dc-4390-90ae-e98d251c5896","publishedId":"2sA3JRYeY7","public":true,"customColor":{"top-bar":"FFF","right-sidebar":"777","highlight":"FF8800"},"publishDate":"2024-05-15T23:25:20.000Z"},"item":[{"name":"Authentication","item":[{"name":"AuthenticateEx","event":[{"listen":"prerequest","script":{"id":"5e6d8c12-508a-4ec9-b974-58ee444f6755","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"dc22f306-0686-4ed1-9144-06e2e3853770","exec":[""],"type":"text/javascript","packages":{}}}],"id":"afaf973c-97b0-4c5a-a914-73c9f2b4764f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"l","value":"{{authName}}|{{authPass}}","type":"text"}]},"url":"{{envName}}/api/AuthenticateEx","description":"<p>See the Authentication Folder for full authentication details.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AuthenticateEx"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"1bf689c9-1b9c-4070-b1cf-b5bd23155f57","name":"Authentication","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"l","value":"User|Password","type":"text"}]},"url":"https://demo.wfmsg.com/CommunityWebApi/api/AuthenticateEx"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:59:38 GMT"},{"key":"Content-Length","value":"325"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"authToken\": \"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrn19UobnyQ25HfQseL2p5A=\",\n        \"currentRAPId\": null,\n        \"firstDayOfScheduleWeek\": 1,\n        \"agentId\": 1,\n        \"userRole\": 1000,\n        \"userName\": \"Account, Service\",\n        \"timeZone\": 20,\n        \"language\": \"en-us\"\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"afaf973c-97b0-4c5a-a914-73c9f2b4764f"}],"id":"713cd8fd-df5f-45a7-b9a5-ba570377ab33","description":"<p>In order to authenticate, clients must make a POST call to the AuthenticateEx method with a single parameter “l” (lowercase “L”) and a value of “username|password” (That is the name of the user pipe-delimited with the user’s password). Be sure to send this as x-www-form-urlencoded in the body of the request. An example using the 3rd party application Postman is shown below:</p>\n<img src=\"https://content.pstmn.io/76c809db-083d-48c8-b123-15a9e0efd7cf/aW1hZ2UucG5n\" width=\"687\" height=\"261\" />\n\n<p>The AuthenticateEx method will validate the user’s identity and password and load the user’s info if validated. If the credentials are not valid, the service produces an exception and returns the appropriate message to the client.</p>\n<h1 id=\"response-json-object\">Response JSON Object</h1>\n<p>When successful, the authentication method does a soft login of the user and retrieves pertinent information to create an authorization token. The service returns this authorization token and additional required user attributes to the client via a JSON object as shown below:</p>\n<img src=\"https://content.pstmn.io/1e59204f-af31-4ff4-833e-1d31ad4917dc/aW1hZ2UucG5n\" width=\"665\" height=\"321\" />\n\n<h1 id=\"json-response-object-attributes\">JSON Response Object Attributes</h1>\n<p>The JSON response object has several pieces useful information available. In this section we’ll walk through each part of the response JSON.</p>\n<p>Message will show empty quotes on a success or useful information on failure to authenticate.</p>\n<p>Success will confirm with a true/false if the authentication was successful.</p>\n<p>ExceptionResult will show a specific error if applicable.</p>\n<p>Data contains the primary data needed for working with the API including the authentication token which will be used for subsequent invocations of the API. These data points are as follows:</p>\n<ul>\n<li><p><em>authToken</em> (string): An encrypted / encoded string that provides the authorization for future calls (as described in the Using the authToken section below).</p>\n</li>\n<li><p><em>currentRAPId</em> (int): An integer defining the current Restricted Action Plan for the agent if applicable.</p>\n</li>\n<li><p><em>FirstDayOfScheduleWeek</em> (int): The integer defining which day marks the beginning of week for the agent. 1 represents Monday, 2 is Tuesday, etc. through 7 for Sunday.</p>\n</li>\n<li><p><em>agentId</em> (int): This is the system created integer representing the user. Integers representing key values are used as parameters throughout the API rather than strings to bolster both security and reliability.</p>\n</li>\n<li><p><em>userRole</em> (int): This integer defines the role of the user. (100 = agent, 200 = supervisor, 300 = scheduler, 400 = administrator, 1000 = superuser)</p>\n</li>\n<li><p><em>userName</em> (string): This is the full name (Last Name, First name Middle Initial) associated with the user.</p>\n</li>\n<li><p><em>timeZone</em> (string): This is the user’s timezone defined by a numeric time zone code. In the example above 20 is used which represents central time.</p>\n</li>\n<li><p><em>language</em> (string): This confirms the user language, in this case en-us representing English-US.</p>\n</li>\n</ul>\n<h1 id=\"using-the-authtoken\">Using the authToken</h1>\n<p>The client must retain the value of the authToken and supply that during subsequent calls to the API service in an HTTP header named “WFMSGAPIKEY”. In addition, the API service will refresh the token and return it each time a client invokes a gated method. The API service method will place a new value in a response HTTP header with the same name.</p>\n<p><em>Note: The default lifespan of any API authorization token is 20 minutes.</em></p>\n<p>Here is an example using the authToken from above to get a list of Agents in Postman:</p>\n<img src=\"https://content.pstmn.io/8c9ff8c4-7643-4e53-90da-207d7549b9f5/aW1hZ2UucG5n\" width=\"1094\" height=\"513\" />\n\n<p>Note: All endpoints in Postman are using a pre-request script to authenticate before each call. You can find the details of this pre-request script by clicking on the CommunityWebAPI collection and choosing the Pre-Request Script tab.</p>\n","_postman_id":"713cd8fd-df5f-45a7-b9a5-ba570377ab33","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"People","item":[{"name":"Agent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"597ecfa5-7f0b-4728-a2d7-f1823a2090ab"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"81d3db99-a793-40a5-abde-d8166f7b7977"}}],"id":"b0673dd7-1c5b-491c-96d7-ddf8e5275053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"fcd4a37a-9110-443e-a655-cd8d2e671b76"}],"url":"{{envName}}/api/Agent?Id=449&requestingAgentId=1","description":"<p>This endpoint returns agents details such as email, supervisor info, hire date, etc.</p>\n<p>By including the ID of the agent you want to look up and the ID of the agent whose security is requesting the information a full list of agent details will be returned (See Agent Details example). If you do not provide the ID and requestingAgentId a simple list of agent names and their AgentIDs will be returned. (See Simple List example).</p>\n<p>To get a list of all agents use the AgentList endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Agent"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>ID of agent whose information you want. If a list of agents is needed please see api/AgentList.</p>\n","type":"text/plain"},"key":"Id","value":"449"},{"description":{"content":"<p>REQUIRED: The Agent ID of the agent requesting the infromation. If invalid or not included very simple agent details will be returned. When requestingAgentID is provided along with a specific Agent's ID in the parameter above, the full agent details will be returned.</p>\n","type":"text/plain"},"key":"requestingAgentId","value":"1"}],"variable":[]}},"response":[{"id":"70813b89-dd3e-4729-b93b-b629cd1d32bc","name":"Agent Details","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/Agent?Id=449&requestingAgentId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","Agent"],"query":[{"key":"Id","value":"449","description":"OPTIONAL: ID of agent whose information you want. If a list of agents is needed please see api/AgentList."},{"key":"requestingAgentId","value":"1","description":"REQUIRED: The Agent ID of the agent requesting the infromation. If invalid or not included very simple agent details will be returned. When requestingAgentID is provided along with a specific Agent's ID in the parameter above, the full agent details will be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPvSOaIs/YHks+gRMfz/Apzc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:22:44 GMT"},{"key":"Content-Length","value":"1157"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"LoginId\": \"nmcbride\",\n        \"HireDate\": \"2016-07-10T00:00:00\",\n        \"LastName\": \"McBride\",\n        \"WorkType\": 1,\n        \"EmployeeId\": \"NNM17965\",\n        \"EmailAddress\": \"nmcbride@gmail.com\",\n        \"UseDefaultTimezone\": false,\n        \"AgentId\": 449,\n        \"Title\": \"Sales/Service Rep\",\n        \"ThemeId\": 57,\n        \"ThemeName\": \"PurpleGradient\",\n        \"FirstName\": \"Natasha\",\n        \"ActivityId\": 2,\n        \"TimeZoneId\": 20,\n        \"Tiebreaker\": 0,\n        \"EmployeeClassificationId\": null,\n        \"MiddleInitial\": null,\n        \"SupervisorId\": 541,\n        \"RoleId\": 100,\n        \"ImageUrl\": \"no_photo.jpg\",\n        \"LoginTime\": null,\n        \"DeviceLoginId\": null,\n        \"IsDefaultDeviceLoginId\": null,\n        \"SyncSourceCount\": 0,\n        \"PendingChangeCount\": 4,\n        \"LeafActivityCount\": 4,\n        \"ExternalUserId\": null,\n        \"DefaultFirstDayOfScheduleWeek\": 1,\n        \"IsActive\": true,\n        \"UserTags\": \"#Spanish\",\n        \"SecurityKeyCount\": 104,\n        \"PtoPolicyId\": 2,\n        \"CurrentRAPId\": null,\n        \"SupervisorName\": \"Tritten, Thomas \",\n        \"LocaleId\": null,\n        \"AssignedLocaleId\": 1,\n        \"MaskOnExit\": false,\n        \"IsMasked\": false,\n        \"CreateDate\": null,\n        \"LastUpdate\": \"2024-01-05T13:35:52.307\",\n        \"FullName\": \"McBride, Natasha\",\n        \"Name\": \"McBride, Natasha\",\n        \"Description\": \"Sales/Service Rep\",\n        \"Icon\": \"agent.wfmsgimg?type=0&agentid=449\",\n        \"SourceCulture\": \"en-us\",\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"b99f9c17-4aca-49dd-acc9-f27669d21be8","name":"Simple List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/Agent","host":["{{envName}}"],"path":["api","Agent"],"query":[{"key":"Id","value":"449","description":"OPTIONAL: ID of agent whose information you want. If a list of agents is needed please see api/AgentList.","disabled":true},{"key":"requestingAgentId","value":"1","description":"REQUIRED: The Agent ID of the agent requesting the infromation. If invalid or not included very simple agent details will be returned. When requestingAgentID is provided along with a specific Agent's ID in the parameter above, the full agent details will be returned.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPnNVsr60Zz5Ulv9NqXga/4M="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:22:06 GMT"},{"key":"Content-Length","value":"11077"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"HireDate\": \"30 Nov 2023\",\n            \"EmailAddress\": \"hummadi@wfmsg.com\"\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 555,\n            \"FullName\": \"Test, Test from UI \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 543,\n            \"FullName\": \"test123, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 542,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 544,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 545,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 546,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 547,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 548,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 549,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 550,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 551,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 552,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 553,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 554,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 556,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 557,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 558,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 559,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b0673dd7-1c5b-491c-96d7-ddf8e5275053"},{"name":"Agent","event":[{"listen":"prerequest","script":{"id":"467bf9d8-15d2-4513-b8ec-b906f1370ddd","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"dddc7046-9745-4e25-b813-147bb5cfa4bd","exec":[""],"type":"text/javascript","packages":{}}}],"id":"750800a0-603b-46c7-882b-3aa2e8a3f204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = Insert, 2 = Update, 3 = Delete, 4 = Update Default Work Type, 5 = Update Login Id, 6 = Update Password</p>\n","type":"text"},{"key":"id","value":"","description":"<p>REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.</p>\n","type":"text","disabled":true},{"key":"firstName","value":"Charles","description":"<p>REQUiRED on INSERT: String defining the agent's first name.</p>\n","type":"text"},{"key":"lastName","value":"Smith","description":"<p>REQUiRED on INSERT: String defining the agent's last name.</p>\n","type":"text"},{"key":"middleInitial","value":"R","description":"<p>REQUiRED on INSERT: String defining the agent's middle initial.</p>\n","type":"text"},{"key":"title","value":"Acquisitions","description":"<p>REQUIRED on INSERT: String value defining the title of the agent. Can be left blank/NULL. </p>\n","type":"text"},{"key":"emailAddress","value":"csmith@verderlinde.com","description":"<p>REQUIRED on INSERT on UPDATE: String defining the email address of the agent.</p>\n","type":"text"},{"key":"employeeId","value":"csmith","description":"<p>REQUIRED ON ALL BUT INSERT: The Employee ID of the agent. You can use the GET Agent endpoint or GET AgentList to find the format used by other agents.</p>\n","type":"text"},{"key":"supervisorId","value":"278","description":"<p>REQUIRED: The ID of the agent who serves as the supervisor of the agent being added/edited. Use GET Agent to get a list of agent IDs you can use.</p>\n","type":"text"},{"key":"siteId","value":"12","description":"<p>REQUIRED: Restrict to a specific siteID. Cannot be NULL, but if no siteID can be determined use the top level; 1. Get a list of the sites from GET Activity.</p>\n","type":"text"},{"key":"hireDate","value":"5/13/1897","description":"<p>REQUIRED: The date of hire in M/DD/YYYY format.</p>\n","type":"text"},{"key":"defaultWorkTypeId","value":"12","description":"<p>REQUIRED: Sets the type of work that the agent defaults too. Use GET EventType to get a list of event types or use 1 for work.</p>\n","type":"text"},{"key":"loginId","value":"csmith@vanderlinde.com","description":"<p>REQUIRED: The name you want the user to use when logging into CommunityWFM.</p>\n","type":"text"},{"key":"tiebreakValue","value":"0","description":"<p>REQUIRED: An integer value used to define agent schedule prioritization when two agents are both suitable for the scheduled event.</p>\n","type":"text"},{"key":"roleId","value":"100","description":"<p>REQUIRED: The ID of the role the user is fulfulling. A full lis tcan be found using GET UserRole.</p>\n","type":"text"},{"key":"timeZoneId","value":"20","description":"<p>REQUIRED: Timezone code for the agent. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.</p>\n","type":"text"},{"key":"employeeClassificationId","value":"1","description":"<p>REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"externalLoginId","value":"csmith@vanderlinde.com","description":"<p>REQUIRED on INSERT and Update Login ID: A string defining the external user login id.</p>\n","type":"text"},{"key":"userTags","value":"test123","description":"<p>REQUIRED on INSERT: A string value to act as user tag. This can be left blank. A list of current user tags and their use counts can be found using GET UserTagsList.</p>\n","type":"text"},{"key":"password","value":"P@s5w0rD","description":"<p>REQUIRED on INSERT and Update Password: A string of the password for the user. </p>\n","type":"text"},{"key":"useDefaultLogin","value":"true","description":"<p>REQUIRED: IF an IMPORT function, this flag determines if the agent ID created is the agent's default login.</p>\n","type":"text"},{"key":"applyToDataSource","value":"false","description":"<p>REQUIRED on INSERT: This boolean value determines if the agent should be added to a datasource. If you set this to true you must include a dataSourceId. </p>\n","type":"text"},{"key":"dataSourceId","value":"","description":"<p>REQUIRED on INSERT: The integer ID of the datasource. A full list of datasources can be found with GET DataSource.</p>\n","type":"text"},{"key":"localeId","value":"","description":"<p>REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.</p>\n","type":"text"}]},"url":"{{envName}}/api/Agent","description":"<p>The POST Agent Endpoint can be used to add, update, or delete agents within CommunityWFM. The transactionFlagID parameter must be included and will dictate which action is undertaken.</p>\n<ol>\n<li><p>INSERT - adds an agent to the agent list in CommunityWFM.</p>\n</li>\n<li><p>UPDATE - Allows you to update properties of an agent. Does not update password, default work type, nor the login ID.</p>\n</li>\n<li><p>DELETE - This removes the agent entirely from CommunityWFM. Please exercise caution when removing agents.</p>\n</li>\n<li><p>UPDATE DefaultWorkType - This flag allows updating the default work type. No other details updated will be changed other than the default work type even if changed within the parameters.</p>\n</li>\n<li><p>UPDATE Login ID - By using this, you can update the login ID. No other information will be changed with this transaction type.</p>\n</li>\n<li><p>UPDATE Password - A new password supplied for a user through this transaction will allow the current password to be overwritten.</p>\n</li>\n</ol>\n<p>There are various combinations of parameters needed depending on the transactionFlagId you choose. Be sure to check each parameter to determine if it's required for your use case. You can include all parameters or reduce to only those required.</p>\n<p>Please see the included examples for more details.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Agent"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"f358ef44-dc9c-45ac-9b72-9c986ce2f29e","name":"1 - Add an Agent","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"e21b5ad5-61e3-4b5e-8ad7-7c757bf930fa"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = Insert, 2 = Update, 3 = Delete, 4 = Update Default Work Type, 5 = Update Login Id, 6 = Update Password","type":"text"},{"key":"id","value":"","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text","disabled":true},{"key":"firstName","value":"Jim","description":"REQUiRED on INSERT: String defining the agent's first name.","type":"text"},{"key":"lastName","value":"Milton","description":"REQUiRED on INSERT: String defining the agent's last name.","type":"text"},{"key":"middleInitial","value":"C","description":"REQUiRED on INSERT: String defining the agent's middle initial.","type":"text"},{"key":"title","value":"Sales/Service Rep","description":"REQUIRED on INSERT: String value defining the title of the agent. Can be left blank/NULL. ","type":"text"},{"key":"emailAddress","value":"jmilton@verderlinde.com","description":"REQUIRED on INSERT on UPDATE: String defining the email address of the agent.","type":"text"},{"key":"employeeId","value":"jmilton","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"supervisorId","value":"278","description":"REQUIRED: The ID of the agent who serves as the supervisor of the agent being added/edited. Use GET Agent to get a list of agent IDs you can use.","type":"text"},{"key":"siteId","value":"12","description":"REQUIRED: Restrict to a specific siteID. Get a list of the sites from GET Activity.","type":"text"},{"key":"hireDate","value":"5/13/1897","description":"REQUIRED: The date of hire in M/DD/YYYY format.","type":"text"},{"key":"defaultWorkTypeId","value":"1","description":"REQUIRED: Sets the type of work that the agent defaults too. Use GET EventType to get a list of event types or use 1 for work.","type":"text"},{"key":"loginId","value":"jmilton","description":"REQUIRED: The name you want the user to use when logging into CommunityWFM.","type":"text"},{"key":"tiebreakValue","value":"0","description":"REQUIRED: An integer value used to define agent schedule prioritization when two agents are both suitable for the scheduled event.","type":"text"},{"key":"roleId","value":"100","description":"REQUIRED: The ID of the role the user is fulfulling. A full lis tcan be found using GET UserRole.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code for the agent. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.","type":"text"},{"key":"userId","value":"1jmilton","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"externalLoginId","value":"jmarston@vanderlinde.com","description":"REQUIRED on INSERT and Update Login ID: A string defining the external user login id.","type":"text"},{"key":"userTags","value":"test123","description":"REQUIRED on INSERT: A string value to act as user tag. This can be left blank. A list of current user tags and their use counts can be found using GET UserTagsList.","type":"text"},{"key":"password","value":"CCstobi1492.","description":"REQUIRED on INSERT and Update Password: A string of the password for the user. ","type":"text"},{"key":"useDefaultLogin","value":"true","description":"REQUIRED: IF an IMPORT function, this flag determines if the agent ID created is the agent's default login.","type":"text"},{"key":"applyToDataSource","value":"false","description":"REQUIRED on INSERT: This boolean value determines if the agent should be added to a datasource. If you set this to true you must include a dataSourceId. ","type":"text"},{"key":"dataSourceId","value":"","description":"REQUIRED on INSERT: The integer ID of the datasource. A full list of datasources can be found with GET DataSource.","type":"text"},{"key":"localeId","value":"","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.","type":"text"}]},"url":"{{envName}}/api/Agent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEOuKH4RBL/xDmGSSfxMnV9SSOw9NTS39k="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 15 May 2024 21:38:46 GMT"},{"key":"Content-Length","value":"1123"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"LoginId\": \"jmilton\",\n        \"HireDate\": \"1897-05-13T00:00:00\",\n        \"LastName\": \"Milton\",\n        \"WorkType\": 1,\n        \"EmployeeId\": \"jmilton\",\n        \"EmailAddress\": \"jmilton@verderlinde.com\",\n        \"UseDefaultTimezone\": null,\n        \"AgentId\": 565,\n        \"Title\": \"Sales/Service Rep\",\n        \"ThemeId\": null,\n        \"ThemeName\": null,\n        \"FirstName\": \"Jim\",\n        \"ActivityId\": 12,\n        \"TimeZoneId\": 20,\n        \"Tiebreaker\": 0,\n        \"EmployeeClassificationId\": 1,\n        \"MiddleInitial\": \"C\",\n        \"SupervisorId\": 278,\n        \"RoleId\": 100,\n        \"ImageUrl\": null,\n        \"LoginTime\": null,\n        \"DeviceLoginId\": null,\n        \"IsDefaultDeviceLoginId\": null,\n        \"SyncSourceCount\": null,\n        \"PendingChangeCount\": null,\n        \"LeafActivityCount\": null,\n        \"ExternalUserId\": null,\n        \"DefaultFirstDayOfScheduleWeek\": null,\n        \"IsActive\": false,\n        \"UserTags\": \"test123\",\n        \"SecurityKeyCount\": 0,\n        \"PtoPolicyId\": null,\n        \"CurrentRAPId\": null,\n        \"SupervisorName\": null,\n        \"LocaleId\": null,\n        \"AssignedLocaleId\": null,\n        \"MaskOnExit\": null,\n        \"IsMasked\": null,\n        \"CreateDate\": null,\n        \"LastUpdate\": null,\n        \"FullName\": \"Milton, Jim C\",\n        \"Name\": \"Milton, Jim C\",\n        \"Description\": \"Sales/Service Rep\",\n        \"Icon\": \"agent.wfmsgimg?type=0&agentid=565\",\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"89187c75-7742-48ae-a46c-176e3002f03d","name":"2 - Update Agent (Middle initial added)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"e21b5ad5-61e3-4b5e-8ad7-7c757bf930fa"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: 1 = Insert, 2 = Update, 3 = Delete, 4 = Update Default Work Type, 5 = Update Login Id, 6 = Update Password","type":"text"},{"key":"id","value":"565","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"firstName","value":"Jim","description":"REQUiRED on INSERT: String defining the agent's first name.","type":"text"},{"key":"lastName","value":"Milton","description":"REQUiRED on INSERT: String defining the agent's last name.","type":"text"},{"key":"middleInitial","value":"R","description":"REQUiRED on INSERT: String defining the agent's middle initial.","type":"text"},{"key":"title","value":"Sales/Service Rep","description":"REQUIRED on INSERT: String value defining the title of the agent. Can be left blank/NULL. ","type":"text"},{"key":"emailAddress","value":"jrmilton@verderlinde.com","description":"REQUIRED on INSERT on UPDATE: String defining the email address of the agent.","type":"text"},{"key":"employeeId","value":"jrmilton","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"supervisorId","value":"278","description":"REQUIRED: The ID of the agent who serves as the supervisor of the agent being added/edited. Use GET Agent to get a list of agent IDs you can use.","type":"text"},{"key":"siteId","value":"12","description":"REQUIRED: Restrict to a specific siteID. Get a list of the sites from GET Activity.","type":"text"},{"key":"hireDate","value":"5/13/1897","description":"REQUIRED: The date of hire in M/DD/YYYY format.","type":"text"},{"key":"defaultWorkTypeId","value":"1","description":"REQUIRED: Sets the type of work that the agent defaults too. Use GET EventType to get a list of event types or use 1 for work.","type":"text"},{"key":"loginId","value":"jrmilton","description":"REQUIRED: The name you want the user to use when logging into CommunityWFM.","type":"text"},{"key":"tiebreakValue","value":"0","description":"REQUIRED: An integer value used to define agent schedule prioritization when two agents are both suitable for the scheduled event.","type":"text"},{"key":"roleId","value":"100","description":"REQUIRED: The ID of the role the user is fulfulling. A full lis tcan be found using GET UserRole.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code for the agent. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.","type":"text"},{"key":"userId","value":"jrmilton","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"externalLoginId","value":"jrmilton@vanderlinde.com","description":"REQUIRED on INSERT and Update Login ID: A string defining the external user login id.","type":"text"},{"key":"userTags","value":"test123","description":"REQUIRED on INSERT: A string value to act as user tag. This can be left blank. A list of current user tags and their use counts can be found using GET UserTagsList.","type":"text"},{"key":"password","value":"CCstobi1492.","description":"REQUIRED on INSERT and Update Password: A string of the password for the user. ","type":"text"},{"key":"useDefaultLogin","value":"true","description":"REQUIRED: IF an IMPORT function, this flag determines if the agent ID created is the agent's default login.","type":"text"},{"key":"applyToDataSource","value":"false","description":"REQUIRED on INSERT: This boolean value determines if the agent should be added to a datasource. If you set this to true you must include a dataSourceId. ","type":"text"},{"key":"dataSourceId","value":"","description":"REQUIRED on INSERT: The integer ID of the datasource. A full list of datasources can be found with GET DataSource.","type":"text"},{"key":"localeId","value":"","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.","type":"text"}]},"url":"{{envName}}/api/Agent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEOuKH4RBL/xMvCmlFOLyOpi+yi+OciDgA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 15 May 2024 22:07:50 GMT"},{"key":"Content-Length","value":"1183"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"LoginId\": \"jmilton\",\n        \"HireDate\": \"1897-05-13T00:00:00\",\n        \"LastName\": \"Milton\",\n        \"WorkType\": 1,\n        \"EmployeeId\": \"jrmilton\",\n        \"EmailAddress\": \"jrmilton@verderlinde.com\",\n        \"UseDefaultTimezone\": false,\n        \"AgentId\": 565,\n        \"Title\": \"Sales/Service Rep\",\n        \"ThemeId\": 1,\n        \"ThemeName\": \"Default\",\n        \"FirstName\": \"Jim\",\n        \"ActivityId\": 12,\n        \"TimeZoneId\": 20,\n        \"Tiebreaker\": 0,\n        \"EmployeeClassificationId\": 1,\n        \"MiddleInitial\": \"R\",\n        \"SupervisorId\": 278,\n        \"RoleId\": 100,\n        \"ImageUrl\": \"no_photo.jpg\",\n        \"LoginTime\": null,\n        \"DeviceLoginId\": null,\n        \"IsDefaultDeviceLoginId\": null,\n        \"SyncSourceCount\": 0,\n        \"PendingChangeCount\": 0,\n        \"LeafActivityCount\": 1,\n        \"ExternalUserId\": null,\n        \"DefaultFirstDayOfScheduleWeek\": 1,\n        \"IsActive\": true,\n        \"UserTags\": \"test123\",\n        \"SecurityKeyCount\": 105,\n        \"PtoPolicyId\": null,\n        \"CurrentRAPId\": null,\n        \"SupervisorName\": \"Areheart, Sam \",\n        \"LocaleId\": null,\n        \"AssignedLocaleId\": 1,\n        \"MaskOnExit\": false,\n        \"IsMasked\": false,\n        \"CreateDate\": \"2024-05-15T21:38:47.007\",\n        \"LastUpdate\": \"2024-05-15T21:38:47.007\",\n        \"FullName\": \"Milton, Jim R\",\n        \"Name\": \"Milton, Jim R\",\n        \"Description\": \"Sales/Service Rep\",\n        \"Icon\": \"agent.wfmsgimg?type=0&agentid=565\",\n        \"SourceCulture\": \"en-us\",\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"325066b9-ce21-469e-95bc-f1c5e3d165a3","name":"3 - Delete Agent","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"e21b5ad5-61e3-4b5e-8ad7-7c757bf930fa"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: 1 = Insert, 2 = Update, 3 = Delete, 4 = Update Default Work Type, 5 = Update Login Id, 6 = Update Password","type":"text"},{"key":"id","value":"565","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"firstName","value":"Jim","description":"REQUiRED on INSERT: String defining the agent's first name.","type":"text"},{"key":"lastName","value":"Milton","description":"REQUiRED on INSERT: String defining the agent's last name.","type":"text"},{"key":"middleInitial","value":"R","description":"REQUiRED on INSERT: String defining the agent's middle initial.","type":"text"},{"key":"title","value":"Sales/Service Rep","description":"REQUIRED on INSERT: String value defining the title of the agent. Can be left blank/NULL. ","type":"text"},{"key":"emailAddress","value":"jrmilton@verderlinde.com","description":"REQUIRED on INSERT on UPDATE: String defining the email address of the agent.","type":"text"},{"key":"employeeId","value":"jrmilton","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"supervisorId","value":"278","description":"REQUIRED: The ID of the agent who serves as the supervisor of the agent being added/edited. Use GET Agent to get a list of agent IDs you can use.","type":"text"},{"key":"siteId","value":"12","description":"REQUIRED: Restrict to a specific siteID. Get a list of the sites from GET Activity.","type":"text"},{"key":"hireDate","value":"5/13/1897","description":"REQUIRED: The date of hire in M/DD/YYYY format.","type":"text"},{"key":"defaultWorkTypeId","value":"12","description":"REQUIRED: Sets the type of work that the agent defaults too. Use GET EventType to get a list of event types or use 1 for work.","type":"text"},{"key":"loginId","value":"jrmilton@verderlinde.com","description":"REQUIRED: The name you want the user to use when logging into CommunityWFM.","type":"text"},{"key":"tiebreakValue","value":"0","description":"REQUIRED: An integer value used to define agent schedule prioritization when two agents are both suitable for the scheduled event.","type":"text"},{"key":"roleId","value":"100","description":"REQUIRED: The ID of the role the user is fulfulling. A full lis tcan be found using GET UserRole.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code for the agent. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.","type":"text"},{"key":"userId","value":"jrmilton","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"externalLoginId","value":"jrmilton@verderlinde.com","description":"REQUIRED on INSERT and Update Login ID: A string defining the external user login id.","type":"text"},{"key":"userTags","value":"test123","description":"REQUIRED on INSERT: A string value to act as user tag. This can be left blank. A list of current user tags and their use counts can be found using GET UserTagsList.","type":"text"},{"key":"password","value":"P@s5w0rDr3sEt","description":"REQUIRED on INSERT and Update Password: A string of the password for the user. ","type":"text"},{"key":"useDefaultLogin","value":"true","description":"REQUIRED: IF an IMPORT function, this flag determines if the agent ID created is the agent's default login.","type":"text"},{"key":"applyToDataSource","value":"false","description":"REQUIRED on INSERT: This boolean value determines if the agent should be added to a datasource. If you set this to true you must include a dataSourceId. ","type":"text"},{"key":"dataSourceId","value":"","description":"REQUIRED on INSERT: The integer ID of the datasource. A full list of datasources can be found with GET DataSource.","type":"text"},{"key":"localeId","value":"","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.","type":"text"}]},"url":"{{envName}}/api/Agent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEOuKH4RBL/xPNzYSvKUUDf/j2GQ1E0XEM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 15 May 2024 22:33:28 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"ff428bc4-1fe5-475b-ba44-aa7f166c808e","name":"5 - Update Login (Changed to email)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"e21b5ad5-61e3-4b5e-8ad7-7c757bf930fa"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"5","description":"REQUIRED: 1 = Insert, 2 = Update, 3 = Delete, 4 = Update Default Work Type, 5 = Update Login Id, 6 = Update Password","type":"text"},{"key":"id","value":"565","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"firstName","value":"Jim","description":"REQUiRED on INSERT: String defining the agent's first name.","type":"text"},{"key":"lastName","value":"Milton","description":"REQUiRED on INSERT: String defining the agent's last name.","type":"text"},{"key":"middleInitial","value":"R","description":"REQUiRED on INSERT: String defining the agent's middle initial.","type":"text"},{"key":"title","value":"Sales/Service Rep","description":"REQUIRED on INSERT: String value defining the title of the agent. Can be left blank/NULL. ","type":"text"},{"key":"emailAddress","value":"jrmilton@verderlinde.com","description":"REQUIRED on INSERT on UPDATE: String defining the email address of the agent.","type":"text"},{"key":"employeeId","value":"jrmilton","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"supervisorId","value":"278","description":"REQUIRED: The ID of the agent who serves as the supervisor of the agent being added/edited. Use GET Agent to get a list of agent IDs you can use.","type":"text"},{"key":"siteId","value":"12","description":"REQUIRED: Restrict to a specific siteID. Get a list of the sites from GET Activity.","type":"text"},{"key":"hireDate","value":"5/13/1897","description":"REQUIRED: The date of hire in M/DD/YYYY format.","type":"text"},{"key":"defaultWorkTypeId","value":"12","description":"REQUIRED: Sets the type of work that the agent defaults too. Use GET EventType to get a list of event types or use 1 for work.","type":"text"},{"key":"loginId","value":"jrmilton@verderlinde.com","description":"REQUIRED: The name you want the user to use when logging into CommunityWFM.","type":"text"},{"key":"tiebreakValue","value":"0","description":"REQUIRED: An integer value used to define agent schedule prioritization when two agents are both suitable for the scheduled event.","type":"text"},{"key":"roleId","value":"100","description":"REQUIRED: The ID of the role the user is fulfulling. A full lis tcan be found using GET UserRole.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code for the agent. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.","type":"text"},{"key":"userId","value":"jrmilton","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"externalLoginId","value":"jrmilton@vanderlinde.com","description":"REQUIRED on INSERT and Update Login ID: A string defining the external user login id.","type":"text"},{"key":"userTags","value":"test123","description":"REQUIRED on INSERT: A string value to act as user tag. This can be left blank. A list of current user tags and their use counts can be found using GET UserTagsList.","type":"text"},{"key":"password","value":"CCstobi1492.","description":"REQUIRED on INSERT and Update Password: A string of the password for the user. ","type":"text"},{"key":"useDefaultLogin","value":"true","description":"REQUIRED: IF an IMPORT function, this flag determines if the agent ID created is the agent's default login.","type":"text"},{"key":"applyToDataSource","value":"false","description":"REQUIRED on INSERT: This boolean value determines if the agent should be added to a datasource. If you set this to true you must include a dataSourceId. ","type":"text"},{"key":"dataSourceId","value":"","description":"REQUIRED on INSERT: The integer ID of the datasource. A full list of datasources can be found with GET DataSource.","type":"text"},{"key":"localeId","value":"","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.","type":"text"}]},"url":"{{envName}}/api/Agent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEOuKH4RBL/xFHpvVRWk9XU9OPxdxPww1M="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 15 May 2024 22:27:10 GMT"},{"key":"Content-Length","value":"1222"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"LoginId\": \"jrmilton@verderlinde.com\",\n        \"HireDate\": \"1897-05-13T00:00:00\",\n        \"LastName\": \"Milton\",\n        \"WorkType\": 1,\n        \"EmployeeId\": \"jrmilton\",\n        \"EmailAddress\": \"jrmilton@verderlinde.com\",\n        \"UseDefaultTimezone\": false,\n        \"AgentId\": 565,\n        \"Title\": \"Sales/Service Rep\",\n        \"ThemeId\": 1,\n        \"ThemeName\": \"Default\",\n        \"FirstName\": \"Jim\",\n        \"ActivityId\": 12,\n        \"TimeZoneId\": 20,\n        \"Tiebreaker\": 0,\n        \"EmployeeClassificationId\": 1,\n        \"MiddleInitial\": \"R\",\n        \"SupervisorId\": 278,\n        \"RoleId\": 100,\n        \"ImageUrl\": \"no_photo.jpg\",\n        \"LoginTime\": null,\n        \"DeviceLoginId\": null,\n        \"IsDefaultDeviceLoginId\": null,\n        \"SyncSourceCount\": 0,\n        \"PendingChangeCount\": 0,\n        \"LeafActivityCount\": 1,\n        \"ExternalUserId\": \"jrmilton@verderlinde.com\",\n        \"DefaultFirstDayOfScheduleWeek\": 1,\n        \"IsActive\": true,\n        \"UserTags\": \"test123\",\n        \"SecurityKeyCount\": 105,\n        \"PtoPolicyId\": null,\n        \"CurrentRAPId\": null,\n        \"SupervisorName\": \"Areheart, Sam \",\n        \"LocaleId\": null,\n        \"AssignedLocaleId\": 1,\n        \"MaskOnExit\": false,\n        \"IsMasked\": false,\n        \"CreateDate\": \"2024-05-15T21:38:47.007\",\n        \"LastUpdate\": \"2024-05-15T22:26:46.723\",\n        \"FullName\": \"Milton, Jim R\",\n        \"Name\": \"Milton, Jim R\",\n        \"Description\": \"Sales/Service Rep\",\n        \"Icon\": \"agent.wfmsgimg?type=0&agentid=565\",\n        \"SourceCulture\": \"en-us\",\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"15855834-0d9b-4223-b0b2-d727ad4d08e1","name":"6 - Update Password","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"e21b5ad5-61e3-4b5e-8ad7-7c757bf930fa"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"6","description":"REQUIRED: 1 = Insert, 2 = Update, 3 = Delete, 4 = Update Default Work Type, 5 = Update Login Id, 6 = Update Password","type":"text"},{"key":"id","value":"565","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"firstName","value":"Jim","description":"REQUiRED on INSERT: String defining the agent's first name.","type":"text"},{"key":"lastName","value":"Milton","description":"REQUiRED on INSERT: String defining the agent's last name.","type":"text"},{"key":"middleInitial","value":"R","description":"REQUiRED on INSERT: String defining the agent's middle initial.","type":"text"},{"key":"title","value":"Sales/Service Rep","description":"REQUIRED on INSERT: String value defining the title of the agent. Can be left blank/NULL. ","type":"text"},{"key":"emailAddress","value":"jrmilton@verderlinde.com","description":"REQUIRED on INSERT on UPDATE: String defining the email address of the agent.","type":"text"},{"key":"employeeId","value":"jrmilton","description":"REQUIRED ON ALL BUT INSERT: The system generated ID of the agent; also known as agentID. You can use the GET Agent endpoint or GET AgentList if you need to retrieve an agent's ID.","type":"text"},{"key":"supervisorId","value":"278","description":"REQUIRED: The ID of the agent who serves as the supervisor of the agent being added/edited. Use GET Agent to get a list of agent IDs you can use.","type":"text"},{"key":"siteId","value":"12","description":"REQUIRED: Restrict to a specific siteID. Get a list of the sites from GET Activity.","type":"text"},{"key":"hireDate","value":"5/13/1897","description":"REQUIRED: The date of hire in M/DD/YYYY format.","type":"text"},{"key":"defaultWorkTypeId","value":"12","description":"REQUIRED: Sets the type of work that the agent defaults too. Use GET EventType to get a list of event types or use 1 for work.","type":"text"},{"key":"loginId","value":"jrmilton@verderlinde.com","description":"REQUIRED: The name you want the user to use when logging into CommunityWFM.","type":"text"},{"key":"tiebreakValue","value":"0","description":"REQUIRED: An integer value used to define agent schedule prioritization when two agents are both suitable for the scheduled event.","type":"text"},{"key":"roleId","value":"100","description":"REQUIRED: The ID of the role the user is fulfulling. A full lis tcan be found using GET UserRole.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code for the agent. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.","type":"text"},{"key":"userId","value":"jrmilton","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"externalLoginId","value":"jrmilton@vanderlinde.com","description":"REQUIRED on INSERT and Update Login ID: A string defining the external user login id.","type":"text"},{"key":"userTags","value":"test123","description":"REQUIRED on INSERT: A string value to act as user tag. This can be left blank. A list of current user tags and their use counts can be found using GET UserTagsList.","type":"text"},{"key":"password","value":"P@s5w0rDr3sEt","description":"REQUIRED on INSERT and Update Password: A string of the password for the user. ","type":"text"},{"key":"useDefaultLogin","value":"true","description":"REQUIRED: IF an IMPORT function, this flag determines if the agent ID created is the agent's default login.","type":"text"},{"key":"applyToDataSource","value":"false","description":"REQUIRED on INSERT: This boolean value determines if the agent should be added to a datasource. If you set this to true you must include a dataSourceId. ","type":"text"},{"key":"dataSourceId","value":"","description":"REQUIRED on INSERT: The integer ID of the datasource. A full list of datasources can be found with GET DataSource.","type":"text"},{"key":"localeId","value":"","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.","type":"text"}]},"url":"{{envName}}/api/Agent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEOuKH4RBL/xKjIc7nJ6sVDWNFCKSWcnac="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 15 May 2024 22:28:56 GMT"},{"key":"Content-Length","value":"1029"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"LoginId\": null,\n        \"HireDate\": null,\n        \"LastName\": null,\n        \"WorkType\": null,\n        \"EmployeeId\": null,\n        \"EmailAddress\": null,\n        \"UseDefaultTimezone\": null,\n        \"AgentId\": 565,\n        \"Title\": null,\n        \"ThemeId\": null,\n        \"ThemeName\": null,\n        \"FirstName\": null,\n        \"ActivityId\": null,\n        \"TimeZoneId\": null,\n        \"Tiebreaker\": null,\n        \"EmployeeClassificationId\": null,\n        \"MiddleInitial\": null,\n        \"SupervisorId\": null,\n        \"RoleId\": null,\n        \"ImageUrl\": null,\n        \"LoginTime\": null,\n        \"DeviceLoginId\": null,\n        \"IsDefaultDeviceLoginId\": null,\n        \"SyncSourceCount\": null,\n        \"PendingChangeCount\": null,\n        \"LeafActivityCount\": null,\n        \"ExternalUserId\": null,\n        \"DefaultFirstDayOfScheduleWeek\": null,\n        \"IsActive\": false,\n        \"UserTags\": null,\n        \"SecurityKeyCount\": 0,\n        \"PtoPolicyId\": null,\n        \"CurrentRAPId\": null,\n        \"SupervisorName\": null,\n        \"LocaleId\": null,\n        \"AssignedLocaleId\": null,\n        \"MaskOnExit\": null,\n        \"IsMasked\": null,\n        \"CreateDate\": null,\n        \"LastUpdate\": null,\n        \"FullName\": \", \",\n        \"Name\": \", \",\n        \"Description\": null,\n        \"Icon\": \"agent.wfmsgimg?type=0&agentid=565\",\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"750800a0-603b-46c7-882b-3aa2e8a3f204"},{"name":"AgentEmploymentDateList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"997e6225-bf9c-420f-a6e2-4bb53615edf1"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"64ee77a6-9e3b-44d4-9c2f-baaeaea9a970"}}],"id":"ceec9a09-1875-42b9-9876-f9ae91d81db9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9a148caa-fc60-44ae-b5a1-bf391ee397e0"}],"url":"{{envName}}/api/AgentEmploymentDateList?agentId=1&fromDate=7/10/2016&userId=1","description":"<p>Returns list based on the type of list and specific id passed in.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentEmploymentDateList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of agent whose information you want.</p>\n","type":"text/plain"},"key":"agentId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the hire date range to use. Format is YYYY-MM-DD. This field can be left blank to get the employment date list for a specific agent.</p>\n","type":"text/plain"},"key":"fromDate","value":"7/10/2016"},{"description":{"content":"<p>AgentID of user requesting the data; used for security purposes.</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"6d9e41f1-d9bb-481e-8c0b-04921786e809","name":"Employment Date","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentEmploymentDateList?agentId=449&fromDate=&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentEmploymentDateList"],"query":[{"key":"agentId","value":"449","description":"REQUIRED: ID of agent whose information you want."},{"key":"fromDate","value":"","description":"REQUIRED: Defines the hire date range to use. Format is YYYY-MM-DD. This field can be left blank to get the employment date list for a specific agent."},{"key":"userId","value":"1","description":"AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPslqqU3rt4kd87fMM+MKSsU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:33:41 GMT"},{"key":"Content-Length","value":"263"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 449,\n            \"TransitionDate\": \"2016-07-10T00:00:00\",\n            \"Active\": true,\n            \"CreateDate\": \"2018-11-29T13:58:28.37\",\n            \"CreatedBy\": \"Upgrade to 4.1\",\n            \"Comments\": \"Initial hire date\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ceec9a09-1875-42b9-9876-f9ae91d81db9"},{"name":"AgentEmploymentDate","event":[{"listen":"prerequest","script":{"id":"997e6225-bf9c-420f-a6e2-4bb53615edf1","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"64ee77a6-9e3b-44d4-9c2f-baaeaea9a970","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8bdf10e4-0672-4537-b584-e8e145141ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"agentId","value":"546","type":"text","description":"<p>REQUIRED: AgentID of the agent you want to make active/inactive or otherwise note changes to their employment. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"transitionDate","value":"2024/09/11","type":"text","description":"<p>REQUIRED: Using YYYY/MM/DD format, designate the date of the employment transition. </p>\n"},{"key":"comments","value":"Jim Milton hired","type":"text","description":"<p>REQUIRED: The text definign the nature of the employment change such as hired or terminiated. Any string will be accepted.</p>\n"},{"key":"active","value":"true","type":"text","description":"<p>REQUIRED: True/False to designate if the agent is active or not. </p>\n"},{"key":"who","value":"CommunityWFM API","type":"text","description":"<p>REQUIRED: This field requires text to indicate who made this change. This text does not have to match the userID which defines the security to use for making the change; so you can use it to indicate the API made the change if you want as shown in the sample file.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user requesting the change; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"}]},"url":"{{envName}}/api/AgentEmploymentDate","description":"<p>The AgentEmploymentDate endpoint is used to add employment transitions including the initial hiring of the agent as well as setting them inactive when an agent's employment ends.</p>\n<p>You can also use this to track changes in employment still leaving the active field true but defining the new role in the comments and setting the date of the change. This will create an employment history you can recall with GET AgentEmploymentDateList.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentEmploymentDate"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"c05f032a-e72b-4805-9d51-0c2f1e32c1be","name":"AgentEmploymentDate","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"agentId","value":"546","type":"text","description":"REQUIRED: AgentID of the agent you want to make active/inactive or otherwise note changes to their employment. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"transitionDate","value":"2024/09/11","type":"text","description":"REQUIRED: Using YYYY/MM/DD format, designate the date of the employment transition. "},{"key":"comments","value":"Jim Milton hired","type":"text","description":"REQUIRED: The text definign the nature of the employment change such as hired or terminiated. Any string will be accepted."},{"key":"active","value":"true","type":"text","description":"REQUIRED: True/False to designate if the agent is active or not. "},{"key":"who","value":"CommunityWFM API","type":"text","description":"REQUIRED: This field requires text to indicate who made this change. This text does not have to match the userID which defines the security to use for making the change; so you can use it to indicate the API made the change if you want as shown in the sample file."},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the change; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]},"url":"{{envName}}/api/AgentEmploymentDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47JzcmZNdSY9M79YYPWkJ9zVY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:26:01 GMT"},{"key":"Content-Length","value":"256"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreatedBy\": \"CommunityWFM API\",\n        \"Comments\": \"Jim Milton hired\",\n        \"TransitionDate\": \"2024-09-11T00:00:00\",\n        \"Active\": true,\n        \"AgentId\": 546,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"8bdf10e4-0672-4537-b584-e8e145141ede"},{"name":"AgentGetByEmailAddress","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"38a37b1c-5d45-4c1c-8d58-a75888d8d72b"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"ce594aa8-cf59-4d28-bdd3-2497e5baeb73"}}],"id":"600b9df3-0e5e-4bfe-85a2-3a11e97881dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"091f5193-e385-4907-8bcf-2bd15e9c2e11"}],"url":"{{envName}}/api/AgentGetByEmailAddress?emailAddress=nmcbride@gmail.com&requestingAgentId=1&userPrincipalName=","description":"<p>This endpiont returns a full list of agent details using their email address.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentGetByEmailAddress"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This is the email address of the user whose information you want to retreive.</p>\n","type":"text/plain"},"key":"emailAddress","value":"nmcbride@gmail.com"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"requestingAgentId","value":"1"},{"description":{"content":"<p>REQUIRED: This field must be included but can be left blank. </p>\n","type":"text/plain"},"key":"userPrincipalName","value":""}],"variable":[]}},"response":[{"id":"6fd390f5-131e-4631-8d7d-03bcf0901627","name":"Agent Details","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentGetByEmailAddress?emailAddress=nmcbride@gmail.com&requestingAgentId=1&userPrincipalName=","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentGetByEmailAddress"],"query":[{"key":"emailAddress","value":"nmcbride@gmail.com","description":"REQUIRED: "},{"key":"requestingAgentId","value":"1","description":"REQUIRED: The Agent ID of the agent requesting the information.\n"},{"key":"userPrincipalName","value":"","description":"REQUIRED: "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPv5ZNg2pKsIKhtq+vkULtKE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:37:39 GMT"},{"key":"Content-Length","value":"693"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"email_address\": \"nmcbride@gmail.com\",\n        \"UseDefaultTimezone\": false,\n        \"sa_role_id\": 100,\n        \"ExternalUserId\": null,\n        \"LoginId\": \"nmcbride\",\n        \"image_url\": \"no_photo.jpg\",\n        \"EmpClassification\": null,\n        \"sa_activity_id\": 2,\n        \"ThemeName\": \"PurpleGradient\",\n        \"work_type\": 1,\n        \"hire_date\": \"2016-07-10T00:00:00\",\n        \"sa_agent_id\": 449,\n        \"login_id\": null,\n        \"employee_id\": \"NNM17965\",\n        \"tiebreaker\": 0,\n        \"supervisor_id\": 541,\n        \"IsActive\": true,\n        \"login_time\": null,\n        \"middle_initial\": null,\n        \"last_name\": \"McBride\",\n        \"DefaultFirstDayOfScheduleWeek\": 1,\n        \"ThemeId\": 57,\n        \"sa_timezone_id\": 20,\n        \"title\": \"Sales/Service Rep\",\n        \"first_name\": \"Natasha\",\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"600b9df3-0e5e-4bfe-85a2-3a11e97881dc"},{"name":"AgentList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"df324c6e-414e-45d7-9859-62d96dd82453"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"556d7a90-0cdc-4fb4-bb7f-b046eb028223"}}],"id":"10f09c80-9a4f-46c5-b1a0-da6289cf2504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a938ec1e-5886-4178-b16e-07feaee53223"}],"url":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=1&id=1","description":"<p>AgentList provides a list of agents and some of their basic properties.</p>\n<p>The listTypeID defines how the results should be ordered and what agents they should include. If you're unsure which to use, 1 for Activity is typically a good option for getting all Agent data. The full listTypeIDs are as follows:</p>\n<ol>\n<li><p>Activity</p>\n</li>\n<li><p>Supervisor</p>\n</li>\n<li><p>UserGroup</p>\n</li>\n<li><p>EligibleUserGroupNonMembers</p>\n</li>\n<li><p>WorkTypeId</p>\n</li>\n<li><p>RecentAgentList</p>\n</li>\n<li><p>DefinedSupervisors</p>\n</li>\n<li><p>EmployeeClassification</p>\n</li>\n<li><p>VirtualSupervisorTree</p>\n</li>\n<li><p>MessageParticipants</p>\n</li>\n<li><p>TimeOffreviewAuthority</p>\n</li>\n<li><p>AgentsByRoleValue</p>\n</li>\n<li><p>SupervisorTree</p>\n</li>\n<li><p>UserGroupParticipants</p>\n</li>\n<li><p>MobileCapabilitiesAssigned</p>\n</li>\n<li><p>MobileCapabilitiesNotAssigned</p>\n</li>\n</ol>\n<p>The ID field is used in conjunction with the listTypeId field. You can leave the ID blank to get a list of all agents in most cases, however for some List Types you will need to use an ID relevant to the listTypeID you entered. For example the User Group ID would be used in the ID field if using listTypeID 14, UserGroupParticipants.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results.</p>\n","type":"text/plain"},"key":"showInactive","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes.</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned</p>\n","type":"text/plain"},"key":"listTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants.</p>\n","type":"text/plain"},"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"36705abf-a8e1-46ab-9325-acdf17f84617","name":"1 Activity","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentList?showInactive=1&userId=1&listTypeId=1&id=","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"1","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"","description":"REQUIRED: ID of the agent you want to look up. Leave blank to get a list of all agents. Note: This field acts like a search for the ID, so Agents who have the specified ID as their Supervisor will also be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPiUkjfPh1RwySYRWF85Kl+c="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:50:53 GMT"},{"key":"Content-Length","value":"37017"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Demo\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Demo\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": 1000,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfmsg\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sareheart\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dka21094\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Deborah\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Agent1\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"GAB21254\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gregory\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"gbadgett\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jbarton\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SBickley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharon\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sbickley\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lbixler\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lyon\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lbixler\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tblair\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lblakely\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cab17889\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Chanell\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cbrown\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mbrown\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dbrunson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dbrunson\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BBurns\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Barbara\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bburns\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"rcarabo\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Randy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rcarabo\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kcarlisle\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kevin\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcarlisle\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sfc17890\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"scassleman\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcathy\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mec21037\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mcorrea\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcotharin\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcrislip\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JND21026\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joel\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jdolinger\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"wdunbar\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bill\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bdunbar\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mduncan\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ABD21223\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Amanda\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"adyer\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ECF21276\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ella\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"efajardo\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1084742\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mike\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"finn\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"oflorez\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1343546\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Wendy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales AGent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfowler\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ANF21228\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ashley\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"afraley\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mgarret\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Michele\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgarrett\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"9019637\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brett\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bgoldfarb\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgonos\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lgranda\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Luis\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lgranda\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DJG21219\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgray\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"TLG17964\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tiffany\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tgreene\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHG17920\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"John\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jgriffin\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MAG21275\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Malissa\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgrzybowski\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dguzman\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shagwood\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DWH21013\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Debra\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dhaltiwanger\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shampton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stacey\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shampton\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CHarden\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Charley\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"charden\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CBH17940\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Casandra\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhooper\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WAH21278\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Andy\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ahorne\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mhouck\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"HireDate\": \"30 Nov 2023\",\n            \"EmailAddress\": \"hummadi@wfmsg.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thamer\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"thamer\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shunter\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Satika\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shunter\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhunter\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"0214540\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Reye\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rkenney\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mkinsella\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63262\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"William\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wlasch\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DDW21253\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daniel\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dlee\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"glewis\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Greg\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"glewis\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LXL17691\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisha\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"llewis\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JKM17984\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Janelle\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jmack\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SGM17983\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Fernando\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"fmalvoisin\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXO17963\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cristian\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmartinez\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nmcbride\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DPM21007\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Del\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmccormack\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JXM21224\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Rusty\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rminick\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Supervisor\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DAM 21159\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmontes\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kmosley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kerry\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kmosley\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CSM21226\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cierra\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service/Sales Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmoten\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mmunoz\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"AMM21145\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Alyson\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"amurphy\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnachtigall\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"jnewman\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnewman\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnewton\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnixon\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KDO21010\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kristin\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"koates\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BCP21009\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brandon\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bpeebles\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXP21277\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mitch\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mpollock\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"testagent\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"prawl\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Polly\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"prawl\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"drenfroe\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CRess\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Connie\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cress\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MLR21274\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mandy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mrichbourg\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JFR17923\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jessica\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"richert\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sridenhour\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stephan\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sridenhour\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"crodriguez\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Clarisa\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"srodriguez\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KSR21073\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Karen\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"krollison\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NER21104\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Nathan\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nruth\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFB21273\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXS21011\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mauricio\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Peter\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"pschmidt\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jschrum\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LSS21160\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharette\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sshiver\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mstalnaker\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary Beth\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mstalnaker\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cms17891\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Carmen\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"csticha\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SAS21251\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Seth\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sstoner\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1342647\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tsutherland\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Eric\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ethurber\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ttritten\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"bturner\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bruce\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bturner\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63284\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jonathan\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jturner\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"twatkins\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tracy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"twatkins\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WSW17921\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Walter\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wwatts\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bwildrick\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lswilliams\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Litcha\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lwilliams\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jwingard\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"493ce3ba-62e3-49a7-ad04-d4da3f452cc0","name":"2 Supervisor","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=2&id=","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"2","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"","description":"REQUIRED: ID of the agent you want to look up. Leave blank to get a list of all agents. Note: This field acts like a search for the ID, so Agents who have the specified ID as their Supervisor will also be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPmmWloYJqLBX8z+XZUcoR0E="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:51:28 GMT"},{"key":"Content-Length","value":"37017"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Demo\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Demo\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": 1000,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfmsg\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sareheart\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dka21094\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Deborah\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Agent1\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"GAB21254\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gregory\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"gbadgett\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jbarton\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SBickley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharon\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sbickley\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lbixler\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lyon\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lbixler\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tblair\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lblakely\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cab17889\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Chanell\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cbrown\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mbrown\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dbrunson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dbrunson\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BBurns\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Barbara\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bburns\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"rcarabo\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Randy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rcarabo\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kcarlisle\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kevin\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcarlisle\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sfc17890\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"scassleman\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcathy\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mec21037\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mcorrea\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcotharin\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcrislip\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JND21026\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joel\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jdolinger\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"wdunbar\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bill\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bdunbar\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mduncan\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ABD21223\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Amanda\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"adyer\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ECF21276\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ella\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"efajardo\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1084742\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mike\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"finn\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"oflorez\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1343546\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Wendy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales AGent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfowler\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ANF21228\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ashley\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"afraley\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mgarret\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Michele\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgarrett\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"9019637\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brett\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bgoldfarb\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgonos\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lgranda\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Luis\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lgranda\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DJG21219\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgray\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"TLG17964\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tiffany\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tgreene\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHG17920\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"John\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jgriffin\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MAG21275\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Malissa\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgrzybowski\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dguzman\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shagwood\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DWH21013\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Debra\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dhaltiwanger\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shampton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stacey\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shampton\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CHarden\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Charley\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"charden\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CBH17940\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Casandra\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhooper\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WAH21278\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Andy\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ahorne\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mhouck\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"HireDate\": \"30 Nov 2023\",\n            \"EmailAddress\": \"hummadi@wfmsg.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thamer\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"thamer\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shunter\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Satika\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shunter\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhunter\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"0214540\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Reye\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rkenney\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mkinsella\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63262\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"William\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wlasch\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DDW21253\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daniel\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dlee\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"glewis\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Greg\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"glewis\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LXL17691\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisha\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"llewis\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JKM17984\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Janelle\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jmack\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SGM17983\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Fernando\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"fmalvoisin\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXO17963\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cristian\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmartinez\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nmcbride\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DPM21007\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Del\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmccormack\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JXM21224\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Rusty\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rminick\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Supervisor\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DAM 21159\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmontes\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kmosley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kerry\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kmosley\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CSM21226\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cierra\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service/Sales Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmoten\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mmunoz\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"AMM21145\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Alyson\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"amurphy\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnachtigall\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"jnewman\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnewman\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnewton\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnixon\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KDO21010\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kristin\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"koates\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BCP21009\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brandon\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bpeebles\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXP21277\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mitch\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mpollock\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"testagent\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"prawl\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Polly\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"prawl\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"drenfroe\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CRess\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Connie\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cress\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MLR21274\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mandy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mrichbourg\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JFR17923\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jessica\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"richert\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sridenhour\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stephan\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sridenhour\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"crodriguez\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Clarisa\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"srodriguez\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KSR21073\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Karen\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"krollison\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NER21104\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Nathan\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nruth\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFB21273\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXS21011\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mauricio\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Peter\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"pschmidt\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jschrum\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LSS21160\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharette\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sshiver\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mstalnaker\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary Beth\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mstalnaker\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cms17891\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Carmen\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"csticha\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SAS21251\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Seth\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sstoner\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1342647\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tsutherland\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Eric\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ethurber\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ttritten\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"bturner\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bruce\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bturner\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63284\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jonathan\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jturner\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"twatkins\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tracy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"twatkins\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WSW17921\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Walter\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wwatts\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bwildrick\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lswilliams\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Litcha\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lwilliams\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jwingard\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"0b66e807-9687-42cf-922a-3e4be585e352","name":"3 UserGroup","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=3&id=4","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"3","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"4","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsjUmt/UtlCRzVXNpP9ECPE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:07:56 GMT"},{"key":"Content-Length","value":"786"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jbarton\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcrislip\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"6ff209c4-dd1a-4fb2-a40f-04681bc86c26","name":"4 EligibleUserGroupNonMembers","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=4&id=","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"4","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"","description":"REQUIRED: ID of the agent you want to look up. Leave blank to get a list of all agents. Note: This field acts like a search for the ID, so Agents who have the specified ID as their Supervisor will also be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPq07jZcx1fkcOAIa1Ntjl10="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:01:42 GMT"},{"key":"Content-Length","value":"36220"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Demo\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Demo\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"CommunityWFM\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": 1000,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfmsg\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sareheart\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dka21094\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Deborah\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Agent1\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"GAB21254\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Gregory\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"gbadgett\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jbarton\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SBickley\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sharon\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sbickley\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lbixler\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Lyon\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lbixler\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tblair\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lblakely\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cab17889\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Chanell\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cbrown\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mbrown\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dbrunson\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dbrunson\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BBurns\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Barbara\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bburns\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"rcarabo\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Randy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rcarabo\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kcarlisle\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Kevin\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcarlisle\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sfc17890\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"scassleman\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcathy\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mec21037\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mcorrea\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcotharin\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcrislip\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JND21026\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Joel\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jdolinger\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"wdunbar\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Bill\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bdunbar\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mduncan\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ABD21223\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Amanda\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"adyer\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ECF21276\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Ella\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"efajardo\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1084742\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mike\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"finn\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"oflorez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1343546\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Wendy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales AGent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfowler\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ANF21228\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Ashley\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"afraley\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mgarret\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Michele\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgarrett\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"9019637\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Brett\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bgoldfarb\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgonos\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lgranda\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Luis\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lgranda\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DJG21219\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgray\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"TLG17964\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Tiffany\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tgreene\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHG17920\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"John\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jgriffin\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MAG21275\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Malissa\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgrzybowski\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dguzman\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shagwood\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DWH21013\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Debra\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dhaltiwanger\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shampton\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Stacey\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shampton\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CHarden\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Charley\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"charden\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CBH17940\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Casandra\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhooper\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WAH21278\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Andy\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ahorne\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mhouck\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"HireDate\": \"30 Nov 2023\",\n            \"EmailAddress\": \"hummadi@wfmsg.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Thamer\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"thamer\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shunter\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Satika\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shunter\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhunter\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"0214540\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Reye\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rkenney\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mkinsella\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63262\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"William\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wlasch\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DDW21253\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Daniel\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dlee\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"glewis\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Greg\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"glewis\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LXL17691\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Lisha\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"llewis\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JKM17984\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Janelle\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jmack\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SGM17983\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Fernando\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"fmalvoisin\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXO17963\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Cristian\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmartinez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nmcbride\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DPM21007\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Del\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmccormack\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JXM21224\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Rusty\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rminick\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Supervisor\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DAM 21159\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmontes\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kmosley\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Kerry\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kmosley\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CSM21226\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Cierra\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service/Sales Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmoten\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mmunoz\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"AMM21145\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Alyson\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"amurphy\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnachtigall\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"jnewman\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnewman\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnewton\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnixon\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KDO21010\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Kristin\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"koates\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BCP21009\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Brandon\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bpeebles\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXP21277\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mitch\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mpollock\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"testagent\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"prawl\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Polly\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"prawl\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"drenfroe\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CRess\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Connie\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cress\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MLR21274\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mandy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mrichbourg\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JFR17923\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jessica\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"richert\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sridenhour\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Stephan\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sridenhour\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"crodriguez\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Clarisa\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"srodriguez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KSR21073\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Karen\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"krollison\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NER21104\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Nathan\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nruth\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFB21273\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXS21011\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Mauricio\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Peter\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"pschmidt\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jschrum\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LSS21160\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Sharette\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sshiver\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mstalnaker\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mary Beth\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mstalnaker\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cms17891\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Carmen\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"csticha\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SAS21251\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Seth\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sstoner\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1342647\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tsutherland\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Eric\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ethurber\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ttritten\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"bturner\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Bruce\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bturner\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63284\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Jonathan\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jturner\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"twatkins\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Tracy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"twatkins\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WSW17921\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Walter\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wwatts\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bwildrick\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lswilliams\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Litcha\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lwilliams\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jwingard\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"14116626-877c-4b3e-831f-81f09e120773","name":"5 WorkTypeId","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=5&id=1","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"5","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"1","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPpDLQU2h9Z92WDdBepiHAA8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:08:25 GMT"},{"key":"Content-Length","value":"35609"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dka21094\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Deborah\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"GAB21254\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gregory\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SBickley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharon\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lbixler\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lyon\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cab17889\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Chanell\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dbrunson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BBurns\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Barbara\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"rcarabo\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Randy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kcarlisle\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kevin\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sfc17890\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mec21037\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JND21026\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joel\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"wdunbar\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bill\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ABD21223\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Amanda\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ECF21276\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ella\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1084742\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mike\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1343546\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Wendy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales AGent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ANF21228\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ashley\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mgarret\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Michele\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"9019637\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brett\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lgranda\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Luis\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DJG21219\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"TLG17964\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tiffany\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHG17920\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"John\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MAG21275\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Malissa\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DWH21013\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Debra\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shampton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stacey\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CHarden\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Charley\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CBH17940\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Casandra\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WAH21278\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Andy\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shunter\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Satika\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"0214540\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Reye\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63262\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"William\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DDW21253\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daniel\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"glewis\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Greg\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LXL17691\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisha\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JKM17984\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Janelle\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SGM17983\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Fernando\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXO17963\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cristian\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DPM21007\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Del\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JXM21224\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Rusty\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DAM 21159\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kmosley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kerry\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CSM21226\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cierra\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service/Sales Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"AMM21145\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Alyson\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"jnewman\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KDO21010\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kristin\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BCP21009\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brandon\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXP21277\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mitch\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"prawl\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Polly\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CRess\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Connie\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MLR21274\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mandy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JFR17923\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jessica\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sridenhour\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stephan\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"crodriguez\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Clarisa\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KSR21073\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Karen\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NER21104\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Nathan\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFB21273\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXS21011\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mauricio\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Peter\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LSS21160\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharette\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mstalnaker\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary Beth\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cms17891\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Carmen\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SAS21251\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Seth\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1342647\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Eric\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"bturner\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bruce\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63284\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jonathan\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wingard, Jason \"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"twatkins\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tracy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WSW17921\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Walter\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lswilliams\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Litcha\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"c1500a21-a8ce-4879-87d3-3ecc90382c47","name":"6 RecentAgentList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=6&id=1","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"6","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"1","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPoFKTjLwVTj3Qb98DgbGsFU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:08:45 GMT"},{"key":"Content-Length","value":"4372"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfmsg\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nmcbride\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sareheart\",\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"oflorez\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnachtigall\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcotharin\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tblair\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Supervisor\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jbarton\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ttritten\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dguzman\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Demo\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Demo\",\n            \"SupervisorName\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"9bfc09cb-b655-4fcf-bf60-d793aa4af964","name":"7 DefinedSupervisor","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=7&id=","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"7","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqLMW7WMoYL7CC1WwPwc5/w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:09:44 GMT"},{"key":"Content-Length","value":"4656"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Demo\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Demo\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": 1000,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfmsg\",\n            \"SupervisorName\": null\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tblair\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mbrown\",\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcotharin\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgonos\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhooper\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Supervisor\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mmunoz\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnixon\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ttritten\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bwildrick\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jwingard\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"8e4dff62-4431-48d5-994e-997138caf72f","name":"8 EmployeeClassification","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=8&id=1","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"8","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"1","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPj2vRS3MblblM0VZcZVgJGI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:10:06 GMT"},{"key":"Content-Length","value":"4030"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jbarton\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lblakely\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcathy\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcotharin\",\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mhouck\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhunter\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mkinsella\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnewton\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"testagent\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"drenfroe\",\n            \"SupervisorName\": \"Tritten, Thomas \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d864acdd-39f1-4290-a8e1-c3f4676592c4","name":"9 VirtualSupervisorTree","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=9&id=","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"9","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkmc5LCzZJfzXbB0BKAtGTY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:10:26 GMT"},{"key":"Content-Length","value":"40242"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": null,\n            \"SeqNo\": 1,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": 2,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": null,\n            \"SeqNo\": 3,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 543,\n            \"FullName\": \"test123, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 4,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": null,\n            \"SeqNo\": 5,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": 6,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": 7,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": 8,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": 9,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 10,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 11,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 12,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 13,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 14,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 15,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shunter\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Satika\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 16,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 17,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 18,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 19,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 20,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 21,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 22,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cab17889\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Chanell\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 23,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sfc17890\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 24,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"wdunbar\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bill\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 25,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ANF21228\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ashley\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 26,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"9019637\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brett\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": null,\n            \"SeqNo\": 27,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"TLG17964\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tiffany\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 28,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DWH21013\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Debra\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 29,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"0214540\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Reye\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 30,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"glewis\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Greg\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 31,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SGM17983\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Fernando\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": null,\n            \"SeqNo\": 32,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KDO21010\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kristin\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 33,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXP21277\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mitch\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 34,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JFR17923\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jessica\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 35,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sridenhour\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stephan\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 36,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"crodriguez\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Clarisa\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 37,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Peter\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 38,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mstalnaker\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary Beth\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 39,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"bturner\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bruce\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 40,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"rcarabo\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Randy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 41,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 42,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 43,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 44,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kmosley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kerry\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 45,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 46,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MLR21274\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mandy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 47,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFB21273\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 48,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 49,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cms17891\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Carmen\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 50,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 51,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"GAB21254\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gregory\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 52,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SBickley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharon\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 53,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BBurns\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Barbara\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 54,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ABD21223\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Amanda\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 55,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1343546\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Wendy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales AGent\",\n            \"RoleId\": null,\n            \"SeqNo\": 56,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lgranda\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Luis\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 57,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHG17920\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"John\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 58,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CBH17940\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Casandra\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 59,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DDW21253\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daniel\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 60,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LXL17691\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisha\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 61,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JKM17984\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Janelle\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 62,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXO17963\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cristian\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 63,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DAM 21159\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 64,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"jnewman\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 65,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KSR21073\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Karen\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 66,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1342647\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 67,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"twatkins\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tracy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 68,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dka21094\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Deborah\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 69,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1084742\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mike\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 70,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": 71,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WAH21278\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Andy\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 72,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": 73,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WSW17921\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Walter\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 74,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": null,\n            \"SeqNo\": 75,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kcarlisle\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kevin\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 76,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ECF21276\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ella\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 77,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MAG21275\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Malissa\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 78,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CHarden\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Charley\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 79,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JXM21224\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Rusty\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 80,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BCP21009\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brandon\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 81,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NER21104\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Nathan\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 82,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SAS21251\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Seth\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 83,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lbixler\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lyon\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 84,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mec21037\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 85,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mgarret\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Michele\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 86,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 87,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63262\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"William\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 88,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CSM21226\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cierra\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service/Sales Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 89,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"prawl\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Polly\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 90,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXS21011\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mauricio\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 91,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Eric\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 92,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lswilliams\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Litcha\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 93,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": 94,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dbrunson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 95,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JND21026\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joel\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 96,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DJG21219\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 97,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shampton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stacey\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 98,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DPM21007\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Del\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 99,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"AMM21145\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Alyson\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 100,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CRess\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Connie\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 101,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LSS21160\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharette\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": 102,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63284\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jonathan\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": 103,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 542,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 104,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 544,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 105,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 545,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 106,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 546,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 107,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 547,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 108,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 548,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 109,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 549,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 110,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 550,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 111,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 551,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 112,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 552,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 113,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 553,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 114,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 554,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 115,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 556,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 116,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 557,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 117,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 558,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 118,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 559,\n            \"FullName\": \"Test456 Last, Test456 First \",\n            \"HireDate\": \"08 Nov 2023\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": \"\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Test456 First\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"DO NOT DELETE OR MODIFY\",\n            \"RoleId\": null,\n            \"SeqNo\": 119,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"HireDate\": \"30 Nov 2023\",\n            \"EmailAddress\": \"hummadi@wfmsg.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thamer\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": null,\n            \"SeqNo\": 120,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Demo\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": null,\n            \"SeqNo\": 121,\n            \"IsActive\": 1,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"35e52a10-880a-4ea4-b527-138d9dce8781","name":"11 TimeOffReviewAuthority","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=11&id=","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"11","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPpfFMtJoR2Rt1AKqyGVJ8hE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:12:27 GMT"},{"key":"Content-Length","value":"4487"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 564,\n            \"FullName\": \"Account, Demo \",\n            \"HireDate\": \"04 Mar 2024\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Demo\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Demo\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": 1000,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfmsg\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tblair\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mbrown\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcotharin\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgonos\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhooper\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Supervisor\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 300,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mmunoz\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnixon\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ttritten\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": 400,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bwildrick\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": true,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": 200,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jwingard\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"fa46f6c5-653b-4196-8a11-d9a5b7cb35df","name":"12 AgentsByRoleValue","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=12&id=100","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"12","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"100","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPtjRVaW4z2ruxUXcSoYbu0s="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:13:17 GMT"},{"key":"Content-Length","value":"31116"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sareheart\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dka21094\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Deborah\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"Agent1\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"GAB21254\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gregory\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"gbadgett\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jbarton\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SBickley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharon\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sbickley\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lbixler\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lyon\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lbixler\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lblakely\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cab17889\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Chanell\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cbrown\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dbrunson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dbrunson\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BBurns\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Barbara\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bburns\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"rcarabo\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Randy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rcarabo\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kcarlisle\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kevin\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcarlisle\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sfc17890\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"scassleman\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kcathy\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mec21037\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mcorrea\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tcrislip\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JND21026\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joel\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jdolinger\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"wdunbar\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bill\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bdunbar\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mduncan\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ABD21223\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Amanda\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"adyer\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ECF21276\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ella\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"efajardo\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1084742\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mike\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"finn\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"oflorez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1343546\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Wendy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales AGent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wfowler\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ANF21228\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Ashley\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"afraley\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mgarret\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Michele\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgarrett\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"9019637\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brett\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bgoldfarb\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lgranda\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Luis\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lgranda\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DJG21219\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dgray\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"TLG17964\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tiffany\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tgreene\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHG17920\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"John\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jgriffin\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MAG21275\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Malissa\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mgrzybowski\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dguzman\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shagwood\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DWH21013\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Debra\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dhaltiwanger\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shampton\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stacey\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shampton\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CHarden\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Charley\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"charden\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CBH17940\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Casandra\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": null,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WAH21278\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Andy\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ahorne\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mhouck\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"HireDate\": \"30 Nov 2023\",\n            \"EmailAddress\": \"hummadi@wfmsg.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Thamer\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"thamer\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shunter\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Satika\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"shunter\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lhunter\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"0214540\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Reye\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rkenney\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mkinsella\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63262\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"William\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wlasch\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DDW21253\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Daniel\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dlee\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"glewis\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Greg\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"glewis\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LXL17691\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisha\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"llewis\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JKM17984\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Janelle\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jmack\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SGM17983\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Fernando\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"fmalvoisin\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXO17963\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cristian\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmartinez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nmcbride\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DPM21007\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Del\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmccormack\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JXM21224\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Rusty\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"rminick\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DAM 21159\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"dmontes\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kmosley\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kerry\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"kmosley\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CSM21226\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Cierra\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service/Sales Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cmoten\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"AMM21145\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Alyson\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"amurphy\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnachtigall\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"jnewman\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jnewman\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mnewton\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KDO21010\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Kristin\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"koates\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BCP21009\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brandon\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bpeebles\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXP21277\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mitch\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mpollock\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"testagent\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"prawl\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Polly\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"prawl\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"drenfroe\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CRess\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Connie\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"cress\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MLR21274\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mandy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mrichbourg\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JFR17923\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jessica\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"richert\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sridenhour\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Stephan\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sridenhour\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"crodriguez\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Clarisa\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"srodriguez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KSR21073\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Karen\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"krollison\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NER21104\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Nathan\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"nruth\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFB21273\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXS21011\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mauricio\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"msanchez\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Peter\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"pschmidt\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jschrum\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LSS21160\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Sharette\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sshiver\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mstalnaker\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Mary Beth\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"mstalnaker\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cms17891\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Carmen\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"csticha\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SAS21251\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Seth\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"sstoner\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1342647\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"tsutherland\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Eric\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"ethurber\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"bturner\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Bruce\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"bturner\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63284\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Jonathan\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"jturner\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"twatkins\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Tracy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"twatkins\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WSW17921\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Walter\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"wwatts\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lswilliams\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Litcha\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": false,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"lwilliams\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"196c1cb6-1665-4118-80f0-d05e7e37f0d2","name":"13 Supervisor","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=13&id=1","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"13","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"1","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPq51pjDEdTwbaxZ96GVfoIM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:31:12 GMT"},{"key":"Content-Length","value":"4128"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 1,\n            \"FullName\": \"Account, Service \",\n            \"HireDate\": \"15 Nov 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"CommunityWFM\",\n            \"FirstName\": \"Service\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 2,\n            \"FullName\": \"Cotharin, Todd \",\n            \"HireDate\": \"06 Mar 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"1345663\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Center Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 90,\n            \"FullName\": \"Gonos, Daryl \",\n            \"HireDate\": \"10 May 2006\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Director of Sales\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 541,\n            \"FullName\": \"Tritten, Thomas \",\n            \"HireDate\": \"28 Nov 2022\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"TTRITTEN1969\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Thomas\",\n            \"SupervisorId\": 1,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Senior Solution Engineer\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 126,\n            \"FullName\": \"Nixon, Jacqui \",\n            \"HireDate\": \"10 Mar 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jnixon\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jacqui\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 444,\n            \"FullName\": \"Munoz, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"mmunoz\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 537,\n            \"FullName\": \"Brown, Matt \",\n            \"HireDate\": \"01 Jul 2020\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Matt\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": null,\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 148,\n            \"FullName\": \"Wingard, Jason \",\n            \"HireDate\": \"11 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"jwingard\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Jason\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 1,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"274063fa-02c4-4431-99b2-d56b7400ec36","name":"14 UserGroupParticipant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=14&id=1","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"14","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"1","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPktDYeOJrEYYCHhaY3z2ZgE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:31:27 GMT"},{"key":"Content-Length","value":"2519"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 182,\n            \"FullName\": \"Blair, Travis \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Scheduler\",\n            \"EmployeeId\": \"tblair\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Travis\",\n            \"SupervisorId\": 2,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Munoz, Maria \"\n        },\n        {\n            \"AgentId\": 328,\n            \"FullName\": \"Hooper, Lisa \",\n            \"HireDate\": \"03 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LFH17324\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lisa\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"AgentId\": 298,\n            \"FullName\": \"Mitchell, Lauren \",\n            \"HireDate\": \"28 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Supervisor\",\n            \"EmployeeId\": \"LMM21162\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Lauren\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Supervisor\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"AgentId\": 153,\n            \"FullName\": \"Wildrick, Brian \",\n            \"HireDate\": \"25 Feb 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Administrator\",\n            \"EmployeeId\": \"bwildrick\",\n            \"SiteName\": \"Not specified\",\n            \"FirstName\": \"Brian\",\n            \"SupervisorId\": 90,\n            \"IsSupervisor\": null,\n            \"Tiebreak\": 0,\n            \"Title\": \"Manager of Operations\",\n            \"RoleId\": null,\n            \"SeqNo\": null,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"Gonos, Daryl \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"548f7270-0645-4414-ab8d-21f007bff4b3","name":"15 MobileCapabilitiesAssigned","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=15&id=1","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"15","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"1","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPj/D2L3NCQYZ7uH4t9ddct0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:32:22 GMT"},{"key":"Content-Length","value":"436"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"GAB21254\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Gregory\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 1,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"7b3b3d7d-dd82-45c4-9e10-665f82f38149","name":"16 MobileCapabilitiesNotAssigned","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentList?showInactive=1&userId=1&listTypeId=16&id=1","host":["{{envName}}"],"path":["api","AgentList"],"query":[{"key":"showInactive","value":"1","description":"REQUIRED: Using a 1 or 0 indicate if inactive agents should be shown in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"listTypeId","value":"16","description":"REQUIRED: Defines how the list should be ordered. 1 = Activity, 2 = Supervisor, 3 = UserGroup, 4 = ElibibleUserGroupNonMambers, 5 = WorkTypeId, 6 = RecentAgentList, 7 = DefinedSupervisors, 10 = MessageParticipants, 11 = TimeOffreviewAuthority, 12 = AgentsByRoleValue, 13 = SupervisorTree, 14 = UserGroupParticipants, 15 = MobileCapabilitiesAssigned, 16 = MobileCapabilitiesNotAssigned"},{"key":"id","value":"1","description":"REQUIRED: ID field used in conjunction with listTypeId. Leave blank to get a list of all agents in most cases. In some cases you will need to use the ID relevant to the listTypeID you entered. For example the User Group ID would be used if using listTypeID 14, UserGroupParticipants."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPguJZO0gHJTvDpZEo56ixqQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:32:55 GMT"},{"key":"Content-Length","value":"30452"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SCA21218\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sam\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 1,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dka21094\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Deborah\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 2,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JBarton\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 3,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"HireDate\": \"10 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SBickley\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sharon\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 4,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lbixler\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Lyon\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 5,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LNB21249\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Latrice\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 6,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cab17889\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Chanell\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 7,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"HireDate\": \"23 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dbrunson\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 8,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BBurns\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Barbara\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 9,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"rcarabo\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Randy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 10,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kcarlisle\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Kevin\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 11,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sfc17890\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 12,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CXP21252\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Kelly\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 13,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mec21037\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 14,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"HireDate\": \"19 Sep 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"tcislip\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Traci\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 15,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JND21026\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Joel\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 16,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"wdunbar\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Bill\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 17,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"HireDate\": \"26 Sep 2005\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63438\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 18,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"HireDate\": \"16 Jul 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ABD21223\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Amanda\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 19,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ECF21276\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Ella\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 20,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"HireDate\": \"29 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1084742\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mike\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 21,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"HireDate\": \"13 Apr 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"OAF21012\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Oscar\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 22,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1343546\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Wendy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales AGent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 23,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"ANF21228\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Ashley\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 24,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mgarret\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Michele\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 25,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"9019637\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Brett\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": 26,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"HireDate\": \"12 Aug 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lgranda\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Luis\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 27,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"HireDate\": \"21 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DJG21219\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Daryl\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 28,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"TLG17964\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Tiffany\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 29,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHG17920\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"John\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 30,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MAG21275\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Malissa\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 31,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"HireDate\": \"08 Jun 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"dxg21043\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Denise\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 32,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"HireDate\": \"25 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"739259\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Steve\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 33,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DWH21013\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Debra\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 34,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shampton\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Stacey\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 35,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"HireDate\": \"15 Aug 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CHarden\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Charley\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 36,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"HireDate\": \"18 Jan 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"gah21056\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Gesela\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 37,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CBH17940\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Casandra\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 38,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"HireDate\": \"23 May 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WAH21278\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Andy\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 39,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"HireDate\": \"25 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MDH21220\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Matthew\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 40,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"HireDate\": \"30 Nov 2023\",\n            \"EmailAddress\": \"hummadi@wfmsg.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Thamer\",\n            \"SupervisorId\": null,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": null,\n            \"RoleId\": 100,\n            \"SeqNo\": 41,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"shunter\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Satika\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 42,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LAH21227\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Laquista\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 43,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"HireDate\": \"13 Jul 2012\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"0214540\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Reye\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 44,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"HireDate\": \"19 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"35334\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mark\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 45,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63262\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"William\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 46,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"HireDate\": \"06 Dec 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DDW21253\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Daniel\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 47,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"glewis\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Greg\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 48,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"HireDate\": \"10 Sep 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LXL17691\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Lisha\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 49,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JKM17984\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Janelle\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 50,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"HireDate\": \"10 Oct 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SGM17983\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Fernando\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Operator\",\n            \"RoleId\": 100,\n            \"SeqNo\": 51,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"HireDate\": \"24 Feb 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXO17963\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Cristian\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 52,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"HireDate\": \"10 Jul 2016\",\n            \"EmailAddress\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NNM17965\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Natasha\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 53,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"HireDate\": \"01 Dec 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DPM21007\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Del\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 54,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"HireDate\": \"11 Jul 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JXM21224\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Rusty\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 55,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"HireDate\": \"10 Aug 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"DAM 21159\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"David\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 56,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"HireDate\": \"12 Jan 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"kmosley\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Kerry\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 57,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CSM21226\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Cierra\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Service/Sales Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 58,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"HireDate\": \"04 Jun 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"AMM21145\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Alyson\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 59,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"HireDate\": \"09 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cnelson\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Candice\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 60,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"HireDate\": \"16 Jan 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"jnewman\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jean\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 61,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"HireDate\": \"09 Nov 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFN17962\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mary\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 62,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"HireDate\": \"14 Mar 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KDO21010\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Kristin\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 63,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"BCP21009\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Brandon\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 64,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXP21277\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mitch\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 65,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"HireDate\": \"01 Feb 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SYP21221\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Sherry\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 66,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"HireDate\": \"03 Aug 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"prawl\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Polly\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 67,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"drenfroe\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Dave\",\n            \"SupervisorId\": 541,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 68,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"HireDate\": \"20 Feb 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"CRess\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Connie\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 69,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MLR21274\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mandy\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 70,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"HireDate\": \"11 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JFR17923\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Jessica\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 71,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"HireDate\": \"06 Jul 2015\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"sridenhour\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Stephan\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 72,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"crodriguez\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Clarisa\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 73,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"HireDate\": \"10 Nov 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"KSR21073\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Karen\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 74,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"HireDate\": \"17 Apr 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"NER21104\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Nathan\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 75,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"HireDate\": \"01 Jan 2011\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MFB21273\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Maria\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 76,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"HireDate\": \"14 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"MXS21011\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Mauricio\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 77,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"HireDate\": \"25 Feb 2010\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Peter\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 78,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"HireDate\": \"10 Apr 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"JHSchrum\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Joe\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 79,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"HireDate\": \"09 Sep 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"LSS21160\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Sharette\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 80,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"HireDate\": \"25 Jul 2013\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"mstalnaker\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Mary Beth\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 81,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"HireDate\": \"12 Jun 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"cms17891\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Carmen\",\n            \"SupervisorId\": 126,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 82,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"HireDate\": \"28 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"SAS21251\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Seth\",\n            \"SupervisorId\": 328,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 83,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"HireDate\": \"29 Sep 2014\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"1342647\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Todd\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 84,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"HireDate\": \"04 Apr 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": null,\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Eric\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 86,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"HireDate\": \"15 May 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"bturner\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Bruce\",\n            \"SupervisorId\": 182,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 87,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"HireDate\": \"11 Jul 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"63284\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Jonathan\",\n            \"SupervisorId\": 148,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Service Agent\",\n            \"RoleId\": 100,\n            \"SeqNo\": 88,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"HireDate\": \"13 Jun 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"twatkins\",\n            \"SiteName\": \"Site 1 - Dallas, TX\",\n            \"FirstName\": \"Tracy\",\n            \"SupervisorId\": 298,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 89,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"HireDate\": \"13 Mar 2017\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"WSW17921\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Walter\",\n            \"SupervisorId\": 153,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 90,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"HireDate\": \"30 Nov 2016\",\n            \"EmailAddress\": \"\",\n            \"RoleName\": \"Agent\",\n            \"EmployeeId\": \"lswilliams\",\n            \"SiteName\": \"Site 2 - Nashville, TN\",\n            \"FirstName\": \"Litcha\",\n            \"SupervisorId\": 444,\n            \"IsSupervisor\": 0,\n            \"Tiebreak\": null,\n            \"Title\": \"Sales/Service Rep\",\n            \"RoleId\": 100,\n            \"SeqNo\": 91,\n            \"IsActive\": true,\n            \"LoginId\": \"\",\n            \"SupervisorName\": \"\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"10f09c80-9a4f-46c5-b1a0-da6289cf2504"},{"name":"AgentTemplate","event":[{"listen":"prerequest","script":{"id":"012af02a-4a96-4224-bc61-341f74879b75","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"111b3766-89b5-4c6f-bc8c-3e7c824e53a0","exec":[""],"type":"text/javascript"}}],"id":"a3a51cbf-e87d-4955-9444-33704b673341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6f53c4c9-db66-45be-b993-a83af582771f"}],"url":"{{envName}}/api/AgentTemplate?userId=1","description":"<p>Returns defualt agent template list. If an id is passed in (example api/AgentTemplate/{id}?userId={userId}), the function is overridden and a template list is returned based on the id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentTemplate"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"disabled":true,"description":{"content":"<p>OPTIONAL: Add a specific ID to see additional details about the specfici Agent Template.</p>\n","type":"text/plain"},"key":"id","value":"9"}],"variable":[]}},"response":[{"id":"b277c563-8628-41e2-b3b6-99d7fd39803b","name":"Agent Template List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentTemplate?userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentTemplate"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrUxDXadp19ntQjzLDVmJOk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:33:42 GMT"},{"key":"Content-Length","value":"2088"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentTemplateId\": 9,\n            \"Name\": \"Add-On Floating Template \",\n            \"Description\": \"Temp schedules to layer over existing schedules during temporary campaign.\",\n            \"ActivityId\": 2,\n            \"EmployeeClassificationId\": 1,\n            \"ActivityName\": \"Site 1 - Dallas, TX\",\n            \"ActivityDescription\": \"\",\n            \"ClassificationName\": \"Full Time\",\n            \"DefaultWorkType\": \"Work\",\n            \"MinimumActivityOverlap\": 0,\n            \"EmployeeClassificationsMustMatch\": 0,\n            \"CreateDate\": \"2023-10-12T10:12:06.667\",\n            \"LastUpdate\": \"2023-10-12T10:12:06.667\"\n        },\n        {\n            \"AgentTemplateId\": 13,\n            \"Name\": \"Customer Services\",\n            \"Description\": \"Customer Service Core\",\n            \"ActivityId\": 2,\n            \"EmployeeClassificationId\": null,\n            \"ActivityName\": \"Site 1 - Dallas, TX\",\n            \"ActivityDescription\": \"\",\n            \"ClassificationName\": \"<NONE>\",\n            \"DefaultWorkType\": \"Work\",\n            \"MinimumActivityOverlap\": 0,\n            \"EmployeeClassificationsMustMatch\": 0,\n            \"CreateDate\": \"2024-01-04T15:24:58.517\",\n            \"LastUpdate\": \"2024-01-04T15:24:58.517\"\n        },\n        {\n            \"AgentTemplateId\": 10,\n            \"Name\": \"Dallas Common Day\",\n            \"Description\": null,\n            \"ActivityId\": 2,\n            \"EmployeeClassificationId\": null,\n            \"ActivityName\": \"Site 1 - Dallas, TX\",\n            \"ActivityDescription\": \"\",\n            \"ClassificationName\": \"<NONE>\",\n            \"DefaultWorkType\": \"Work\",\n            \"MinimumActivityOverlap\": 0,\n            \"EmployeeClassificationsMustMatch\": 0,\n            \"CreateDate\": \"2023-12-15T08:55:25.477\",\n            \"LastUpdate\": \"2023-12-15T08:55:25.477\"\n        },\n        {\n            \"AgentTemplateId\": 11,\n            \"Name\": \"Dallas Floating\",\n            \"Description\": null,\n            \"ActivityId\": 2,\n            \"EmployeeClassificationId\": null,\n            \"ActivityName\": \"Site 1 - Dallas, TX\",\n            \"ActivityDescription\": \"\",\n            \"ClassificationName\": \"<NONE>\",\n            \"DefaultWorkType\": \"Work\",\n            \"MinimumActivityOverlap\": 0,\n            \"EmployeeClassificationsMustMatch\": 0,\n            \"CreateDate\": \"2023-12-15T08:56:55.983\",\n            \"LastUpdate\": \"2023-12-15T08:56:55.983\"\n        },\n        {\n            \"AgentTemplateId\": 12,\n            \"Name\": \"Multimedia agents\",\n            \"Description\": \"Writing Skills \",\n            \"ActivityId\": 2,\n            \"EmployeeClassificationId\": null,\n            \"ActivityName\": \"Site 1 - Dallas, TX\",\n            \"ActivityDescription\": \"\",\n            \"ClassificationName\": \"<NONE>\",\n            \"DefaultWorkType\": \"Work\",\n            \"MinimumActivityOverlap\": 0,\n            \"EmployeeClassificationsMustMatch\": 0,\n            \"CreateDate\": \"2024-01-04T14:57:06.89\",\n            \"LastUpdate\": \"2024-01-04T14:57:06.89\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"cda452a7-2238-4f44-80ba-527c470941f8","name":"Specific Agent Template","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6f53c4c9-db66-45be-b993-a83af582771f"}],"url":{"raw":"{{envName}}/api/AgentTemplate?userId=1&id=9","host":["{{envName}}"],"path":["api","AgentTemplate"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"id","value":"9","description":"OPTIONAL: Add a specific ID to see additional details about the specfici Agent Template."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruG/I9lJux241FmJTfgksG3r++88HpBz1NM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 28 May 2024 17:06:10 GMT"},{"key":"Content-Length","value":"588"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"Add-On Floating Template \",\n        \"Description\": \"Temp schedules to layer over existing schedules during temporary campaign.\",\n        \"CreateDate\": \"2023-10-12T10:12:06.667\",\n        \"MinimumActivityOverlap\": 0,\n        \"EmployeeClassificationsMustMatch\": 0,\n        \"EmployeeClassificationId\": 1,\n        \"AgentTemplateId\": 9,\n        \"LastUpdate\": \"2023-10-12T10:12:06.667\",\n        \"DefaultWorkType\": 1,\n        \"ActivityId\": 2,\n        \"SyncSourceCount\": 0,\n        \"SecurityKeyCount\": 0,\n        \"Icon\": \"../../Images/metro/64x64/user-headphone-information.png\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a3a51cbf-e87d-4955-9444-33704b673341"},{"name":"AgentTemplate","event":[{"listen":"prerequest","script":{"id":"c335fff1-8566-466f-963c-43d8c8072854","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"95594e15-29e8-4f20-85b8-db4e2414ff7f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"41f1d8dd-9090-4948-9e16-9fbdf83352f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Copy</p>\n","type":"text"},{"key":"id","value":"16","description":"<p>REQUIRED on UPDATE, DELETE, and COPY: The ID field indicates which agent template you intend to update/delete/copy. The ID is generated during the insert process, therefore you do not include it when adding a new agent template.</p>\n","type":"text","disabled":true},{"key":"defaultWorkTypeId","value":"1","description":"<p>REQUIRED: This is the default work type of the agent defined with an EventTypeId. A full list of valid IDs can be found using GET EventType.</p>\n","type":"text"},{"key":"employeeClassificationId","value":"1","description":"<p>REQUIRED on INSERT and UPDATE: The employee classification ID to use. Use GET EmployeeClassification to get a list of classification IDs you can use.</p>\n","type":"text"},{"key":"siteId","value":"3","description":"<p>REQUIRED on INSERT and UPDATE: Sets the agent's work location/site. This field uses an ID number to designate a site. Get a list of sites from GET Activity.</p>\n","type":"text"},{"key":"name","value":"Customer Care Template May-Aug","description":"<p>REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.</p>\n","type":"text"},{"key":"description","value":"Temporary template for customer care's Summer Program","description":"<p>REQUIRED on INSERT and UPDATE: A String value indicating the description of the custom field you want to add.</p>\n","type":"text"},{"key":"assignmentRule","value":"0","description":"<p>REQUIRED: This integer value determines the employee classification assignment rule to use. 0 = Do not consider employee classifications prior to assigning schedules. 1 = Employee classification assignment must match exactly prior to assigning schedules. 2 = Employee classification assignments must match, but consider unassigned classifications as equal.</p>\n","type":"text"},{"key":"minimumActivityOverlap","value":"12","description":"<p>REQUIRED: This field expects and integer value to define the minimum activity overlap for schedule related item assignments. This integer will indicate a percentage from 0 to 100. </p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED on INSERT and UPDATE: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentTemplate","description":"<p>The AgentTemplate endpoint will allow you to add, update, or remove agent templates. The settings mirror those found in the CommunityWFM settings under:</p>\n<p>Settings &gt; People &amp; agent templates &gt; Agent templates &gt; Agent template</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentTemplate"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"99c9870e-ea2d-465b-8f00-86d1bb529b51","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Copy","type":"text"},{"key":"id","value":"","description":"REQUIRED on UPDATE, DELETE, and COPY: The ID field indicates which agent template you intend to update/delete/copy. The ID is generated during the insert process, therefore you do not include it when adding a new agent template.","type":"text","disabled":true},{"key":"defaultWorkTypeId","value":"1","description":"REQUIRED: This is the default work type of the agent defined with an EventTypeId. A full list of valid IDs can be found using GET EventType.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED on INSERT and UPDATE: The employee classification ID to use. Use GET EmployeeClassification to get a list of classification IDs you can use.","type":"text"},{"key":"siteId","value":"3","description":"REQUIRED on INSERT and UPDATE: Sets the agent's work location/site. This field uses an ID number to designate a site. Get a list of sites from GET Activity.","type":"text"},{"key":"name","value":"Customer Care Template May-Aug","description":"REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.","type":"text"},{"key":"description","value":"Temporary template for customer care's Summer Program","description":"REQUIRED on INSERT and UPDATE: A String value indicating the description of the custom field you want to add.","type":"text"},{"key":"assignmentRule","value":"2","description":"REQUIRED: This integer value determines the employee classification assignment rule to use. 0 = Do not consider employee classifications prior to assigning schedules. 1 = Employee classification assignment must match exactly prior to assigning schedules. 2 = Employee classification assignments must match, but consider unassigned classifications as equal.","type":"text"},{"key":"minimumActivityOverlap","value":"25","description":"REQUIRED: This field expects and integer value to define the minimum activity overlap for schedule related item assignments. This integer will indicate a percentage from 0 to 100. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED on INSERT and UPDATE: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2XcHsH9AUH3W+NmK+dxfOSU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 16:57:02 GMT"},{"key":"Content-Length","value":"557"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"Customer Care Template May-Aug\",\n        \"Description\": \"Temporary template for customer care's Summer Program\",\n        \"CreateDate\": null,\n        \"MinimumActivityOverlap\": 25,\n        \"EmployeeClassificationsMustMatch\": 2,\n        \"EmployeeClassificationId\": 1,\n        \"AgentTemplateId\": 16,\n        \"LastUpdate\": null,\n        \"DefaultWorkType\": 1,\n        \"ActivityId\": 3,\n        \"SyncSourceCount\": null,\n        \"SecurityKeyCount\": 0,\n        \"Icon\": \"../../Images/metro/64x64/user-headphone-information.png\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"23dd8bf2-21bb-46f2-b4c6-b799d561ec8f","name":"2 - UPDATE (AssignmentRule)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Copy","type":"text"},{"key":"id","value":"16","description":"REQUIRED on UPDATE, DELETE, and COPY: The ID field indicates which agent template you intend to update/delete/copy. The ID is generated during the insert process, therefore you do not include it when adding a new agent template.","type":"text"},{"key":"defaultWorkTypeId","value":"1","description":"REQUIRED: This is the default work type of the agent defined with an EventTypeId. A full list of valid IDs can be found using GET EventType.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED on INSERT and UPDATE: The employee classification ID to use. Use GET EmployeeClassification to get a list of classification IDs you can use.","type":"text"},{"key":"siteId","value":"3","description":"REQUIRED on INSERT and UPDATE: Sets the agent's work location/site. This field uses an ID number to designate a site. Get a list of sites from GET Activity.","type":"text"},{"key":"name","value":"Customer Care Template May-Aug","description":"REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.","type":"text"},{"key":"description","value":"Temporary template for customer care's Summer Program","description":"REQUIRED on INSERT and UPDATE: A String value indicating the description of the custom field you want to add.","type":"text"},{"key":"assignmentRule","value":"0","description":"REQUIRED: This integer value determines the employee classification assignment rule to use. 0 = Do not consider employee classifications prior to assigning schedules. 1 = Employee classification assignment must match exactly prior to assigning schedules. 2 = Employee classification assignments must match, but consider unassigned classifications as equal.","type":"text"},{"key":"minimumActivityOverlap","value":"12","description":"REQUIRED: This field expects and integer value to define the minimum activity overlap for schedule related item assignments. This integer will indicate a percentage from 0 to 100. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED on INSERT and UPDATE: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2YTtrPwGq56tTMbOJ0/98hw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 16:58:07 GMT"},{"key":"Content-Length","value":"596"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"Customer Care Template May-Aug\",\n        \"Description\": \"Temporary template for customer care's Summer Program\",\n        \"CreateDate\": \"2024-06-12T11:57:02.373\",\n        \"MinimumActivityOverlap\": 12,\n        \"EmployeeClassificationsMustMatch\": 0,\n        \"EmployeeClassificationId\": 1,\n        \"AgentTemplateId\": 16,\n        \"LastUpdate\": \"2024-06-12T11:57:02.373\",\n        \"DefaultWorkType\": 1,\n        \"ActivityId\": 3,\n        \"SyncSourceCount\": 0,\n        \"SecurityKeyCount\": 0,\n        \"Icon\": \"../../Images/metro/64x64/user-headphone-information.png\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"9ba6d12c-dc34-468d-a87e-1ca8220196e9","name":"3 - Delete","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Copy","type":"text"},{"key":"id","value":"16","description":"REQUIRED on UPDATE, DELETE, and COPY: The ID field indicates which agent template you intend to update/delete/copy. The ID is generated during the insert process, therefore you do not include it when adding a new agent template.","type":"text"},{"key":"defaultWorkTypeId","value":"1","description":"REQUIRED: This is the default work type of the agent defined with an EventTypeId. A full list of valid IDs can be found using GET EventType.","type":"text"},{"key":"employeeClassificationId","value":"1","description":"REQUIRED on INSERT and UPDATE: The employee classification ID to use. Use GET EmployeeClassification to get a list of classification IDs you can use.","type":"text"},{"key":"siteId","value":"3","description":"REQUIRED on INSERT and UPDATE: Sets the agent's work location/site. This field uses an ID number to designate a site. Get a list of sites from GET Activity.","type":"text"},{"key":"name","value":"Customer Care Template May-Aug","description":"REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.","type":"text"},{"key":"description","value":"Temporary template for customer care's Summer Program","description":"REQUIRED on INSERT and UPDATE: A String value indicating the description of the custom field you want to add.","type":"text"},{"key":"assignmentRule","value":"0","description":"REQUIRED: This integer value determines the employee classification assignment rule to use. 0 = Do not consider employee classifications prior to assigning schedules. 1 = Employee classification assignment must match exactly prior to assigning schedules. 2 = Employee classification assignments must match, but consider unassigned classifications as equal.","type":"text"},{"key":"minimumActivityOverlap","value":"12","description":"REQUIRED: This field expects and integer value to define the minimum activity overlap for schedule related item assignments. This integer will indicate a percentage from 0 to 100. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED on INSERT and UPDATE: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2WuTCbkyUBoqtqWSuG8vKE4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 16:59:11 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"41f1d8dd-9090-4948-9e16-9fbdf83352f6"},{"name":"AgentTemplateActivityAssignment","event":[{"listen":"prerequest","script":{"id":"73d1cf20-c3c0-4141-ab7e-004918fae14c","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"0547a46b-55ba-4974-a428-b48570e08b89","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0fae5aaa-3288-4ac9-bdef-c31387b598b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/AgentTemplateActivityAssignment?activityId=1&agentTemplateId=9&userId=1","description":"<p>Retrieve a list of agent/activity assignments by activity ID and agent ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentTemplateActivityAssignment"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels.</p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: The Template ID number whose activity assignment details you would like to view. A list of available IDs can be found with GET AgentTemplate.</p>\n","type":"text/plain"},"key":"agentTemplateId","value":"9"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"3d045a3b-611a-4c4d-b7ac-85e656287604","name":"AgentTemplateActivityAssignment","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AgentTemplateActivityAssignment?activityId=1&agentTemplateId=9&userId=1","host":["{{envName}}"],"path":["api","AgentTemplateActivityAssignment"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"agentTemplateId","value":"9","description":"REQUIRED: The Template ID number whose activity assignment details you would like to view. A list of available IDs can be found with GET AgentTemplate."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2Z9fxBfXnSb1vGDAqDVjvPc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 16:41:12 GMT"},{"key":"Content-Length","value":"9358"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ActivityId\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Enterprise\",\n            \"TypeDescription\": \"Defines properties of the organization as a whole\",\n            \"Icon\": \"earth.png\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Enterprise\",\n            \"TypeDescription\": \"Defines properties of the organization as a whole\",\n            \"Icon\": \"earth.png\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 2,\n            \"parent_id\": 1,\n            \"name\": \"1- Dallas, TX\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 6,\n            \"parent_id\": 1,\n            \"name\": \"2 - Nashville, TN\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 22,\n            \"parent_id\": 1,\n            \"name\": \"3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Virtual Activity\",\n            \"TypeDescription\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"Icon\": \"earth_network.png\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null\n        },\n        {\n            \"ActivityId\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"messages.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 3\n        },\n        {\n            \"ActivityId\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": null,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2\n        },\n        {\n            \"ActivityId\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2\n        },\n        {\n            \"ActivityId\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        },\n        {\n            \"ActivityId\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"0fae5aaa-3288-4ac9-bdef-c31387b598b9"},{"name":"AgentTemplateActivityAssignment","event":[{"listen":"prerequest","script":{"id":"097960e5-258b-47f3-9a73-f2d2f1fd9a66","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"30c69e10-c352-47f2-99b1-8850d748d654","exec":[""],"type":"text/javascript","packages":{}}}],"id":"667555a7-66ee-4430-816e-a331fea3b40e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"agentTemplateId","value":"13","description":"<p>REQUIRED: The agent template ID to which you want to assign activities. A full list of agent templates can be found using GET AgentTemplate.</p>\n","type":"text"},{"key":"assignedActivities","value":"11","description":"<p>REQUIRED: This field allows you to assign activities to a single agent template. It accepts multiple activity IDs separated by a semi colon (example: 1;3;4). A list of activity IDs can be found using GET Activity.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user updating the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentTemplateActivityAssignment","description":"<p>Modify an agent/activity assignment. Values for postParams.transactionFlagId indicate the type of update: 1 – Add a new agent / activity cross-reference row 2 – Update. This assumes the assignedActivities parameter contains the complete list of activities assigned to an agent. It will first remove all current assignments and then add those in the ';' separated list. Make sure you understand this. 3 – Remove an agent from the list of agents assigned to the given activity ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentTemplateActivityAssignment"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"667555a7-66ee-4430-816e-a331fea3b40e"},{"name":"CustomProperties","event":[{"listen":"prerequest","script":{"id":"58b10e6f-be5d-41f7-a278-003cc7b2d45b","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"cf0c0602-57b7-4b51-8f8b-d4425b8f7520","exec":[""],"type":"text/javascript"}}],"id":"8a72e9e0-e0fb-4b23-94c6-3c9619e2aca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"521a1d5b-e8e2-49b9-9779-119f1b67d20f"}],"url":"{{envName}}/api/CustomProperties/NULL","description":"<p>The GET CustomProperties endpoint provides a list of custom fields available for Agents. To use this endpoint simply add the ID of the custom field you want to view, or if you do not know the ID, write the word NULL at the end of the URL to return a list. By default this Postman collection will be saved to return the list results using NULL.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CustomProperties","NULL"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"2bf17795-534a-433b-85b5-35c594b8401b","name":"Custom Property 1","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/CustomProperties/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsoU4rtooNcPodirdH1CZGU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:17:41 GMT"},{"key":"Content-Length","value":"258"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FieldTypeId\": 1,\n        \"Name\": \"Performance Score\",\n        \"CustomFieldId\": 1,\n        \"Description\": null,\n        \"Required\": false,\n        \"DefaultValue\": null,\n        \"Width\": 5,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"c40d2651-36e9-46d3-8460-61b57cc7ab20","name":"Custom Property 2","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/CustomProperties/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsFbGPx2QEG8XFJwCIDF94w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:18:10 GMT"},{"key":"Content-Length","value":"261"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FieldTypeId\": 1,\n        \"Name\": \"Emergency Contact #\",\n        \"CustomFieldId\": 2,\n        \"Description\": null,\n        \"Required\": false,\n        \"DefaultValue\": null,\n        \"Width\": 10,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"844df7cd-b9d9-4327-bdac-cf92bf44ba16","name":"CustomProperties List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"521a1d5b-e8e2-49b9-9779-119f1b67d20f"}],"url":"{{envName}}/api/CustomProperties/NULL"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruG/I9lJux241NRd3DJw/RCW3m1jq7/skhM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 28 May 2024 16:43:03 GMT"},{"key":"Content-Length","value":"591"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_custom_field_id\": 2,\n            \"name\": \"Emergency Contact #\",\n            \"description\": null,\n            \"sa_field_type_id\": 1,\n            \"width\": 10,\n            \"required_flag\": false,\n            \"default_value\": null,\n            \"FieldTypeName\": \"Text\"\n        },\n        {\n            \"sa_custom_field_id\": 1,\n            \"name\": \"Performance Score\",\n            \"description\": null,\n            \"sa_field_type_id\": 1,\n            \"width\": 5,\n            \"required_flag\": false,\n            \"default_value\": null,\n            \"FieldTypeName\": \"Text\"\n        },\n        {\n            \"sa_custom_field_id\": 3,\n            \"name\": \"Test\",\n            \"description\": \"TEST\",\n            \"sa_field_type_id\": 1,\n            \"width\": 5,\n            \"required_flag\": true,\n            \"default_value\": null,\n            \"FieldTypeName\": \"Text\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"8a72e9e0-e0fb-4b23-94c6-3c9619e2aca6"},{"name":"AgentCustomField","event":[{"listen":"prerequest","script":{"id":"58b10e6f-be5d-41f7-a278-003cc7b2d45b","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"cf0c0602-57b7-4b51-8f8b-d4425b8f7520","exec":[""],"type":"text/javascript","packages":{}}}],"id":"45537c45-9526-43bf-a23c-60c344c6ff04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"<p>REQUIRED: This field expects an integer that defines what type of action to take. 1 = INSERT, 2 = UPDATE</p>\n","type":"text"},{"key":"agentId","value":"278","type":"text","description":"<p>REQURIED: The AgentID whose value you want to check. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"customFieldId","value":"2","type":"text","description":"<p>REQUIRED: This field defines which custom property is being updated. The field expects an integer value. Use GET CustomProperties to get a list of the various custom Fields available. </p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"value","value":"972 258-8888","description":"<p>REQUIRED: The value to assign to the specific Custom Field. </p>\n","type":"text"}]},"url":"{{envName}}/api/AgentCustomField?agentId=278&customFieldId=&userId=1","description":"<p>The GET AgentCustomField lets you see what values are assigned to agents' Custom fields. This field is a custom user property that can be anything you want such as Emergency Contact #, the latest Performance Score for the agent, or an alternate ID for integration between multiple systems.</p>\n<p>You can include the customFieldId if you know it or leave the field NULL to get a list of all currently assigned values.</p>\n<p>This AgentCustomField works hand in hand with the GET CustomProperties which will show you a list of the fields</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentCustomField"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQURIED: The AgentID whose value you want to check. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: This field must be included but does not require a value. By including a value you can check for the specific custom property assigned to the agent or, if left blank, all custom values will be returned.</p>\n","type":"text/plain"},"key":"customFieldId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"ff007489-c185-4044-aa0a-b723cd2e7b4e","name":"List by agent","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AgentCustomField?agentId=278&customFieldId=&userId=1","host":["{{envName}}"],"path":["api","AgentCustomField"],"query":[{"key":"agentId","value":"278","description":"REQURIED: The AgentID whose value you want to check. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"customFieldId","value":"","description":"REQUIRED: This field must be included but does not require a value. By including a value you can check for the specific custom property assigned to the agent or, if left blank, all custom values will be returned."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGwK58YpSPNvaQtg4GKph+pzVXNpP9ECPE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 16 Aug 2024 21:43:07 GMT"},{"key":"Content-Length","value":"511"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_agent_id\": 278,\n            \"sa_custom_field_id\": 1,\n            \"Value\": \"086\",\n            \"FieldName\": \"Performance Score\",\n            \"FieldDescription\": null,\n            \"DisplayName\": \"Text\",\n            \"DatatypeName\": \"nvarchar\",\n            \"Width\": \"5\",\n            \"Required\": false,\n            \"IsDefault\": false\n        },\n        {\n            \"sa_agent_id\": 278,\n            \"sa_custom_field_id\": 2,\n            \"Value\": null,\n            \"FieldName\": \"Emergency Contact #\",\n            \"FieldDescription\": null,\n            \"DisplayName\": \"Text\",\n            \"DatatypeName\": \"nvarchar\",\n            \"Width\": \"10\",\n            \"Required\": false,\n            \"IsDefault\": true\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"9532b6d6-0ed0-41ba-aecd-c53ebdadead0","name":"Specific custom field","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AgentCustomField?agentId=278&customFieldId=1&userId=1","host":["{{envName}}"],"path":["api","AgentCustomField"],"query":[{"key":"agentId","value":"278","description":"REQURIED: The AgentID whose value you want to check. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"customFieldId","value":"1","description":"REQUIRED: This field must be included but does not require a value. By including a value you can check for the specific custom property assigned to the agent or, if left blank, all custom values will be returned."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGwK58YpSPNvXh4pQfzEwa007/xaLWMBQY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 16 Aug 2024 21:43:45 GMT"},{"key":"Content-Length","value":"319"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CustomFieldId\": 1,\n        \"CurrentValue\": \"086\",\n        \"AgentId\": 278,\n        \"CustomFieldName\": \"Performance Score\",\n        \"CustomFieldRequired\": false,\n        \"CustomFieldSize\": 5,\n        \"CustomFieldDefaultValue\": null,\n        \"CustomFieldDesc\": \"\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"45537c45-9526-43bf-a23c-60c344c6ff04"},{"name":"AgentCustomField","event":[{"listen":"prerequest","script":{"id":"58b10e6f-be5d-41f7-a278-003cc7b2d45b","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"cf0c0602-57b7-4b51-8f8b-d4425b8f7520","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8dbff8cc-1819-4135-a3e1-fb1a810f5c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: This field expects an integer that defines what type of action to take. 1 = INSERT, 2 = UPDATE</p>\n","type":"text"},{"key":"agentId","value":"278","type":"text","description":"<p>REQURIED: The AgentID whose value you want to check. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"customFieldId","value":"2","type":"text","description":"<p>REQUIRED: This field defines which custom property is being updated. The field expects an integer value. Use GET CustomProperties to get a list of the various custom Fields available. </p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"value","value":"972 258-9999","description":"<p>REQUIRED: The value to assign to the specific Custom Field. </p>\n","type":"text"}]},"url":"{{envName}}/api/AgentCustomField","description":"<p>The GET AgentCustomField lets you see what values are assigned to agents' Custom fields. This field is a custom user property that can be anything you want such as Emergency Contact #, the latest Performance Score for the agent, or an alternate ID for integration between multiple systems.</p>\n<p>You can include the customFieldId if you know it or leave the field NULL to get a list of all currently assigned values.</p>\n<p>This AgentCustomField works hand in hand with the GET CustomProperties which will show you a list of the fields</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentCustomField"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"a2489198-1686-4978-92c6-56deda978b76","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: This field expects an integer that defines what type of action to take. 1 = INSERT, 2 = UPDATE","type":"text"},{"key":"agentId","value":"278","type":"text","description":"REQURIED: The AgentID whose value you want to check. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"customFieldId","value":"2","type":"text","description":"REQUIRED: This field defines which custom property is being updated. The field expects an integer value. Use GET CustomProperties to get a list of the various custom Fields available. "},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"value","value":"972 258-8888","description":"REQUIRED: The value to assign to the specific Custom Field. ","type":"text"}]},"url":"{{envName}}/api/AgentCustomField"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGwK58YpSPNveC6YWfnLZf2wNl+wjhjw5c="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 16 Aug 2024 21:55:22 GMT"},{"key":"Content-Length","value":"317"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CustomFieldId\": 2,\n        \"CurrentValue\": \"972 258-8888\",\n        \"AgentId\": 278,\n        \"CustomFieldName\": null,\n        \"CustomFieldRequired\": null,\n        \"CustomFieldSize\": null,\n        \"CustomFieldDefaultValue\": null,\n        \"CustomFieldDesc\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"a0602d95-b918-4eee-9eaa-aa17645572e2","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: This field expects an integer that defines what type of action to take. 1 = INSERT, 2 = UPDATE","type":"text"},{"key":"agentId","value":"278","type":"text","description":"REQURIED: The AgentID whose value you want to check. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"customFieldId","value":"2","type":"text","description":"REQUIRED: This field defines which custom property is being updated. The field expects an integer value. Use GET CustomProperties to get a list of the various custom Fields available. "},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"value","value":"972 258-9999","description":"REQUIRED: The value to assign to the specific Custom Field. ","type":"text"}]},"url":"{{envName}}/api/AgentCustomField"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGwK58YpSPNvRqMWbV0tTV4zDY8IwqssCA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 16 Aug 2024 21:56:16 GMT"},{"key":"Content-Length","value":"317"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CustomFieldId\": 2,\n        \"CurrentValue\": \"972 258-9999\",\n        \"AgentId\": 278,\n        \"CustomFieldName\": null,\n        \"CustomFieldRequired\": null,\n        \"CustomFieldSize\": null,\n        \"CustomFieldDefaultValue\": null,\n        \"CustomFieldDesc\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"8dbff8cc-1819-4135-a3e1-fb1a810f5c58"},{"name":"CustomProperties","event":[{"listen":"prerequest","script":{"id":"ffb46ba6-0aa0-4bde-bcb9-2529601605f1","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"3adfee9f-ab4a-4843-bd4d-19906d6af0a4","exec":[""],"type":"text/javascript"}}],"id":"da2ee054-f169-4a76-afd0-1d60645fd505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"Id","value":"","description":"<p>REQUIRED on UPDATE and DELETE: The ID field indicates which custom property you intend to update/delete. The ID is generated during the insert process, therefore you do not include it when adding a new Custom Field.</p>\n","type":"text"},{"key":"name","value":"ADP ID","description":"<p>REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.</p>\n","type":"text"},{"key":"description","value":"This field helps match IDs between CommunityWFM and ADP. This field expects the agent's ADP ID.","description":"<p>REQUIRED: A String value indicating the description of the custom field you want to add.</p>\n","type":"text"},{"key":"isRequired","value":"false","description":"<p>REQUIRED on INSERT and UPDATE: This boolean value determines if every agent is required to have this field when being created. </p>\n","type":"text"},{"key":"defaultValue","value":"NULL","description":"<p>REQUIRED on INSERT and UPDATE: This string field defines the default value. </p>\n","type":"text"},{"key":"displayWidth","value":"6","description":"<p>REQUIRED on INSERT and UPDATE: This field defines how many characters can be included in this field. A phone number, for example, would be 10. A zip code would be 5.</p>\n","type":"text"}]},"url":"{{envName}}/api/CustomProperties","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CustomProperties"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"8e70558a-0ce3-4d63-883e-419a9bec3c85","name":"1 - INSERT Custom Property","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"Id","value":"","description":"REQUIRED on UPDATE and DELETE: The ID field indicates which custom property you intend to update/delete. The ID is generated during the insert process, therefore you do not include it when adding a new Custom Field.","type":"text"},{"key":"name","value":"ADP ID","description":"REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.","type":"text"},{"key":"description","value":"This field helps match IDs between CommunityWFM and ADP. This field expects the agent's ADP ID.","description":"REQUIRED: A String value indicating the description of the custom field you want to add.","type":"text"},{"key":"isRequired","value":"false","description":"REQUIRED on INSERT and UPDATE: This boolean value determines if every agent is required to have this field when being created. ","type":"text"},{"key":"defaultValue","value":"NULL","description":"REQUIRED on INSERT and UPDATE: This string field defines the default value. ","type":"text"},{"key":"displayWidth","value":"6","description":"REQUIRED on INSERT and UPDATE: This field defines how many characters can be included in this field. A phone number, for example, would be 10. A zip code would be 5.","type":"text"}]},"url":"{{envName}}/api/CustomProperties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruG/I9lJux241JczMHSwlz4MH+/kv81x7i0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 28 May 2024 16:55:41 GMT"},{"key":"Content-Length","value":"342"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FieldTypeId\": 1,\n        \"Name\": \"ADP ID\",\n        \"CustomFieldId\": 4,\n        \"Description\": \"This field helps match IDs between CommunityWFM and ADP. This field expects the agent's ADP ID.\",\n        \"Required\": false,\n        \"DefaultValue\": \"NULL\",\n        \"Width\": 6,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"97168709-b2ab-4841-8720-89be77299192","name":"2 - UPDATE Custom Property","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"Id","value":"4","description":"REQUIRED on UPDATE and DELETE: The ID field indicates which custom property you intend to update/delete. The ID is generated during the insert process, therefore you do not include it when adding a new Custom Field.","type":"text"},{"key":"name","value":"ADP ID","description":"REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.","type":"text"},{"key":"description","value":"This field helps match IDs between CommunityWFM and ADP. This field expects the agent's ADP ID. UPDATE: This field to be used for custom ADP Data Target exports.","description":"REQUIRED: A String value indicating the description of the custom field you want to add.","type":"text"},{"key":"isRequired","value":"false","description":"REQUIRED on INSERT and UPDATE: This boolean value determines if every agent is required to have this field when being created. ","type":"text"},{"key":"defaultValue","value":"NULL","description":"REQUIRED on INSERT and UPDATE: This string field defines the default value. ","type":"text"},{"key":"displayWidth","value":"6","description":"REQUIRED on INSERT and UPDATE: This field defines how many characters can be included in this field. A phone number, for example, would be 10. A zip code would be 5.","type":"text"}]},"url":"{{envName}}/api/CustomProperties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruG/I9lJux241DeL01z4fZtBdp92Iq5fMxA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 28 May 2024 16:59:46 GMT"},{"key":"Content-Length","value":"408"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FieldTypeId\": 1,\n        \"Name\": \"ADP ID\",\n        \"CustomFieldId\": 4,\n        \"Description\": \"This field helps match IDs between CommunityWFM and ADP. This field expects the agent's ADP ID. UPDATE: This field to be used for custom ADP Data Target exports.\",\n        \"Required\": false,\n        \"DefaultValue\": \"NULL\",\n        \"Width\": 6,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d3b68afa-1e7e-4cc8-b038-2241e001d5df","name":"3 - DELETE Custom Property","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"Id","value":"4","description":"REQUIRED on UPDATE and DELETE: The ID field indicates which custom property you intend to update/delete. The ID is generated during the insert process, therefore you do not include it when adding a new Custom Field.","type":"text"},{"key":"name","value":"ADP ID","description":"REQUIRED on INSERT and UPDATE: A String value indicating the name of the custom field you want to add.","type":"text","disabled":true},{"key":"description","value":"This field helps match IDs between CommunityWFM and ADP. This field expects the agent's ADP ID. UPDATE: This field to be used for custom ADP Data Target exports.","description":"REQUIRED: A String value indicating the description of the custom field you want to add.","type":"text","disabled":true},{"key":"isRequired","value":"false","description":"REQUIRED on INSERT and UPDATE: This boolean value determines if every agent is required to have this field when being created. ","type":"text","disabled":true},{"key":"defaultValue","value":"NULL","description":"REQUIRED on INSERT and UPDATE: This string field defines the default value. ","type":"text","disabled":true},{"key":"displayWidth","value":"6","description":"REQUIRED on INSERT and UPDATE: This field defines how many characters can be included in this field. A phone number, for example, would be 10. A zip code would be 5.","type":"text","disabled":true}]},"url":"{{envName}}/api/CustomProperties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruG/I9lJux241L8hzdczKQppPwm6i5d2SKw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 28 May 2024 17:00:16 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"da2ee054-f169-4a76-afd0-1d60645fd505"},{"name":"Participant","event":[{"listen":"prerequest","script":{"id":"e9b88fd6-a357-48fe-b94b-237370f8f0cc","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"59a264c7-f4ae-4899-afea-b04ffa1f9c7f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cb09431c-56ad-495a-bca1-7dc373d797ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/Participant?participantId=449&participantTypeId=2&userId=1","description":"<p>Participants uses participantTypeId and participantId together to produce participant data. Typical use case is 0 for Agent and then using an AgentID for participantId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Participant"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 5, individuals,, you can use an agent's ID.</p>\n","type":"text/plain"},"key":"participantId","value":"449"},{"description":{"content":"<p>REQUIRED: The Participant Type </p>\n","type":"text/plain"},"key":"participantTypeId","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"88d6e825-b2c1-436a-a5a6-3b2e8aa568fe","name":"Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/Participant?participantId=278&participantTypeId=0&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","Participant"],"query":[{"key":"participantId","value":"278","description":"REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 5, individuals,, you can use an agent's ID."},{"key":"participantTypeId","value":"0","description":"REQUIRED: The Participant Type defined by an internally generated number."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPjbQ9EZxXV79V6hy45EdREw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:03:59 GMT"},{"key":"Content-Length","value":"1334"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ParticipantType\": 0,\n        \"ParticipantId\": 278,\n        \"FullName\": \"Areheart, Sam\",\n        \"SupportsMultipleEventAssignments\": true,\n        \"SupportsMemoIntegration\": true,\n        \"SupportsTimeOffEventAsignment\": true,\n        \"RequestingAgentId\": 1,\n        \"Source\": {\n            \"LoginId\": \"sareheart\",\n            \"HireDate\": \"2016-07-11T00:00:00\",\n            \"LastName\": \"Areheart\",\n            \"WorkType\": 1,\n            \"EmployeeId\": \"SCA21218\",\n            \"EmailAddress\": null,\n            \"UseDefaultTimezone\": false,\n            \"AgentId\": 278,\n            \"Title\": \"Sales/Service Rep\",\n            \"ThemeId\": 23,\n            \"ThemeName\": \"Maroon\",\n            \"FirstName\": \"Sam\",\n            \"ActivityId\": 2,\n            \"TimeZoneId\": 20,\n            \"Tiebreaker\": 0,\n            \"EmployeeClassificationId\": null,\n            \"MiddleInitial\": null,\n            \"SupervisorId\": 298,\n            \"RoleId\": 100,\n            \"ImageUrl\": \"no_photo.jpg\",\n            \"LoginTime\": null,\n            \"DeviceLoginId\": null,\n            \"IsDefaultDeviceLoginId\": null,\n            \"SyncSourceCount\": 1,\n            \"PendingChangeCount\": 0,\n            \"LeafActivityCount\": 2,\n            \"ExternalUserId\": null,\n            \"DefaultFirstDayOfScheduleWeek\": 1,\n            \"IsActive\": true,\n            \"UserTags\": \"#Spanish\",\n            \"SecurityKeyCount\": 104,\n            \"PtoPolicyId\": 2,\n            \"CurrentRAPId\": null,\n            \"SupervisorName\": \"Mitchell, Lauren \",\n            \"LocaleId\": null,\n            \"AssignedLocaleId\": 1,\n            \"MaskOnExit\": false,\n            \"IsMasked\": false,\n            \"CreateDate\": null,\n            \"LastUpdate\": \"2023-12-15T15:24:56.417\",\n            \"FullName\": \"Areheart, Sam\",\n            \"Name\": \"Areheart, Sam\",\n            \"Description\": \"Sales/Service Rep\",\n            \"Icon\": \"agent.wfmsgimg?type=0&agentid=278\",\n            \"SourceCulture\": \"en-us\",\n            \"UserId\": null\n        }\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"cb09431c-56ad-495a-bca1-7dc373d797ab"},{"name":"UserRole","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"41b835e8-ccde-40c1-95b9-26ed26bd3fb5"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"4b32035a-dae1-4d36-bffd-9cf2f6377e97"}}],"id":"6eb2ce99-0284-4bd9-b14c-42743f07be50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"ef4f011d-c710-469b-abd3-1cd38dd28b16"}],"url":"{{envName}}/api/UserRole/{id}?visible=","description":"<p>Provides a list of all Agent Roles within CommunityWFM.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","UserRole","{id}"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This field is required but can be left blank.</p>\n","type":"text/plain"},"key":"visible","value":""}],"variable":[]}},"response":[{"id":"c7d30d93-bb9c-466f-b4bb-76066afe68df","name":"User Role List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/UserRole/{id}?visible=","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","UserRole","{id}"],"query":[{"key":"visible","value":"","description":"REQUIRED: This field is required but can be left blank."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPpRiv1Tw1ViY1w4s7KxUfKs="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:45:44 GMT"},{"key":"Content-Length","value":"273"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"role_id\": 100,\n            \"name\": \"Agent\"\n        },\n        {\n            \"role_id\": 200,\n            \"name\": \"Supervisor\"\n        },\n        {\n            \"role_id\": 300,\n            \"name\": \"Scheduler\"\n        },\n        {\n            \"role_id\": 400,\n            \"name\": \"Administrator\"\n        },\n        {\n            \"role_id\": 1000,\n            \"name\": \"Superuser\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"6eb2ce99-0284-4bd9-b14c-42743f07be50"}],"id":"0c5516d2-ffc7-48b6-a0bd-854a0306ce96","description":"<p>The People endpoints allow for viewing, creating, editing, or removing agents and their properties within CommunityWebAPI. Agents are represented throughout CommunityWebAPI by their AgentId which can be found using GET Agent or AgentList for lists of all agents, or GET AgentGetbyEmailAddress to find a specific agent's ID. POST to Agent to add, update, or remove agents.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><p><a href=\"https://developer.communitywfm.com/#b0673dd7-1c5b-491c-96d7-ddf8e5275053\">GET Agent</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#750800a0-603b-46c7-882b-3aa2e8a3f204\">POST Agent</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#8bdf10e4-0672-4537-b584-e8e145141ede\">POST AgentEmploymentDate</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#600b9df3-0e5e-4bfe-85a2-3a11e97881dc\">GET AgentGetByEmailAddress</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#10f09c80-9a4f-46c5-b1a0-da6289cf2504\">GET AgentList</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#cb09431c-56ad-495a-bca1-7dc373d797ab\">GET Participant</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#6eb2ce99-0284-4bd9-b14c-42743f07be50\">GET UserRole</a></p>\n</li>\n</ul>\n<p>NOTE: When adding an agent with POST Agent, you'll need to designate if the agent is active or not using the AgentEmploymentDate endpoint.</p>\n<h2 id=\"agent-lifecycle-guide\"><strong>Agent Lifecycle Guide:</strong></h2>\n<p>If you've never worked with CommunityWFM before, we've put together the following guide to walk through the full lifecycle of an agent from their initial creation to their end of employment. We’ll show both the user experience perspective as well as the endpoints used under the hood to power each step and their responses.</p>\n<p><strong>Step 1</strong> is creating the user. The agent is active the moment the user is created by clicking save as shown in the screenshot below. Even a user with nothing but a first and last name will already be listed as active.</p>\n<img src=\"https://content.pstmn.io/7ea45318-e9f9-4f8a-91c9-a4f0172155d8/aW1hZ2UucG5n\" width=\"1041\" height=\"1683\" />\n\n<p>Once save is pressed we POST to the Agent endpoint. Below are the endpoints used above as well as the response received.</p>\n<p>POST: Agent<br />Parameters:</p>\n<blockquote>\n<p>• transactionFlagId: 1<br />• defaultWorkTypeId: 13<br />• supervisorId:<br />• timeZoneId:<br />• employeeClassificationId:<br />• siteId: 2<br />• firstName: Jim<br />• lastName: Milton<br />• middleInitial: C<br />• hireDate: 2024/10/01<br />• employeeId: jmilton<br />• title: Acquisitions Associate<br />• emailAddress: <a href=\"https://mailto:jmilton@vanderlinde.net\">jmilton@vanderlinde.net</a><br />• roleId: 100<br />• tiebreakValue: 0<br />• loginId:<br />• password:<br />• externalLoginId:<br />• userTags:<br />• userId: 1<br />• useDefaultLogin: false<br />• applyToDataSource: false<br />• dataSourceId:<br />• localeId: </p>\n</blockquote>\n<p>Response:</p>\n<blockquote>\n<p>{<br />\"validationErrors\": [],<br />\"Message\": \"\",<br />\"Success\": true,<br />\"ExceptionResult\": null,<br />\"Data\": {<br />\"LoginId\": \"jmilton\",<br />\"HireDate\": \"1897-05-13T00:00:00\",<br />\"LastName\": \"Milton\",<br />\"WorkType\": 1,<br />\"EmployeeId\": \"jmilton\",<br />\"EmailAddress\": \"<a href=\"https://mailto:jmilton@vanderlinde.com\">jmilton@vanderlinde.com</a>\",<br />\"UseDefaultTimezone\": null,<br />\"AgentId\": 550,<br />\"Title\": \"Acquisitions Associate\",<br />\"ThemeId\": null,<br />\"ThemeName\": null,<br />\"FirstName\": \"Jim\",<br />\"ActivityId\": 12,<br />\"TimeZoneId\": 20,<br />\"Tiebreaker\": 0,<br />\"EmployeeClassificationId\": 1,<br />\"MiddleInitial\": \"C\",<br />\"SupervisorId\": null,<br />\"RoleId\": 100,<br />\"ImageUrl\": null,<br />\"LoginTime\": null,<br />\"DeviceLoginId\": null,<br />\"IsDefaultDeviceLoginId\": null,<br />\"SyncSourceCount\": null,<br />\"PendingChangeCount\": null,<br />\"LeafActivityCount\": null,<br />\"ExternalUserId\": null,<br />\"DefaultFirstDayOfScheduleWeek\": null,<br />\"IsActive\": false,<br />\"UserTags\": \"test123\",<br />\"SecurityKeyCount\": 0,<br />\"PtoPolicyId\": null,<br />\"CurrentRAPId\": null,<br />\"SupervisorName\": null,<br />\"LocaleId\": null,<br />\"AssignedLocaleId\": null,<br />\"MaskOnExit\": null,<br />\"IsMasked\": null,<br />\"CreateDate\": null,<br />\"LastUpdate\": null,<br />\"FullName\": \"Milton, Jim C\",<br />\"Name\": \"Milton, Jim C\",<br />\"Description\": \"Acquisitions Associate\",<br />\"Icon\": \"agent.wfmsgimg?type=0&amp;agentid=550\",<br />\"SourceCulture\": null,<br />\"UserId\": null<br />},<br />\"StackTrace\": \"Stack trace here...\"<br />} </p>\n</blockquote>\n<p><strong>Step 2</strong> we add the user’s login credentials. This is performed on a separate tab in the CommunityWFM user interface, and this process uses 1 endpoint but 2 separate calls to add the User ID and then set the password.</p>\n<img src=\"https://content.pstmn.io/e5797383-fc82-4b5b-a5e1-5b14d055b0bf/aW1hZ2UucG5n\" width=\"1661\" height=\"856\" />\n\n<p>Once again, as save is pressed we then POST to Agent:</p>\n<p>POST: Agent<br />Parameters:</p>\n<blockquote>\n<p>• transactionFlagId: 5<br />• id: 550<br />• defaultWorkTypeId:<br />• supervisorId:<br />• timeZoneId:<br />• employeeClassificationId:<br />• siteId:<br />• firstName:<br />• lastName:<br />• middleInitial:<br />• hireDate:<br />• employeeId:<br />• title:<br />• emailAddress:<br />• roleId:<br />• tiebreakValue:<br />• loginId: <a href=\"https://mailto:jmilton@vanderlinde.net\">jmilton@vanderlinde.net</a><br />• password:<br />• externalLoginId:<br />• userTags:<br />• userId: 1<br />• useDefaultLogin: false<br />• applyToDataSource: false<br />• dataSourceId:<br />• localeId:<br />• makeTransitionOnMask: false </p>\n</blockquote>\n<p>Response:</p>\n<blockquote>\n<p>{<br />\"validationErrors\": [],<br />\"Message\": \"\",<br />\"Success\": true,<br />\"ExceptionResult\": null,<br />\"Data\": {<br />\"LoginId\": <a href=\"https://mailto:jmilton@vanderlinde.net\">jmilton@vanderlinde.net</a>,<br />\"HireDate\": \"2024-10-01T00:00:00\",<br />\"LastName\": \"Milton\",<br />\"WorkType\": 13,<br />\"EmployeeId\": \"jmilton\",<br />\"EmailAddress\": <a href=\"https://mailto:jmilton@vanderlinde.net\">jmilton@vanderlinde.net</a>,<br />\"UseDefaultTimezone\": true,<br />\"AgentId\": 550,<br />\"Title\": \"Acquisitions Associate\",<br />\"ThemeId\": 1,<br />\"ThemeName\": \"Default\",<br />\"FirstName\": \"Jim\",<br />\"ActivityId\": 2,<br />\"TimeZoneId\": 20,<br />\"Tiebreaker\": 0,<br />\"EmployeeClassificationId\": null,<br />\"MiddleInitial\": \"C\",<br />\"SupervisorId\": null,<br />\"RoleId\": 100,<br />\"ImageUrl\": \"no_photo.jpg\",<br />\"LoginTime\": null,<br />\"DeviceLoginId\": null,<br />\"IsDefaultDeviceLoginId\": null,<br />\"SyncSourceCount\": 0,<br />\"PendingChangeCount\": 5,<br />\"LeafActivityCount\": 0,<br />\"ExternalUserId\": null,<br />\"DefaultFirstDayOfScheduleWeek\": 1,<br />\"IsActive\": true,<br />\"UserTags\": \"\",<br />\"SecurityKeyCount\": 105,<br />\"PtoPolicyId\": null,<br />\"CurrentRAPId\": null,<br />\"SupervisorName\": \"None\",<br />\"LocaleId\": null,<br />\"AssignedLocaleId\": 1,<br />\"MaskOnExit\": false,<br />\"IsMasked\": false,<br />\"CreateDate\": \"2024-10-01T17:40:24.32\",<br />\"LastUpdate\": \"2024-10-01T17:40:24.32\",<br />\"FullName\": \"Milton, Jim C\",<br />\"Name\": \"Milton, Jim C\",<br />\"Description\": \"Acquisitions Associate\",<br />\"Icon\": \"agent.wfmsgimg?type=0&amp;agentid=550\",<br />\"SourceCulture\": \"en-us\",<br />\"UserId\": null<br />},<br />\"StackTrace\": \"Stack trace here...\"<br />} </p>\n</blockquote>\n<p>The second call is when the password is set. The API returns null for the majority of the values as a security precaution, so the isActive will appear to be false but that’s just due to that null value. A GET to the Agent endpoint would show the agent is actually active.</p>\n<p>POST: Agent<br />Parameters:</p>\n<blockquote>\n<p>• transactionFlagId: 6<br />• id: 550<br />• defaultWorkTypeId:<br />• supervisorId:<br />• timeZoneId:<br />• employeeClassificationId:<br />• siteId:<br />• firstName:<br />• lastName:<br />• middleInitial:<br />• hireDate:<br />• employeeId:<br />• title:<br />• emailAddress:<br />• roleId:<br />• tiebreakValue:<br />• loginId: <a href=\"https://mailto:jmilton@vanderlinde.net\">jmilton@vanderlinde.net</a><br />• password: password<br />• externalLoginId:<br />• userTags:<br />• userId: 1<br />• useDefaultLogin: false<br />• applyToDataSource: false<br />• dataSourceId:<br />• localeId:<br />• makeTransitionOnMask: false </p>\n</blockquote>\n<p>Response:</p>\n<blockquote>\n<p>{<br />\"validationErrors\": [],<br />\"Message\": \"\",<br />\"Success\": true,<br />\"ExceptionResult\": null,<br />\"Data\": {<br />\"LoginId\": null,<br />\"HireDate\": null,<br />\"LastName\": null,<br />\"WorkType\": null,<br />\"EmployeeId\": null,<br />\"EmailAddress\": null,<br />\"UseDefaultTimezone\": null,<br />\"AgentId\": 550,<br />\"Title\": null,<br />\"ThemeId\": null,<br />\"ThemeName\": null,<br />\"FirstName\": null,<br />\"ActivityId\": null,<br />\"TimeZoneId\": null,<br />\"Tiebreaker\": null,<br />\"EmployeeClassificationId\": null,<br />\"MiddleInitial\": null,<br />\"SupervisorId\": null,<br />\"RoleId\": null,<br />\"ImageUrl\": null,<br />\"LoginTime\": null,<br />\"DeviceLoginId\": null,<br />\"IsDefaultDeviceLoginId\": null,<br />\"SyncSourceCount\": null,<br />\"PendingChangeCount\": null,<br />\"LeafActivityCount\": null,<br />\"ExternalUserId\": null,<br />\"DefaultFirstDayOfScheduleWeek\": null,<br />\"IsActive\": false,<br />\"UserTags\": null,<br />\"SecurityKeyCount\": 0,<br />\"PtoPolicyId\": null,<br />\"CurrentRAPId\": null,<br />\"SupervisorName\": null,<br />\"LocaleId\": null,<br />\"AssignedLocaleId\": null,<br />\"MaskOnExit\": null,<br />\"IsMasked\": null,<br />\"CreateDate\": null,<br />\"LastUpdate\": null,<br />\"FullName\": \", \",<br />\"Name\": \", \",<br />\"Description\": null,<br />\"Icon\": \"agent.wfmsgimg?type=0&amp;agentid=550\",<br />\"SourceCulture\": null,<br />\"UserId\": null<br />},<br />\"StackTrace\": \"Stack trace here...\"<br />} </p>\n</blockquote>\n<p><strong>Step 3</strong> we can now check our agent's status or change their Employment History if needed. The only place in the User Experience to see the agent’s Active/Inactive status is in Settings&gt;People&gt;Current List&gt;Agent's Name&gt;Employent Transitions. Here we can confirm that the agent is indeed Active.</p>\n<img src=\"https://content.pstmn.io/5a6812c8-f56a-4ba8-aaa3-87e5afcb5e6c/aW1hZ2UucG5n\" width=\"1750\" height=\"1402\" />\n\n<p>When our sample agent, Jim Milton, is promoted we can choose to track that in employment history here if want by leaving the transition type to active and creating a comment refelecting that promotion for record keeping purposes. Or if we’re looking to change Jim Milton to inactive, such as when retiring, terminated, or even just for maintenance, we use the Employment History to make that change in active status. We'll retire our Jim Milton sample character 1 day from today (10/1/2024 in our example scenario).</p>\n<img src=\"https://content.pstmn.io/daa1af0f-863a-4102-8e20-eea2a38277d6/aW1hZ2UucG5n\" width=\"1492\" height=\"974\" />\n\n<p>Once this page is saved the POST is made as shown below.</p>\n<p>POST: AgentEmploymentDate<br />Parameters:</p>\n<blockquote>\n<p>• agentId: 550<br />• transitionDate: 2024/10/02<br />• active: false<br />• who: Account, Service<br />• comments: Retiring<br />• userId: 1 </p>\n</blockquote>\n<p>Response:</p>\n<blockquote>\n<p>{<br />\"Message\": \"\",<br />\"Success\": true,<br />\"ExceptionResult\": null,<br />\"Data\": {<br />\"CreatedBy\": \"Account, Service\",<br />\"Comments\": \"Retiring\",<br />\"TransitionDate\": \"2024-10-02T00:00:00\",<br />\"Active\": false,<br />\"AgentId\": 550,<br />\"SourceCulture\": null,<br />\"UserId\": 1<br />},<br />\"StackTrace\": \"Stack trace here...\"<br />} </p>\n</blockquote>\n<p>When the transition date is reached the status will change as shown below. If the date is set for the current date the inactive status is immediate.</p>\n<img src=\"https://content.pstmn.io/3be8ed74-99e3-4988-92cf-c35af50e31d0/aW1hZ2UucG5n\" width=\"1486\" height=\"489\" />\n\n<p>All transitions between employment can be tracked with this process and by using active/inactive we can maintain the agent’s records that would be lost by using the DELETE transaction from POST Agent.</p>\n<p>General Rule:</p>\n<ul>\n<li><p>Agent DELETE is used for agents made by mistake or who have no records connected to them within CommunityWFM</p>\n</li>\n<li><p>agentEmploymentDate is used for status changes for agents who were intentionally created/created correctly, but are not needed in an active status.</p>\n</li>\n</ul>\n<p>And that’s it for managing an employee’s typical lifecycle within the organization. I hope you found this guide helpful, but if you have any questions do not hesitate to contact us and we’ll be happy to help!</p>\n","_postman_id":"0c5516d2-ffc7-48b6-a0bd-854a0306ce96","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Activity","item":[{"name":"Activity","event":[{"listen":"prerequest","script":{"id":"31d76f21-ba25-4aa2-a3f2-08f2229bc03f","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"a6afbf56-4191-48e1-8caa-cb2a339184c5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aeff84f0-b898-4e31-9e8c-507bc1717e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{envName}}/api/Activity?activityId=&userId=1","description":"<p>Returns activity record based on the key passed in.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Activity"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The parameter is required but the value can be blank/NULL.</p>\n","type":"text/plain"},"key":"activityId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"b7b65d24-1e63-4582-81ed-7a1a138c4f30","name":"Activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{envName}}/api/Activity?activityId=1&userId=1","host":["{{envName}}"],"path":["api","Activity"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The parameter is required but the value can be blank/NULL."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsMcQk23NvMcYZFsqXTPJQU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:48:23 GMT"},{"key":"Content-Length","value":"22786"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 2000,\n            \"twentyfourhour\": true,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-15T15:37:12.153\",\n            \"LastUpdate\": \"2023-08-22T15:02:42.29\",\n            \"sa_activity_type_id\": 4,\n            \"ActivityTypeName\": \"Enterprise\",\n            \"ActivityTypeDesc\": \"Defines properties of the organization as a whole\",\n            \"ActivityTypeIcon\": \"earth.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/EnterpriseOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityEnterpriseActivity\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 7.25,\n            \"ValuePath\": \"1\",\n            \"PeopleAssigned\": 91,\n            \"Icon\": \"earth.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 2,\n            \"parent_id\": 1,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 450,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-16T12:00:59.58\",\n            \"LastUpdate\": \"2024-01-24T11:25:33.4\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 15,\n            \"ValuePath\": \"1_2\",\n            \"PeopleAssigned\": 63,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 5\n        },\n        {\n            \"sa_activity_id\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:37.92\",\n            \"LastUpdate\": \"2020-01-31T09:55:50.637\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3\",\n            \"PeopleAssigned\": 40,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:43.857\",\n            \"LastUpdate\": \"2018-01-05T06:39:46.813\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 6,\n            \"parent_id\": 1,\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T11:11:26.38\",\n            \"LastUpdate\": \"2020-04-06T09:40:31.557\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 12,\n            \"ValuePath\": \"1_6\",\n            \"PeopleAssigned\": 28,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:13:57.58\",\n            \"LastUpdate\": \"2018-01-05T06:38:20.87\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7\",\n            \"PeopleAssigned\": 25,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:00.22\",\n            \"LastUpdate\": \"2018-01-05T06:39:54.513\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:35.927\",\n            \"LastUpdate\": \"2024-01-24T11:24:59.86\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_9\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:38.567\",\n            \"LastUpdate\": \"2020-04-28T10:46:13.187\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_10\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:42.347\",\n            \"LastUpdate\": \"2024-01-24T11:25:23.243\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_11\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:44.83\",\n            \"LastUpdate\": \"2020-01-30T12:06:31.023\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_12\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:42.433\",\n            \"LastUpdate\": \"2018-01-05T06:40:32.333\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_17\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:45.463\",\n            \"LastUpdate\": \"2018-01-05T06:40:17.823\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_18\",\n            \"PeopleAssigned\": 22,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:48.557\",\n            \"LastUpdate\": \"2018-01-05T06:40:43.493\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_19\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:16:01.233\",\n            \"LastUpdate\": \"2018-01-05T06:39:24.59\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_20\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 22,\n            \"parent_id\": 1,\n            \"name\": \"Site 3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T14:42:45.937\",\n            \"LastUpdate\": \"2020-04-06T09:48:52.403\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 20,\n            \"ValuePath\": \"1_22\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:47.603\",\n            \"LastUpdate\": \"2017-12-20T16:44:00.69\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_23\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:55.137\",\n            \"LastUpdate\": \"2017-12-20T16:43:48.83\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"messages.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 3,\n            \"MediaTypeDesc\": \"Web-Based Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_24\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"messages.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:52:37.1\",\n            \"LastUpdate\": \"2018-01-05T06:39:38.36\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_25\",\n            \"PeopleAssigned\": 7,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:54:54.943\",\n            \"LastUpdate\": \"2020-09-24T08:21:44.94\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:20.9\",\n            \"LastUpdate\": \"2020-09-24T08:23:13.613\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:48.97\",\n            \"LastUpdate\": \"2020-09-24T08:23:31.1\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:15:18.293\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 3,\n            \"ActivityTypeName\": \"Virtual Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"ActivityTypeIcon\": \"earth_network.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/VirtualActivityOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityVirtualActivity\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_95\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"earth_network.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:23:52.24\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 78,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2021-06-11T12:26:41.037\",\n            \"LastUpdate\": \"2023-02-01T08:48:02.757\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_101\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"7d5a74ab-57c0-48a3-b2a4-b7baf30181cf","name":"Activity - ALL","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{envName}}/api/Activity?activityId=&userId=1","host":["{{envName}}"],"path":["api","Activity"],"query":[{"key":"activityId","value":"","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The parameter is required but the value can be blank/NULL."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsMcQk23NvMcYZFsqXTPJQU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:48:23 GMT"},{"key":"Content-Length","value":"22786"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 2000,\n            \"twentyfourhour\": true,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-15T15:37:12.153\",\n            \"LastUpdate\": \"2023-08-22T15:02:42.29\",\n            \"sa_activity_type_id\": 4,\n            \"ActivityTypeName\": \"Enterprise\",\n            \"ActivityTypeDesc\": \"Defines properties of the organization as a whole\",\n            \"ActivityTypeIcon\": \"earth.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/EnterpriseOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityEnterpriseActivity\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 7.25,\n            \"ValuePath\": \"1\",\n            \"PeopleAssigned\": 91,\n            \"Icon\": \"earth.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 2,\n            \"parent_id\": 1,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 450,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-16T12:00:59.58\",\n            \"LastUpdate\": \"2024-01-24T11:25:33.4\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 15,\n            \"ValuePath\": \"1_2\",\n            \"PeopleAssigned\": 63,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 5\n        },\n        {\n            \"sa_activity_id\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:37.92\",\n            \"LastUpdate\": \"2020-01-31T09:55:50.637\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3\",\n            \"PeopleAssigned\": 40,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:43.857\",\n            \"LastUpdate\": \"2018-01-05T06:39:46.813\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 6,\n            \"parent_id\": 1,\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T11:11:26.38\",\n            \"LastUpdate\": \"2020-04-06T09:40:31.557\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 12,\n            \"ValuePath\": \"1_6\",\n            \"PeopleAssigned\": 28,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:13:57.58\",\n            \"LastUpdate\": \"2018-01-05T06:38:20.87\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7\",\n            \"PeopleAssigned\": 25,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:00.22\",\n            \"LastUpdate\": \"2018-01-05T06:39:54.513\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:35.927\",\n            \"LastUpdate\": \"2024-01-24T11:24:59.86\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_9\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:38.567\",\n            \"LastUpdate\": \"2020-04-28T10:46:13.187\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_10\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:42.347\",\n            \"LastUpdate\": \"2024-01-24T11:25:23.243\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_11\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:44.83\",\n            \"LastUpdate\": \"2020-01-30T12:06:31.023\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_12\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:42.433\",\n            \"LastUpdate\": \"2018-01-05T06:40:32.333\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_17\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:45.463\",\n            \"LastUpdate\": \"2018-01-05T06:40:17.823\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_18\",\n            \"PeopleAssigned\": 22,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:48.557\",\n            \"LastUpdate\": \"2018-01-05T06:40:43.493\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_19\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:16:01.233\",\n            \"LastUpdate\": \"2018-01-05T06:39:24.59\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_20\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 22,\n            \"parent_id\": 1,\n            \"name\": \"Site 3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T14:42:45.937\",\n            \"LastUpdate\": \"2020-04-06T09:48:52.403\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 20,\n            \"ValuePath\": \"1_22\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:47.603\",\n            \"LastUpdate\": \"2017-12-20T16:44:00.69\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_23\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:55.137\",\n            \"LastUpdate\": \"2017-12-20T16:43:48.83\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"messages.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 3,\n            \"MediaTypeDesc\": \"Web-Based Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_24\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"messages.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:52:37.1\",\n            \"LastUpdate\": \"2018-01-05T06:39:38.36\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_25\",\n            \"PeopleAssigned\": 7,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:54:54.943\",\n            \"LastUpdate\": \"2020-09-24T08:21:44.94\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:20.9\",\n            \"LastUpdate\": \"2020-09-24T08:23:13.613\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:48.97\",\n            \"LastUpdate\": \"2020-09-24T08:23:31.1\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:15:18.293\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 3,\n            \"ActivityTypeName\": \"Virtual Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"ActivityTypeIcon\": \"earth_network.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/VirtualActivityOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityVirtualActivity\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_95\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"earth_network.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:23:52.24\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 78,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2021-06-11T12:26:41.037\",\n            \"LastUpdate\": \"2023-02-01T08:48:02.757\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_101\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"aeff84f0-b898-4e31-9e8c-507bc1717e57"},{"name":"Activity","event":[{"listen":"prerequest","script":{"id":"e0c49557-278a-43c1-866f-4b1f0b2524fa","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"48277b49-c1b9-47ac-9c14-29c5d448c2a3","exec":[""],"type":"text/javascript","packages":{}}}],"id":"238a1895-6c7b-418e-a486-4834ef65101c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"<p>REQUIRED: This flag indicates which action you are taking. Currently, only DELETE is supported which is option 3.</p>\n","type":"text"},{"key":"activityId","value":"105","description":"<p>REQUIRED: The Activity Id you want to update/remove. A list of these can be found under GET Activity</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user updating the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text","disabled":true},{"key":"parentActivityId","value":"","description":"<p>REQUIRED: The activity ID of the activity under which your target activity should be nested.</p>\n","type":"text","disabled":true}]},"url":"{{envName}}/api/Activity","description":"<p>Post changes to a member person / assignment profile row. Values for postParams.transactionFlagId indicate the type of update: 1 – Insert a new member 2 – Update. Not supported; throws a NotImplementedException 3 – Delete an existing member</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Activity"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"eb0a34b3-8649-4d99-865c-ee5be2a8fcb4","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: This flag indicates which action you are taking. Currently, only DELETE is supported which is option 3.","type":"text"},{"key":"activityId","value":"105","description":"REQUIRED: The Activity Id you want to update/remove. A list of these can be found under GET Activity","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user updating the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text","disabled":true},{"key":"parentActivityId","value":"","description":"REQUIRED: The activity ID of the activity under which your target activity should be nested.","type":"text","disabled":true}]},"url":"{{envName}}/api/Activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2XEJMyX2HuNYA+oX6HwPQ0I="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 19:08:55 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"validationErrors\": [],\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"238a1895-6c7b-418e-a486-4834ef65101c"},{"name":"Skills","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"747fc2dd-ccf3-46cf-a3bd-af18930975c3"}},{"listen":"test","script":{"exec":["const resp = pm.response.json()\r","const Activity = resp.Data\r","\r","console.log(Activity[1])"],"type":"text/javascript","id":"0d7ed5e0-ff7f-49cd-82f1-890a90880d32"}}],"id":"6dc68700-bb29-4900-baa8-d6dbf01458ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{envName}}/api/Activity?activityId=&userId=1","description":"<p>Returns activity record based on the key passed in.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Activity"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The parameter is required but the value can be blank/NULL.</p>\n","type":"text/plain"},"key":"activityId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"acf2f47f-9d1e-48f3-ac6f-8994f7893ee6","name":"Activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{envName}}/api/Activity?activityId=1&userId=1","host":["{{envName}}"],"path":["api","Activity"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The parameter is required but the value can be blank/NULL."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsMcQk23NvMcYZFsqXTPJQU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:48:23 GMT"},{"key":"Content-Length","value":"22786"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 2000,\n            \"twentyfourhour\": true,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-15T15:37:12.153\",\n            \"LastUpdate\": \"2023-08-22T15:02:42.29\",\n            \"sa_activity_type_id\": 4,\n            \"ActivityTypeName\": \"Enterprise\",\n            \"ActivityTypeDesc\": \"Defines properties of the organization as a whole\",\n            \"ActivityTypeIcon\": \"earth.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/EnterpriseOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityEnterpriseActivity\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 7.25,\n            \"ValuePath\": \"1\",\n            \"PeopleAssigned\": 91,\n            \"Icon\": \"earth.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 2,\n            \"parent_id\": 1,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 450,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-16T12:00:59.58\",\n            \"LastUpdate\": \"2024-01-24T11:25:33.4\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 15,\n            \"ValuePath\": \"1_2\",\n            \"PeopleAssigned\": 63,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 5\n        },\n        {\n            \"sa_activity_id\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:37.92\",\n            \"LastUpdate\": \"2020-01-31T09:55:50.637\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3\",\n            \"PeopleAssigned\": 40,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:43.857\",\n            \"LastUpdate\": \"2018-01-05T06:39:46.813\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 6,\n            \"parent_id\": 1,\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T11:11:26.38\",\n            \"LastUpdate\": \"2020-04-06T09:40:31.557\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 12,\n            \"ValuePath\": \"1_6\",\n            \"PeopleAssigned\": 28,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:13:57.58\",\n            \"LastUpdate\": \"2018-01-05T06:38:20.87\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7\",\n            \"PeopleAssigned\": 25,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:00.22\",\n            \"LastUpdate\": \"2018-01-05T06:39:54.513\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:35.927\",\n            \"LastUpdate\": \"2024-01-24T11:24:59.86\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_9\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:38.567\",\n            \"LastUpdate\": \"2020-04-28T10:46:13.187\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_10\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:42.347\",\n            \"LastUpdate\": \"2024-01-24T11:25:23.243\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_11\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:44.83\",\n            \"LastUpdate\": \"2020-01-30T12:06:31.023\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_12\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:42.433\",\n            \"LastUpdate\": \"2018-01-05T06:40:32.333\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_17\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:45.463\",\n            \"LastUpdate\": \"2018-01-05T06:40:17.823\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_18\",\n            \"PeopleAssigned\": 22,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:48.557\",\n            \"LastUpdate\": \"2018-01-05T06:40:43.493\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_19\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:16:01.233\",\n            \"LastUpdate\": \"2018-01-05T06:39:24.59\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_20\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 22,\n            \"parent_id\": 1,\n            \"name\": \"Site 3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T14:42:45.937\",\n            \"LastUpdate\": \"2020-04-06T09:48:52.403\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 20,\n            \"ValuePath\": \"1_22\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:47.603\",\n            \"LastUpdate\": \"2017-12-20T16:44:00.69\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_23\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:55.137\",\n            \"LastUpdate\": \"2017-12-20T16:43:48.83\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"messages.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 3,\n            \"MediaTypeDesc\": \"Web-Based Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_24\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"messages.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:52:37.1\",\n            \"LastUpdate\": \"2018-01-05T06:39:38.36\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_25\",\n            \"PeopleAssigned\": 7,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:54:54.943\",\n            \"LastUpdate\": \"2020-09-24T08:21:44.94\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:20.9\",\n            \"LastUpdate\": \"2020-09-24T08:23:13.613\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:48.97\",\n            \"LastUpdate\": \"2020-09-24T08:23:31.1\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:15:18.293\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 3,\n            \"ActivityTypeName\": \"Virtual Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"ActivityTypeIcon\": \"earth_network.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/VirtualActivityOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityVirtualActivity\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_95\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"earth_network.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:23:52.24\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 78,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2021-06-11T12:26:41.037\",\n            \"LastUpdate\": \"2023-02-01T08:48:02.757\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_101\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"df4a4db4-ff0b-4c80-8010-b543531a26ae","name":"Activity - ALL","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{envName}}/api/Activity?activityId=&userId=1","host":["{{envName}}"],"path":["api","Activity"],"query":[{"key":"activityId","value":"","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The parameter is required but the value can be blank/NULL."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsMcQk23NvMcYZFsqXTPJQU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:48:23 GMT"},{"key":"Content-Length","value":"22786"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 2000,\n            \"twentyfourhour\": true,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-15T15:37:12.153\",\n            \"LastUpdate\": \"2023-08-22T15:02:42.29\",\n            \"sa_activity_type_id\": 4,\n            \"ActivityTypeName\": \"Enterprise\",\n            \"ActivityTypeDesc\": \"Defines properties of the organization as a whole\",\n            \"ActivityTypeIcon\": \"earth.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/EnterpriseOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityEnterpriseActivity\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 7.25,\n            \"ValuePath\": \"1\",\n            \"PeopleAssigned\": 91,\n            \"Icon\": \"earth.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 2,\n            \"parent_id\": 1,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 450,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-11-16T12:00:59.58\",\n            \"LastUpdate\": \"2024-01-24T11:25:33.4\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 15,\n            \"ValuePath\": \"1_2\",\n            \"PeopleAssigned\": 63,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 5\n        },\n        {\n            \"sa_activity_id\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:37.92\",\n            \"LastUpdate\": \"2020-01-31T09:55:50.637\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3\",\n            \"PeopleAssigned\": 40,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:07:43.857\",\n            \"LastUpdate\": \"2018-01-05T06:39:46.813\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 6,\n            \"parent_id\": 1,\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T11:11:26.38\",\n            \"LastUpdate\": \"2020-04-06T09:40:31.557\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 12,\n            \"ValuePath\": \"1_6\",\n            \"PeopleAssigned\": 28,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:13:57.58\",\n            \"LastUpdate\": \"2018-01-05T06:38:20.87\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7\",\n            \"PeopleAssigned\": 25,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:00.22\",\n            \"LastUpdate\": \"2018-01-05T06:39:54.513\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:35.927\",\n            \"LastUpdate\": \"2024-01-24T11:24:59.86\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_9\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:38.567\",\n            \"LastUpdate\": \"2020-04-28T10:46:13.187\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_10\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:42.347\",\n            \"LastUpdate\": \"2024-01-24T11:25:23.243\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_11\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:14:44.83\",\n            \"LastUpdate\": \"2020-01-30T12:06:31.023\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_12\",\n            \"PeopleAssigned\": 39,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:42.433\",\n            \"LastUpdate\": \"2018-01-05T06:40:32.333\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_17\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:45.463\",\n            \"LastUpdate\": \"2018-01-05T06:40:17.823\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_18\",\n            \"PeopleAssigned\": 22,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:15:48.557\",\n            \"LastUpdate\": \"2018-01-05T06:40:43.493\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_19\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-05T11:16:01.233\",\n            \"LastUpdate\": \"2018-01-05T06:39:24.59\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_20\",\n            \"PeopleAssigned\": 17,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 22,\n            \"parent_id\": 1,\n            \"name\": \"Site 3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"CreateDate\": \"2017-12-05T14:42:45.937\",\n            \"LastUpdate\": \"2020-04-06T09:48:52.403\",\n            \"sa_activity_type_id\": 1,\n            \"ActivityTypeName\": \"Physical Site\",\n            \"ActivityTypeDesc\": \"Defines a physical location in your Enterprise\",\n            \"ActivityTypeIcon\": \"environment.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Activities/activity-properties-control.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunitySite\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": 20,\n            \"ValuePath\": \"1_22\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"environment.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:47.603\",\n            \"LastUpdate\": \"2017-12-20T16:44:00.69\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_23\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 999,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:51:55.137\",\n            \"LastUpdate\": \"2017-12-20T16:43:48.83\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"messages.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 3,\n            \"MediaTypeDesc\": \"Web-Based Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_24\",\n            \"PeopleAssigned\": 23,\n            \"Icon\": \"messages.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 150,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2017-12-06T10:52:37.1\",\n            \"LastUpdate\": \"2018-01-05T06:39:38.36\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"mail.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 2,\n            \"MediaTypeDesc\": \"Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_25\",\n            \"PeopleAssigned\": 7,\n            \"Icon\": \"mail.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:54:54.943\",\n            \"LastUpdate\": \"2020-09-24T08:21:44.94\",\n            \"sa_activity_type_id\": 5,\n            \"ActivityTypeName\": \"Reporting Rollup Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity used as a reporting rollup device.\",\n            \"ActivityTypeIcon\": \"folder.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Rollup/RollupActivity.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityRollupActivity\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"folder.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:20.9\",\n            \"LastUpdate\": \"2020-09-24T08:23:13.613\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2018-07-16T09:55:48.97\",\n            \"LastUpdate\": \"2020-09-24T08:23:31.1\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 0,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:15:18.293\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 3,\n            \"ActivityTypeName\": \"Virtual Activity\",\n            \"ActivityTypeDesc\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"ActivityTypeIcon\": \"earth_network.png\",\n            \"ActivityTypeIsParent\": true,\n            \"OptionsControlClasspath\": \"~/UI/Controls/ActivityTypes/VirtualActivityOptionsControl.cs\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityVirtualActivity\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"sa_media_type_id\": null,\n            \"MediaTypeDesc\": null,\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_95\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"earth_network.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 500,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2020-09-24T08:23:52.24\",\n            \"LastUpdate\": null,\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        },\n        {\n            \"sa_activity_id\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"seats\": 78,\n            \"twentyfourhour\": false,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"CreateDate\": \"2021-06-11T12:26:41.037\",\n            \"LastUpdate\": \"2023-02-01T08:48:02.757\",\n            \"sa_activity_type_id\": 2,\n            \"ActivityTypeName\": \"Subordinate Activity\",\n            \"ActivityTypeDesc\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"ActivityTypeIcon\": \"telephone.png\",\n            \"ActivityTypeIsParent\": false,\n            \"OptionsControlClasspath\": \"~/UI/Activities/Activity/ActivityPropertiesControl.ascx\",\n            \"DocumentClassPath\": \"CommunityWeb.Application.Framework.Activity.CommunityActivity\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"sa_media_type_id\": 1,\n            \"MediaTypeDesc\": \"Telephone\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_101\",\n            \"PeopleAssigned\": 0,\n            \"Icon\": \"telephone.png\",\n            \"AgentTemplatesAssigned\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"6dc68700-bb29-4900-baa8-d6dbf01458ae"},{"name":"ActivityAgentAssignment","event":[{"listen":"prerequest","script":{"id":"12749c06-b860-415e-ab84-a080b58dcb06","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"2b990512-37cd-4c47-92f0-8d3c0014a37f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7abd6d74-2a27-471e-8b60-8651fbff0adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/ActivityAgentAssignment?activityId=1&agentId=567&restrictToLeaves=false&userId=1&fromSite=","description":"<p>Retrieve a list of agent/activity assignments by activity ID and agent ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ActivityAgentAssignment"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. </p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: ID of agent whose information you want.</p>\n","type":"text/plain"},"key":"agentId","value":"567"},{"description":{"content":"<p>REQUIRED: Boolean value that defines if the results should be restricted to leaves. </p>\n","type":"text/plain"},"key":"restrictToLeaves","value":"false"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Restrict to a specific siteID. Get a list of the sites from GET Activity. </p>\n","type":"text/plain"},"key":"fromSite","value":""}],"variable":[]}},"response":[{"id":"7c841508-9bf4-482d-a8ab-9c93b0c84baf","name":"Activity Agent Assignment","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ActivityAgentAssignment?activityId=1&agentId=156&restrictToLeaves=false&userId=1&fromSite=","host":["{{envName}}"],"path":["api","ActivityAgentAssignment"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"agentId","value":"156","description":"REQUIRED: ID of agent whose information you want."},{"key":"restrictToLeaves","value":"false","description":"REQUIRED: Boolean value that defines if the results should be restricted to leaves. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"fromSite","value":"","description":"REQUIRED: Restrict to a specific siteID. Get a list of the sites from GET Activity. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPl5x9BTF5U08sFp5hDfLcxk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:06:06 GMT"},{"key":"Content-Length","value":"14753"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"seats\": 2000,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": true,\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": 1,\n            \"TypeName\": \"Enterprise\",\n            \"TypeDescription\": \"Defines properties of the organization as a whole\",\n            \"Icon\": \"earth.png\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 4,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/earth.png\"\n        },\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"seats\": 2000,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": true,\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": 1,\n            \"TypeName\": \"Enterprise\",\n            \"TypeDescription\": \"Defines properties of the organization as a whole\",\n            \"Icon\": \"earth.png\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 4,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/earth.png\"\n        },\n        {\n            \"sa_activity_id\": 2,\n            \"parent_id\": 1,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"description\": \"\",\n            \"seats\": 450,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": 1,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 1,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 6,\n            \"parent_id\": 1,\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 1,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 22,\n            \"parent_id\": 1,\n            \"name\": \"Site 3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 1,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Virtual Activity\",\n            \"TypeDescription\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"Icon\": \"earth_network.png\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 3,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/earth_network.png\"\n        },\n        {\n            \"sa_activity_id\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 5,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": 1,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 5,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 5,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 5,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"ActivityTypeId\": 5,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"seats\": 78,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": 1,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"messages.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 3,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/messages.png\"\n        },\n        {\n            \"sa_activity_id\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": true,\n            \"Proficiency\": 1,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/mail.png\"\n        },\n        {\n            \"sa_activity_id\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/mail.png\"\n        },\n        {\n            \"sa_activity_id\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"overtime_rate\": 0,\n            \"overtime_hours\": 0,\n            \"overtime_allowed\": false,\n            \"twentyfourhour\": false,\n            \"AgentIsAssigned\": false,\n            \"Proficiency\": 0,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"ActivityTypeId\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7abd6d74-2a27-471e-8b60-8651fbff0adb"},{"name":"ActivityAgentAssignment","event":[{"listen":"prerequest","script":{"id":"65d652f7-6923-49bf-9332-9a2a2723a197","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"fc6d22ca-1e42-460d-ad12-1e49ce248374","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ccfc71ae-8d4b-4ebf-80e4-bd8b9ad90c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"<p>REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"agentId","value":"568","description":"<p>REQUIRED: ID of the agent to assign. Use GET Agent to get a list of agent's IDs.</p>\n","type":"text"},{"key":"assignedActivities","value":"3","description":"<p>REQUIRED on UPDATE and DELETE: This field allows you to assign activities to a single agent template. It accepts multiple activity IDs separated by a semi colon (example: 1;3;4) on UPDATE or just a single integer during DELETE. A list of activity IDs can be found using GET Activity.</p>\n","type":"text"},{"key":"responsibleAgentId","value":"1","description":"<p>REQUIRED: AgentID of the supervisor making the assignment. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/ActivityAgentAssignment","description":"<p>Modify an agent/activity assignment. Values for postParams.transactionFlagId indicate the type of update: 1 – Add a new agent / activity cross-reference row 2 – Update. This assumes teh assignedActivities parameter contains the complete list of activities assigend to an agent. It will first remove all current assinments and then add those in the ';' separated list. Make sure you understand this. 3 – Remove an agent from the list of agents assigned to the given activity ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ActivityAgentAssignment"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"ba9e5146-d483-4271-9582-1f97b10af442","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"agentId","value":"568","description":"REQUIRED: ID of the agent to assign. Use GET Agent to get a list of agent's IDs.","type":"text"},{"key":"assignedActivities","value":"1","description":"REQUIRED on UPDATE and DELETE: This field allows you to assign activities to a single agent template. It accepts multiple activity IDs separated by a semi colon (example: 1;3;4) on UPDATE or just a single integer during DELETE. A list of activity IDs can be found using GET Activity.","type":"text"},{"key":"responsibleAgentId","value":"1","description":"REQUIRED: AgentID of the supervisor making the assignment. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ActivityAgentAssignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2elOtmLK7aDZ+gNAwECr+kk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 19:23:06 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"5f8522f8-9ff0-4a44-9e0b-edddede42e91","name":"2 - UPDATE (activities)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"agentId","value":"568","description":"REQUIRED: ID of the agent to assign. Use GET Agent to get a list of agent's IDs.","type":"text"},{"key":"assignedActivities","value":"1;2;3","description":"REQUIRED on UPDATE and DELETE: This field allows you to assign activities to a single agent template. It accepts multiple activity IDs separated by a semi colon (example: 1;3;4) on UPDATE or just a single integer during DELETE. A list of activity IDs can be found using GET Activity.","type":"text"},{"key":"responsibleAgentId","value":"1","description":"REQUIRED: AgentID of the supervisor making the assignment. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ActivityAgentAssignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2SJpmxXzntTT0rIXMsHJf2s="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 19:27:10 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"703b6dfe-7739-47d0-bdf8-3aea39dbaff5","name":"3 - DELETE (Activity 3)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"agentId","value":"568","description":"REQUIRED: ID of the agent to assign. Use GET Agent to get a list of agent's IDs.","type":"text"},{"key":"assignedActivities","value":"3","description":"REQUIRED on UPDATE and DELETE: This field allows you to assign activities to a single agent template. It accepts multiple activity IDs separated by a semi colon (example: 1;3;4) on UPDATE or just a single integer during DELETE. A list of activity IDs can be found using GET Activity.","type":"text"},{"key":"responsibleAgentId","value":"1","description":"REQUIRED: AgentID of the supervisor making the assignment. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ActivityAgentAssignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2YIv1veAeQbVzjot6oKouw8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 19:29:12 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ccfc71ae-8d4b-4ebf-80e4-bd8b9ad90c1f"},{"name":"ActivityTreeList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"7e970405-2c63-4965-8cfe-dd84c4a814fa"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"0457e810-264f-40a0-88b3-08d7cf2b71e8"}}],"id":"ba164db3-58a6-4245-98b2-99211883c171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"f5ffaedd-204f-4a65-8e2d-ff9331d66220"}],"url":"{{envName}}/api/ActivityTreeList/{id}?scheduleId=&scheduleOnly=false&leavesOnly=false&includeVirtuals=true&userId=12","description":"<p>Returns a list of activty tree based on parameters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ActivityTreeList","{id}"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule.</p>\n","type":"text/plain"},"key":"scheduleId","value":""},{"description":{"content":"<p>REQUIRED: Defines if misc info should be stripped out providing schedule data only.</p>\n","type":"text/plain"},"key":"scheduleOnly","value":"false"},{"description":{"content":"<p>REQUIRED: Defines if the dataset should be restricted to leaves.</p>\n","type":"text/plain"},"key":"leavesOnly","value":"false"},{"description":{"content":"<p>REQUIRED: Determines if virtual sites should be included in the dataset or not. Expects a true/false value.</p>\n","type":"text/plain"},"key":"includeVirtuals","value":"true"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"12"}],"variable":[]}},"response":[{"id":"703c239f-3944-4989-b27a-6efd9c4fc03f","name":"Activity Tree List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ActivityTreeList/{id}?scheduleId=&scheduleOnly=false&leavesOnly=false&includeVirtuals=false&userId=12","host":["{{envName}}"],"path":["api","ActivityTreeList","{id}"],"query":[{"key":"scheduleId","value":"","description":"REQUIRED: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule."},{"key":"scheduleOnly","value":"false","description":"REQUIRED: Defines if misc info should be stripped out providing schedule data only."},{"key":"leavesOnly","value":"false","description":"REQUIRED: Defines if the dataset should be restricted to leaves."},{"key":"includeVirtuals","value":"false","description":"REQUIRED: Determines if virtual sites should be included in the dataset or not. Expects a true/false value."},{"key":"userId","value":"12","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPjseRaDbqKwY5hLPe2j8Wp8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:13:43 GMT"},{"key":"Content-Length","value":"17967"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"seats\": 2000,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": true,\n            \"TypeName\": \"Enterprise\",\n            \"TypeDescription\": \"Defines properties of the organization as a whole\",\n            \"Icon\": \"earth.png\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 4,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": false,\n            \"ExtendedName\": \"\",\n            \"AverageWage\": 7.25,\n            \"ValuePath\": \"1\",\n            \"SeqNo\": 1,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/earth.png\"\n        },\n        {\n            \"sa_activity_id\": 2,\n            \"parent_id\": 1,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"description\": \"\",\n            \"seats\": 450,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 1,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX\",\n            \"AverageWage\": 15,\n            \"ValuePath\": \"1_2\",\n            \"SeqNo\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 6,\n            \"parent_id\": 1,\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 1,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN\",\n            \"AverageWage\": 12,\n            \"ValuePath\": \"1_6\",\n            \"SeqNo\": 3,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 22,\n            \"parent_id\": 1,\n            \"name\": \"Site 3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 1,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN\",\n            \"AverageWage\": 20,\n            \"ValuePath\": \"1_22\",\n            \"SeqNo\": 4,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Virtual Activity\",\n            \"TypeDescription\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"Icon\": \"earth_network.png\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 3,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": false,\n            \"ExtendedName\": \"Virtual Activity\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_95\",\n            \"SeqNo\": 5,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/earth_network.png\"\n        },\n        {\n            \"sa_activity_id\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3\",\n            \"SeqNo\": 6,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Multimedia Sales\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5\",\n            \"SeqNo\": 7,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7\",\n            \"SeqNo\": 8,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Multimedia Support\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8\",\n            \"SeqNo\": 9,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63\",\n            \"SeqNo\": 10,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 95,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO A\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"SeqNo\": 11,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 95,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO B\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"SeqNo\": 12,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 95,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO C\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"SeqNo\": 13,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Billing\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_9\",\n            \"SeqNo\": 14,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Customer Success\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_11\",\n            \"SeqNo\": 15,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>New Customer Sales\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_10\",\n            \"SeqNo\": 16,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"seats\": 78,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Outbound \",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_101\",\n            \"SeqNo\": 17,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Tier 1 support\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_12\",\n            \"SeqNo\": 18,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"messages.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 3,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Multimedia Sales>>Sales Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_24\",\n            \"SeqNo\": 19,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/messages.png\"\n        },\n        {\n            \"sa_activity_id\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Multimedia Sales>>Sales Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_23\",\n            \"SeqNo\": 20,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/mail.png\"\n        },\n        {\n            \"sa_activity_id\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk>>Devloper support\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_19\",\n            \"SeqNo\": 21,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk>>Tier 2\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_18\",\n            \"SeqNo\": 22,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk>>Tier 3\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_17\",\n            \"SeqNo\": 23,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Multimedia Support>>Support Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_25\",\n            \"SeqNo\": 24,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/mail.png\"\n        },\n        {\n            \"sa_activity_id\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Multimedia Support>>Support Email \",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_20\",\n            \"SeqNo\": 25,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO A\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"SeqNo\": 26,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO B\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"SeqNo\": 27,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO C\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"SeqNo\": 28,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"4e35f2ab-e7d6-49a7-8d30-25234ea88598","name":"Activity Tree List - With Virtuals","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ActivityTreeList/{id}?scheduleId=&scheduleOnly=false&leavesOnly=false&includeVirtuals=true&userId=12","host":["{{envName}}"],"path":["api","ActivityTreeList","{id}"],"query":[{"key":"scheduleId","value":"","description":"REQUIRED: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule."},{"key":"scheduleOnly","value":"false","description":"REQUIRED: Defines if misc info should be stripped out providing schedule data only."},{"key":"leavesOnly","value":"false","description":"REQUIRED: Defines if the dataset should be restricted to leaves."},{"key":"includeVirtuals","value":"true","description":"REQUIRED: Determines if virtual sites should be included in the dataset or not. Expects a true/false value."},{"key":"userId","value":"12","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkALf9ggHuf6WqY/nyIAJlk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:17:07 GMT"},{"key":"Content-Length","value":"17967"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_activity_id\": 1,\n            \"parent_id\": null,\n            \"name\": \"CommunityWFM\",\n            \"description\": \"Company Name\",\n            \"seats\": 2000,\n            \"site\": true,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": true,\n            \"TypeName\": \"Enterprise\",\n            \"TypeDescription\": \"Defines properties of the organization as a whole\",\n            \"Icon\": \"earth.png\",\n            \"EditPage\": \"~/UI/Activities/enterprise-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 4,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": false,\n            \"ExtendedName\": \"\",\n            \"AverageWage\": 7.25,\n            \"ValuePath\": \"1\",\n            \"SeqNo\": 1,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/earth.png\"\n        },\n        {\n            \"sa_activity_id\": 2,\n            \"parent_id\": 1,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"description\": \"\",\n            \"seats\": 450,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 1,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX\",\n            \"AverageWage\": 15,\n            \"ValuePath\": \"1_2\",\n            \"SeqNo\": 2,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 6,\n            \"parent_id\": 1,\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 1,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN\",\n            \"AverageWage\": 12,\n            \"ValuePath\": \"1_6\",\n            \"SeqNo\": 3,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 22,\n            \"parent_id\": 1,\n            \"name\": \"Site 3- Minneapolis, MN\",\n            \"description\": \"\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": 20,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Physical Site\",\n            \"TypeDescription\": \"Defines a physical location in your Enterprise\",\n            \"Icon\": \"environment.png\",\n            \"EditPage\": \"~/UI/Activities/site-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 1,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN\",\n            \"AverageWage\": 20,\n            \"ValuePath\": \"1_22\",\n            \"SeqNo\": 4,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/environment.png\"\n        },\n        {\n            \"sa_activity_id\": 95,\n            \"parent_id\": 1,\n            \"name\": \"Virtual Activity\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Virtual Activity\",\n            \"TypeDescription\": \"Defines an activity that is split between two or more physical locations but share contact volume.\",\n            \"Icon\": \"earth_network.png\",\n            \"EditPage\": \"~/UI/Activities/virtual-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 3,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": false,\n            \"ExtendedName\": \"Virtual Activity\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_95\",\n            \"SeqNo\": 5,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/earth_network.png\"\n        },\n        {\n            \"sa_activity_id\": 3,\n            \"parent_id\": 2,\n            \"name\": \"Customer Program Service\",\n            \"description\": \"All Customer facing\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3\",\n            \"SeqNo\": 6,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 5,\n            \"parent_id\": 2,\n            \"name\": \"Multimedia Sales\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Multimedia Sales\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5\",\n            \"SeqNo\": 7,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 7,\n            \"parent_id\": 6,\n            \"name\": \"Help Desk\",\n            \"description\": \"All Help desk\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7\",\n            \"SeqNo\": 8,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 8,\n            \"parent_id\": 6,\n            \"name\": \"Multimedia Support\",\n            \"description\": \"\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Multimedia Support\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8\",\n            \"SeqNo\": 9,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 63,\n            \"parent_id\": 22,\n            \"name\": \"Main Contact Center\",\n            \"description\": \"All Calls combined\",\n            \"seats\": 0,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Reporting Rollup Activity\",\n            \"TypeDescription\": \"Defines an activity used as a reporting rollup device.\",\n            \"Icon\": \"folder.png\",\n            \"EditPage\": \"~/UI/Activities/rollup-activity-hub.aspx\",\n            \"MediaTypeId\": null,\n            \"sa_activity_type_id\": 5,\n            \"HasChildren\": 1,\n            \"IsForecastable\": false,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63\",\n            \"SeqNo\": 10,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/folder.png\"\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 95,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO A\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"SeqNo\": 11,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 95,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO B\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"SeqNo\": 12,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 95,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO C\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"SeqNo\": 13,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 9,\n            \"parent_id\": 3,\n            \"name\": \"Billing\",\n            \"description\": \"General Billing\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Billing\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_9\",\n            \"SeqNo\": 14,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 11,\n            \"parent_id\": 3,\n            \"name\": \"Customer Success\",\n            \"description\": \"Service\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Customer Success\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_11\",\n            \"SeqNo\": 15,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 10,\n            \"parent_id\": 3,\n            \"name\": \"New Customer Sales\",\n            \"description\": \"New customer\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>New Customer Sales\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_10\",\n            \"SeqNo\": 16,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 101,\n            \"parent_id\": 3,\n            \"name\": \"Outbound \",\n            \"description\": \"\",\n            \"seats\": 78,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Outbound \",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_101\",\n            \"SeqNo\": 17,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 12,\n            \"parent_id\": 3,\n            \"name\": \"Tier 1 support\",\n            \"description\": \"Tier 1 support\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Customer Program Service>>Tier 1 support\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_3_12\",\n            \"SeqNo\": 18,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 24,\n            \"parent_id\": 5,\n            \"name\": \"Sales Chat\",\n            \"description\": \"\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"messages.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 3,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Multimedia Sales>>Sales Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_24\",\n            \"SeqNo\": 19,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/messages.png\"\n        },\n        {\n            \"sa_activity_id\": 23,\n            \"parent_id\": 5,\n            \"name\": \"Sales Email\",\n            \"description\": \"\",\n            \"seats\": 999,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 1 - Dallas, TX>>Multimedia Sales>>Sales Email\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_2_5_23\",\n            \"SeqNo\": 20,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/mail.png\"\n        },\n        {\n            \"sa_activity_id\": 19,\n            \"parent_id\": 7,\n            \"name\": \"Devloper support\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk>>Devloper support\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_19\",\n            \"SeqNo\": 21,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 18,\n            \"parent_id\": 7,\n            \"name\": \"Tier 2\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk>>Tier 2\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_18\",\n            \"SeqNo\": 22,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 17,\n            \"parent_id\": 7,\n            \"name\": \"Tier 3\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Help Desk>>Tier 3\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_7_17\",\n            \"SeqNo\": 23,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 25,\n            \"parent_id\": 8,\n            \"name\": \"Support Chat\",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"mail.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 2,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Multimedia Support>>Support Chat\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_25\",\n            \"SeqNo\": 24,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/mail.png\"\n        },\n        {\n            \"sa_activity_id\": 20,\n            \"parent_id\": 8,\n            \"name\": \"Support Email \",\n            \"description\": \"\",\n            \"seats\": 150,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 2 - Nashville, TN>>Multimedia Support>>Support Email \",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_6_8_20\",\n            \"SeqNo\": 25,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 65,\n            \"parent_id\": 63,\n            \"name\": \"BPO A\",\n            \"description\": \"BPO A\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO A\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_65\",\n            \"SeqNo\": 26,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 66,\n            \"parent_id\": 63,\n            \"name\": \"BPO B\",\n            \"description\": \"BPO B\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO B\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_66\",\n            \"SeqNo\": 27,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        },\n        {\n            \"sa_activity_id\": 96,\n            \"parent_id\": 63,\n            \"name\": \"BPO C\",\n            \"description\": \"BPO C\",\n            \"seats\": 500,\n            \"site\": false,\n            \"time_zone_idx\": null,\n            \"IsTwentyFour\": false,\n            \"TypeName\": \"Subordinate Activity\",\n            \"TypeDescription\": \"Defines either a reporting and volume collection rollup for data source connection points or other subordinate activities.\",\n            \"Icon\": \"telephone.png\",\n            \"EditPage\": \"~/UI/Activities/activity-hub.aspx\",\n            \"MediaTypeId\": 1,\n            \"sa_activity_type_id\": 2,\n            \"HasChildren\": 0,\n            \"IsForecastable\": true,\n            \"IsSchedulable\": true,\n            \"ExtendedName\": \"Site 3- Minneapolis, MN>>Main Contact Center>>BPO C\",\n            \"AverageWage\": null,\n            \"ValuePath\": \"1_22_63_96\",\n            \"SeqNo\": 28,\n            \"LegacyIconPath\": \"~/Images/Icons/g/16/telephone.png\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ba164db3-58a6-4245-98b2-99211883c171"},{"name":"ActivityWorkdayXrefList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5aba90da-0e62-4779-b294-92004d472622"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"51147892-209c-4c93-8314-b46052afbbd0"}}],"id":"2bdf1e73-fd87-4726-b049-a0571e158f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"fc67bb71-2a86-4497-a667-34c931da5a01"}],"url":"{{envName}}/api/ActivityWorkdayXrefList/1?scheduleId=&timeZoneId=20","description":"<p>Returns a list of activty tree based on the ActivityId provided in the endpoint address and the scheduleID and timeZoneID provided. Use GET Activity to get a list of all activities you can use in the ID in the endpoint address. ScheudleID's can be found with GET WorkingSchedule or leave the scheduleID blank to use the published schedule. The TimeZone ID you can get from GET TimeZone.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ActivityWorkdayXrefList","1"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule.</p>\n","type":"text/plain"},"key":"scheduleId","value":""},{"description":{"content":"<p>Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"75324321-2a25-41dc-97b0-8a1d5512b50d","name":"Activity Workday Xref List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/ActivityWorkdayXrefList/1?scheduleId=&timeZoneId=20","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","ActivityWorkdayXrefList","1"],"query":[{"key":"scheduleId","value":"","description":"REQUIRED: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrAcfIZWlbd4PKtOqlXCoBA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:27:38 GMT"},{"key":"Content-Length","value":"2364"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"WorkdayConfigId\": 0,\n            \"ScheduleId\": null,\n            \"DayId\": 1,\n            \"WorkDay\": true,\n            \"StartTime\": null,\n            \"EndTime\": null,\n            \"DefaultWorkDayId\": null,\n            \"DefaultActivityId\": null,\n            \"DefaultWorkDay\": null,\n            \"DefaultStartTime\": null,\n            \"DefaultEndTime\": null,\n            \"DefaultActivityName\": null,\n            \"DefaultActivityDesc\": null,\n            \"DefaultScheduleId\": null\n        },\n        {\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"WorkdayConfigId\": 1,\n            \"ScheduleId\": null,\n            \"DayId\": 2,\n            \"WorkDay\": true,\n            \"StartTime\": null,\n            \"EndTime\": null,\n            \"DefaultWorkDayId\": null,\n            \"DefaultActivityId\": null,\n            \"DefaultWorkDay\": null,\n            \"DefaultStartTime\": null,\n            \"DefaultEndTime\": null,\n            \"DefaultActivityName\": null,\n            \"DefaultActivityDesc\": null,\n            \"DefaultScheduleId\": null\n        },\n        {\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"WorkdayConfigId\": 2,\n            \"ScheduleId\": null,\n            \"DayId\": 3,\n            \"WorkDay\": true,\n            \"StartTime\": null,\n            \"EndTime\": null,\n            \"DefaultWorkDayId\": null,\n            \"DefaultActivityId\": null,\n            \"DefaultWorkDay\": null,\n            \"DefaultStartTime\": null,\n            \"DefaultEndTime\": null,\n            \"DefaultActivityName\": null,\n            \"DefaultActivityDesc\": null,\n            \"DefaultScheduleId\": null\n        },\n        {\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"WorkdayConfigId\": 3,\n            \"ScheduleId\": null,\n            \"DayId\": 4,\n            \"WorkDay\": true,\n            \"StartTime\": null,\n            \"EndTime\": null,\n            \"DefaultWorkDayId\": null,\n            \"DefaultActivityId\": null,\n            \"DefaultWorkDay\": null,\n            \"DefaultStartTime\": null,\n            \"DefaultEndTime\": null,\n            \"DefaultActivityName\": null,\n            \"DefaultActivityDesc\": null,\n            \"DefaultScheduleId\": null\n        },\n        {\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"WorkdayConfigId\": 4,\n            \"ScheduleId\": null,\n            \"DayId\": 5,\n            \"WorkDay\": true,\n            \"StartTime\": null,\n            \"EndTime\": null,\n            \"DefaultWorkDayId\": null,\n            \"DefaultActivityId\": null,\n            \"DefaultWorkDay\": null,\n            \"DefaultStartTime\": null,\n            \"DefaultEndTime\": null,\n            \"DefaultActivityName\": null,\n            \"DefaultActivityDesc\": null,\n            \"DefaultScheduleId\": null\n        },\n        {\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"WorkdayConfigId\": 5,\n            \"ScheduleId\": null,\n            \"DayId\": 6,\n            \"WorkDay\": true,\n            \"StartTime\": null,\n            \"EndTime\": null,\n            \"DefaultWorkDayId\": null,\n            \"DefaultActivityId\": null,\n            \"DefaultWorkDay\": null,\n            \"DefaultStartTime\": null,\n            \"DefaultEndTime\": null,\n            \"DefaultActivityName\": null,\n            \"DefaultActivityDesc\": null,\n            \"DefaultScheduleId\": null\n        },\n        {\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"WorkdayConfigId\": 6,\n            \"ScheduleId\": null,\n            \"DayId\": 7,\n            \"WorkDay\": true,\n            \"StartTime\": null,\n            \"EndTime\": null,\n            \"DefaultWorkDayId\": null,\n            \"DefaultActivityId\": null,\n            \"DefaultWorkDay\": null,\n            \"DefaultStartTime\": null,\n            \"DefaultEndTime\": null,\n            \"DefaultActivityName\": null,\n            \"DefaultActivityDesc\": null,\n            \"DefaultScheduleId\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2bdf1e73-fd87-4726-b049-a0571e158f38"},{"name":"PublishedActivitySchedule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0f61ea3c-1012-4bd7-bd84-43bbfdc5a2bf"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"951b7a93-2773-4fc5-bf21-c7d8148ed490"}}],"id":"f6b65cb9-2bd8-48bf-bb4f-c8ac6db2d9b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"46c980b6-11fd-43a9-9797-d6c519583f74"}],"url":"{{envName}}/api/PublishedActivitySchedule?activityId=1&scheduleDate=3/20/2024&suppressNoSchedules=FALSE&timeZoneId=20&classificationId=&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedActivitySchedule"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. </p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: Date for the data you want returned.</p>\n","type":"text/plain"},"key":"scheduleDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: This boolean true/false field determines if the data should be suppressed where there are no schedules.</p>\n","type":"text/plain"},"key":"suppressNoSchedules","value":"FALSE"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. You can get a full list of TimeZone IDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Classification ID is the ID of the published activity. You can leave this blank/null to leave this unfiltered.</p>\n","type":"text/plain"},"key":"classificationId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"8b9cf83b-8a5e-4078-9509-4cb35f0a9b66","name":"Published Activity Schedule","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedActivitySchedule?activityId=1&scheduleDate=3/20/2024&suppressNoSchedules=FALSE&timeZoneId=20&classificationId=&userId=1","host":["{{envName}}"],"path":["api","PublishedActivitySchedule"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"scheduleDate","value":"3/20/2024","description":"REQUIRED: Date for the data you want returned."},{"key":"suppressNoSchedules","value":"FALSE","description":"REQUIRED: This boolean true/false field determines if the data should be suppressed where there are no schedules."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. You can get a full list of TimeZone IDs with GET TimeZone."},{"key":"classificationId","value":"","description":"REQUIRED: Classification ID is the ID of the published activity. You can leave this blank/null to leave this unfiltered."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPh4MbJwzqsHYMERdJAlkDcI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:27:04 GMT"},{"key":"Content-Length","value":"173993"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"participants\": [\n            {\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"agentname\": \"Areheart, Sam \",\n                \"employee_id\": \"SCA21218\",\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T08:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 1\n            },\n            {\n                \"sa_agent_id\": 156,\n                \"role_id\": 100,\n                \"agentname\": \"Azzarito, Deborah \",\n                \"employee_id\": \"dka21094\",\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T08:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 2\n            },\n            {\n                \"sa_agent_id\": 453,\n                \"role_id\": 100,\n                \"agentname\": \"Badgett, Gregory \",\n                \"employee_id\": \"GAB21254\",\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T08:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 3\n            },\n            {\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"agentname\": \"Barton, Jean \",\n                \"employee_id\": \"JBarton\",\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T08:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 4\n            },\n            {\n                \"sa_agent_id\": 479,\n                \"role_id\": 100,\n                \"agentname\": \"Bickley, Sharon \",\n                \"employee_id\": \"SBickley\",\n                \"hire_date\": \"2017-07-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-19T23:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 5\n            },\n            {\n                \"sa_agent_id\": 411,\n                \"role_id\": 100,\n                \"agentname\": \"Bixler, Lyon \",\n                \"employee_id\": \"lbixler\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 6\n            },\n            {\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"agentname\": \"Blakely, Latrice \",\n                \"employee_id\": \"LNB21249\",\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 7\n            },\n            {\n                \"sa_agent_id\": 467,\n                \"role_id\": 100,\n                \"agentname\": \"Brown, Chanell \",\n                \"employee_id\": \"cab17889\",\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T11:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 8\n            },\n            {\n                \"sa_agent_id\": 263,\n                \"role_id\": 100,\n                \"agentname\": \"Brunson, David \",\n                \"employee_id\": \"dbrunson\",\n                \"hire_date\": \"2016-06-23T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 9\n            },\n            {\n                \"sa_agent_id\": 402,\n                \"role_id\": 100,\n                \"agentname\": \"Burns, Barbara \",\n                \"employee_id\": \"BBurns\",\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T10:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 10\n            },\n            {\n                \"sa_agent_id\": 391,\n                \"role_id\": 100,\n                \"agentname\": \"Carabo, Randy \",\n                \"employee_id\": \"rcarabo\",\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 11\n            },\n            {\n                \"sa_agent_id\": 307,\n                \"role_id\": 100,\n                \"agentname\": \"Carlisle, Kevin \",\n                \"employee_id\": \"kcarlisle\",\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 12\n            },\n            {\n                \"sa_agent_id\": 387,\n                \"role_id\": 100,\n                \"agentname\": \"Cassleman, Sherry \",\n                \"employee_id\": \"sfc17890\",\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-19T17:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 13\n            },\n            {\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"agentname\": \"Cathy, Kelly \",\n                \"employee_id\": \"CXP21252\",\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T07:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 14\n            },\n            {\n                \"sa_agent_id\": 426,\n                \"role_id\": 100,\n                \"agentname\": \"Correa, Maria \",\n                \"employee_id\": \"mec21037\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 15\n            },\n            {\n                \"sa_agent_id\": 306,\n                \"role_id\": 100,\n                \"agentname\": \"Crislip, Traci \",\n                \"employee_id\": \"tcislip\",\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-19T16:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 16\n            },\n            {\n                \"sa_agent_id\": 332,\n                \"role_id\": 100,\n                \"agentname\": \"Dolinger, Joel \",\n                \"employee_id\": \"JND21026\",\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 17\n            },\n            {\n                \"sa_agent_id\": 432,\n                \"role_id\": 100,\n                \"agentname\": \"Dunbar, Bill \",\n                \"employee_id\": \"wdunbar\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T20:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 18\n            },\n            {\n                \"sa_agent_id\": 382,\n                \"role_id\": 100,\n                \"agentname\": \"Duncan, Matthew \",\n                \"employee_id\": \"63438\",\n                \"hire_date\": \"2005-09-26T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T11:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 19\n            },\n            {\n                \"sa_agent_id\": 51,\n                \"role_id\": 100,\n                \"agentname\": \"Dyer, Amanda \",\n                \"employee_id\": \"ABD21223\",\n                \"hire_date\": \"2014-07-16T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T12:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 20\n            },\n            {\n                \"sa_agent_id\": 237,\n                \"role_id\": 100,\n                \"agentname\": \"Fajardo, Ella \",\n                \"employee_id\": \"ECF21276\",\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 21\n            },\n            {\n                \"sa_agent_id\": 136,\n                \"role_id\": 100,\n                \"agentname\": \"Finn, Mike \",\n                \"employee_id\": \"1084742\",\n                \"hire_date\": \"2013-07-29T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T16:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 22\n            },\n            {\n                \"sa_agent_id\": 68,\n                \"role_id\": 100,\n                \"agentname\": \"Florez, Oscar \",\n                \"employee_id\": \"OAF21012\",\n                \"hire_date\": \"2015-04-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T10:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 23\n            },\n            {\n                \"sa_agent_id\": 144,\n                \"role_id\": 100,\n                \"agentname\": \"Fowler, Wendy \",\n                \"employee_id\": \"1343546\",\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T08:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 24\n            },\n            {\n                \"sa_agent_id\": 353,\n                \"role_id\": 100,\n                \"agentname\": \"Fraley, Ashley \",\n                \"employee_id\": \"ANF21228\",\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T08:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 25\n            },\n            {\n                \"sa_agent_id\": 400,\n                \"role_id\": 100,\n                \"agentname\": \"Garrett, Michele \",\n                \"employee_id\": \"mgarret\",\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 26\n            },\n            {\n                \"sa_agent_id\": 155,\n                \"role_id\": 100,\n                \"agentname\": \"Goldfarb, Brett \",\n                \"employee_id\": \"9019637\",\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 27\n            },\n            {\n                \"sa_agent_id\": 71,\n                \"role_id\": 100,\n                \"agentname\": \"Granda, Luis \",\n                \"employee_id\": \"lgranda\",\n                \"hire_date\": \"2013-08-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:30:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 28\n            },\n            {\n                \"sa_agent_id\": 348,\n                \"role_id\": 100,\n                \"agentname\": \"Gray, Daryl \",\n                \"employee_id\": \"DJG21219\",\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 29\n            },\n            {\n                \"sa_agent_id\": 405,\n                \"role_id\": 100,\n                \"agentname\": \"Greene, Tiffany \",\n                \"employee_id\": \"TLG17964\",\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T10:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 30\n            },\n            {\n                \"sa_agent_id\": 423,\n                \"role_id\": 100,\n                \"agentname\": \"Griffin, John \",\n                \"employee_id\": \"JHG17920\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T11:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 31\n            },\n            {\n                \"sa_agent_id\": 242,\n                \"role_id\": 100,\n                \"agentname\": \"Grzybowski, Malissa \",\n                \"employee_id\": \"MAG21275\",\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 32\n            },\n            {\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"agentname\": \"Guzman, Denise \",\n                \"employee_id\": \"dxg21043\",\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T07:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 2,\n                \"RowNumber\": 33\n            },\n            {\n                \"sa_agent_id\": 87,\n                \"role_id\": 100,\n                \"agentname\": \"Hagwood, Steve \",\n                \"employee_id\": \"739259\",\n                \"hire_date\": \"2013-12-25T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 34\n            },\n            {\n                \"sa_agent_id\": 287,\n                \"role_id\": 100,\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"employee_id\": \"DWH21013\",\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T11:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 35\n            },\n            {\n                \"sa_agent_id\": 277,\n                \"role_id\": 100,\n                \"agentname\": \"Hampton, Stacey \",\n                \"employee_id\": \"shampton\",\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 36\n            },\n            {\n                \"sa_agent_id\": 285,\n                \"role_id\": 100,\n                \"agentname\": \"Harden, Charley \",\n                \"employee_id\": \"CHarden\",\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 37\n            },\n            {\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"agentname\": \"Heinly, Gesela \",\n                \"employee_id\": \"gah21056\",\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T06:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 38\n            },\n            {\n                \"sa_agent_id\": 407,\n                \"role_id\": 100,\n                \"agentname\": \"Hipps, Casandra \",\n                \"employee_id\": \"CBH17940\",\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 39\n            },\n            {\n                \"sa_agent_id\": 250,\n                \"role_id\": 100,\n                \"agentname\": \"Horne, Andy \",\n                \"employee_id\": \"WAH21278\",\n                \"hire_date\": \"2016-05-23T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:30:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 40\n            },\n            {\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"agentname\": \"Houck, Matthew \",\n                \"employee_id\": \"MDH21220\",\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 41\n            },\n            {\n                \"sa_agent_id\": 561,\n                \"role_id\": 100,\n                \"agentname\": \"Hummadi, Thamer \",\n                \"employee_id\": null,\n                \"hire_date\": \"2023-11-30T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 42\n            },\n            {\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"agentname\": \"Hunter, Satika \",\n                \"employee_id\": \"shunter\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 2,\n                \"RowNumber\": 43\n            },\n            {\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"agentname\": \"Huntre, Laquista \",\n                \"employee_id\": \"LAH21227\",\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T07:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 44\n            },\n            {\n                \"sa_agent_id\": 147,\n                \"role_id\": 100,\n                \"agentname\": \"Kenney, Reye \",\n                \"employee_id\": \"0214540\",\n                \"hire_date\": \"2012-07-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T05:30:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 45\n            },\n            {\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"agentname\": \"Kinsella, Mark \",\n                \"employee_id\": \"35334\",\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 46\n            },\n            {\n                \"sa_agent_id\": 272,\n                \"role_id\": 100,\n                \"agentname\": \"Lasch, William \",\n                \"employee_id\": \"63262\",\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 47\n            },\n            {\n                \"sa_agent_id\": 128,\n                \"role_id\": 100,\n                \"agentname\": \"Lee, Daniel \",\n                \"employee_id\": \"DDW21253\",\n                \"hire_date\": \"2013-12-06T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 48\n            },\n            {\n                \"sa_agent_id\": 354,\n                \"role_id\": 100,\n                \"agentname\": \"Lewis, Greg \",\n                \"employee_id\": \"glewis\",\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T20:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 49\n            },\n            {\n                \"sa_agent_id\": 129,\n                \"role_id\": 100,\n                \"agentname\": \"Lewis, Lisha \",\n                \"employee_id\": \"LXL17691\",\n                \"hire_date\": \"2015-09-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 50\n            },\n            {\n                \"sa_agent_id\": 271,\n                \"role_id\": 100,\n                \"agentname\": \"Mack, Janelle \",\n                \"employee_id\": \"JKM17984\",\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-19T22:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 51\n            },\n            {\n                \"sa_agent_id\": 318,\n                \"role_id\": 100,\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"employee_id\": \"SGM17983\",\n                \"hire_date\": \"2016-10-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T05:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 52\n            },\n            {\n                \"sa_agent_id\": 107,\n                \"role_id\": 100,\n                \"agentname\": \"Martinez, Cristian \",\n                \"employee_id\": \"MXO17963\",\n                \"hire_date\": \"2014-02-24T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 53\n            },\n            {\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"agentname\": \"McBride, Natasha \",\n                \"employee_id\": \"NNM17965\",\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T08:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 54\n            },\n            {\n                \"sa_agent_id\": 149,\n                \"role_id\": 100,\n                \"agentname\": \"McCormack, Del \",\n                \"employee_id\": \"DPM21007\",\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 55\n            },\n            {\n                \"sa_agent_id\": 485,\n                \"role_id\": 100,\n                \"agentname\": \"Minick, Rusty \",\n                \"employee_id\": \"JXM21224\",\n                \"hire_date\": \"2017-07-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 56\n            },\n            {\n                \"sa_agent_id\": 135,\n                \"role_id\": 100,\n                \"agentname\": \"Montes, David \",\n                \"employee_id\": \"DAM 21159\",\n                \"hire_date\": \"2014-08-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T13:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 57\n            },\n            {\n                \"sa_agent_id\": 145,\n                \"role_id\": 100,\n                \"agentname\": \"Mosley, Kerry \",\n                \"employee_id\": \"kmosley\",\n                \"hire_date\": \"2015-01-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T04:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 58\n            },\n            {\n                \"sa_agent_id\": 468,\n                \"role_id\": 100,\n                \"agentname\": \"Moten, Cierra \",\n                \"employee_id\": \"CSM21226\",\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 59\n            },\n            {\n                \"sa_agent_id\": 115,\n                \"role_id\": 100,\n                \"agentname\": \"Murphy, Alyson \",\n                \"employee_id\": \"AMM21145\",\n                \"hire_date\": \"2013-06-04T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 60\n            },\n            {\n                \"sa_agent_id\": 370,\n                \"role_id\": 100,\n                \"agentname\": \"Nelson, Candice \",\n                \"employee_id\": \"cnelson\",\n                \"hire_date\": \"2017-02-09T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T12:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 61\n            },\n            {\n                \"sa_agent_id\": 352,\n                \"role_id\": 100,\n                \"agentname\": \"Newman, Jean \",\n                \"employee_id\": \"jnewman\",\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T00:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 62\n            },\n            {\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"agentname\": \"Newton, Mary \",\n                \"employee_id\": \"MFN17962\",\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T06:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 63\n            },\n            {\n                \"sa_agent_id\": 195,\n                \"role_id\": 100,\n                \"agentname\": \"Olsen, Kristin \",\n                \"employee_id\": \"KDO21010\",\n                \"hire_date\": \"2016-03-14T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 64\n            },\n            {\n                \"sa_agent_id\": 408,\n                \"role_id\": 100,\n                \"agentname\": \"Peebles, Brandon \",\n                \"employee_id\": \"BCP21009\",\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 65\n            },\n            {\n                \"sa_agent_id\": 440,\n                \"role_id\": 100,\n                \"agentname\": \"Pollock, Mitch \",\n                \"employee_id\": \"MXP21277\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 66\n            },\n            {\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"agentname\": \"Prioleau, Sherry \",\n                \"employee_id\": \"SYP21221\",\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T04:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 67\n            },\n            {\n                \"sa_agent_id\": 86,\n                \"role_id\": 100,\n                \"agentname\": \"Rawl, Polly \",\n                \"employee_id\": \"prawl\",\n                \"hire_date\": \"2015-08-03T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 68\n            },\n            {\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"agentname\": \"Renfroe, Dave \",\n                \"employee_id\": \"drenfroe\",\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": 1,\n                \"RowNumber\": 69\n            },\n            {\n                \"sa_agent_id\": 376,\n                \"role_id\": 100,\n                \"agentname\": \"Ress, Connie \",\n                \"employee_id\": \"CRess\",\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 70\n            },\n            {\n                \"sa_agent_id\": 401,\n                \"role_id\": 100,\n                \"agentname\": \"Richbourg, Mandy \",\n                \"employee_id\": \"MLR21274\",\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T11:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 71\n            },\n            {\n                \"sa_agent_id\": 240,\n                \"role_id\": 100,\n                \"agentname\": \"Richert, Jessica \",\n                \"employee_id\": \"JFR17923\",\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T14:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 72\n            },\n            {\n                \"sa_agent_id\": 61,\n                \"role_id\": 100,\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"employee_id\": \"sridenhour\",\n                \"hire_date\": \"2015-07-06T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 73\n            },\n            {\n                \"sa_agent_id\": 392,\n                \"role_id\": 100,\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"employee_id\": \"crodriguez\",\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T00:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 74\n            },\n            {\n                \"sa_agent_id\": 58,\n                \"role_id\": 100,\n                \"agentname\": \"Rollison, Karen \",\n                \"employee_id\": \"KSR21073\",\n                \"hire_date\": \"2014-11-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T09:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 75\n            },\n            {\n                \"sa_agent_id\": 106,\n                \"role_id\": 100,\n                \"agentname\": \"Ruth, Nathan \",\n                \"employee_id\": \"NER21104\",\n                \"hire_date\": \"2010-04-17T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 76\n            },\n            {\n                \"sa_agent_id\": 65,\n                \"role_id\": 100,\n                \"agentname\": \"Sanchez, Maria \",\n                \"employee_id\": \"MFB21273\",\n                \"hire_date\": \"2011-01-01T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T02:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 77\n            },\n            {\n                \"sa_agent_id\": 330,\n                \"role_id\": 100,\n                \"agentname\": \"Sanchez, Mauricio \",\n                \"employee_id\": \"MXS21011\",\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 78\n            },\n            {\n                \"sa_agent_id\": 409,\n                \"role_id\": 100,\n                \"agentname\": \"Schmidt, Peter \",\n                \"employee_id\": null,\n                \"hire_date\": \"2010-02-25T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T11:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 79\n            },\n            {\n                \"sa_agent_id\": 414,\n                \"role_id\": 100,\n                \"agentname\": \"Schrum, Joe \",\n                \"employee_id\": \"JHSchrum\",\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-19T16:30:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 80\n            },\n            {\n                \"sa_agent_id\": 41,\n                \"role_id\": 100,\n                \"agentname\": \"Shiver, Sharette \",\n                \"employee_id\": \"LSS21160\",\n                \"hire_date\": \"2013-09-09T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 81\n            },\n            {\n                \"sa_agent_id\": 36,\n                \"role_id\": 100,\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"employee_id\": \"mstalnaker\",\n                \"hire_date\": \"2013-07-25T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T11:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 82\n            },\n            {\n                \"sa_agent_id\": 455,\n                \"role_id\": 100,\n                \"agentname\": \"Sticha, Carmen \",\n                \"employee_id\": \"cms17891\",\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T13:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 83\n            },\n            {\n                \"sa_agent_id\": 338,\n                \"role_id\": 100,\n                \"agentname\": \"Stoner, Seth \",\n                \"employee_id\": \"SAS21251\",\n                \"hire_date\": \"2016-11-28T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 84\n            },\n            {\n                \"sa_agent_id\": 132,\n                \"role_id\": 100,\n                \"agentname\": \"Sutherland, Todd \",\n                \"employee_id\": \"1342647\",\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T10:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 85\n            },\n            {\n                \"sa_agent_id\": 389,\n                \"role_id\": 100,\n                \"agentname\": \"Thurber, Eric \",\n                \"employee_id\": null,\n                \"hire_date\": \"2016-04-04T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 86\n            },\n            {\n                \"sa_agent_id\": 429,\n                \"role_id\": 100,\n                \"agentname\": \"Turner, Bruce \",\n                \"employee_id\": \"bturner\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T15:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 87\n            },\n            {\n                \"sa_agent_id\": 275,\n                \"role_id\": 100,\n                \"agentname\": \"Turner, Jonathan \",\n                \"employee_id\": \"63284\",\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 88\n            },\n            {\n                \"sa_agent_id\": 262,\n                \"role_id\": 100,\n                \"agentname\": \"Watkins, Tracy \",\n                \"employee_id\": \"twatkins\",\n                \"hire_date\": \"2016-06-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": \"2024-03-20T14:00:00\",\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 89\n            },\n            {\n                \"sa_agent_id\": 394,\n                \"role_id\": 100,\n                \"agentname\": \"Watts, Walter \",\n                \"employee_id\": \"WSW17921\",\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 90\n            },\n            {\n                \"sa_agent_id\": 343,\n                \"role_id\": 100,\n                \"agentname\": \"Williams, Litcha \",\n                \"employee_id\": \"lswilliams\",\n                \"hire_date\": \"2016-11-30T00:00:00\",\n                \"tiebreaker\": 0,\n                \"SchedStartTime\": null,\n                \"SortValue\": null,\n                \"Locked\": false,\n                \"ClassificationId\": null,\n                \"RowNumber\": 91\n            }\n        ],\n        \"scheduleIntervals\": [\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331625,\n                \"ExceptionID\": 933876,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331960,\n                \"ExceptionID\": 934211,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331961,\n                \"ExceptionID\": 934212,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331962,\n                \"ExceptionID\": 934213,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331963,\n                \"ExceptionID\": 934214,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 341165,\n                \"ExceptionID\": 952696,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 341172,\n                \"ExceptionID\": 952703,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 331683,\n                \"ExceptionID\": 933934,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332187,\n                \"ExceptionID\": 934438,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332185,\n                \"ExceptionID\": 934436,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332186,\n                \"ExceptionID\": 934437,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 341179,\n                \"ExceptionID\": 952710,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332188,\n                \"ExceptionID\": 934439,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 331775,\n                \"ExceptionID\": 934026,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332547,\n                \"ExceptionID\": 934798,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332545,\n                \"ExceptionID\": 934796,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332546,\n                \"ExceptionID\": 934797,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332548,\n                \"ExceptionID\": 934799,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 331695,\n                \"ExceptionID\": 933946,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 331696,\n                \"ExceptionID\": 933947,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332231,\n                \"ExceptionID\": 934482,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332233,\n                \"ExceptionID\": 934484,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332232,\n                \"ExceptionID\": 934483,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T03:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T03:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332234,\n                \"ExceptionID\": 934485,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T00:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 331654,\n                \"ExceptionID\": 933905,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332071,\n                \"ExceptionID\": 934322,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332073,\n                \"ExceptionID\": 934324,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332072,\n                \"ExceptionID\": 934323,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332074,\n                \"ExceptionID\": 934325,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 331693,\n                \"ExceptionID\": 933944,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332226,\n                \"ExceptionID\": 934477,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332224,\n                \"ExceptionID\": 934475,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332225,\n                \"ExceptionID\": 934476,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332227,\n                \"ExceptionID\": 934478,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T19:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 10,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 331883,\n                \"ExceptionID\": 934134,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 4.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 10,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 332896,\n                \"ExceptionID\": 935147,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 11,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 331646,\n                \"ExceptionID\": 933897,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 11,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332042,\n                \"ExceptionID\": 934293,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 11,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332044,\n                \"ExceptionID\": 934295,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 11,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332043,\n                \"ExceptionID\": 934294,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 11,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332045,\n                \"ExceptionID\": 934296,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331717,\n                \"ExceptionID\": 933968,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331718,\n                \"ExceptionID\": 933969,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332320,\n                \"ExceptionID\": 934571,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332318,\n                \"ExceptionID\": 934569,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332321,\n                \"ExceptionID\": 934572,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T21:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332319,\n                \"ExceptionID\": 934570,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T01:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332323,\n                \"ExceptionID\": 934574,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 14,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 331726,\n                \"ExceptionID\": 933977,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T07:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 14,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332354,\n                \"ExceptionID\": 934605,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 14,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332352,\n                \"ExceptionID\": 934603,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 14,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332353,\n                \"ExceptionID\": 934604,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 331666,\n                \"ExceptionID\": 933917,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 331849,\n                \"ExceptionID\": 934100,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 7.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332837,\n                \"ExceptionID\": 935088,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332839,\n                \"ExceptionID\": 935090,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332838,\n                \"ExceptionID\": 935089,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332840,\n                \"ExceptionID\": 935091,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332122,\n                \"ExceptionID\": 934373,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T00:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 18,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 331918,\n                \"ExceptionID\": 934169,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T20:00:00\",\n                \"Duration\": 3.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 18,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 332931,\n                \"ExceptionID\": 935182,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 19,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 331731,\n                \"ExceptionID\": 933982,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 19,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332373,\n                \"ExceptionID\": 934624,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 19,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332371,\n                \"ExceptionID\": 934622,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 19,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332372,\n                \"ExceptionID\": 934623,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 19,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332374,\n                \"ExceptionID\": 934625,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 20,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 331813,\n                \"ExceptionID\": 934064,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 20,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332695,\n                \"ExceptionID\": 934946,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 20,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332697,\n                \"ExceptionID\": 934948,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 20,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332696,\n                \"ExceptionID\": 934947,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 20,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332698,\n                \"ExceptionID\": 934949,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 22,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 331843,\n                \"ExceptionID\": 934094,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 22,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332815,\n                \"ExceptionID\": 935066,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 22,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332813,\n                \"ExceptionID\": 935064,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 22,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332814,\n                \"ExceptionID\": 935065,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 22,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332816,\n                \"ExceptionID\": 935067,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 23,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 331793,\n                \"ExceptionID\": 934044,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 23,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332617,\n                \"ExceptionID\": 934868,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 23,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332615,\n                \"ExceptionID\": 934866,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 23,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332616,\n                \"ExceptionID\": 934867,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 23,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332618,\n                \"ExceptionID\": 934869,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 24,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 331848,\n                \"ExceptionID\": 934099,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 24,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332835,\n                \"ExceptionID\": 935086,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 24,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332833,\n                \"ExceptionID\": 935084,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 24,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332834,\n                \"ExceptionID\": 935085,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 24,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332836,\n                \"ExceptionID\": 935087,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 25,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 331643,\n                \"ExceptionID\": 933894,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 25,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332030,\n                \"ExceptionID\": 934281,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 25,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332032,\n                \"ExceptionID\": 934283,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 25,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332031,\n                \"ExceptionID\": 934282,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 25,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332033,\n                \"ExceptionID\": 934284,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 28,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 331804,\n                \"ExceptionID\": 934055,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 28,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332661,\n                \"ExceptionID\": 934912,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 28,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332659,\n                \"ExceptionID\": 934910,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 28,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332660,\n                \"ExceptionID\": 934911,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 28,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332662,\n                \"ExceptionID\": 934913,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 30,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 331889,\n                \"ExceptionID\": 934140,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 30,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 332902,\n                \"ExceptionID\": 935153,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 31,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 331771,\n                \"ExceptionID\": 934022,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 31,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332531,\n                \"ExceptionID\": 934782,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T18:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 31,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332529,\n                \"ExceptionID\": 934780,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 31,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332530,\n                \"ExceptionID\": 934781,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 31,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332532,\n                \"ExceptionID\": 934783,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 31,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 342550,\n                \"ExceptionID\": 955408,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.1,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T11:06:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:06:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 33,\n                \"AgentID\": 80,\n                \"AgentName\": \"Guzman, Denise \",\n                \"PublishedIntervalId\": 331897,\n                \"ExceptionID\": 934148,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T07:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 33,\n                \"AgentID\": 80,\n                \"AgentName\": \"Guzman, Denise \",\n                \"PublishedIntervalId\": 331898,\n                \"ExceptionID\": 934149,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T19:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 33,\n                \"AgentID\": 80,\n                \"AgentName\": \"Guzman, Denise \",\n                \"PublishedIntervalId\": 332910,\n                \"ExceptionID\": 935161,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 33,\n                \"AgentID\": 80,\n                \"AgentName\": \"Guzman, Denise \",\n                \"PublishedIntervalId\": 332911,\n                \"ExceptionID\": 935162,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T21:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 35,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331627,\n                \"ExceptionID\": 933878,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 35,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331968,\n                \"ExceptionID\": 934219,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 35,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331969,\n                \"ExceptionID\": 934220,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 35,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331970,\n                \"ExceptionID\": 934221,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 35,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331971,\n                \"ExceptionID\": 934222,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 38,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331635,\n                \"ExceptionID\": 933886,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 38,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331998,\n                \"ExceptionID\": 934249,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 38,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331999,\n                \"ExceptionID\": 934250,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 38,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 332000,\n                \"ExceptionID\": 934251,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 38,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 332001,\n                \"ExceptionID\": 934252,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 39,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 331744,\n                \"ExceptionID\": 933995,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 39,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332421,\n                \"ExceptionID\": 934672,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 39,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332423,\n                \"ExceptionID\": 934674,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 39,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332422,\n                \"ExceptionID\": 934673,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 39,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332424,\n                \"ExceptionID\": 934675,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 39,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 342549,\n                \"ExceptionID\": 955407,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.2,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:12:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:12:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 40,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 331861,\n                \"ExceptionID\": 934112,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:30:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 40,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332867,\n                \"ExceptionID\": 935118,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 40,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332868,\n                \"ExceptionID\": 935119,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 40,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332869,\n                \"ExceptionID\": 935120,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 41,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 331671,\n                \"ExceptionID\": 933922,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 41,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332139,\n                \"ExceptionID\": 934390,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 41,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332141,\n                \"ExceptionID\": 934392,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 41,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332140,\n                \"ExceptionID\": 934391,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 41,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332142,\n                \"ExceptionID\": 934393,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 41,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 342548,\n                \"ExceptionID\": 955406,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.15,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:09:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:09:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 43,\n                \"AgentID\": 418,\n                \"AgentName\": \"Hunter, Satika \",\n                \"PublishedIntervalId\": 331701,\n                \"ExceptionID\": 933952,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 43,\n                \"AgentID\": 418,\n                \"AgentName\": \"Hunter, Satika \",\n                \"PublishedIntervalId\": 332254,\n                \"ExceptionID\": 934505,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 43,\n                \"AgentID\": 418,\n                \"AgentName\": \"Hunter, Satika \",\n                \"PublishedIntervalId\": 332252,\n                \"ExceptionID\": 934503,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 43,\n                \"AgentID\": 418,\n                \"AgentName\": \"Hunter, Satika \",\n                \"PublishedIntervalId\": 332253,\n                \"ExceptionID\": 934504,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 43,\n                \"AgentID\": 418,\n                \"AgentName\": \"Hunter, Satika \",\n                \"PublishedIntervalId\": 332255,\n                \"ExceptionID\": 934506,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 44,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 331759,\n                \"ExceptionID\": 934010,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T07:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 44,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332481,\n                \"ExceptionID\": 934732,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 44,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332483,\n                \"ExceptionID\": 934734,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 44,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332482,\n                \"ExceptionID\": 934733,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 44,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332484,\n                \"ExceptionID\": 934735,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 45,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 331785,\n                \"ExceptionID\": 934036,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T05:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 45,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332586,\n                \"ExceptionID\": 934837,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 45,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332584,\n                \"ExceptionID\": 934835,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 45,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332585,\n                \"ExceptionID\": 934836,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 45,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332587,\n                \"ExceptionID\": 934838,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 46,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 331762,\n                \"ExceptionID\": 934013,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 46,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332495,\n                \"ExceptionID\": 934746,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 46,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332493,\n                \"ExceptionID\": 934744,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 46,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332494,\n                \"ExceptionID\": 934745,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 46,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332496,\n                \"ExceptionID\": 934747,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 49,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 331913,\n                \"ExceptionID\": 934164,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T20:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 49,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 332926,\n                \"ExceptionID\": 935177,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 50,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331921,\n                \"ExceptionID\": 934172,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 3.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 50,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 332934,\n                \"ExceptionID\": 935185,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 51,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 331675,\n                \"ExceptionID\": 933926,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 51,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 331676,\n                \"ExceptionID\": 933927,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 51,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332157,\n                \"ExceptionID\": 934408,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 51,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332155,\n                \"ExceptionID\": 934406,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 51,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332156,\n                \"ExceptionID\": 934407,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T03:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T03:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 51,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332158,\n                \"ExceptionID\": 934409,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T03:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T03:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 52,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 331663,\n                \"ExceptionID\": 933914,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T05:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 52,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332107,\n                \"ExceptionID\": 934358,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 52,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332109,\n                \"ExceptionID\": 934360,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 52,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332108,\n                \"ExceptionID\": 934359,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T09:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 52,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332110,\n                \"ExceptionID\": 934361,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 53,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 331799,\n                \"ExceptionID\": 934050,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 53,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332641,\n                \"ExceptionID\": 934892,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 53,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332639,\n                \"ExceptionID\": 934890,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 53,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332640,\n                \"ExceptionID\": 934891,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 53,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332642,\n                \"ExceptionID\": 934893,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 54,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 331713,\n                \"ExceptionID\": 933964,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 54,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332300,\n                \"ExceptionID\": 934551,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 54,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332302,\n                \"ExceptionID\": 934553,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 54,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332301,\n                \"ExceptionID\": 934552,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 54,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332303,\n                \"ExceptionID\": 934554,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 54,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 342551,\n                \"ExceptionID\": 955409,\n                \"ExceptionTypeID\": 27,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 150,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#E000E0\",\n                \"ExceptionTypeName\": \"Follow-up Project\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"Followup\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 57,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 331797,\n                \"ExceptionID\": 934048,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 57,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332633,\n                \"ExceptionID\": 934884,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 57,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332631,\n                \"ExceptionID\": 934882,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 57,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332632,\n                \"ExceptionID\": 934883,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 57,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332634,\n                \"ExceptionID\": 934885,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 57,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 342552,\n                \"ExceptionID\": 955410,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.0833,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T13:05:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:04:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 58,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331816,\n                \"ExceptionID\": 934067,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 58,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332709,\n                \"ExceptionID\": 934960,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 58,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332707,\n                \"ExceptionID\": 934958,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 58,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332708,\n                \"ExceptionID\": 934959,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 58,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332710,\n                \"ExceptionID\": 934961,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 61,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 331721,\n                \"ExceptionID\": 933972,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 61,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332334,\n                \"ExceptionID\": 934585,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 61,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332332,\n                \"ExceptionID\": 934583,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 61,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332333,\n                \"ExceptionID\": 934584,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 61,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332335,\n                \"ExceptionID\": 934586,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T18:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 62,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 331733,\n                \"ExceptionID\": 933984,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 62,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332378,\n                \"ExceptionID\": 934629,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T01:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 62,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332379,\n                \"ExceptionID\": 934630,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 62,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332380,\n                \"ExceptionID\": 934631,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 62,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 342547,\n                \"ExceptionID\": 955405,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 0.0833,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T00:05:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:04:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 63,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 331823,\n                \"ExceptionID\": 934074,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 63,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332737,\n                \"ExceptionID\": 934988,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 63,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332735,\n                \"ExceptionID\": 934986,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 63,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332736,\n                \"ExceptionID\": 934987,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 63,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332738,\n                \"ExceptionID\": 934989,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 64,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 331857,\n                \"ExceptionID\": 934108,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 6.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 64,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 332857,\n                \"ExceptionID\": 935108,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 64,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 332858,\n                \"ExceptionID\": 935109,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 67,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331618,\n                \"ExceptionID\": 933869,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 11.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 67,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331934,\n                \"ExceptionID\": 934185,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 67,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331935,\n                \"ExceptionID\": 934186,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 67,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331936,\n                \"ExceptionID\": 934187,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 67,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331937,\n                \"ExceptionID\": 934188,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 71,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 331755,\n                \"ExceptionID\": 934006,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 71,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332465,\n                \"ExceptionID\": 934716,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 71,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332467,\n                \"ExceptionID\": 934718,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 71,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332466,\n                \"ExceptionID\": 934717,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 71,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332468,\n                \"ExceptionID\": 934719,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 72,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 331652,\n                \"ExceptionID\": 933903,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 9.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 72,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332064,\n                \"ExceptionID\": 934315,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 72,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332066,\n                \"ExceptionID\": 934317,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T21:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 72,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332065,\n                \"ExceptionID\": 934316,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T18:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 72,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332067,\n                \"ExceptionID\": 934318,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T21:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T21:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 74,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 331736,\n                \"ExceptionID\": 933987,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 74,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332389,\n                \"ExceptionID\": 934640,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 74,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332391,\n                \"ExceptionID\": 934642,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T07:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T07:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 74,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332390,\n                \"ExceptionID\": 934641,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T04:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 74,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332392,\n                \"ExceptionID\": 934643,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T01:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 75,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 331789,\n                \"ExceptionID\": 934040,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 75,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332599,\n                \"ExceptionID\": 934850,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 75,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332601,\n                \"ExceptionID\": 934852,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 75,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332600,\n                \"ExceptionID\": 934851,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 75,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332602,\n                \"ExceptionID\": 934853,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 77,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 331911,\n                \"ExceptionID\": 934162,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T02:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T06:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 77,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 332924,\n                \"ExceptionID\": 935175,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 79,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 331747,\n                \"ExceptionID\": 933998,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 79,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332433,\n                \"ExceptionID\": 934684,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 79,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332435,\n                \"ExceptionID\": 934686,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 79,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332434,\n                \"ExceptionID\": 934685,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 79,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332436,\n                \"ExceptionID\": 934687,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 80,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 331751,\n                \"ExceptionID\": 934002,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 80,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 331752,\n                \"ExceptionID\": 934003,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-21T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 80,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332455,\n                \"ExceptionID\": 934706,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T23:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 80,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332453,\n                \"ExceptionID\": 934704,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 80,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332454,\n                \"ExceptionID\": 934705,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T21:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 80,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332456,\n                \"ExceptionID\": 934707,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 80,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332452,\n                \"ExceptionID\": 934703,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 82,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 331831,\n                \"ExceptionID\": 934082,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 82,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332767,\n                \"ExceptionID\": 935018,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 82,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332769,\n                \"ExceptionID\": 935020,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 82,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332768,\n                \"ExceptionID\": 935019,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 82,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332770,\n                \"ExceptionID\": 935021,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 83,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 331688,\n                \"ExceptionID\": 933939,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 83,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332207,\n                \"ExceptionID\": 934458,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 83,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332205,\n                \"ExceptionID\": 934456,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 83,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332206,\n                \"ExceptionID\": 934457,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 83,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332208,\n                \"ExceptionID\": 934459,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T21:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 85,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 331876,\n                \"ExceptionID\": 934127,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 85,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 332889,\n                \"ExceptionID\": 935140,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 87,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 331708,\n                \"ExceptionID\": 933959,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 87,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332282,\n                \"ExceptionID\": 934533,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 87,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332280,\n                \"ExceptionID\": 934531,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T18:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 87,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332281,\n                \"ExceptionID\": 934532,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 87,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332283,\n                \"ExceptionID\": 934534,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"RowNumber\": 89,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 331923,\n                \"ExceptionID\": 934174,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 2.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"f6b65cb9-2bd8-48bf-bb4f-c8ac6db2d9b7"},{"name":"EventType","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8075b799-2db8-453c-935b-fe8e7f0f2a5d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"7852657e-3611-4373-80d5-84488a5ad28d"}}],"id":"9eb28578-7ada-4799-9cbf-e88ab89bd333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6f8f9db6-62c4-4872-b86b-e1d1e6365e8c"}],"url":"{{envName}}/api/EventType?userId=1","description":"<p>Produces a list of event types and their properties. ExceptionTypeId can be used as the eventTypeId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","EventType"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"136bd2d1-59a8-456a-af20-81d958bcb741","name":"Event Type List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/EventType?userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","EventType"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlkS065BHTKJ83VaCCIpGZ4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 00:58:54 GMT"},{"key":"Content-Length","value":"11524"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ExceptionTypeId\": 2,\n            \"Name\": \"Break\",\n            \"Description\": \"Break\",\n            \"PriorityId\": 100,\n            \"PriorityName\": \"Break & Lunch\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 7,\n            \"ColorCode\": \"#00FFFF\",\n            \"ColorName\": \"Aqua\",\n            \"Approval\": false,\n            \"IsConstrained\": true,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": false,\n            \"RequiresASSKValidation\": false\n        },\n        {\n            \"ExceptionTypeId\": 7,\n            \"Name\": \"Coaching\",\n            \"Description\": \"Coaching\",\n            \"PriorityId\": 1,\n            \"PriorityName\": \"Default Work Type\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 26,\n            \"ColorCode\": \"#8FBC8F\",\n            \"ColorName\": \"Dark Sea Green\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": false,\n            \"RequiresASSKValidation\": false\n        },\n        {\n            \"ExceptionTypeId\": 13,\n            \"Name\": \"E-mail Work\",\n            \"Description\": \"Processing E-mail\",\n            \"PriorityId\": 1,\n            \"PriorityName\": \"Default Work Type\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 2,\n            \"ColorCode\": \"#00ff00\",\n            \"ColorName\": \"Lime Green\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": true,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 3,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": null,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 28,\n            \"Name\": \"Floating Holiday\",\n            \"Description\": \"Holidays the agent my choose\",\n            \"PriorityId\": 200,\n            \"PriorityName\": \"Off Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": false,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 24,\n            \"ColorCode\": \"#228B22\",\n            \"ColorName\": \"Forest Green\",\n            \"Approval\": true,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": \"1900-01-01T09:00:00\",\n            \"DefaultIntervalDuration\": 8,\n            \"DefaultIntervalDescription\": \"Full Day\",\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": 100,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": false,\n            \"RequiresASSKValidation\": false\n        },\n        {\n            \"ExceptionTypeId\": 27,\n            \"Name\": \"Follow-up Project\",\n            \"Description\": \"Customer Follow-up\",\n            \"PriorityId\": 150,\n            \"PriorityName\": \"On Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 16,\n            \"ColorCode\": \"#E000E0\",\n            \"ColorName\": \"Pink\",\n            \"Approval\": false,\n            \"IsConstrained\": true,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": 100,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": true,\n            \"RequiresASSKValidation\": true\n        },\n        {\n            \"ExceptionTypeId\": 29,\n            \"Name\": \"HR Session\",\n            \"Description\": \"Ad-Hoc/Emergency HR meeting\",\n            \"PriorityId\": 150,\n            \"PriorityName\": \"On Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 18,\n            \"ColorCode\": \"#DC143C\",\n            \"ColorName\": \"Crimson\",\n            \"Approval\": false,\n            \"IsConstrained\": true,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": 100,\n            \"ShrinkageType\": 2,\n            \"IsEligibleForASSK\": true,\n            \"RequiresASSKValidation\": false\n        },\n        {\n            \"ExceptionTypeId\": 8,\n            \"Name\": \"Late\",\n            \"Description\": \"Tardy\",\n            \"PriorityId\": 150,\n            \"PriorityName\": \"On Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": false,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 1,\n            \"ColorCode\": \"#ff0000\",\n            \"ColorName\": \"Red\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": true,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 2,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 15,\n            \"Name\": \"LOA\",\n            \"Description\": \"Bereavement / Jury Duty / Military Leave\",\n            \"PriorityId\": 200,\n            \"PriorityName\": \"Off Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": false,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 5,\n            \"ColorCode\": \"#000000\",\n            \"ColorName\": \"Black\",\n            \"Approval\": true,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 3,\n            \"Name\": \"Lunch\",\n            \"Description\": \"Lunch\",\n            \"PriorityId\": 100,\n            \"PriorityName\": \"Break & Lunch\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": false,\n            \"ColorId\": 8,\n            \"ColorCode\": \"#FF9C00\",\n            \"ColorName\": \"Orange\",\n            \"Approval\": false,\n            \"IsConstrained\": true,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": null,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 6,\n            \"Name\": \"Meeting - QA\",\n            \"Description\": \"Quality Assurance Meeting\",\n            \"PriorityId\": 150,\n            \"PriorityName\": \"On Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 9,\n            \"ColorCode\": \"#E0E040\",\n            \"ColorName\": \"Yellow\",\n            \"Approval\": false,\n            \"IsConstrained\": true,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 10,\n            \"Name\": \"Meeting - Team\",\n            \"Description\": \"Team Meeting\",\n            \"PriorityId\": 150,\n            \"PriorityName\": \"On Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 9,\n            \"ColorCode\": \"#E0E040\",\n            \"ColorName\": \"Yellow\",\n            \"Approval\": true,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": false,\n            \"RequiresASSKValidation\": false\n        },\n        {\n            \"ExceptionTypeId\": 26,\n            \"Name\": \"Outbound Default\",\n            \"Description\": \"Dedicated Outbound\",\n            \"PriorityId\": 1,\n            \"PriorityName\": \"Default Work Type\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": true,\n            \"IsQueue\": true,\n            \"IsPaid\": true,\n            \"ColorId\": 4,\n            \"ColorCode\": \"#ccccff\",\n            \"ColorName\": \"Lavender\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": true,\n            \"IsAdherenceState\": true,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": 100,\n            \"ShrinkageType\": null,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 5,\n            \"Name\": \"Overtime\",\n            \"Description\": \"Overtime\",\n            \"PriorityId\": 1,\n            \"PriorityName\": \"Default Work Type\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": true,\n            \"IsQueue\": true,\n            \"IsPaid\": true,\n            \"ColorId\": 19,\n            \"ColorCode\": \"#9400D3\",\n            \"ColorName\": \"Dark Violet\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": true,\n            \"IsAdherenceState\": true,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": null,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 4,\n            \"Name\": \"PTO\",\n            \"Description\": \"Paid Time Off Request\",\n            \"PriorityId\": 200,\n            \"PriorityName\": \"Off Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": false,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 24,\n            \"ColorCode\": \"#228B22\",\n            \"ColorName\": \"Forest Green\",\n            \"Approval\": true,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": 100,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": false,\n            \"RequiresASSKValidation\": false\n        },\n        {\n            \"ExceptionTypeId\": 9,\n            \"Name\": \"Sick\",\n            \"Description\": \"Called Out / Left Early\",\n            \"PriorityId\": 200,\n            \"PriorityName\": \"Off Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": false,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 1,\n            \"ColorCode\": \"#ff0000\",\n            \"ColorName\": \"Red\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": 100,\n            \"ShrinkageType\": 2,\n            \"IsEligibleForASSK\": false,\n            \"RequiresASSKValidation\": false\n        },\n        {\n            \"ExceptionTypeId\": 12,\n            \"Name\": \"Special Projects\",\n            \"Description\": \"Research / Paperwork\",\n            \"PriorityId\": 150,\n            \"PriorityName\": \"On Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 16,\n            \"ColorCode\": \"#E000E0\",\n            \"ColorName\": \"Pink\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 11,\n            \"Name\": \"System Issues\",\n            \"Description\": \"Computer / Phone Issues\",\n            \"PriorityId\": 150,\n            \"PriorityName\": \"On Site Paid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": false,\n            \"IsPaid\": true,\n            \"ColorId\": 5,\n            \"ColorCode\": \"#000000\",\n            \"ColorName\": \"Black\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": 2,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 24,\n            \"Name\": \"VTO\",\n            \"Description\": \"Volunteer Time Off\",\n            \"PriorityId\": 250,\n            \"PriorityName\": \"Off Site NonPaid\",\n            \"IsLocked\": false,\n            \"IsAvailable\": false,\n            \"IsTrade\": false,\n            \"IsWork\": false,\n            \"IsQueue\": false,\n            \"IsPaid\": false,\n            \"ColorId\": 24,\n            \"ColorCode\": \"#228B22\",\n            \"ColorName\": \"Forest Green\",\n            \"Approval\": true,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": false,\n            \"IsAdherenceState\": false,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 0,\n            \"MinRoleForSelection\": 100,\n            \"ShrinkageType\": 1,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        },\n        {\n            \"ExceptionTypeId\": 1,\n            \"Name\": \"Work\",\n            \"Description\": \"Auto generated work type\",\n            \"PriorityId\": 1,\n            \"PriorityName\": \"Default Work Type\",\n            \"IsLocked\": false,\n            \"IsAvailable\": true,\n            \"IsTrade\": true,\n            \"IsWork\": true,\n            \"IsQueue\": true,\n            \"IsPaid\": true,\n            \"ColorId\": 3,\n            \"ColorCode\": \"#0000ff\",\n            \"ColorName\": \"Blue\",\n            \"Approval\": false,\n            \"IsConstrained\": false,\n            \"ExceptionParent\": null,\n            \"IsWorkingInterval\": true,\n            \"IsAdherenceState\": true,\n            \"StartTime\": null,\n            \"DefaultIntervalDuration\": null,\n            \"DefaultIntervalDescription\": null,\n            \"IsReferencedAsWorkType\": 119,\n            \"MinRoleForSelection\": null,\n            \"ShrinkageType\": null,\n            \"IsEligibleForASSK\": null,\n            \"RequiresASSKValidation\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9eb28578-7ada-4799-9cbf-e88ab89bd333"},{"name":"EventType","event":[{"listen":"prerequest","script":{"id":"4443e681-9e24-469f-94bc-47733f42211c","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"a2682650-88ce-4353-9078-a940ba6ef065","exec":[""],"type":"text/javascript","packages":{}}}],"id":"89541474-974d-4c9b-a627-f5358ea653f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"","description":"<p>REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"id","value":"","description":"<p>REQUIRED on UPDATE and DELETE: This field indicates the EventType to update or remove. You can get a list of EventTypeIds from the GET EventType endpoint.</p>\n","type":"text"},{"key":"parentId","value":"","description":"<p>REQUIRED on INSERT and UPDATE: This ID indicates the event's parent event. You can use GET EventType to get  a list of possible parent IDs. </p>\n","type":"text"},{"key":"name","value":"","description":"<p>REQUIRED on INSERT and UPDATE: A String value indicating the name of the EventType you are adding or updating.</p>\n","type":"text"},{"key":"description","value":"","description":"<p>REQUIRED on INSERT and UPDATE: A String value to serve as the EventType's description.</p>\n","type":"text"},{"key":"colorId","value":"","description":"<p>REQUIRED on INSERT and UPDATE: The color ID to use for this event type. You can find a list of the color IDs available using GET color. </p>\n","type":"text"},{"key":"priorityId","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isPaid","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"defaultIntervalDescription","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"defaultIntervalEnd","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isDefaultWorkType","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isAtWork","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isConstrainedByWork","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isInQueue","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isRequiresApproval","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isAvailable","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isTravels","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"isAdherenceQueue","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"minRoleForSelection","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"},{"key":"userId","value":"","description":"<p>REQUIRED on INSERT and UPDATE: </p>\n","type":"text"}]},"url":"{{envName}}/api/EventType","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","EventType"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"89541474-974d-4c9b-a627-f5358ea653f7"},{"name":"EventTypeClassification","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2a398406-d2f7-494d-be53-2e7aea9f6c90"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"809b59ad-af87-4d4f-be03-f77e9b5f262b"}}],"id":"3aa71fbc-2600-402c-9eb7-131a3c769462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"adb4635e-4a69-4b6a-9ec4-dafecb4a7e8f"}],"url":"{{envName}}/api/EventTypeClassification/","description":"<p>Event Type Classification displays information related to the classification of event types. This Endpoint can retreive a list of Event Type Classifications or an ID can be included with the endpoint address as shown in our included examples. The stock Event Type Classifications are:</p>\n<p>1=Work Time Event (In Queue)</p>\n<p>2=Pre-Planned Time Off Event</p>\n<p>3=Meeting / Training Event</p>\n<p>4=Break &amp; Lunch Event</p>\n<p>5=Intra-Day Exception Event</p>\n<p>6 =Agent Self-Service Request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","EventTypeClassification",""],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"20e651c3-4c26-4642-8aa9-1a93a5b16e3e","name":"1 Work Time Event (In Queue)","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EventTypeClassification/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPgmnUnY3Z+GAlJX06AAXDrA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:06:56 GMT"},{"key":"Content-Length","value":"431"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"EventTypeClassificationId\": 1,\n        \"Name\": \"Work Time Event (In Queue)\",\n        \"Description\": \"Generic on-phone activity time.  This includes work on the phone queues, or any scheduled work time for your agents.\",\n        \"Icon\": \"worker.png\",\n        \"Bitmask\": 419,\n        \"DisabledBitmask\": 1838,\n        \"OrdinalGroup\": 1,\n        \"MinimumSelectionBitmask\": 290,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"0d7e197c-693b-4a0e-9df5-93a9f3bdbc7e","name":"2 Pre-Planned Time Off Event","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EventTypeClassification/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhYHY5R/1vomwwfv3omgGsk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:07:28 GMT"},{"key":"Content-Length","value":"466"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"EventTypeClassificationId\": 2,\n        \"Name\": \"Pre-Planned Time Off Event\",\n        \"Description\": \"Time off events that can be requested and approved <I>before the schedule is created</I>.  This would include Vacations, Jury Duty, Personal Leave, etc.\",\n        \"Icon\": \"palm_tree.png\",\n        \"Bitmask\": 8,\n        \"DisabledBitmask\": 1855,\n        \"OrdinalGroup\": 1,\n        \"MinimumSelectionBitmask\": 8,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"35174f91-cb2f-4182-b982-717e1fdf2b8b","name":"3 Meeting / Training Event","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EventTypeClassification/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqRS1EMXZIebg5nF12WiefI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:07:59 GMT"},{"key":"Content-Length","value":"387"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"EventTypeClassificationId\": 3,\n        \"Name\": \"Meeting / Training Event\",\n        \"Description\": \"These events are <I>preplanned</I>, at work events such as meetings, etc.\",\n        \"Icon\": \"blackboard.png\",\n        \"Bitmask\": 50,\n        \"DisabledBitmask\": 1935,\n        \"OrdinalGroup\": 1,\n        \"MinimumSelectionBitmask\": 2,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"cea6a53c-5fdd-4707-9d5a-d1ead0bdd004","name":"4 Break & Lunch Event","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EventTypeClassification/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlwQ8ASabiBUjkZ1IKdNats="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:08:21 GMT"},{"key":"Content-Length","value":"518"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"EventTypeClassificationId\": 4,\n        \"Name\": \"Break & Lunch Event\",\n        \"Description\": \"These are the <I>normal off phone intervals</I> that occur every day.  In addition to breaks and lunches, this event type classification includes other scheduled off phone time such as email or administrative tasks.\",\n        \"Icon\": \"cup.png\",\n        \"Bitmask\": 54,\n        \"DisabledBitmask\": 1839,\n        \"OrdinalGroup\": 1,\n        \"MinimumSelectionBitmask\": 38,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"c57e7d78-3643-492e-916e-65c425df3101","name":"5 Intra-Day Exception Event","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EventTypeClassification/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlpeuJzxxqyWAwxqiVuwO3w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:08:46 GMT"},{"key":"Content-Length","value":"433"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"EventTypeClassificationId\": 5,\n        \"Name\": \"Intra-Day Exception Event\",\n        \"Description\": \"These are the <I>unplanned</I> exceptions that occur during the day, including sick time, no-shows, late time, etc.\",\n        \"Icon\": \"phone_reject.png\",\n        \"Bitmask\": 128,\n        \"DisabledBitmask\": 1855,\n        \"OrdinalGroup\": 1,\n        \"MinimumSelectionBitmask\": 0,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d82b8c69-609f-4404-9a18-2e50abb6dc1e","name":"6 Agent Self-Service Request","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EventTypeClassification/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPuDxJ5vUUpAU5Z3uadICVE8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:09:06 GMT"},{"key":"Content-Length","value":"422"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"EventTypeClassificationId\": 6,\n        \"Name\": \"Agent Self-Service Request\",\n        \"Description\": \"These are the events that agents can add to their own schedules for personal development, training, etc.\",\n        \"Icon\": \"hand_touch.png\",\n        \"Bitmask\": 518,\n        \"DisabledBitmask\": 779,\n        \"OrdinalGroup\": 1,\n        \"MinimumSelectionBitmask\": 514,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"62ba57b0-9bd1-4df7-96f7-55b36144c78a","name":"All Event Types","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EventTypeClassification/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqdL7jnCnN+3x/dInZCQLu8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:12:07 GMT"},{"key":"Content-Length","value":"2033"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_event_type_classification_id\": 6,\n            \"name\": \"Agent Self-Service Request\",\n            \"description\": \"These are the events that agents can add to their own schedules for personal development, training, etc.\",\n            \"icon\": \"hand_touch.png\",\n            \"bitmask\": 518,\n            \"DisabledBitmask\": 779,\n            \"OrdinalGroup\": 1,\n            \"MinimumSelectionBitmask\": 514\n        },\n        {\n            \"sa_event_type_classification_id\": 4,\n            \"name\": \"Break & Lunch Event\",\n            \"description\": \"These are the <I>normal off phone intervals</I> that occur every day.  In addition to breaks and lunches, this event type classification includes other scheduled off phone time such as email or administrative tasks.\",\n            \"icon\": \"cup.png\",\n            \"bitmask\": 54,\n            \"DisabledBitmask\": 1839,\n            \"OrdinalGroup\": 1,\n            \"MinimumSelectionBitmask\": 38\n        },\n        {\n            \"sa_event_type_classification_id\": 5,\n            \"name\": \"Intra-Day Exception Event\",\n            \"description\": \"These are the <I>unplanned</I> exceptions that occur during the day, including sick time, no-shows, late time, etc.\",\n            \"icon\": \"phone_reject.png\",\n            \"bitmask\": 128,\n            \"DisabledBitmask\": 1855,\n            \"OrdinalGroup\": 1,\n            \"MinimumSelectionBitmask\": 0\n        },\n        {\n            \"sa_event_type_classification_id\": 3,\n            \"name\": \"Meeting / Training Event\",\n            \"description\": \"These events are <I>preplanned</I>, at work events such as meetings, etc.\",\n            \"icon\": \"blackboard.png\",\n            \"bitmask\": 50,\n            \"DisabledBitmask\": 1935,\n            \"OrdinalGroup\": 1,\n            \"MinimumSelectionBitmask\": 2\n        },\n        {\n            \"sa_event_type_classification_id\": 2,\n            \"name\": \"Pre-Planned Time Off Event\",\n            \"description\": \"Time off events that can be requested and approved <I>before the schedule is created</I>.  This would include Vacations, Jury Duty, Personal Leave, etc.\",\n            \"icon\": \"palm_tree.png\",\n            \"bitmask\": 8,\n            \"DisabledBitmask\": 1855,\n            \"OrdinalGroup\": 1,\n            \"MinimumSelectionBitmask\": 8\n        },\n        {\n            \"sa_event_type_classification_id\": 1,\n            \"name\": \"Work Time Event (In Queue)\",\n            \"description\": \"Generic on-phone activity time.  This includes work on the phone queues, or any scheduled work time for your agents.\",\n            \"icon\": \"worker.png\",\n            \"bitmask\": 419,\n            \"DisabledBitmask\": 1838,\n            \"OrdinalGroup\": 1,\n            \"MinimumSelectionBitmask\": 290\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"3aa71fbc-2600-402c-9eb7-131a3c769462"}],"id":"9ded60bb-a599-45ac-be98-3e506376bb8e","description":"<p>The Activity endpoints allow adding, editing, and removing activity data in CommuintyWFM.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><a href=\"https://developer.communitywfm.com/#aeff84f0-b898-4e31-9e8c-507bc1717e57\">GET Activity</a></li>\n<li><a href=\"https://developer.communitywfm.com/#238a1895-6c7b-418e-a486-4834ef65101c\">POST Activity</a></li>\n<li><a href=\"https://developer.communitywfm.com/#9eb28578-7ada-4799-9cbf-e88ab89bd333\">GET EventType</a></li>\n<li><a href=\"https://developer.communitywfm.com/#f6b65cb9-2bd8-48bf-bb4f-c8ac6db2d9b7\">GET PublishedActivitySchedule</a></li>\n</ul>\n","_postman_id":"9ded60bb-a599-45ac-be98-3e506376bb8e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Forecast","item":[{"name":"ForecastActivityCluster","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"3400ad92-ebc8-45cd-bf55-3c81d84a1e82"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e49d8ef9-55e6-4b79-8df1-a884a6737afd"}}],"id":"6eb8ee66-f21d-49e1-953f-6b96333a25ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"211912dd-b8fd-4bc5-80dc-e1bfc4136710"}],"url":"{{envName}}/api/ForecastActivityCluster","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastActivityCluster"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eb8ee66-f21d-49e1-953f-6b96333a25ef"},{"name":"ForecastAlgorithmGroup","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0d7f0a9d-7c92-49d7-8332-92a16b5b1ab4"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e24b49e2-dd5a-4f0f-86f7-08013572fc8d"}}],"id":"12edb2f0-2e05-4c31-9ab4-c5d5bb6c8908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"f071a955-8c7a-40d4-8e12-26e2e04b713d"}],"url":"{{envName}}/api/ForecastAlgorithmGroup","description":"<p>Returns a list of the Forecast Algorithm groups. There are no parameters needed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastAlgorithmGroup"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"5c2c8d1a-9ec8-43b3-9ffe-77b35096f17d","name":"Forecast Algorithm Groups","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":"https://demo.wfmsg.com/CommunityWebApi/api/ForecastAlgorithmGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPr2YL41iDJziLCWT1kW49VM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 18:31:01 GMT"},{"key":"Content-Length","value":"398"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_forecast_algorithm_group_id\": 2,\n            \"name\": \"Skill-Based Forecasting Methods\",\n            \"comparison_group_id\": 1\n        },\n        {\n            \"sa_forecast_algorithm_group_id\": 1,\n            \"name\": \"Standard Forecasting Methods\",\n            \"comparison_group_id\": null\n        },\n        {\n            \"sa_forecast_algorithm_group_id\": 3,\n            \"name\": \"Manual Input Forecasting\",\n            \"comparison_group_id\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"12edb2f0-2e05-4c31-9ab4-c5d5bb6c8908"},{"name":"ForecastComponent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ebc83eab-e1e6-40b6-8bc6-719dd682d6d5"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1c82f63a-d499-4bc2-892b-b7d931714c44"}}],"id":"0f340002-368f-492e-938a-13a778d60cd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"1ce506e1-1859-40c4-b27b-ccee6ebbe90c"}],"url":"{{envName}}/api/ForecastComponent?forecastComponentId=&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastComponent"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of the specific Forecast Component to use. Can be left blank to get a list of all Forecast Components.</p>\n","type":"text/plain"},"key":"forecastComponentId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"5c9f0dc7-91c7-4a42-a33c-cbf5f397a902","name":"Forecast Components","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/ForecastComponent?forecastComponentId=&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","ForecastComponent"],"query":[{"key":"forecastComponentId","value":"","description":"REQUIRED: ID of the specific Forecast Component to use. Can be left blank to get a list of all Forecast Components."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPl5pHfRscDnhjg0pYXO1leA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 18:35:21 GMT"},{"key":"Content-Length","value":"2004"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_forecast_component_id\": 1,\n            \"name\": \"Contact volume\",\n            \"description\": \"Defines the number of contacts and the average handling time per contact for a single forecast interval.\",\n            \"Icon\": \"phone_receiver2.png\",\n            \"ReportClassPath\": \"~/UI/Forecast/Controls/ReportControls/ContactVolumeForecastReportControl.ascx\",\n            \"DisplayClassName\": \"wfmsg-white-field\",\n            \"SupportsDefaultProfile\": true,\n            \"SupportsForecastProfile\": true,\n            \"SupportsForecastOptimizations\": true\n        },\n        {\n            \"sa_forecast_component_id\": 2,\n            \"name\": \"Service targets\",\n            \"description\": \"Defines the target service metric type (for example, service level or ASA) as well as the parameters for forecast intervals. \",\n            \"Icon\": \"target.png\",\n            \"ReportClassPath\": \"~/UI/Forecast/Controls/ReportControls/ServiceMetricReports/ServiceMetricReportControl.ascx\",\n            \"DisplayClassName\": \"wfmsg-white-field\",\n            \"SupportsDefaultProfile\": false,\n            \"SupportsForecastProfile\": true,\n            \"SupportsForecastOptimizations\": false\n        },\n        {\n            \"sa_forecast_component_id\": 3,\n            \"name\": \"Shrinkage percentages\",\n            \"description\": \"Defines the discretionary and non-discretionary shrinkage values, expressed as a percentage of FTEs, for a given forecast interval.\",\n            \"Icon\": \"symbol_percent.png\",\n            \"ReportClassPath\": \"~/UI/Forecast/Controls/ReportControls/ShrinkageReports/ShrinkageForecastReportControl.ascx\",\n            \"DisplayClassName\": \"wfmsg-white-field\",\n            \"SupportsDefaultProfile\": false,\n            \"SupportsForecastProfile\": true,\n            \"SupportsForecastOptimizations\": false\n        },\n        {\n            \"sa_forecast_component_id\": 4,\n            \"name\": \"Staffing requirements\",\n            \"description\": \"Defines the number of agents required to satisfy the contact volume to achieve the specified service objective for a given forecast interval.\",\n            \"Icon\": \"user_headset.png\",\n            \"ReportClassPath\": \"~/UI/Forecast/Controls/ReportControls/AgentRequirementsReports/AgentRequirementsForecastReportControl.ascx\",\n            \"DisplayClassName\": \"wfmsg-white-field\",\n            \"SupportsDefaultProfile\": false,\n            \"SupportsForecastProfile\": true,\n            \"SupportsForecastOptimizations\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"0f340002-368f-492e-938a-13a778d60cd4"},{"name":"ForecastContactVolumeExecutiveSummary","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"1ff644d8-dae0-4462-ae0b-c0cd37da15ad"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"80a859a0-1816-4223-913b-31ce89490683"}}],"id":"2f87fbea-35b2-4a6c-8ede-82138ebb2a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"4c9d2a3c-0331-4062-a219-7f568c50952d"}],"url":"{{envName}}/api/ForecastContactVolumeExecutiveSummary?forecastId=129&revisionNumber=15","description":"<p>Provides a summary of the contact volume for a specific forecast.</p>\n<p>Example:</p>\n<p>\"TotalContacts\": \"113954\",</p>\n<p>\"TotalAHT\": 378.0,</p>\n<p>\"PeakVolume\": 45,</p>\n<p>\"MinimumVolume\": 0,</p>\n<p>\"PeakHandleTime\": 5328.0,</p>\n<p>\"MinimumHandleTime\": 0.0,</p>\n<p>\"EarlyForecastDate\": \"2024-02-04T00:00:00\",</p>\n<p>\"LateForecastDate\": \"2024-03-02T23:45:00\"</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastContactVolumeExecutiveSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs.</p>\n","type":"text/plain"},"key":"forecastId","value":"129"},{"description":{"content":"<p>REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast.</p>\n","type":"text/plain"},"key":"revisionNumber","value":"15"}],"variable":[]}},"response":[{"id":"ce125be5-251e-4075-af2b-d33e4e0924d3","name":"Forecast Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/ForecastContactVolumeExecutiveSummary?forecastId=129&revisionNumber=15","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","ForecastContactVolumeExecutiveSummary"],"query":[{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs."},{"key":"revisionNumber","value":"15","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in WorkingForecast."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPoZOXDrvYqVAJOYp3s1Em0o="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 19:10:27 GMT"},{"key":"Content-Length","value":"305"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"TotalContacts\": \"113954\",\n            \"TotalAHT\": 378,\n            \"PeakVolume\": 45,\n            \"MinimumVolume\": 0,\n            \"PeakHandleTime\": 5328,\n            \"MinimumHandleTime\": 0,\n            \"EarlyForecastDate\": \"2024-02-04T00:00:00\",\n            \"LateForecastDate\": \"2024-03-02T23:45:00\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2f87fbea-35b2-4a6c-8ede-82138ebb2a33"},{"name":"ForecastImportTemplate","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"542b536f-58cf-4476-af6b-cedc88ca642c"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"d6b36dd5-8c33-4985-bc76-d7aa4d8f1076"}}],"id":"7105ef11-ca50-42af-8b8e-b0ad5dfa3d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"abcafc67-a6f4-42ad-95a0-6d61a661c3ef"}],"url":"{{envName}}/api/ForecastImportTemplate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastImportTemplate"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7105ef11-ca50-42af-8b8e-b0ad5dfa3d32"},{"name":"ForecastServiceMetric","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"fb4b980c-84f4-4924-93b6-2025c3c4577b"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"30eb78ae-2e84-4c94-8b96-73e7808f22f4"}}],"id":"fedb21da-3b7f-4ca5-af45-a8a6a7b41dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"08a998e5-06d7-4c56-babd-701b54c6e6ca"}],"url":"{{envName}}/api/ForecastServiceMetric?forecastId=129&activityId=1&fromDate=2/1/2024&thruDate=2/29/2024&timeZoneId=20&revision=15&userId=1&reportType=1&= ","description":"<p>This endpoint has 2 possible configurations; Working Forecast and Published Forecast. You choose which using the reportType switcher.</p>\n<p>If you are using a Working Forecast you must include the Forecast ID (get a list of ForecastIDs from the api/WorkingForecast endpoint). If you're retreiving data related to a Published Forecast you can leave the forecastId value blank, but the parameter must still be included.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastServiceMetric"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank.</p>\n","type":"text/plain"},"key":"forecastId","value":"129"},{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. </p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"fromDate","value":"2/1/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thruDate","value":"2/29/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast.</p>\n","type":"text/plain"},"key":"revision","value":"15"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: 1 = Working Forecast, 2 = Published Forecast</p>\n","type":"text/plain"},"key":"reportType","value":"1"},{"key":null,"value":" "}],"variable":[]}},"response":[{"id":"11597473-1f87-42f3-989c-65de840b4bfa","name":"Working Forecast Report","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastServiceMetric?forecastId=129&activityId=1&fromDate=2/1/2024&thruDate=2/29/2024&timeZoneId=20&revision=15&userId=1&reportType=1","host":["{{envName}}"],"path":["api","ForecastServiceMetric"],"query":[{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"fromDate","value":"2/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"2/29/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"revision","value":"15","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in WorkingForecast."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast, 2 = Published Forecast"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPv21O0S6qRTN5l63DzYB7LM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 20:24:19 GMT"},{"key":"Content-Length","value":"501"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ExecutiveSummary\": [\n            {\n                \"ForecastId\": 129,\n                \"ActivityId\": 1,\n                \"FromDate\": \"2024-02-01T06:00:00\",\n                \"ThruDate\": \"2024-03-01T06:00:00\",\n                \"FromDateLocal\": \"2024-02-01T00:00:00\",\n                \"ThruDateLocal\": \"2024-03-01T00:00:00\",\n                \"Revision\": 15,\n                \"TimeZoneId\": 20,\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"RevisionDescription\": \"Feb 16 Volume Update\",\n                \"ActivityName\": \"\"\n            }\n        ],\n        \"SummaryTable\": [],\n        \"RangeDetailTable\": [],\n        \"ActivityTable\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"cc226950-5e31-4515-aba8-f9c10f0f85b9","name":"Published Forecast Report","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastServiceMetric?forecastId=&activityId=1&fromDate=2/1/2024&thruDate=2/29/2024&timeZoneId=20&revision=15&userId=1&reportType=2","host":["{{envName}}"],"path":["api","ForecastServiceMetric"],"query":[{"key":"forecastId","value":"","description":"REQUIRED: ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"fromDate","value":"2/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"2/29/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"revision","value":"15","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in WorkingForecast."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"reportType","value":"2","description":"REQUIRED: 1 = Working Forecast, 2 = Published Forecast"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPj2LpkvU4mMkB8nTwnlZHgc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 20:26:39 GMT"},{"key":"Content-Length","value":"508"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ExecutiveSummary\": [\n            {\n                \"ActivityId\": 1,\n                \"FromDate\": \"2024-02-01T06:00:00\",\n                \"ThruDate\": \"2024-03-01T06:00:00\",\n                \"FromDateLocal\": \"2024-02-01T00:00:00\",\n                \"ThruDateLocal\": \"2024-03-01T00:00:00\",\n                \"Revision\": 15,\n                \"TimeZoneId\": 20,\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"RevisionDescription\": \"Published Forecast Data: 2018-03-16 08:48:39\",\n                \"ActivityName\": \"\"\n            }\n        ],\n        \"SummaryTable\": [],\n        \"RangeDetailTable\": [],\n        \"ActivityTable\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"fedb21da-3b7f-4ca5-af45-a8a6a7b41dd2"},{"name":"ForecastShrinkageSummary","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"de71b881-ef53-4905-aea2-55330acb8bfa"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3f1f3e9c-8941-43cb-9003-4aa98e83c3e2"}}],"id":"81e7840b-3e01-482e-8416-25ad820ab86e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"ae23356b-7c9b-4be0-924b-84658aacec98"}],"url":"{{envName}}/api/ForecastShrinkageSummary?forecastId=129&revisionNumber=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastShrinkageSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs.</p>\n","type":"text/plain"},"key":"forecastId","value":"129"},{"description":{"content":"<p>REQUIRED: Typically left blank. Defines the specific forecast revision to use. Revisions can be viewed in GET WorkingForecast.</p>\n","type":"text/plain"},"key":"revisionNumber","value":""}],"variable":[]}},"response":[{"id":"b233d544-9f26-4f74-a6a3-58403aae1342","name":"Forecast Shrinkage Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageSummary?forecastId=129&revisionNumber=","host":["{{envName}}"],"path":["api","ForecastShrinkageSummary"],"query":[{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs."},{"key":"revisionNumber","value":"","description":"REQUIRED: Typically left blank. Defines the specific forecast revision to use. Revisions can be viewed in GET WorkingForecast."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPvDTIS4loO4+qJK5MAzCBJQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 20:39:43 GMT"},{"key":"Content-Length","value":"432"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"AverageNonDiscretionaryPct\": 0.1,\n        \"MinimumDiscretionary\": 0,\n        \"AverageDiscretionaryPct\": 6.88,\n        \"AverageTotalPct\": 6.98,\n        \"ForecastId\": 129,\n        \"Revision\": null,\n        \"MaximumNonDiscretionary\": 5,\n        \"MaximumDiscretionary\": 25,\n        \"MinimumNonDiscretionary\": 0,\n        \"BeginDate\": \"2024-02-04T00:00:00\",\n        \"EndDate\": \"2024-03-02T23:45:00\",\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"81e7840b-3e01-482e-8416-25ad820ab86e"},{"name":"ForecastStaffingRequirementsExecutiveSummary","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c90fcf74-b3f7-4e4b-803e-76a0d2de29d3"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e89562c5-5306-45b2-aa07-3934a47e18cb"}}],"id":"4deb5c5a-644e-4c90-9f8a-520e5bfcbcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"b05d8a03-8c4c-41e0-86a6-cadf162c3241"}],"url":"{{envName}}/api/ForecastStaffingRequirementsExecutiveSummary?forecastId=186&revisionNumber=7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastStaffingRequirementsExecutiveSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs.</p>\n","type":"text/plain"},"key":"forecastId","value":"186"},{"description":{"content":"<p>REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. Value can be blank/NULL.</p>\n","type":"text/plain"},"key":"revisionNumber","value":"7"}],"variable":[]}},"response":[{"id":"78be4a53-6e5f-4340-b46d-841cf727c6ad","name":"Forecast Staffing Requirements Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastStaffingRequirementsExecutiveSummary?forecastId=186&revisionNumber=7","host":["{{envName}}"],"path":["api","ForecastStaffingRequirementsExecutiveSummary"],"query":[{"key":"forecastId","value":"186","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"revisionNumber","value":"7","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. Value can be blank/NULL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhLmg08RkTBQzvY0wV/0YUw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 18:09:06 GMT"},{"key":"Content-Length","value":"1520"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AlgorithmGroupId\": 1,\n            \"AlgorithmGroupName\": \"Standard Forecasting Methods\",\n            \"ComparisonGroupId\": null,\n            \"TotalStaffingHours\": 0,\n            \"TotalStaffingFTE\": 0,\n            \"TotalAdjustedHours\": 0,\n            \"TotalAdjustedFTE\": 0,\n            \"DiscretionaryHours\": 0,\n            \"NonDiscretionaryHours\": 0,\n            \"DiscretionaryFTE\": 0,\n            \"NonDiscretionaryFTE\": 0,\n            \"ComparisonHoursGain\": 0,\n            \"ComparisonPercentGain\": 0,\n            \"TotalShrinkageHours\": 0,\n            \"TotalShrinkageFTE\": 0,\n            \"BeginDate\": \"2024-03-26T13:09:06.343\",\n            \"EndDate\": \"2024-03-26T13:09:06.343\"\n        },\n        {\n            \"AlgorithmGroupId\": 2,\n            \"AlgorithmGroupName\": \"Skill-Based Forecasting Methods\",\n            \"ComparisonGroupId\": 1,\n            \"TotalStaffingHours\": 0,\n            \"TotalStaffingFTE\": 0,\n            \"TotalAdjustedHours\": 0,\n            \"TotalAdjustedFTE\": 0,\n            \"DiscretionaryHours\": 0,\n            \"NonDiscretionaryHours\": 0,\n            \"DiscretionaryFTE\": 0,\n            \"NonDiscretionaryFTE\": 0,\n            \"ComparisonHoursGain\": 0,\n            \"ComparisonPercentGain\": 0,\n            \"TotalShrinkageHours\": 0,\n            \"TotalShrinkageFTE\": 0,\n            \"BeginDate\": \"2024-03-26T13:09:06.343\",\n            \"EndDate\": \"2024-03-26T13:09:06.343\"\n        },\n        {\n            \"AlgorithmGroupId\": 3,\n            \"AlgorithmGroupName\": \"Manual Input Forecasting\",\n            \"ComparisonGroupId\": null,\n            \"TotalStaffingHours\": 0,\n            \"TotalStaffingFTE\": 0,\n            \"TotalAdjustedHours\": 0,\n            \"TotalAdjustedFTE\": 0,\n            \"DiscretionaryHours\": 0,\n            \"NonDiscretionaryHours\": 0,\n            \"DiscretionaryFTE\": 0,\n            \"NonDiscretionaryFTE\": 0,\n            \"ComparisonHoursGain\": 0,\n            \"ComparisonPercentGain\": 0,\n            \"TotalShrinkageHours\": 0,\n            \"TotalShrinkageFTE\": 0,\n            \"BeginDate\": \"2024-03-26T13:09:06.343\",\n            \"EndDate\": \"2024-03-26T13:09:06.343\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"4deb5c5a-644e-4c90-9f8a-520e5bfcbcfd"},{"name":"WorkingForecast","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b1c4c460-6e80-4df4-ae80-012f6661abed"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"b3031ea8-3c3e-4620-b3e9-a7067ab15883"}}],"id":"8880164f-ca7f-4896-92c2-be933f3bfe10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9e5dcaeb-8323-4dae-932e-783dc9b76918"}],"url":"{{envName}}/api/WorkingForecast?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingForecast"],"host":["{{envName}}"],"query":[{"disabled":true,"description":{"content":"<p>ID # of the specific forecast</p>\n","type":"text/plain"},"key":"id","value":"134"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"974ca392-c536-4e76-9063-4af20efe1d68","name":"Working Forecast List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/WorkingForecast?userId=1","host":["{{envName}}"],"path":["api","WorkingForecast"],"query":[{"key":"id","value":"","description":"ID # of the specific forecast","disabled":true},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPr72UXt4qBZ2TA3CMfJfR/U="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 21:24:16 GMT"},{"key":"Content-Length","value":"1001"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_forecast_id\": 134,\n            \"description\": \"Q4 What-If SLA Change\",\n            \"CreateDate\": \"2024-03-05T22:34:54.89\",\n            \"LastUpdate\": \"2024-03-05T22:34:54.89\",\n            \"CreateUser\": \"Tritten, Thomas\",\n            \"CurrentRevision\": 3\n        },\n        {\n            \"sa_forecast_id\": 133,\n            \"description\": \"April 2024\",\n            \"CreateDate\": \"2024-03-05T22:09:19.307\",\n            \"LastUpdate\": \"2024-03-05T22:09:19.307\",\n            \"CreateUser\": \"Tritten, Thomas\",\n            \"CurrentRevision\": 5\n        },\n        {\n            \"sa_forecast_id\": 132,\n            \"description\": \"Q4 2024 Bid\",\n            \"CreateDate\": \"2024-01-04T15:20:44.493\",\n            \"LastUpdate\": \"2024-01-04T15:21:14.5\",\n            \"CreateUser\": \"Tritten, Thomas\",\n            \"CurrentRevision\": 5\n        },\n        {\n            \"sa_forecast_id\": 131,\n            \"description\": \"March 2024\",\n            \"CreateDate\": \"2024-01-04T15:20:11.547\",\n            \"LastUpdate\": \"2024-01-04T15:20:11.547\",\n            \"CreateUser\": \"Tritten, Thomas\",\n            \"CurrentRevision\": 5\n        },\n        {\n            \"sa_forecast_id\": 129,\n            \"description\": \"February 2024\",\n            \"CreateDate\": \"2024-01-03T05:51:22.72\",\n            \"LastUpdate\": \"2024-01-03T05:51:22.72\",\n            \"CreateUser\": \"Tritten, Thomas\",\n            \"CurrentRevision\": 15\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"13ab2c99-957b-4147-bbae-a872a76d8eea","name":"Working Forecast Details","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/WorkingForecast?id=134&userId=1","host":["{{envName}}"],"path":["api","WorkingForecast"],"query":[{"key":"id","value":"134","description":"ID # of the specific forecast"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPiOZyaIm+UXA4FVujBcVXns="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 21:25:18 GMT"},{"key":"Content-Length","value":"471"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateUser\": \"Tritten, Thomas\",\n        \"Name\": \"Q4 What-If SLA Change\",\n        \"CreateDate\": \"2024-03-05T22:34:54.89\",\n        \"LastUpdate\": \"2024-03-05T22:34:54.89\",\n        \"CurrentUser\": \"Tritten, Thomas\",\n        \"CurrentDescription\": \"Q2 2024\",\n        \"ForecastId\": 134,\n        \"CurrentRevision\": 3,\n        \"IncludesParticipantList\": false,\n        \"Icon\": \"../../Images/metro/48x48/astrologer.png\",\n        \"Description\": \"Q2 2024\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"8880164f-ca7f-4896-92c2-be933f3bfe10"},{"name":"WorkingForecast","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"80636253-4d8a-4529-b6c4-a8270d2ebdd2"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"80d0094d-531c-4acd-b453-225bdf7e4e71"}}],"id":"6861983f-4e64-4b9c-a5c6-ea3356fda055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c1191347-1d32-45ea-95dc-167b321da0c5"}],"url":"{{envName}}/api/WorkingForecast","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingForecast"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6861983f-4e64-4b9c-a5c6-ea3356fda055"},{"name":"StaffingRequirements","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5bd1a5cc-0e92-4ce5-8846-d69a95ec0d80"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"69a294aa-f2e6-4246-beaa-713bd2f959ae"}}],"id":"6c626ec5-62e8-4f8a-88ac-38d8ace15350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c4a4b560-2613-4001-a923-24bb917ea8ce"}],"url":"{{envName}}/api/StaffingRequirements?minContacts=2&maxContacts=5&minHandleTime=100&maxHandleTime=320&slotsPerHour=10&targetServiceLevel=95&targetDelay=10","description":"<p>Returns a forecasted amount of staff required based on provided values.</p>\n<p>You MUST include either ContactPerInterval or minContacts AND maxContacts. The same applies to handleTimeInSeconds and maxHandleTime and minHandleTime. If you use contactPerInterval you MUST use handleTimeInSeconds and the inverse is true of the min/max values.</p>\n<p>See the included examples for more details.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","StaffingRequirements"],"host":["{{envName}}"],"query":[{"disabled":true,"description":{"content":"<p>Number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.</p>\n","type":"text/plain"},"key":"contactPerInterval","value":"3"},{"description":{"content":"<p>Minimum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.</p>\n","type":"text/plain"},"key":"minContacts","value":"2"},{"description":{"content":"<p>Maximum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.</p>\n","type":"text/plain"},"key":"maxContacts","value":"5"},{"disabled":true,"description":{"content":"<p>Average handle time for contacts in seconds.</p>\n","type":"text/plain"},"key":"handleTimeInSeconds","value":"320"},{"description":{"content":"<p>Minimum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime.</p>\n","type":"text/plain"},"key":"minHandleTime","value":"100"},{"description":{"content":"<p>Maximum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime.</p>\n","type":"text/plain"},"key":"maxHandleTime","value":"320"},{"description":{"content":"<p>REQUIRED: Number of agent slots per hour.</p>\n","type":"text/plain"},"key":"slotsPerHour","value":"10"},{"description":{"content":"<p>Service level target; used for ensuring adequate staffing by service level criteria.</p>\n","type":"text/plain"},"key":"targetServiceLevel","value":"95"},{"description":{"content":"<p>REQUIRED: Target delay in seconds.</p>\n","type":"text/plain"},"key":"targetDelay","value":"10"}],"variable":[]}},"response":[{"id":"74870153-dfa1-4036-ba3a-d0e3c88e250f","name":"Contact per Interval with Service Level","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/StaffingRequirements?contactPerInterval=3&handleTimeInSeconds=320&slotsPerHour=10&targetServiceLevel=95&targetDelay=10","host":["{{envName}}"],"path":["api","StaffingRequirements"],"query":[{"key":"contactPerInterval","value":"3","description":"Number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts."},{"key":"minContacts","value":"2","description":"Minimum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.","disabled":true},{"key":"maxContacts","value":"5","description":"Maximum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.","disabled":true},{"key":"handleTimeInSeconds","value":"320","description":"Average handle time for contacts in seconds."},{"key":"minHandleTime","value":"100","description":"Minimum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime.","disabled":true},{"key":"maxHandleTime","value":"320","description":"Maximum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime.","disabled":true},{"key":"slotsPerHour","value":"10","description":"REQUIRED: Number of agent slots per hour."},{"key":"targetServiceLevel","value":"95","description":"Service level target; used for ensuring adequate staffing by service level criteria."},{"key":"targetDelay","value":"10","description":"REQUIRED: Target delay in seconds."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPpw/69oCok06vznlTEytyK4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:18:32 GMT"},{"key":"Content-Length","value":"101"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": 7.1667,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"738400fa-0408-410a-80bd-0f6470a89707","name":"Contact per Interval without Service Level","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/StaffingRequirements?contactPerInterval=3&handleTimeInSeconds=320&slotsPerHour=10&targetDelay=10","host":["{{envName}}"],"path":["api","StaffingRequirements"],"query":[{"key":"contactPerInterval","value":"3","description":"Number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts."},{"key":"minContacts","value":"2","description":"Minimum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.","disabled":true},{"key":"maxContacts","value":"5","description":"Maximum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.","disabled":true},{"key":"handleTimeInSeconds","value":"320","description":"Average handle time for contacts in seconds."},{"key":"minHandleTime","value":"100","description":"Minimum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime.","disabled":true},{"key":"maxHandleTime","value":"320","description":"Maximum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime.","disabled":true},{"key":"slotsPerHour","value":"10","description":"REQUIRED: Number of agent slots per hour."},{"key":"targetServiceLevel","value":"95","description":"Service level target; used for ensuring adequate staffing by service level criteria.","disabled":true},{"key":"targetDelay","value":"10","description":"REQUIRED: Target delay in seconds."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlngMMv0Qzy0cTfkUuxghck="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:19:18 GMT"},{"key":"Content-Length","value":"98"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": 6,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"947f4e6a-4550-4166-a5cc-bb665ab2cae5","name":"Contact Range with Service Level","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/StaffingRequirements?minContacts=2&maxContacts=5&minHandleTime=100&maxHandleTime=320&slotsPerHour=10&targetServiceLevel=95&targetDelay=10","host":["{{envName}}"],"path":["api","StaffingRequirements"],"query":[{"key":"contactPerInterval","value":"3","description":"Number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts.","disabled":true},{"key":"minContacts","value":"2","description":"Minimum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts."},{"key":"maxContacts","value":"5","description":"Maximum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts."},{"key":"handleTimeInSeconds","value":"320","description":"Average handle time for contacts in seconds.","disabled":true},{"key":"minHandleTime","value":"100","description":"Minimum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime."},{"key":"maxHandleTime","value":"320","description":"Maximum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime."},{"key":"slotsPerHour","value":"10","description":"REQUIRED: Number of agent slots per hour."},{"key":"targetServiceLevel","value":"95","description":"Service level target; used for ensuring adequate staffing by service level criteria."},{"key":"targetDelay","value":"10","description":"REQUIRED: Target delay in seconds."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkjV5ejeCpJWG2P456PQ2l8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:21:55 GMT"},{"key":"Content-Length","value":"84076"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"Contacts\": 2,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 0.56,\n            \"StaffRequired\": 3.0556,\n            \"ArrivalRate\": 0.0556\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 0.5656,\n            \"StaffRequired\": 3.0611,\n            \"ArrivalRate\": 0.0561\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 0.5712,\n            \"StaffRequired\": 3.0667,\n            \"ArrivalRate\": 0.0567\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 0.5768,\n            \"StaffRequired\": 3.0722,\n            \"ArrivalRate\": 0.0572\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 0.5824,\n            \"StaffRequired\": 3.0778,\n            \"ArrivalRate\": 0.0578\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 0.588,\n            \"StaffRequired\": 3.0833,\n            \"ArrivalRate\": 0.0583\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 0.5936,\n            \"StaffRequired\": 3.0889,\n            \"ArrivalRate\": 0.0589\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 0.5992,\n            \"StaffRequired\": 3.0944,\n            \"ArrivalRate\": 0.0594\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 0.6048,\n            \"StaffRequired\": 3.1,\n            \"ArrivalRate\": 0.06\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 0.6104,\n            \"StaffRequired\": 3.1056,\n            \"ArrivalRate\": 0.0606\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 0.616,\n            \"StaffRequired\": 3.1111,\n            \"ArrivalRate\": 0.0611\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 0.6216,\n            \"StaffRequired\": 3.1167,\n            \"ArrivalRate\": 0.0617\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 0.6272,\n            \"StaffRequired\": 3.1222,\n            \"ArrivalRate\": 0.0622\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 0.6328,\n            \"StaffRequired\": 3.1278,\n            \"ArrivalRate\": 0.0628\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 0.6384,\n            \"StaffRequired\": 3.1333,\n            \"ArrivalRate\": 0.0633\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 0.644,\n            \"StaffRequired\": 3.1389,\n            \"ArrivalRate\": 0.0639\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 0.6496,\n            \"StaffRequired\": 3.1444,\n            \"ArrivalRate\": 0.0644\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 0.6552,\n            \"StaffRequired\": 3.15,\n            \"ArrivalRate\": 0.065\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 0.6608,\n            \"StaffRequired\": 3.1556,\n            \"ArrivalRate\": 0.0656\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 0.6664,\n            \"StaffRequired\": 3.1611,\n            \"ArrivalRate\": 0.0661\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 0.672,\n            \"StaffRequired\": 3.1667,\n            \"ArrivalRate\": 0.0667\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 0.6776,\n            \"StaffRequired\": 3.1722,\n            \"ArrivalRate\": 0.0672\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 0.6832,\n            \"StaffRequired\": 3.1778,\n            \"ArrivalRate\": 0.0678\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 0.6888,\n            \"StaffRequired\": 3.1833,\n            \"ArrivalRate\": 0.0683\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 0.6944,\n            \"StaffRequired\": 3.1889,\n            \"ArrivalRate\": 0.0689\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 0.7,\n            \"StaffRequired\": 3.1944,\n            \"ArrivalRate\": 0.0694\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 0.7056,\n            \"StaffRequired\": 3.2,\n            \"ArrivalRate\": 0.07\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 0.7112,\n            \"StaffRequired\": 3.2056,\n            \"ArrivalRate\": 0.0706\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 0.7168,\n            \"StaffRequired\": 3.2111,\n            \"ArrivalRate\": 0.0711\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 0.7224,\n            \"StaffRequired\": 3.2167,\n            \"ArrivalRate\": 0.0717\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 0.728,\n            \"StaffRequired\": 3.2222,\n            \"ArrivalRate\": 0.0722\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 0.7336,\n            \"StaffRequired\": 3.2278,\n            \"ArrivalRate\": 0.0728\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 0.7392,\n            \"StaffRequired\": 3.2333,\n            \"ArrivalRate\": 0.0733\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 0.7448,\n            \"StaffRequired\": 3.2389,\n            \"ArrivalRate\": 0.0739\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 0.7504,\n            \"StaffRequired\": 3.2444,\n            \"ArrivalRate\": 0.0744\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 0.756,\n            \"StaffRequired\": 3.25,\n            \"ArrivalRate\": 0.075\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 0.7616,\n            \"StaffRequired\": 3.2556,\n            \"ArrivalRate\": 0.0756\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 0.7672,\n            \"StaffRequired\": 3.2611,\n            \"ArrivalRate\": 0.0761\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 0.7728,\n            \"StaffRequired\": 3.2667,\n            \"ArrivalRate\": 0.0767\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 0.7784,\n            \"StaffRequired\": 3.2722,\n            \"ArrivalRate\": 0.0772\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 0.784,\n            \"StaffRequired\": 3.2778,\n            \"ArrivalRate\": 0.0778\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 0.7896,\n            \"StaffRequired\": 3.2833,\n            \"ArrivalRate\": 0.0783\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 0.7952,\n            \"StaffRequired\": 3.2889,\n            \"ArrivalRate\": 0.0789\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 0.8008,\n            \"StaffRequired\": 3.2944,\n            \"ArrivalRate\": 0.0794\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 0.8064,\n            \"StaffRequired\": 3.3,\n            \"ArrivalRate\": 0.08\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 0.812,\n            \"StaffRequired\": 3.3056,\n            \"ArrivalRate\": 0.0806\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 0.8176,\n            \"StaffRequired\": 3.3111,\n            \"ArrivalRate\": 0.0811\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 0.8232,\n            \"StaffRequired\": 3.3167,\n            \"ArrivalRate\": 0.0817\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 0.8288,\n            \"StaffRequired\": 3.3222,\n            \"ArrivalRate\": 0.0822\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 0.83,\n            \"StaffRequired\": 3.3333,\n            \"ArrivalRate\": 0.0833\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 0.8344,\n            \"StaffRequired\": 3.3278,\n            \"ArrivalRate\": 0.0828\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 0.8383,\n            \"StaffRequired\": 3.3417,\n            \"ArrivalRate\": 0.0842\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 0.84,\n            \"StaffRequired\": 3.3333,\n            \"ArrivalRate\": 0.0833\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 0.8456,\n            \"StaffRequired\": 3.3389,\n            \"ArrivalRate\": 0.0839\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 0.8466,\n            \"StaffRequired\": 3.35,\n            \"ArrivalRate\": 0.085\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 0.8512,\n            \"StaffRequired\": 3.3444,\n            \"ArrivalRate\": 0.0844\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 0.8549,\n            \"StaffRequired\": 3.3583,\n            \"ArrivalRate\": 0.0858\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 0.8568,\n            \"StaffRequired\": 3.35,\n            \"ArrivalRate\": 0.085\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 0.8624,\n            \"StaffRequired\": 3.3556,\n            \"ArrivalRate\": 0.0856\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 0.8632,\n            \"StaffRequired\": 3.3667,\n            \"ArrivalRate\": 0.0867\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 0.868,\n            \"StaffRequired\": 3.3611,\n            \"ArrivalRate\": 0.0861\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 0.8715,\n            \"StaffRequired\": 3.375,\n            \"ArrivalRate\": 0.0875\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 0.8736,\n            \"StaffRequired\": 3.3667,\n            \"ArrivalRate\": 0.0867\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 0.8792,\n            \"StaffRequired\": 3.3722,\n            \"ArrivalRate\": 0.0872\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 0.8798,\n            \"StaffRequired\": 3.3833,\n            \"ArrivalRate\": 0.0883\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 0.8848,\n            \"StaffRequired\": 3.3778,\n            \"ArrivalRate\": 0.0878\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 0.8881,\n            \"StaffRequired\": 3.3917,\n            \"ArrivalRate\": 0.0892\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 0.8904,\n            \"StaffRequired\": 3.3833,\n            \"ArrivalRate\": 0.0883\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 0.896,\n            \"StaffRequired\": 3.3889,\n            \"ArrivalRate\": 0.0889\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 0.8964,\n            \"StaffRequired\": 3.4,\n            \"ArrivalRate\": 0.09\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 0.9016,\n            \"StaffRequired\": 3.3944,\n            \"ArrivalRate\": 0.0894\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 0.9047,\n            \"StaffRequired\": 3.4083,\n            \"ArrivalRate\": 0.0908\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 0.9072,\n            \"StaffRequired\": 3.4,\n            \"ArrivalRate\": 0.09\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 0.9128,\n            \"StaffRequired\": 3.4056,\n            \"ArrivalRate\": 0.0906\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 0.913,\n            \"StaffRequired\": 3.4167,\n            \"ArrivalRate\": 0.0917\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 0.9184,\n            \"StaffRequired\": 3.4111,\n            \"ArrivalRate\": 0.0911\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 0.9213,\n            \"StaffRequired\": 3.425,\n            \"ArrivalRate\": 0.0925\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 0.924,\n            \"StaffRequired\": 3.4167,\n            \"ArrivalRate\": 0.0917\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 0.9296,\n            \"StaffRequired\": 3.4222,\n            \"ArrivalRate\": 0.0922\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 0.9296,\n            \"StaffRequired\": 3.4333,\n            \"ArrivalRate\": 0.0933\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 0.9352,\n            \"StaffRequired\": 3.4278,\n            \"ArrivalRate\": 0.0928\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 0.9379,\n            \"StaffRequired\": 3.4417,\n            \"ArrivalRate\": 0.0942\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 0.9408,\n            \"StaffRequired\": 3.4333,\n            \"ArrivalRate\": 0.0933\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 0.9462,\n            \"StaffRequired\": 3.45,\n            \"ArrivalRate\": 0.095\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 0.9464,\n            \"StaffRequired\": 3.4389,\n            \"ArrivalRate\": 0.0939\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 0.952,\n            \"StaffRequired\": 3.4444,\n            \"ArrivalRate\": 0.0944\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 0.9545,\n            \"StaffRequired\": 3.4583,\n            \"ArrivalRate\": 0.0958\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 0.9576,\n            \"StaffRequired\": 4.45,\n            \"ArrivalRate\": 0.095\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 0.9628,\n            \"StaffRequired\": 4.4667,\n            \"ArrivalRate\": 0.0967\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 0.9632,\n            \"StaffRequired\": 4.4556,\n            \"ArrivalRate\": 0.0956\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 0.9688,\n            \"StaffRequired\": 4.4611,\n            \"ArrivalRate\": 0.0961\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 0.9711,\n            \"StaffRequired\": 4.475,\n            \"ArrivalRate\": 0.0975\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 0.9744,\n            \"StaffRequired\": 4.4667,\n            \"ArrivalRate\": 0.0967\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 0.9794,\n            \"StaffRequired\": 4.4833,\n            \"ArrivalRate\": 0.0983\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 0.98,\n            \"StaffRequired\": 4.4722,\n            \"ArrivalRate\": 0.0972\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 0.9856,\n            \"StaffRequired\": 4.4778,\n            \"ArrivalRate\": 0.0978\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 0.9877,\n            \"StaffRequired\": 4.4917,\n            \"ArrivalRate\": 0.0992\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 0.9912,\n            \"StaffRequired\": 4.4833,\n            \"ArrivalRate\": 0.0983\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 0.996,\n            \"StaffRequired\": 4.5,\n            \"ArrivalRate\": 0.1\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 0.9968,\n            \"StaffRequired\": 4.4889,\n            \"ArrivalRate\": 0.0989\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 1.0024,\n            \"StaffRequired\": 4.4944,\n            \"ArrivalRate\": 0.0994\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 1.0043,\n            \"StaffRequired\": 4.5083,\n            \"ArrivalRate\": 0.1008\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 1.008,\n            \"StaffRequired\": 4.5,\n            \"ArrivalRate\": 0.1\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 1.0126,\n            \"StaffRequired\": 4.5167,\n            \"ArrivalRate\": 0.1017\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 1.0136,\n            \"StaffRequired\": 4.5056,\n            \"ArrivalRate\": 0.1006\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 1.0192,\n            \"StaffRequired\": 4.5111,\n            \"ArrivalRate\": 0.1011\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 1.0209,\n            \"StaffRequired\": 4.525,\n            \"ArrivalRate\": 0.1025\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 1.0248,\n            \"StaffRequired\": 4.5167,\n            \"ArrivalRate\": 0.1017\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 1.0292,\n            \"StaffRequired\": 4.5333,\n            \"ArrivalRate\": 0.1033\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 1.0304,\n            \"StaffRequired\": 4.5222,\n            \"ArrivalRate\": 0.1022\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 1.036,\n            \"StaffRequired\": 4.5278,\n            \"ArrivalRate\": 0.1028\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 1.0375,\n            \"StaffRequired\": 4.5417,\n            \"ArrivalRate\": 0.1042\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 1.0416,\n            \"StaffRequired\": 4.5333,\n            \"ArrivalRate\": 0.1033\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 1.0458,\n            \"StaffRequired\": 4.55,\n            \"ArrivalRate\": 0.105\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 1.0472,\n            \"StaffRequired\": 4.5389,\n            \"ArrivalRate\": 0.1039\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 1.0528,\n            \"StaffRequired\": 4.5444,\n            \"ArrivalRate\": 0.1044\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 1.0541,\n            \"StaffRequired\": 4.5583,\n            \"ArrivalRate\": 0.1058\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 1.0584,\n            \"StaffRequired\": 4.55,\n            \"ArrivalRate\": 0.105\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 1.0624,\n            \"StaffRequired\": 4.5667,\n            \"ArrivalRate\": 0.1067\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 1.064,\n            \"StaffRequired\": 4.5556,\n            \"ArrivalRate\": 0.1056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 1.0696,\n            \"StaffRequired\": 4.5611,\n            \"ArrivalRate\": 0.1061\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 1.0707,\n            \"StaffRequired\": 4.575,\n            \"ArrivalRate\": 0.1075\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 1.0752,\n            \"StaffRequired\": 4.5667,\n            \"ArrivalRate\": 0.1067\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 1.079,\n            \"StaffRequired\": 4.5833,\n            \"ArrivalRate\": 0.1083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 1.0808,\n            \"StaffRequired\": 4.5722,\n            \"ArrivalRate\": 0.1072\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 1.0864,\n            \"StaffRequired\": 4.5778,\n            \"ArrivalRate\": 0.1078\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 1.0873,\n            \"StaffRequired\": 4.5917,\n            \"ArrivalRate\": 0.1092\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 1.092,\n            \"StaffRequired\": 4.5833,\n            \"ArrivalRate\": 0.1083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 1.0956,\n            \"StaffRequired\": 4.6,\n            \"ArrivalRate\": 0.11\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 1.0976,\n            \"StaffRequired\": 4.5889,\n            \"ArrivalRate\": 0.1089\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 1.1032,\n            \"StaffRequired\": 4.5944,\n            \"ArrivalRate\": 0.1094\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 1.1039,\n            \"StaffRequired\": 4.6083,\n            \"ArrivalRate\": 0.1108\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 1.1088,\n            \"StaffRequired\": 4.6,\n            \"ArrivalRate\": 0.11\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 1.11,\n            \"StaffRequired\": 4.6111,\n            \"ArrivalRate\": 0.1111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 1.1122,\n            \"StaffRequired\": 4.6167,\n            \"ArrivalRate\": 0.1117\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 1.1144,\n            \"StaffRequired\": 4.6056,\n            \"ArrivalRate\": 0.1106\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 1.12,\n            \"StaffRequired\": 4.6111,\n            \"ArrivalRate\": 0.1111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 1.1205,\n            \"StaffRequired\": 4.625,\n            \"ArrivalRate\": 0.1125\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 1.1211,\n            \"StaffRequired\": 4.6222,\n            \"ArrivalRate\": 0.1122\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 1.1256,\n            \"StaffRequired\": 4.6167,\n            \"ArrivalRate\": 0.1117\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 1.1288,\n            \"StaffRequired\": 4.6333,\n            \"ArrivalRate\": 0.1133\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 1.1312,\n            \"StaffRequired\": 4.6222,\n            \"ArrivalRate\": 0.1122\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 1.1322,\n            \"StaffRequired\": 4.6333,\n            \"ArrivalRate\": 0.1133\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 1.1368,\n            \"StaffRequired\": 4.6278,\n            \"ArrivalRate\": 0.1128\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 1.1371,\n            \"StaffRequired\": 4.6417,\n            \"ArrivalRate\": 0.1142\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 1.1424,\n            \"StaffRequired\": 4.6333,\n            \"ArrivalRate\": 0.1133\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 1.1433,\n            \"StaffRequired\": 4.6444,\n            \"ArrivalRate\": 0.1144\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 1.1454,\n            \"StaffRequired\": 4.65,\n            \"ArrivalRate\": 0.115\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 1.148,\n            \"StaffRequired\": 4.6389,\n            \"ArrivalRate\": 0.1139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 1.1536,\n            \"StaffRequired\": 4.6444,\n            \"ArrivalRate\": 0.1144\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 1.1537,\n            \"StaffRequired\": 4.6583,\n            \"ArrivalRate\": 0.1158\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 1.1544,\n            \"StaffRequired\": 4.6556,\n            \"ArrivalRate\": 0.1156\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 1.1592,\n            \"StaffRequired\": 4.65,\n            \"ArrivalRate\": 0.115\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 1.162,\n            \"StaffRequired\": 4.6667,\n            \"ArrivalRate\": 0.1167\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 1.1648,\n            \"StaffRequired\": 4.6556,\n            \"ArrivalRate\": 0.1156\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 1.1655,\n            \"StaffRequired\": 4.6667,\n            \"ArrivalRate\": 0.1167\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 1.1703,\n            \"StaffRequired\": 4.675,\n            \"ArrivalRate\": 0.1175\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 1.1704,\n            \"StaffRequired\": 4.6611,\n            \"ArrivalRate\": 0.1161\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 1.176,\n            \"StaffRequired\": 4.6667,\n            \"ArrivalRate\": 0.1167\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 1.1766,\n            \"StaffRequired\": 4.6778,\n            \"ArrivalRate\": 0.1178\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 1.1786,\n            \"StaffRequired\": 4.6833,\n            \"ArrivalRate\": 0.1183\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 1.1816,\n            \"StaffRequired\": 4.6722,\n            \"ArrivalRate\": 0.1172\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 1.1869,\n            \"StaffRequired\": 4.6917,\n            \"ArrivalRate\": 0.1192\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 1.1872,\n            \"StaffRequired\": 4.6778,\n            \"ArrivalRate\": 0.1178\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 1.1877,\n            \"StaffRequired\": 4.6889,\n            \"ArrivalRate\": 0.1189\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 1.1928,\n            \"StaffRequired\": 4.6833,\n            \"ArrivalRate\": 0.1183\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 1.1952,\n            \"StaffRequired\": 4.7,\n            \"ArrivalRate\": 0.12\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 1.1984,\n            \"StaffRequired\": 4.6889,\n            \"ArrivalRate\": 0.1189\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 1.1988,\n            \"StaffRequired\": 4.7,\n            \"ArrivalRate\": 0.12\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 1.2035,\n            \"StaffRequired\": 4.7083,\n            \"ArrivalRate\": 0.1208\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 1.204,\n            \"StaffRequired\": 4.6944,\n            \"ArrivalRate\": 0.1194\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 1.2096,\n            \"StaffRequired\": 4.7,\n            \"ArrivalRate\": 0.12\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 1.2099,\n            \"StaffRequired\": 4.7111,\n            \"ArrivalRate\": 0.1211\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 1.2118,\n            \"StaffRequired\": 4.7167,\n            \"ArrivalRate\": 0.1217\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 1.2152,\n            \"StaffRequired\": 4.7056,\n            \"ArrivalRate\": 0.1206\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 1.2201,\n            \"StaffRequired\": 4.725,\n            \"ArrivalRate\": 0.1225\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 1.2208,\n            \"StaffRequired\": 4.7111,\n            \"ArrivalRate\": 0.1211\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 1.221,\n            \"StaffRequired\": 4.7222,\n            \"ArrivalRate\": 0.1222\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 1.2264,\n            \"StaffRequired\": 4.7167,\n            \"ArrivalRate\": 0.1217\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 1.2284,\n            \"StaffRequired\": 4.7333,\n            \"ArrivalRate\": 0.1233\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 1.232,\n            \"StaffRequired\": 4.7222,\n            \"ArrivalRate\": 0.1222\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 1.2321,\n            \"StaffRequired\": 4.7333,\n            \"ArrivalRate\": 0.1233\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 1.2367,\n            \"StaffRequired\": 4.7417,\n            \"ArrivalRate\": 0.1242\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 1.2376,\n            \"StaffRequired\": 4.7278,\n            \"ArrivalRate\": 0.1228\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 1.2432,\n            \"StaffRequired\": 4.7333,\n            \"ArrivalRate\": 0.1233\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 1.2432,\n            \"StaffRequired\": 4.7444,\n            \"ArrivalRate\": 0.1244\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 1.245,\n            \"StaffRequired\": 4.75,\n            \"ArrivalRate\": 0.125\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 1.2488,\n            \"StaffRequired\": 4.7389,\n            \"ArrivalRate\": 0.1239\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 1.2533,\n            \"StaffRequired\": 4.7583,\n            \"ArrivalRate\": 0.1258\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 1.2543,\n            \"StaffRequired\": 4.7556,\n            \"ArrivalRate\": 0.1256\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 1.2544,\n            \"StaffRequired\": 4.7444,\n            \"ArrivalRate\": 0.1244\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 1.26,\n            \"StaffRequired\": 4.75,\n            \"ArrivalRate\": 0.125\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 1.2616,\n            \"StaffRequired\": 4.7667,\n            \"ArrivalRate\": 0.1267\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 1.2654,\n            \"StaffRequired\": 4.7667,\n            \"ArrivalRate\": 0.1267\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 1.2656,\n            \"StaffRequired\": 4.7556,\n            \"ArrivalRate\": 0.1256\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 1.2699,\n            \"StaffRequired\": 4.775,\n            \"ArrivalRate\": 0.1275\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 1.2712,\n            \"StaffRequired\": 4.7611,\n            \"ArrivalRate\": 0.1261\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 1.2765,\n            \"StaffRequired\": 4.7778,\n            \"ArrivalRate\": 0.1278\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 1.2768,\n            \"StaffRequired\": 4.7667,\n            \"ArrivalRate\": 0.1267\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 1.2782,\n            \"StaffRequired\": 4.7833,\n            \"ArrivalRate\": 0.1283\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 1.2824,\n            \"StaffRequired\": 4.7722,\n            \"ArrivalRate\": 0.1272\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 1.2865,\n            \"StaffRequired\": 4.7917,\n            \"ArrivalRate\": 0.1292\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 1.2876,\n            \"StaffRequired\": 4.7889,\n            \"ArrivalRate\": 0.1289\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 1.288,\n            \"StaffRequired\": 4.7778,\n            \"ArrivalRate\": 0.1278\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 1.2936,\n            \"StaffRequired\": 4.7833,\n            \"ArrivalRate\": 0.1283\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 1.2948,\n            \"StaffRequired\": 4.8,\n            \"ArrivalRate\": 0.13\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 1.2987,\n            \"StaffRequired\": 4.8,\n            \"ArrivalRate\": 0.13\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 1.2992,\n            \"StaffRequired\": 4.7889,\n            \"ArrivalRate\": 0.1289\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 1.3031,\n            \"StaffRequired\": 4.8083,\n            \"ArrivalRate\": 0.1308\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 1.3048,\n            \"StaffRequired\": 4.7944,\n            \"ArrivalRate\": 0.1294\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 1.3098,\n            \"StaffRequired\": 4.8111,\n            \"ArrivalRate\": 0.1311\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 1.3104,\n            \"StaffRequired\": 4.8,\n            \"ArrivalRate\": 0.13\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 1.3114,\n            \"StaffRequired\": 4.8167,\n            \"ArrivalRate\": 0.1317\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 1.316,\n            \"StaffRequired\": 4.8056,\n            \"ArrivalRate\": 0.1306\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 1.3197,\n            \"StaffRequired\": 4.825,\n            \"ArrivalRate\": 0.1325\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 1.3209,\n            \"StaffRequired\": 4.8222,\n            \"ArrivalRate\": 0.1322\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 1.3216,\n            \"StaffRequired\": 4.8111,\n            \"ArrivalRate\": 0.1311\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 1.3272,\n            \"StaffRequired\": 4.8167,\n            \"ArrivalRate\": 0.1317\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 1.328,\n            \"StaffRequired\": 4.8333,\n            \"ArrivalRate\": 0.1333\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 1.332,\n            \"StaffRequired\": 4.8333,\n            \"ArrivalRate\": 0.1333\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 1.3328,\n            \"StaffRequired\": 4.8222,\n            \"ArrivalRate\": 0.1322\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 1.3363,\n            \"StaffRequired\": 4.8417,\n            \"ArrivalRate\": 0.1342\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 1.3384,\n            \"StaffRequired\": 4.8278,\n            \"ArrivalRate\": 0.1328\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 1.3431,\n            \"StaffRequired\": 4.8444,\n            \"ArrivalRate\": 0.1344\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 1.344,\n            \"StaffRequired\": 4.8333,\n            \"ArrivalRate\": 0.1333\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 1.3446,\n            \"StaffRequired\": 4.85,\n            \"ArrivalRate\": 0.135\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 1.3496,\n            \"StaffRequired\": 4.8389,\n            \"ArrivalRate\": 0.1339\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 1.3529,\n            \"StaffRequired\": 4.8583,\n            \"ArrivalRate\": 0.1358\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 1.3542,\n            \"StaffRequired\": 4.8556,\n            \"ArrivalRate\": 0.1356\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 1.3552,\n            \"StaffRequired\": 4.8444,\n            \"ArrivalRate\": 0.1344\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 1.3608,\n            \"StaffRequired\": 4.85,\n            \"ArrivalRate\": 0.135\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 1.3612,\n            \"StaffRequired\": 4.8667,\n            \"ArrivalRate\": 0.1367\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 1.3653,\n            \"StaffRequired\": 4.8667,\n            \"ArrivalRate\": 0.1367\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 1.3664,\n            \"StaffRequired\": 4.8556,\n            \"ArrivalRate\": 0.1356\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 1.3695,\n            \"StaffRequired\": 4.875,\n            \"ArrivalRate\": 0.1375\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 1.372,\n            \"StaffRequired\": 4.8611,\n            \"ArrivalRate\": 0.1361\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 1.3764,\n            \"StaffRequired\": 4.8778,\n            \"ArrivalRate\": 0.1378\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 1.3776,\n            \"StaffRequired\": 4.8667,\n            \"ArrivalRate\": 0.1367\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 1.3778,\n            \"StaffRequired\": 4.8833,\n            \"ArrivalRate\": 0.1383\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 1.3832,\n            \"StaffRequired\": 4.8722,\n            \"ArrivalRate\": 0.1372\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 1.3861,\n            \"StaffRequired\": 4.8917,\n            \"ArrivalRate\": 0.1392\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 1.3875,\n            \"StaffRequired\": 4.8889,\n            \"ArrivalRate\": 0.1389\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 1.3888,\n            \"StaffRequired\": 4.8778,\n            \"ArrivalRate\": 0.1378\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 1.39,\n            \"StaffRequired\": 4.8889,\n            \"ArrivalRate\": 0.1389\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 1.3944,\n            \"StaffRequired\": 4.8833,\n            \"ArrivalRate\": 0.1383\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 1.3944,\n            \"StaffRequired\": 4.9,\n            \"ArrivalRate\": 0.14\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 1.3986,\n            \"StaffRequired\": 4.9,\n            \"ArrivalRate\": 0.14\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 1.4,\n            \"StaffRequired\": 4.8889,\n            \"ArrivalRate\": 0.1389\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 1.4027,\n            \"StaffRequired\": 4.9083,\n            \"ArrivalRate\": 0.1408\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 1.4039,\n            \"StaffRequired\": 4.9028,\n            \"ArrivalRate\": 0.1403\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 1.4056,\n            \"StaffRequired\": 4.8944,\n            \"ArrivalRate\": 0.1394\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 1.4097,\n            \"StaffRequired\": 4.9111,\n            \"ArrivalRate\": 0.1411\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 1.411,\n            \"StaffRequired\": 4.9167,\n            \"ArrivalRate\": 0.1417\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 1.4112,\n            \"StaffRequired\": 4.9,\n            \"ArrivalRate\": 0.14\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 1.4168,\n            \"StaffRequired\": 4.9056,\n            \"ArrivalRate\": 0.1406\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 1.4178,\n            \"StaffRequired\": 4.9167,\n            \"ArrivalRate\": 0.1417\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 1.4193,\n            \"StaffRequired\": 4.925,\n            \"ArrivalRate\": 0.1425\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 1.4208,\n            \"StaffRequired\": 4.9222,\n            \"ArrivalRate\": 0.1422\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 1.4224,\n            \"StaffRequired\": 4.9111,\n            \"ArrivalRate\": 0.1411\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 1.4276,\n            \"StaffRequired\": 4.9333,\n            \"ArrivalRate\": 0.1433\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 1.428,\n            \"StaffRequired\": 4.9167,\n            \"ArrivalRate\": 0.1417\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 1.4317,\n            \"StaffRequired\": 4.9306,\n            \"ArrivalRate\": 0.1431\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 1.4319,\n            \"StaffRequired\": 4.9333,\n            \"ArrivalRate\": 0.1433\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 1.4336,\n            \"StaffRequired\": 4.9222,\n            \"ArrivalRate\": 0.1422\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 1.4359,\n            \"StaffRequired\": 4.9417,\n            \"ArrivalRate\": 0.1442\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 1.4392,\n            \"StaffRequired\": 4.9278,\n            \"ArrivalRate\": 0.1428\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 1.443,\n            \"StaffRequired\": 4.9444,\n            \"ArrivalRate\": 0.1444\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 1.4442,\n            \"StaffRequired\": 5.95,\n            \"ArrivalRate\": 0.145\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 1.4448,\n            \"StaffRequired\": 5.9333,\n            \"ArrivalRate\": 0.1433\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 1.4456,\n            \"StaffRequired\": 4.9444,\n            \"ArrivalRate\": 0.1444\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 1.4504,\n            \"StaffRequired\": 5.9389,\n            \"ArrivalRate\": 0.1439\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 1.4525,\n            \"StaffRequired\": 5.9583,\n            \"ArrivalRate\": 0.1458\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 1.4541,\n            \"StaffRequired\": 4.9556,\n            \"ArrivalRate\": 0.1456\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 1.456,\n            \"StaffRequired\": 5.9444,\n            \"ArrivalRate\": 0.1444\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 1.4595,\n            \"StaffRequired\": 4.9583,\n            \"ArrivalRate\": 0.1458\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 1.4608,\n            \"StaffRequired\": 5.9667,\n            \"ArrivalRate\": 0.1467\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 1.4616,\n            \"StaffRequired\": 5.95,\n            \"ArrivalRate\": 0.145\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 1.4652,\n            \"StaffRequired\": 4.9667,\n            \"ArrivalRate\": 0.1467\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 1.4672,\n            \"StaffRequired\": 5.9556,\n            \"ArrivalRate\": 0.1456\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 1.4691,\n            \"StaffRequired\": 5.975,\n            \"ArrivalRate\": 0.1475\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 1.4728,\n            \"StaffRequired\": 5.9611,\n            \"ArrivalRate\": 0.1461\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 1.4734,\n            \"StaffRequired\": 4.9722,\n            \"ArrivalRate\": 0.1472\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 1.4763,\n            \"StaffRequired\": 5.9778,\n            \"ArrivalRate\": 0.1478\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 1.4774,\n            \"StaffRequired\": 5.9833,\n            \"ArrivalRate\": 0.1483\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 1.4784,\n            \"StaffRequired\": 5.9667,\n            \"ArrivalRate\": 0.1467\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 1.484,\n            \"StaffRequired\": 5.9722,\n            \"ArrivalRate\": 0.1472\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 1.4857,\n            \"StaffRequired\": 5.9917,\n            \"ArrivalRate\": 0.1492\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 1.4873,\n            \"StaffRequired\": 4.9861,\n            \"ArrivalRate\": 0.1486\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 1.4874,\n            \"StaffRequired\": 5.9889,\n            \"ArrivalRate\": 0.1489\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 1.4896,\n            \"StaffRequired\": 5.9778,\n            \"ArrivalRate\": 0.1478\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 1.494,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.15\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 1.4952,\n            \"StaffRequired\": 5.9833,\n            \"ArrivalRate\": 0.1483\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 1.4985,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.15\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 1.5008,\n            \"StaffRequired\": 5.9889,\n            \"ArrivalRate\": 0.1489\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 1.5012,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.15\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 1.5023,\n            \"StaffRequired\": 5.0083,\n            \"ArrivalRate\": 0.1508\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 1.5064,\n            \"StaffRequired\": 5.9944,\n            \"ArrivalRate\": 0.1494\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 1.5096,\n            \"StaffRequired\": 5.0111,\n            \"ArrivalRate\": 0.1511\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 1.5106,\n            \"StaffRequired\": 5.0167,\n            \"ArrivalRate\": 0.1517\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 1.512,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.15\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 1.5151,\n            \"StaffRequired\": 5.0139,\n            \"ArrivalRate\": 0.1514\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 1.5176,\n            \"StaffRequired\": 5.0056,\n            \"ArrivalRate\": 0.1506\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 1.5189,\n            \"StaffRequired\": 5.025,\n            \"ArrivalRate\": 0.1525\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 1.5207,\n            \"StaffRequired\": 5.0222,\n            \"ArrivalRate\": 0.1522\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 1.5232,\n            \"StaffRequired\": 5.0111,\n            \"ArrivalRate\": 0.1511\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 1.5272,\n            \"StaffRequired\": 5.0333,\n            \"ArrivalRate\": 0.1533\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 1.5288,\n            \"StaffRequired\": 5.0167,\n            \"ArrivalRate\": 0.1517\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 1.529,\n            \"StaffRequired\": 5.0278,\n            \"ArrivalRate\": 0.1528\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 1.5318,\n            \"StaffRequired\": 5.0333,\n            \"ArrivalRate\": 0.1533\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 1.5344,\n            \"StaffRequired\": 5.0222,\n            \"ArrivalRate\": 0.1522\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 1.5355,\n            \"StaffRequired\": 5.0417,\n            \"ArrivalRate\": 0.1542\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 1.54,\n            \"StaffRequired\": 5.0278,\n            \"ArrivalRate\": 0.1528\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 1.5429,\n            \"StaffRequired\": 5.0444,\n            \"ArrivalRate\": 0.1544\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 1.5429,\n            \"StaffRequired\": 5.0417,\n            \"ArrivalRate\": 0.1542\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 1.5438,\n            \"StaffRequired\": 5.05,\n            \"ArrivalRate\": 0.155\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 1.5456,\n            \"StaffRequired\": 5.0333,\n            \"ArrivalRate\": 0.1533\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 1.5512,\n            \"StaffRequired\": 5.0389,\n            \"ArrivalRate\": 0.1539\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 1.5521,\n            \"StaffRequired\": 5.0583,\n            \"ArrivalRate\": 0.1558\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 1.554,\n            \"StaffRequired\": 5.0556,\n            \"ArrivalRate\": 0.1556\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 1.5568,\n            \"StaffRequired\": 5.0444,\n            \"ArrivalRate\": 0.1544\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 1.5568,\n            \"StaffRequired\": 5.0556,\n            \"ArrivalRate\": 0.1556\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 1.5604,\n            \"StaffRequired\": 5.0667,\n            \"ArrivalRate\": 0.1567\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 1.5624,\n            \"StaffRequired\": 5.05,\n            \"ArrivalRate\": 0.155\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 1.5651,\n            \"StaffRequired\": 5.0667,\n            \"ArrivalRate\": 0.1567\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 1.568,\n            \"StaffRequired\": 5.0556,\n            \"ArrivalRate\": 0.1556\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 1.5687,\n            \"StaffRequired\": 5.075,\n            \"ArrivalRate\": 0.1575\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 1.5707,\n            \"StaffRequired\": 5.0694,\n            \"ArrivalRate\": 0.1569\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 1.5736,\n            \"StaffRequired\": 5.0611,\n            \"ArrivalRate\": 0.1561\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 1.5762,\n            \"StaffRequired\": 5.0778,\n            \"ArrivalRate\": 0.1578\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 1.577,\n            \"StaffRequired\": 5.0833,\n            \"ArrivalRate\": 0.1583\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 1.5792,\n            \"StaffRequired\": 5.0667,\n            \"ArrivalRate\": 0.1567\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 1.5846,\n            \"StaffRequired\": 5.0833,\n            \"ArrivalRate\": 0.1583\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 1.5848,\n            \"StaffRequired\": 5.0722,\n            \"ArrivalRate\": 0.1572\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 1.5853,\n            \"StaffRequired\": 5.0917,\n            \"ArrivalRate\": 0.1592\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 1.5873,\n            \"StaffRequired\": 5.0889,\n            \"ArrivalRate\": 0.1589\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 1.5904,\n            \"StaffRequired\": 5.0778,\n            \"ArrivalRate\": 0.1578\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 1.5936,\n            \"StaffRequired\": 5.1,\n            \"ArrivalRate\": 0.16\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 1.596,\n            \"StaffRequired\": 5.0833,\n            \"ArrivalRate\": 0.1583\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 1.5984,\n            \"StaffRequired\": 5.1,\n            \"ArrivalRate\": 0.16\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 1.5985,\n            \"StaffRequired\": 5.0972,\n            \"ArrivalRate\": 0.1597\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 1.6016,\n            \"StaffRequired\": 5.0889,\n            \"ArrivalRate\": 0.1589\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 1.6019,\n            \"StaffRequired\": 5.1083,\n            \"ArrivalRate\": 0.1608\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 1.6072,\n            \"StaffRequired\": 5.0944,\n            \"ArrivalRate\": 0.1594\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 1.6095,\n            \"StaffRequired\": 5.1111,\n            \"ArrivalRate\": 0.1611\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 1.6102,\n            \"StaffRequired\": 5.1167,\n            \"ArrivalRate\": 0.1617\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 1.6124,\n            \"StaffRequired\": 5.1111,\n            \"ArrivalRate\": 0.1611\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 1.6128,\n            \"StaffRequired\": 5.1,\n            \"ArrivalRate\": 0.16\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 1.6184,\n            \"StaffRequired\": 5.1056,\n            \"ArrivalRate\": 0.1606\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 1.6185,\n            \"StaffRequired\": 5.125,\n            \"ArrivalRate\": 0.1625\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 1.6206,\n            \"StaffRequired\": 5.1222,\n            \"ArrivalRate\": 0.1622\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 1.624,\n            \"StaffRequired\": 5.1111,\n            \"ArrivalRate\": 0.1611\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 1.6263,\n            \"StaffRequired\": 5.125,\n            \"ArrivalRate\": 0.1625\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 1.6268,\n            \"StaffRequired\": 5.1333,\n            \"ArrivalRate\": 0.1633\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 1.6296,\n            \"StaffRequired\": 5.1167,\n            \"ArrivalRate\": 0.1617\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 1.6317,\n            \"StaffRequired\": 5.1333,\n            \"ArrivalRate\": 0.1633\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 1.6351,\n            \"StaffRequired\": 5.1417,\n            \"ArrivalRate\": 0.1642\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 1.6352,\n            \"StaffRequired\": 5.1222,\n            \"ArrivalRate\": 0.1622\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 1.6402,\n            \"StaffRequired\": 5.1389,\n            \"ArrivalRate\": 0.1639\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 1.6408,\n            \"StaffRequired\": 5.1278,\n            \"ArrivalRate\": 0.1628\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 1.6428,\n            \"StaffRequired\": 5.1444,\n            \"ArrivalRate\": 0.1644\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 1.6434,\n            \"StaffRequired\": 5.15,\n            \"ArrivalRate\": 0.165\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 1.6464,\n            \"StaffRequired\": 5.1333,\n            \"ArrivalRate\": 0.1633\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 1.6517,\n            \"StaffRequired\": 5.1583,\n            \"ArrivalRate\": 0.1658\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 1.652,\n            \"StaffRequired\": 5.1389,\n            \"ArrivalRate\": 0.1639\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 1.6539,\n            \"StaffRequired\": 5.1556,\n            \"ArrivalRate\": 0.1656\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 1.6541,\n            \"StaffRequired\": 5.1528,\n            \"ArrivalRate\": 0.1653\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 1.6576,\n            \"StaffRequired\": 5.1444,\n            \"ArrivalRate\": 0.1644\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 1.66,\n            \"StaffRequired\": 5.1667,\n            \"ArrivalRate\": 0.1667\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 1.6632,\n            \"StaffRequired\": 5.15,\n            \"ArrivalRate\": 0.165\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 1.665,\n            \"StaffRequired\": 5.1667,\n            \"ArrivalRate\": 0.1667\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 1.668,\n            \"StaffRequired\": 5.1667,\n            \"ArrivalRate\": 0.1667\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 1.6683,\n            \"StaffRequired\": 5.175,\n            \"ArrivalRate\": 0.1675\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 1.6688,\n            \"StaffRequired\": 5.1556,\n            \"ArrivalRate\": 0.1656\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 1.6744,\n            \"StaffRequired\": 5.1611,\n            \"ArrivalRate\": 0.1661\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 1.6761,\n            \"StaffRequired\": 5.1778,\n            \"ArrivalRate\": 0.1678\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 1.6766,\n            \"StaffRequired\": 5.1833,\n            \"ArrivalRate\": 0.1683\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 1.68,\n            \"StaffRequired\": 5.1667,\n            \"ArrivalRate\": 0.1667\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 1.6819,\n            \"StaffRequired\": 5.1806,\n            \"ArrivalRate\": 0.1681\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 1.6849,\n            \"StaffRequired\": 5.1917,\n            \"ArrivalRate\": 0.1692\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 1.6856,\n            \"StaffRequired\": 5.1722,\n            \"ArrivalRate\": 0.1672\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 1.6872,\n            \"StaffRequired\": 5.1889,\n            \"ArrivalRate\": 0.1689\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 1.6912,\n            \"StaffRequired\": 5.1778,\n            \"ArrivalRate\": 0.1678\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 1.6932,\n            \"StaffRequired\": 5.2,\n            \"ArrivalRate\": 0.17\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 1.6958,\n            \"StaffRequired\": 5.1944,\n            \"ArrivalRate\": 0.1694\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 1.6968,\n            \"StaffRequired\": 5.1833,\n            \"ArrivalRate\": 0.1683\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 1.6983,\n            \"StaffRequired\": 5.2,\n            \"ArrivalRate\": 0.17\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 1.7015,\n            \"StaffRequired\": 5.2083,\n            \"ArrivalRate\": 0.1708\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 1.7024,\n            \"StaffRequired\": 5.1889,\n            \"ArrivalRate\": 0.1689\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 1.708,\n            \"StaffRequired\": 5.1944,\n            \"ArrivalRate\": 0.1694\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 1.7094,\n            \"StaffRequired\": 5.2111,\n            \"ArrivalRate\": 0.1711\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 1.7097,\n            \"StaffRequired\": 5.2083,\n            \"ArrivalRate\": 0.1708\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 1.7098,\n            \"StaffRequired\": 5.2167,\n            \"ArrivalRate\": 0.1717\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 1.7136,\n            \"StaffRequired\": 5.2,\n            \"ArrivalRate\": 0.17\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 1.7181,\n            \"StaffRequired\": 5.225,\n            \"ArrivalRate\": 0.1725\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 1.7192,\n            \"StaffRequired\": 5.2056,\n            \"ArrivalRate\": 0.1706\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 1.7205,\n            \"StaffRequired\": 5.2222,\n            \"ArrivalRate\": 0.1722\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 1.7236,\n            \"StaffRequired\": 5.2222,\n            \"ArrivalRate\": 0.1722\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 1.7248,\n            \"StaffRequired\": 5.2111,\n            \"ArrivalRate\": 0.1711\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 1.7264,\n            \"StaffRequired\": 5.2333,\n            \"ArrivalRate\": 0.1733\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 1.7304,\n            \"StaffRequired\": 5.2167,\n            \"ArrivalRate\": 0.1717\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 1.7316,\n            \"StaffRequired\": 5.2333,\n            \"ArrivalRate\": 0.1733\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 1.7347,\n            \"StaffRequired\": 5.2417,\n            \"ArrivalRate\": 0.1742\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 1.736,\n            \"StaffRequired\": 5.2222,\n            \"ArrivalRate\": 0.1722\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 1.7375,\n            \"StaffRequired\": 5.2361,\n            \"ArrivalRate\": 0.1736\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 1.7416,\n            \"StaffRequired\": 5.2278,\n            \"ArrivalRate\": 0.1728\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 1.7427,\n            \"StaffRequired\": 5.2444,\n            \"ArrivalRate\": 0.1744\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 1.743,\n            \"StaffRequired\": 5.25,\n            \"ArrivalRate\": 0.175\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 1.7472,\n            \"StaffRequired\": 5.2333,\n            \"ArrivalRate\": 0.1733\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 1.7513,\n            \"StaffRequired\": 5.2583,\n            \"ArrivalRate\": 0.1758\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 1.7514,\n            \"StaffRequired\": 5.25,\n            \"ArrivalRate\": 0.175\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 1.7528,\n            \"StaffRequired\": 5.2389,\n            \"ArrivalRate\": 0.1739\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 1.7538,\n            \"StaffRequired\": 5.2556,\n            \"ArrivalRate\": 0.1756\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 1.7584,\n            \"StaffRequired\": 5.2444,\n            \"ArrivalRate\": 0.1744\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 1.7596,\n            \"StaffRequired\": 5.2667,\n            \"ArrivalRate\": 0.1767\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 1.764,\n            \"StaffRequired\": 5.25,\n            \"ArrivalRate\": 0.175\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 1.7649,\n            \"StaffRequired\": 5.2667,\n            \"ArrivalRate\": 0.1767\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 1.7653,\n            \"StaffRequired\": 5.2639,\n            \"ArrivalRate\": 0.1764\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 1.7679,\n            \"StaffRequired\": 5.275,\n            \"ArrivalRate\": 0.1775\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 1.7696,\n            \"StaffRequired\": 5.2556,\n            \"ArrivalRate\": 0.1756\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 1.7752,\n            \"StaffRequired\": 5.2611,\n            \"ArrivalRate\": 0.1761\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 1.776,\n            \"StaffRequired\": 5.2778,\n            \"ArrivalRate\": 0.1778\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 1.7762,\n            \"StaffRequired\": 5.2833,\n            \"ArrivalRate\": 0.1783\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 1.7792,\n            \"StaffRequired\": 5.2778,\n            \"ArrivalRate\": 0.1778\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 1.7808,\n            \"StaffRequired\": 5.2667,\n            \"ArrivalRate\": 0.1767\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 1.7845,\n            \"StaffRequired\": 5.2917,\n            \"ArrivalRate\": 0.1792\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 1.7864,\n            \"StaffRequired\": 5.2722,\n            \"ArrivalRate\": 0.1772\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 1.7871,\n            \"StaffRequired\": 5.2889,\n            \"ArrivalRate\": 0.1789\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 1.792,\n            \"StaffRequired\": 5.2778,\n            \"ArrivalRate\": 0.1778\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 1.7928,\n            \"StaffRequired\": 5.3,\n            \"ArrivalRate\": 0.18\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 1.7931,\n            \"StaffRequired\": 5.2917,\n            \"ArrivalRate\": 0.1792\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 1.7982,\n            \"StaffRequired\": 5.3,\n            \"ArrivalRate\": 0.18\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 1.8011,\n            \"StaffRequired\": 5.3083,\n            \"ArrivalRate\": 0.1808\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 1.807,\n            \"StaffRequired\": 5.3056,\n            \"ArrivalRate\": 0.1806\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 1.8093,\n            \"StaffRequired\": 5.3111,\n            \"ArrivalRate\": 0.1811\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 1.8094,\n            \"StaffRequired\": 5.3167,\n            \"ArrivalRate\": 0.1817\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 1.8177,\n            \"StaffRequired\": 5.325,\n            \"ArrivalRate\": 0.1825\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 1.8204,\n            \"StaffRequired\": 5.3222,\n            \"ArrivalRate\": 0.1822\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 1.8209,\n            \"StaffRequired\": 5.3194,\n            \"ArrivalRate\": 0.1819\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 1.826,\n            \"StaffRequired\": 5.3333,\n            \"ArrivalRate\": 0.1833\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 1.8315,\n            \"StaffRequired\": 5.3333,\n            \"ArrivalRate\": 0.1833\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 1.8343,\n            \"StaffRequired\": 5.3417,\n            \"ArrivalRate\": 0.1842\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 1.8348,\n            \"StaffRequired\": 5.3333,\n            \"ArrivalRate\": 0.1833\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 1.8426,\n            \"StaffRequired\": 5.35,\n            \"ArrivalRate\": 0.185\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 1.8426,\n            \"StaffRequired\": 5.3444,\n            \"ArrivalRate\": 0.1844\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 1.8487,\n            \"StaffRequired\": 5.3472,\n            \"ArrivalRate\": 0.1847\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 1.8509,\n            \"StaffRequired\": 5.3583,\n            \"ArrivalRate\": 0.1858\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 1.8537,\n            \"StaffRequired\": 5.3556,\n            \"ArrivalRate\": 0.1856\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 1.8592,\n            \"StaffRequired\": 5.3667,\n            \"ArrivalRate\": 0.1867\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 1.8626,\n            \"StaffRequired\": 5.3611,\n            \"ArrivalRate\": 0.1861\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 1.8648,\n            \"StaffRequired\": 5.3667,\n            \"ArrivalRate\": 0.1867\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 1.8675,\n            \"StaffRequired\": 5.375,\n            \"ArrivalRate\": 0.1875\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 1.8758,\n            \"StaffRequired\": 5.3833,\n            \"ArrivalRate\": 0.1883\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 1.8759,\n            \"StaffRequired\": 5.3778,\n            \"ArrivalRate\": 0.1878\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 1.8765,\n            \"StaffRequired\": 5.375,\n            \"ArrivalRate\": 0.1875\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 1.8841,\n            \"StaffRequired\": 5.3917,\n            \"ArrivalRate\": 0.1892\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 1.887,\n            \"StaffRequired\": 5.3889,\n            \"ArrivalRate\": 0.1889\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 1.8904,\n            \"StaffRequired\": 5.3889,\n            \"ArrivalRate\": 0.1889\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 1.8924,\n            \"StaffRequired\": 5.4,\n            \"ArrivalRate\": 0.19\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 1.8981,\n            \"StaffRequired\": 5.4,\n            \"ArrivalRate\": 0.19\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 1.9007,\n            \"StaffRequired\": 5.4083,\n            \"ArrivalRate\": 0.1908\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 1.9043,\n            \"StaffRequired\": 5.4028,\n            \"ArrivalRate\": 0.1903\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 1.909,\n            \"StaffRequired\": 5.4167,\n            \"ArrivalRate\": 0.1917\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 1.9092,\n            \"StaffRequired\": 5.4111,\n            \"ArrivalRate\": 0.1911\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 1.9173,\n            \"StaffRequired\": 5.425,\n            \"ArrivalRate\": 0.1925\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 1.9182,\n            \"StaffRequired\": 5.4167,\n            \"ArrivalRate\": 0.1917\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 1.9203,\n            \"StaffRequired\": 5.4222,\n            \"ArrivalRate\": 0.1922\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 1.9256,\n            \"StaffRequired\": 5.4333,\n            \"ArrivalRate\": 0.1933\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 1.9314,\n            \"StaffRequired\": 5.4333,\n            \"ArrivalRate\": 0.1933\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 1.9321,\n            \"StaffRequired\": 5.4306,\n            \"ArrivalRate\": 0.1931\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 1.9339,\n            \"StaffRequired\": 5.4417,\n            \"ArrivalRate\": 0.1942\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 1.9422,\n            \"StaffRequired\": 5.45,\n            \"ArrivalRate\": 0.195\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 1.9425,\n            \"StaffRequired\": 5.4444,\n            \"ArrivalRate\": 0.1944\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 1.946,\n            \"StaffRequired\": 5.4444,\n            \"ArrivalRate\": 0.1944\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 1.9505,\n            \"StaffRequired\": 5.4583,\n            \"ArrivalRate\": 0.1958\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 1.9536,\n            \"StaffRequired\": 5.4556,\n            \"ArrivalRate\": 0.1956\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 1.9588,\n            \"StaffRequired\": 5.4667,\n            \"ArrivalRate\": 0.1967\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 1.9599,\n            \"StaffRequired\": 5.4583,\n            \"ArrivalRate\": 0.1958\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 1.9647,\n            \"StaffRequired\": 5.4667,\n            \"ArrivalRate\": 0.1967\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 1.9671,\n            \"StaffRequired\": 5.475,\n            \"ArrivalRate\": 0.1975\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 1.9738,\n            \"StaffRequired\": 5.4722,\n            \"ArrivalRate\": 0.1972\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 1.9754,\n            \"StaffRequired\": 5.4833,\n            \"ArrivalRate\": 0.1983\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 1.9758,\n            \"StaffRequired\": 5.4778,\n            \"ArrivalRate\": 0.1978\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 1.9837,\n            \"StaffRequired\": 5.4917,\n            \"ArrivalRate\": 0.1992\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 1.9869,\n            \"StaffRequired\": 5.4889,\n            \"ArrivalRate\": 0.1989\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 1.9877,\n            \"StaffRequired\": 5.4861,\n            \"ArrivalRate\": 0.1986\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 1.992,\n            \"StaffRequired\": 5.5,\n            \"ArrivalRate\": 0.2\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 1.998,\n            \"StaffRequired\": 5.5,\n            \"ArrivalRate\": 0.2\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 2.0003,\n            \"StaffRequired\": 6.5083,\n            \"ArrivalRate\": 0.2008\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 2.0016,\n            \"StaffRequired\": 5.5,\n            \"ArrivalRate\": 0.2\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 2.0086,\n            \"StaffRequired\": 6.5167,\n            \"ArrivalRate\": 0.2017\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 2.0091,\n            \"StaffRequired\": 5.5111,\n            \"ArrivalRate\": 0.2011\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 2.0155,\n            \"StaffRequired\": 5.5139,\n            \"ArrivalRate\": 0.2014\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 2.0169,\n            \"StaffRequired\": 6.525,\n            \"ArrivalRate\": 0.2025\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 2.0202,\n            \"StaffRequired\": 5.5222,\n            \"ArrivalRate\": 0.2022\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 2.0252,\n            \"StaffRequired\": 6.5333,\n            \"ArrivalRate\": 0.2033\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 2.0294,\n            \"StaffRequired\": 5.5278,\n            \"ArrivalRate\": 0.2028\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 2.0313,\n            \"StaffRequired\": 6.5333,\n            \"ArrivalRate\": 0.2033\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 2.0335,\n            \"StaffRequired\": 6.5417,\n            \"ArrivalRate\": 0.2042\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 2.0418,\n            \"StaffRequired\": 6.55,\n            \"ArrivalRate\": 0.205\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 2.0424,\n            \"StaffRequired\": 6.5444,\n            \"ArrivalRate\": 0.2044\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 2.0433,\n            \"StaffRequired\": 5.5417,\n            \"ArrivalRate\": 0.2042\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 2.0501,\n            \"StaffRequired\": 6.5583,\n            \"ArrivalRate\": 0.2058\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 2.0535,\n            \"StaffRequired\": 6.5556,\n            \"ArrivalRate\": 0.2056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 2.0572,\n            \"StaffRequired\": 6.5556,\n            \"ArrivalRate\": 0.2056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 2.0584,\n            \"StaffRequired\": 6.5667,\n            \"ArrivalRate\": 0.2067\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 2.0646,\n            \"StaffRequired\": 6.5667,\n            \"ArrivalRate\": 0.2067\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 2.0667,\n            \"StaffRequired\": 6.575,\n            \"ArrivalRate\": 0.2075\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 2.0711,\n            \"StaffRequired\": 6.5694,\n            \"ArrivalRate\": 0.2069\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 2.075,\n            \"StaffRequired\": 6.5833,\n            \"ArrivalRate\": 0.2083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 2.0757,\n            \"StaffRequired\": 6.5778,\n            \"ArrivalRate\": 0.2078\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 2.0833,\n            \"StaffRequired\": 6.5917,\n            \"ArrivalRate\": 0.2092\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 2.085,\n            \"StaffRequired\": 6.5833,\n            \"ArrivalRate\": 0.2083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 2.0868,\n            \"StaffRequired\": 6.5889,\n            \"ArrivalRate\": 0.2089\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 2.0916,\n            \"StaffRequired\": 6.6,\n            \"ArrivalRate\": 0.21\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 2.0979,\n            \"StaffRequired\": 6.6,\n            \"ArrivalRate\": 0.21\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 2.0989,\n            \"StaffRequired\": 6.5972,\n            \"ArrivalRate\": 0.2097\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 2.0999,\n            \"StaffRequired\": 6.6083,\n            \"ArrivalRate\": 0.2108\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 2.1082,\n            \"StaffRequired\": 6.6167,\n            \"ArrivalRate\": 0.2117\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 2.109,\n            \"StaffRequired\": 6.6111,\n            \"ArrivalRate\": 0.2111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 2.1128,\n            \"StaffRequired\": 6.6111,\n            \"ArrivalRate\": 0.2111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 2.1165,\n            \"StaffRequired\": 6.625,\n            \"ArrivalRate\": 0.2125\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 2.1201,\n            \"StaffRequired\": 6.6222,\n            \"ArrivalRate\": 0.2122\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 2.1248,\n            \"StaffRequired\": 6.6333,\n            \"ArrivalRate\": 0.2133\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 2.1267,\n            \"StaffRequired\": 6.625,\n            \"ArrivalRate\": 0.2125\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 2.1312,\n            \"StaffRequired\": 6.6333,\n            \"ArrivalRate\": 0.2133\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 2.1331,\n            \"StaffRequired\": 6.6417,\n            \"ArrivalRate\": 0.2142\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 2.1406,\n            \"StaffRequired\": 6.6389,\n            \"ArrivalRate\": 0.2139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 2.1414,\n            \"StaffRequired\": 6.65,\n            \"ArrivalRate\": 0.215\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 2.1423,\n            \"StaffRequired\": 6.6444,\n            \"ArrivalRate\": 0.2144\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 2.1497,\n            \"StaffRequired\": 6.6583,\n            \"ArrivalRate\": 0.2158\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 2.1534,\n            \"StaffRequired\": 6.6556,\n            \"ArrivalRate\": 0.2156\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 2.1545,\n            \"StaffRequired\": 6.6528,\n            \"ArrivalRate\": 0.2153\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 2.158,\n            \"StaffRequired\": 6.6667,\n            \"ArrivalRate\": 0.2167\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 2.1645,\n            \"StaffRequired\": 6.6667,\n            \"ArrivalRate\": 0.2167\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 2.1663,\n            \"StaffRequired\": 6.675,\n            \"ArrivalRate\": 0.2175\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 2.1684,\n            \"StaffRequired\": 6.6667,\n            \"ArrivalRate\": 0.2167\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 2.1746,\n            \"StaffRequired\": 6.6833,\n            \"ArrivalRate\": 0.2183\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 2.1756,\n            \"StaffRequired\": 6.6778,\n            \"ArrivalRate\": 0.2178\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 2.1823,\n            \"StaffRequired\": 6.6806,\n            \"ArrivalRate\": 0.2181\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 2.1829,\n            \"StaffRequired\": 6.6917,\n            \"ArrivalRate\": 0.2192\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 2.1867,\n            \"StaffRequired\": 6.6889,\n            \"ArrivalRate\": 0.2189\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 2.1912,\n            \"StaffRequired\": 6.7,\n            \"ArrivalRate\": 0.22\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 2.1962,\n            \"StaffRequired\": 6.6944,\n            \"ArrivalRate\": 0.2194\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 2.1978,\n            \"StaffRequired\": 6.7,\n            \"ArrivalRate\": 0.22\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 2.1995,\n            \"StaffRequired\": 6.7083,\n            \"ArrivalRate\": 0.2208\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 2.2078,\n            \"StaffRequired\": 6.7167,\n            \"ArrivalRate\": 0.2217\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 2.2089,\n            \"StaffRequired\": 6.7111,\n            \"ArrivalRate\": 0.2211\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 2.2101,\n            \"StaffRequired\": 6.7083,\n            \"ArrivalRate\": 0.2208\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 2.2161,\n            \"StaffRequired\": 6.725,\n            \"ArrivalRate\": 0.2225\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 2.22,\n            \"StaffRequired\": 6.7222,\n            \"ArrivalRate\": 0.2222\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 2.224,\n            \"StaffRequired\": 6.7222,\n            \"ArrivalRate\": 0.2222\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 2.2244,\n            \"StaffRequired\": 6.7333,\n            \"ArrivalRate\": 0.2233\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 2.2311,\n            \"StaffRequired\": 6.7333,\n            \"ArrivalRate\": 0.2233\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 2.2327,\n            \"StaffRequired\": 6.7417,\n            \"ArrivalRate\": 0.2242\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 2.2379,\n            \"StaffRequired\": 6.7361,\n            \"ArrivalRate\": 0.2236\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 2.241,\n            \"StaffRequired\": 6.75,\n            \"ArrivalRate\": 0.225\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 2.2422,\n            \"StaffRequired\": 6.7444,\n            \"ArrivalRate\": 0.2244\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 2.2493,\n            \"StaffRequired\": 6.7583,\n            \"ArrivalRate\": 0.2258\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 2.2518,\n            \"StaffRequired\": 6.75,\n            \"ArrivalRate\": 0.225\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 2.2533,\n            \"StaffRequired\": 6.7556,\n            \"ArrivalRate\": 0.2256\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 2.2576,\n            \"StaffRequired\": 6.7667,\n            \"ArrivalRate\": 0.2267\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 2.2644,\n            \"StaffRequired\": 6.7667,\n            \"ArrivalRate\": 0.2267\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 2.2657,\n            \"StaffRequired\": 6.7639,\n            \"ArrivalRate\": 0.2264\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 2.2659,\n            \"StaffRequired\": 6.775,\n            \"ArrivalRate\": 0.2275\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 2.2742,\n            \"StaffRequired\": 6.7833,\n            \"ArrivalRate\": 0.2283\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 2.2755,\n            \"StaffRequired\": 6.7778,\n            \"ArrivalRate\": 0.2278\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 2.2796,\n            \"StaffRequired\": 6.7778,\n            \"ArrivalRate\": 0.2278\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 2.2825,\n            \"StaffRequired\": 6.7917,\n            \"ArrivalRate\": 0.2292\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 2.2866,\n            \"StaffRequired\": 6.7889,\n            \"ArrivalRate\": 0.2289\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 2.2908,\n            \"StaffRequired\": 6.8,\n            \"ArrivalRate\": 0.23\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 2.2935,\n            \"StaffRequired\": 6.7917,\n            \"ArrivalRate\": 0.2292\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 2.2977,\n            \"StaffRequired\": 6.8,\n            \"ArrivalRate\": 0.23\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 2.2991,\n            \"StaffRequired\": 6.8083,\n            \"ArrivalRate\": 0.2308\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 2.3074,\n            \"StaffRequired\": 6.8167,\n            \"ArrivalRate\": 0.2317\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 2.3074,\n            \"StaffRequired\": 6.8056,\n            \"ArrivalRate\": 0.2306\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 2.3088,\n            \"StaffRequired\": 6.8111,\n            \"ArrivalRate\": 0.2311\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 2.3157,\n            \"StaffRequired\": 6.825,\n            \"ArrivalRate\": 0.2325\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 2.3199,\n            \"StaffRequired\": 6.8222,\n            \"ArrivalRate\": 0.2322\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 2.3213,\n            \"StaffRequired\": 6.8194,\n            \"ArrivalRate\": 0.2319\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 2.324,\n            \"StaffRequired\": 6.8333,\n            \"ArrivalRate\": 0.2333\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 2.331,\n            \"StaffRequired\": 6.8333,\n            \"ArrivalRate\": 0.2333\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 2.3323,\n            \"StaffRequired\": 6.8417,\n            \"ArrivalRate\": 0.2342\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 2.3352,\n            \"StaffRequired\": 6.8333,\n            \"ArrivalRate\": 0.2333\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 2.3406,\n            \"StaffRequired\": 6.85,\n            \"ArrivalRate\": 0.235\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 2.3421,\n            \"StaffRequired\": 6.8444,\n            \"ArrivalRate\": 0.2344\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 2.3489,\n            \"StaffRequired\": 6.8583,\n            \"ArrivalRate\": 0.2358\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 2.3491,\n            \"StaffRequired\": 6.8472,\n            \"ArrivalRate\": 0.2347\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 2.3532,\n            \"StaffRequired\": 6.8556,\n            \"ArrivalRate\": 0.2356\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 2.3572,\n            \"StaffRequired\": 6.8667,\n            \"ArrivalRate\": 0.2367\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 2.363,\n            \"StaffRequired\": 6.8611,\n            \"ArrivalRate\": 0.2361\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 2.3643,\n            \"StaffRequired\": 6.8667,\n            \"ArrivalRate\": 0.2367\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 2.3655,\n            \"StaffRequired\": 6.875,\n            \"ArrivalRate\": 0.2375\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 2.3738,\n            \"StaffRequired\": 6.8833,\n            \"ArrivalRate\": 0.2383\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 2.3754,\n            \"StaffRequired\": 6.8778,\n            \"ArrivalRate\": 0.2378\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 2.3769,\n            \"StaffRequired\": 6.875,\n            \"ArrivalRate\": 0.2375\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 2.3821,\n            \"StaffRequired\": 6.8917,\n            \"ArrivalRate\": 0.2392\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 2.3865,\n            \"StaffRequired\": 6.8889,\n            \"ArrivalRate\": 0.2389\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 2.3904,\n            \"StaffRequired\": 6.9,\n            \"ArrivalRate\": 0.24\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 2.3908,\n            \"StaffRequired\": 6.8889,\n            \"ArrivalRate\": 0.2389\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 2.3976,\n            \"StaffRequired\": 6.9,\n            \"ArrivalRate\": 0.24\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 2.3987,\n            \"StaffRequired\": 6.9083,\n            \"ArrivalRate\": 0.2408\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 2.4047,\n            \"StaffRequired\": 6.9028,\n            \"ArrivalRate\": 0.2403\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 2.407,\n            \"StaffRequired\": 6.9167,\n            \"ArrivalRate\": 0.2417\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 2.4087,\n            \"StaffRequired\": 6.9111,\n            \"ArrivalRate\": 0.2411\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 2.4153,\n            \"StaffRequired\": 6.925,\n            \"ArrivalRate\": 0.2425\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 2.4186,\n            \"StaffRequired\": 6.9167,\n            \"ArrivalRate\": 0.2417\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 2.4198,\n            \"StaffRequired\": 6.9222,\n            \"ArrivalRate\": 0.2422\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 2.4236,\n            \"StaffRequired\": 6.9333,\n            \"ArrivalRate\": 0.2433\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 2.4309,\n            \"StaffRequired\": 6.9333,\n            \"ArrivalRate\": 0.2433\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 2.4319,\n            \"StaffRequired\": 6.9417,\n            \"ArrivalRate\": 0.2442\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 2.4325,\n            \"StaffRequired\": 6.9306,\n            \"ArrivalRate\": 0.2431\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 2.4402,\n            \"StaffRequired\": 6.95,\n            \"ArrivalRate\": 0.245\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 2.442,\n            \"StaffRequired\": 6.9444,\n            \"ArrivalRate\": 0.2444\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 2.4464,\n            \"StaffRequired\": 6.9444,\n            \"ArrivalRate\": 0.2444\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 2.4485,\n            \"StaffRequired\": 6.9583,\n            \"ArrivalRate\": 0.2458\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 2.4531,\n            \"StaffRequired\": 6.9556,\n            \"ArrivalRate\": 0.2456\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 2.4568,\n            \"StaffRequired\": 6.9667,\n            \"ArrivalRate\": 0.2467\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 2.4603,\n            \"StaffRequired\": 6.9583,\n            \"ArrivalRate\": 0.2458\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 2.4642,\n            \"StaffRequired\": 6.9667,\n            \"ArrivalRate\": 0.2467\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 2.4651,\n            \"StaffRequired\": 6.975,\n            \"ArrivalRate\": 0.2475\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 2.4734,\n            \"StaffRequired\": 6.9833,\n            \"ArrivalRate\": 0.2483\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 2.4742,\n            \"StaffRequired\": 6.9722,\n            \"ArrivalRate\": 0.2472\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 2.4753,\n            \"StaffRequired\": 6.9778,\n            \"ArrivalRate\": 0.2478\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 2.4817,\n            \"StaffRequired\": 6.9917,\n            \"ArrivalRate\": 0.2492\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 2.4864,\n            \"StaffRequired\": 6.9889,\n            \"ArrivalRate\": 0.2489\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 2.4881,\n            \"StaffRequired\": 6.9861,\n            \"ArrivalRate\": 0.2486\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 2.49,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.25\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 2.4975,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.25\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 2.4983,\n            \"StaffRequired\": 6.0083,\n            \"ArrivalRate\": 0.2508\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 2.502,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.25\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 2.5066,\n            \"StaffRequired\": 6.0167,\n            \"ArrivalRate\": 0.2517\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 2.5086,\n            \"StaffRequired\": 6.0111,\n            \"ArrivalRate\": 0.2511\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 2.5149,\n            \"StaffRequired\": 6.025,\n            \"ArrivalRate\": 0.2525\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 2.5159,\n            \"StaffRequired\": 6.0139,\n            \"ArrivalRate\": 0.2514\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 2.5197,\n            \"StaffRequired\": 6.0222,\n            \"ArrivalRate\": 0.2522\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 2.5232,\n            \"StaffRequired\": 6.0333,\n            \"ArrivalRate\": 0.2533\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 2.5298,\n            \"StaffRequired\": 6.0278,\n            \"ArrivalRate\": 0.2528\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 2.5308,\n            \"StaffRequired\": 6.0333,\n            \"ArrivalRate\": 0.2533\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 2.5315,\n            \"StaffRequired\": 6.0417,\n            \"ArrivalRate\": 0.2542\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 2.5398,\n            \"StaffRequired\": 6.05,\n            \"ArrivalRate\": 0.255\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 2.5419,\n            \"StaffRequired\": 6.0444,\n            \"ArrivalRate\": 0.2544\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 2.5437,\n            \"StaffRequired\": 6.0417,\n            \"ArrivalRate\": 0.2542\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 2.5481,\n            \"StaffRequired\": 6.0583,\n            \"ArrivalRate\": 0.2558\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 2.553,\n            \"StaffRequired\": 6.0556,\n            \"ArrivalRate\": 0.2556\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 2.5564,\n            \"StaffRequired\": 6.0667,\n            \"ArrivalRate\": 0.2567\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 2.5576,\n            \"StaffRequired\": 6.0556,\n            \"ArrivalRate\": 0.2556\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 2.5641,\n            \"StaffRequired\": 6.0667,\n            \"ArrivalRate\": 0.2567\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 2.5647,\n            \"StaffRequired\": 6.075,\n            \"ArrivalRate\": 0.2575\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 2.5715,\n            \"StaffRequired\": 6.0694,\n            \"ArrivalRate\": 0.2569\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 2.573,\n            \"StaffRequired\": 6.0833,\n            \"ArrivalRate\": 0.2583\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 2.5752,\n            \"StaffRequired\": 6.0778,\n            \"ArrivalRate\": 0.2578\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 2.5813,\n            \"StaffRequired\": 6.0917,\n            \"ArrivalRate\": 0.2592\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 2.5854,\n            \"StaffRequired\": 6.0833,\n            \"ArrivalRate\": 0.2583\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 2.5863,\n            \"StaffRequired\": 6.0889,\n            \"ArrivalRate\": 0.2589\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 2.5896,\n            \"StaffRequired\": 6.1,\n            \"ArrivalRate\": 0.26\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 2.5974,\n            \"StaffRequired\": 6.1,\n            \"ArrivalRate\": 0.26\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 2.5979,\n            \"StaffRequired\": 6.1083,\n            \"ArrivalRate\": 0.2608\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 2.5993,\n            \"StaffRequired\": 6.0972,\n            \"ArrivalRate\": 0.2597\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 2.6062,\n            \"StaffRequired\": 7.1167,\n            \"ArrivalRate\": 0.2617\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 2.6085,\n            \"StaffRequired\": 6.1111,\n            \"ArrivalRate\": 0.2611\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 2.6132,\n            \"StaffRequired\": 6.1111,\n            \"ArrivalRate\": 0.2611\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 2.6145,\n            \"StaffRequired\": 7.125,\n            \"ArrivalRate\": 0.2625\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 2.6196,\n            \"StaffRequired\": 6.1222,\n            \"ArrivalRate\": 0.2622\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 2.6228,\n            \"StaffRequired\": 7.1333,\n            \"ArrivalRate\": 0.2633\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 2.6271,\n            \"StaffRequired\": 6.125,\n            \"ArrivalRate\": 0.2625\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 2.6307,\n            \"StaffRequired\": 6.1333,\n            \"ArrivalRate\": 0.2633\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 2.6311,\n            \"StaffRequired\": 7.1417,\n            \"ArrivalRate\": 0.2642\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 2.6394,\n            \"StaffRequired\": 7.15,\n            \"ArrivalRate\": 0.265\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 2.641,\n            \"StaffRequired\": 6.1389,\n            \"ArrivalRate\": 0.2639\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 2.6418,\n            \"StaffRequired\": 7.1444,\n            \"ArrivalRate\": 0.2644\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 2.6477,\n            \"StaffRequired\": 7.1583,\n            \"ArrivalRate\": 0.2658\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 2.6529,\n            \"StaffRequired\": 7.1556,\n            \"ArrivalRate\": 0.2656\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 2.6549,\n            \"StaffRequired\": 6.1528,\n            \"ArrivalRate\": 0.2653\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 2.656,\n            \"StaffRequired\": 7.1667,\n            \"ArrivalRate\": 0.2667\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 2.664,\n            \"StaffRequired\": 7.1667,\n            \"ArrivalRate\": 0.2667\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 2.6688,\n            \"StaffRequired\": 7.1667,\n            \"ArrivalRate\": 0.2667\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 2.6751,\n            \"StaffRequired\": 7.1778,\n            \"ArrivalRate\": 0.2678\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 2.6827,\n            \"StaffRequired\": 7.1806,\n            \"ArrivalRate\": 0.2681\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 2.6862,\n            \"StaffRequired\": 7.1889,\n            \"ArrivalRate\": 0.2689\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 2.6966,\n            \"StaffRequired\": 7.1944,\n            \"ArrivalRate\": 0.2694\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 2.6973,\n            \"StaffRequired\": 7.2,\n            \"ArrivalRate\": 0.27\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 2.7084,\n            \"StaffRequired\": 7.2111,\n            \"ArrivalRate\": 0.2711\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 2.7105,\n            \"StaffRequired\": 7.2083,\n            \"ArrivalRate\": 0.2708\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 2.7195,\n            \"StaffRequired\": 7.2222,\n            \"ArrivalRate\": 0.2722\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 2.7244,\n            \"StaffRequired\": 7.2222,\n            \"ArrivalRate\": 0.2722\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 2.7306,\n            \"StaffRequired\": 7.2333,\n            \"ArrivalRate\": 0.2733\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 2.7383,\n            \"StaffRequired\": 7.2361,\n            \"ArrivalRate\": 0.2736\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 2.7417,\n            \"StaffRequired\": 7.2444,\n            \"ArrivalRate\": 0.2744\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 2.7522,\n            \"StaffRequired\": 7.25,\n            \"ArrivalRate\": 0.275\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 2.7528,\n            \"StaffRequired\": 7.2556,\n            \"ArrivalRate\": 0.2756\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 2.7639,\n            \"StaffRequired\": 7.2667,\n            \"ArrivalRate\": 0.2767\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 2.7661,\n            \"StaffRequired\": 7.2639,\n            \"ArrivalRate\": 0.2764\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 2.775,\n            \"StaffRequired\": 7.2778,\n            \"ArrivalRate\": 0.2778\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 2.78,\n            \"StaffRequired\": 7.2778,\n            \"ArrivalRate\": 0.2778\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 2.7861,\n            \"StaffRequired\": 7.2889,\n            \"ArrivalRate\": 0.2789\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 2.7939,\n            \"StaffRequired\": 7.2917,\n            \"ArrivalRate\": 0.2792\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 2.7972,\n            \"StaffRequired\": 7.3,\n            \"ArrivalRate\": 0.28\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 2.8078,\n            \"StaffRequired\": 7.3056,\n            \"ArrivalRate\": 0.2806\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 2.8083,\n            \"StaffRequired\": 7.3111,\n            \"ArrivalRate\": 0.2811\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 2.8194,\n            \"StaffRequired\": 7.3222,\n            \"ArrivalRate\": 0.2822\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 2.8217,\n            \"StaffRequired\": 7.3194,\n            \"ArrivalRate\": 0.2819\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 2.8305,\n            \"StaffRequired\": 7.3333,\n            \"ArrivalRate\": 0.2833\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 2.8356,\n            \"StaffRequired\": 7.3333,\n            \"ArrivalRate\": 0.2833\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 2.8416,\n            \"StaffRequired\": 7.3444,\n            \"ArrivalRate\": 0.2844\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 2.8495,\n            \"StaffRequired\": 7.3472,\n            \"ArrivalRate\": 0.2847\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 2.8527,\n            \"StaffRequired\": 7.3556,\n            \"ArrivalRate\": 0.2856\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 2.8634,\n            \"StaffRequired\": 7.3611,\n            \"ArrivalRate\": 0.2861\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 2.8638,\n            \"StaffRequired\": 7.3667,\n            \"ArrivalRate\": 0.2867\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 2.8749,\n            \"StaffRequired\": 7.3778,\n            \"ArrivalRate\": 0.2878\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 2.8773,\n            \"StaffRequired\": 7.375,\n            \"ArrivalRate\": 0.2875\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 2.886,\n            \"StaffRequired\": 7.3889,\n            \"ArrivalRate\": 0.2889\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 2.8912,\n            \"StaffRequired\": 7.3889,\n            \"ArrivalRate\": 0.2889\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 2.8971,\n            \"StaffRequired\": 7.4,\n            \"ArrivalRate\": 0.29\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 2.9051,\n            \"StaffRequired\": 7.4028,\n            \"ArrivalRate\": 0.2903\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 2.9082,\n            \"StaffRequired\": 7.4111,\n            \"ArrivalRate\": 0.2911\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 2.919,\n            \"StaffRequired\": 7.4167,\n            \"ArrivalRate\": 0.2917\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 2.9193,\n            \"StaffRequired\": 7.4222,\n            \"ArrivalRate\": 0.2922\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 2.9304,\n            \"StaffRequired\": 7.4333,\n            \"ArrivalRate\": 0.2933\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 2.9329,\n            \"StaffRequired\": 7.4306,\n            \"ArrivalRate\": 0.2931\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 2.9415,\n            \"StaffRequired\": 7.4444,\n            \"ArrivalRate\": 0.2944\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 2.9468,\n            \"StaffRequired\": 7.4444,\n            \"ArrivalRate\": 0.2944\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 2.9526,\n            \"StaffRequired\": 7.4556,\n            \"ArrivalRate\": 0.2956\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 2.9607,\n            \"StaffRequired\": 7.4583,\n            \"ArrivalRate\": 0.2958\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 2.9637,\n            \"StaffRequired\": 7.4667,\n            \"ArrivalRate\": 0.2967\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 2.9746,\n            \"StaffRequired\": 7.4722,\n            \"ArrivalRate\": 0.2972\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 2.9748,\n            \"StaffRequired\": 7.4778,\n            \"ArrivalRate\": 0.2978\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 2.9859,\n            \"StaffRequired\": 7.4889,\n            \"ArrivalRate\": 0.2989\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 2.9885,\n            \"StaffRequired\": 7.4861,\n            \"ArrivalRate\": 0.2986\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 2.997,\n            \"StaffRequired\": 7.5,\n            \"ArrivalRate\": 0.3\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 3.0024,\n            \"StaffRequired\": 7.5,\n            \"ArrivalRate\": 0.3\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 3.0081,\n            \"StaffRequired\": 7.5111,\n            \"ArrivalRate\": 0.3011\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 3.0163,\n            \"StaffRequired\": 7.5139,\n            \"ArrivalRate\": 0.3014\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 3.0192,\n            \"StaffRequired\": 7.5222,\n            \"ArrivalRate\": 0.3022\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 3.0302,\n            \"StaffRequired\": 7.5278,\n            \"ArrivalRate\": 0.3028\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 3.0303,\n            \"StaffRequired\": 7.5333,\n            \"ArrivalRate\": 0.3033\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 3.0414,\n            \"StaffRequired\": 7.5444,\n            \"ArrivalRate\": 0.3044\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 3.0441,\n            \"StaffRequired\": 7.5417,\n            \"ArrivalRate\": 0.3042\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 3.0525,\n            \"StaffRequired\": 7.5556,\n            \"ArrivalRate\": 0.3056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 3.058,\n            \"StaffRequired\": 7.5556,\n            \"ArrivalRate\": 0.3056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 3.0636,\n            \"StaffRequired\": 7.5667,\n            \"ArrivalRate\": 0.3067\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 3.0719,\n            \"StaffRequired\": 7.5694,\n            \"ArrivalRate\": 0.3069\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 3.0747,\n            \"StaffRequired\": 7.5778,\n            \"ArrivalRate\": 0.3078\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 3.0858,\n            \"StaffRequired\": 7.5889,\n            \"ArrivalRate\": 0.3089\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 3.0858,\n            \"StaffRequired\": 7.5833,\n            \"ArrivalRate\": 0.3083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 3.0969,\n            \"StaffRequired\": 7.6,\n            \"ArrivalRate\": 0.31\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 3.0997,\n            \"StaffRequired\": 7.5972,\n            \"ArrivalRate\": 0.3097\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 3.108,\n            \"StaffRequired\": 7.6111,\n            \"ArrivalRate\": 0.3111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 3.1136,\n            \"StaffRequired\": 7.6111,\n            \"ArrivalRate\": 0.3111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 3.1191,\n            \"StaffRequired\": 7.6222,\n            \"ArrivalRate\": 0.3122\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 3.1275,\n            \"StaffRequired\": 7.625,\n            \"ArrivalRate\": 0.3125\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 3.1302,\n            \"StaffRequired\": 7.6333,\n            \"ArrivalRate\": 0.3133\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 3.1413,\n            \"StaffRequired\": 7.6444,\n            \"ArrivalRate\": 0.3144\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 3.1414,\n            \"StaffRequired\": 7.6389,\n            \"ArrivalRate\": 0.3139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 3.1524,\n            \"StaffRequired\": 7.6556,\n            \"ArrivalRate\": 0.3156\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 3.1553,\n            \"StaffRequired\": 7.6528,\n            \"ArrivalRate\": 0.3153\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 3.1635,\n            \"StaffRequired\": 7.6667,\n            \"ArrivalRate\": 0.3167\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 3.1692,\n            \"StaffRequired\": 7.6667,\n            \"ArrivalRate\": 0.3167\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 3.1746,\n            \"StaffRequired\": 7.6778,\n            \"ArrivalRate\": 0.3178\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 3.1831,\n            \"StaffRequired\": 7.6806,\n            \"ArrivalRate\": 0.3181\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 3.1857,\n            \"StaffRequired\": 7.6889,\n            \"ArrivalRate\": 0.3189\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 3.1968,\n            \"StaffRequired\": 7.7,\n            \"ArrivalRate\": 0.32\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 3.197,\n            \"StaffRequired\": 7.6944,\n            \"ArrivalRate\": 0.3194\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 3.2079,\n            \"StaffRequired\": 7.7111,\n            \"ArrivalRate\": 0.3211\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 3.2109,\n            \"StaffRequired\": 7.7083,\n            \"ArrivalRate\": 0.3208\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 3.219,\n            \"StaffRequired\": 7.7222,\n            \"ArrivalRate\": 0.3222\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 3.2248,\n            \"StaffRequired\": 7.7222,\n            \"ArrivalRate\": 0.3222\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 3.2301,\n            \"StaffRequired\": 7.7333,\n            \"ArrivalRate\": 0.3233\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 3.2387,\n            \"StaffRequired\": 7.7361,\n            \"ArrivalRate\": 0.3236\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 3.2412,\n            \"StaffRequired\": 7.7444,\n            \"ArrivalRate\": 0.3244\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 3.2523,\n            \"StaffRequired\": 7.7556,\n            \"ArrivalRate\": 0.3256\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 3.2526,\n            \"StaffRequired\": 7.75,\n            \"ArrivalRate\": 0.325\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 3.2634,\n            \"StaffRequired\": 7.7667,\n            \"ArrivalRate\": 0.3267\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 3.2665,\n            \"StaffRequired\": 7.7639,\n            \"ArrivalRate\": 0.3264\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 3.2745,\n            \"StaffRequired\": 7.7778,\n            \"ArrivalRate\": 0.3278\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 3.2804,\n            \"StaffRequired\": 7.7778,\n            \"ArrivalRate\": 0.3278\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 3.2856,\n            \"StaffRequired\": 8.7889,\n            \"ArrivalRate\": 0.3289\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 3.2943,\n            \"StaffRequired\": 7.7917,\n            \"ArrivalRate\": 0.3292\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 3.2967,\n            \"StaffRequired\": 8.8,\n            \"ArrivalRate\": 0.33\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 3.3078,\n            \"StaffRequired\": 8.8111,\n            \"ArrivalRate\": 0.3311\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 3.3082,\n            \"StaffRequired\": 7.8056,\n            \"ArrivalRate\": 0.3306\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 3.3189,\n            \"StaffRequired\": 8.8222,\n            \"ArrivalRate\": 0.3322\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 3.3221,\n            \"StaffRequired\": 8.8194,\n            \"ArrivalRate\": 0.3319\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 3.33,\n            \"StaffRequired\": 8.8333,\n            \"ArrivalRate\": 0.3333\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 3.336,\n            \"StaffRequired\": 8.8333,\n            \"ArrivalRate\": 0.3333\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 3.3411,\n            \"StaffRequired\": 8.8444,\n            \"ArrivalRate\": 0.3344\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 3.3499,\n            \"StaffRequired\": 8.8472,\n            \"ArrivalRate\": 0.3347\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 3.3522,\n            \"StaffRequired\": 8.8556,\n            \"ArrivalRate\": 0.3356\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 3.3633,\n            \"StaffRequired\": 8.8667,\n            \"ArrivalRate\": 0.3367\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 3.3638,\n            \"StaffRequired\": 8.8611,\n            \"ArrivalRate\": 0.3361\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 3.3744,\n            \"StaffRequired\": 8.8778,\n            \"ArrivalRate\": 0.3378\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 3.3777,\n            \"StaffRequired\": 8.875,\n            \"ArrivalRate\": 0.3375\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 3.3855,\n            \"StaffRequired\": 8.8889,\n            \"ArrivalRate\": 0.3389\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 3.3916,\n            \"StaffRequired\": 8.8889,\n            \"ArrivalRate\": 0.3389\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 3.3966,\n            \"StaffRequired\": 8.9,\n            \"ArrivalRate\": 0.34\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 3.4055,\n            \"StaffRequired\": 8.9028,\n            \"ArrivalRate\": 0.3403\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 3.4077,\n            \"StaffRequired\": 8.9111,\n            \"ArrivalRate\": 0.3411\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 3.4188,\n            \"StaffRequired\": 8.9222,\n            \"ArrivalRate\": 0.3422\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 3.4194,\n            \"StaffRequired\": 8.9167,\n            \"ArrivalRate\": 0.3417\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 3.4299,\n            \"StaffRequired\": 8.9333,\n            \"ArrivalRate\": 0.3433\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 3.4333,\n            \"StaffRequired\": 8.9306,\n            \"ArrivalRate\": 0.3431\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 3.441,\n            \"StaffRequired\": 8.9444,\n            \"ArrivalRate\": 0.3444\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 3.4472,\n            \"StaffRequired\": 8.9444,\n            \"ArrivalRate\": 0.3444\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 3.4521,\n            \"StaffRequired\": 8.9556,\n            \"ArrivalRate\": 0.3456\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 3.4611,\n            \"StaffRequired\": 8.9583,\n            \"ArrivalRate\": 0.3458\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 3.4632,\n            \"StaffRequired\": 8.9667,\n            \"ArrivalRate\": 0.3467\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 3.4743,\n            \"StaffRequired\": 8.9778,\n            \"ArrivalRate\": 0.3478\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 3.475,\n            \"StaffRequired\": 8.9722,\n            \"ArrivalRate\": 0.3472\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 3.4854,\n            \"StaffRequired\": 8.9889,\n            \"ArrivalRate\": 0.3489\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 3.4889,\n            \"StaffRequired\": 8.9861,\n            \"ArrivalRate\": 0.3486\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 3.4965,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.35\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 3.5028,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.35\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 3.5076,\n            \"StaffRequired\": 8.0111,\n            \"ArrivalRate\": 0.3511\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 3.5167,\n            \"StaffRequired\": 8.0139,\n            \"ArrivalRate\": 0.3514\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 3.5187,\n            \"StaffRequired\": 8.0222,\n            \"ArrivalRate\": 0.3522\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 3.5298,\n            \"StaffRequired\": 8.0333,\n            \"ArrivalRate\": 0.3533\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 3.5306,\n            \"StaffRequired\": 8.0278,\n            \"ArrivalRate\": 0.3528\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 3.5409,\n            \"StaffRequired\": 8.0444,\n            \"ArrivalRate\": 0.3544\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 3.5445,\n            \"StaffRequired\": 8.0417,\n            \"ArrivalRate\": 0.3542\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 3.552,\n            \"StaffRequired\": 8.0556,\n            \"ArrivalRate\": 0.3556\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 3.5584,\n            \"StaffRequired\": 8.0556,\n            \"ArrivalRate\": 0.3556\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 3.5723,\n            \"StaffRequired\": 8.0694,\n            \"ArrivalRate\": 0.3569\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 3.5862,\n            \"StaffRequired\": 8.0833,\n            \"ArrivalRate\": 0.3583\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 3.6001,\n            \"StaffRequired\": 8.0972,\n            \"ArrivalRate\": 0.3597\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 3.614,\n            \"StaffRequired\": 8.1111,\n            \"ArrivalRate\": 0.3611\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 3.6279,\n            \"StaffRequired\": 8.125,\n            \"ArrivalRate\": 0.3625\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 3.6418,\n            \"StaffRequired\": 8.1389,\n            \"ArrivalRate\": 0.3639\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 3.6557,\n            \"StaffRequired\": 8.1528,\n            \"ArrivalRate\": 0.3653\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 3.6696,\n            \"StaffRequired\": 8.1667,\n            \"ArrivalRate\": 0.3667\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 3.6835,\n            \"StaffRequired\": 8.1806,\n            \"ArrivalRate\": 0.3681\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 3.6974,\n            \"StaffRequired\": 8.1944,\n            \"ArrivalRate\": 0.3694\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 3.7113,\n            \"StaffRequired\": 8.2083,\n            \"ArrivalRate\": 0.3708\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 3.7252,\n            \"StaffRequired\": 8.2222,\n            \"ArrivalRate\": 0.3722\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 3.7391,\n            \"StaffRequired\": 8.2361,\n            \"ArrivalRate\": 0.3736\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 3.753,\n            \"StaffRequired\": 8.25,\n            \"ArrivalRate\": 0.375\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 3.7669,\n            \"StaffRequired\": 8.2639,\n            \"ArrivalRate\": 0.3764\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 3.7808,\n            \"StaffRequired\": 8.2778,\n            \"ArrivalRate\": 0.3778\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 3.7947,\n            \"StaffRequired\": 8.2917,\n            \"ArrivalRate\": 0.3792\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 3.8086,\n            \"StaffRequired\": 8.3056,\n            \"ArrivalRate\": 0.3806\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 3.8225,\n            \"StaffRequired\": 8.3194,\n            \"ArrivalRate\": 0.3819\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 3.8364,\n            \"StaffRequired\": 8.3333,\n            \"ArrivalRate\": 0.3833\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 3.8503,\n            \"StaffRequired\": 8.3472,\n            \"ArrivalRate\": 0.3847\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 3.8642,\n            \"StaffRequired\": 8.3611,\n            \"ArrivalRate\": 0.3861\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 3.8781,\n            \"StaffRequired\": 8.375,\n            \"ArrivalRate\": 0.3875\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 3.892,\n            \"StaffRequired\": 8.3889,\n            \"ArrivalRate\": 0.3889\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 3.9059,\n            \"StaffRequired\": 8.4028,\n            \"ArrivalRate\": 0.3903\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 3.9198,\n            \"StaffRequired\": 8.4167,\n            \"ArrivalRate\": 0.3917\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 3.9337,\n            \"StaffRequired\": 8.4306,\n            \"ArrivalRate\": 0.3931\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 3.9476,\n            \"StaffRequired\": 8.4444,\n            \"ArrivalRate\": 0.3944\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 3.9615,\n            \"StaffRequired\": 8.4583,\n            \"ArrivalRate\": 0.3958\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 3.9754,\n            \"StaffRequired\": 8.4722,\n            \"ArrivalRate\": 0.3972\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 3.9893,\n            \"StaffRequired\": 9.4861,\n            \"ArrivalRate\": 0.3986\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 4.0032,\n            \"StaffRequired\": 9.5,\n            \"ArrivalRate\": 0.4\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 4.0171,\n            \"StaffRequired\": 9.5139,\n            \"ArrivalRate\": 0.4014\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 4.031,\n            \"StaffRequired\": 9.5278,\n            \"ArrivalRate\": 0.4028\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 4.0449,\n            \"StaffRequired\": 9.5417,\n            \"ArrivalRate\": 0.4042\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 4.0588,\n            \"StaffRequired\": 9.5556,\n            \"ArrivalRate\": 0.4056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 4.0727,\n            \"StaffRequired\": 9.5694,\n            \"ArrivalRate\": 0.4069\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 4.0866,\n            \"StaffRequired\": 9.5833,\n            \"ArrivalRate\": 0.4083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 4.1005,\n            \"StaffRequired\": 9.5972,\n            \"ArrivalRate\": 0.4097\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 4.1144,\n            \"StaffRequired\": 9.6111,\n            \"ArrivalRate\": 0.4111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 4.1283,\n            \"StaffRequired\": 9.625,\n            \"ArrivalRate\": 0.4125\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 4.1422,\n            \"StaffRequired\": 9.6389,\n            \"ArrivalRate\": 0.4139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 4.1561,\n            \"StaffRequired\": 9.6528,\n            \"ArrivalRate\": 0.4153\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 4.17,\n            \"StaffRequired\": 9.6667,\n            \"ArrivalRate\": 0.4167\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 4.1839,\n            \"StaffRequired\": 9.6806,\n            \"ArrivalRate\": 0.4181\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 4.1978,\n            \"StaffRequired\": 9.6944,\n            \"ArrivalRate\": 0.4194\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 4.2117,\n            \"StaffRequired\": 9.7083,\n            \"ArrivalRate\": 0.4208\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 4.2256,\n            \"StaffRequired\": 9.7222,\n            \"ArrivalRate\": 0.4222\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 4.2395,\n            \"StaffRequired\": 9.7361,\n            \"ArrivalRate\": 0.4236\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 4.2534,\n            \"StaffRequired\": 9.75,\n            \"ArrivalRate\": 0.425\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 4.2673,\n            \"StaffRequired\": 9.7639,\n            \"ArrivalRate\": 0.4264\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 4.2812,\n            \"StaffRequired\": 9.7778,\n            \"ArrivalRate\": 0.4278\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 4.2951,\n            \"StaffRequired\": 9.7917,\n            \"ArrivalRate\": 0.4292\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 4.309,\n            \"StaffRequired\": 9.8056,\n            \"ArrivalRate\": 0.4306\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 4.3229,\n            \"StaffRequired\": 9.8194,\n            \"ArrivalRate\": 0.4319\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 4.3368,\n            \"StaffRequired\": 9.8333,\n            \"ArrivalRate\": 0.4333\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 4.3507,\n            \"StaffRequired\": 9.8472,\n            \"ArrivalRate\": 0.4347\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 4.3646,\n            \"StaffRequired\": 9.8611,\n            \"ArrivalRate\": 0.4361\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 4.3785,\n            \"StaffRequired\": 9.875,\n            \"ArrivalRate\": 0.4375\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 4.3924,\n            \"StaffRequired\": 9.8889,\n            \"ArrivalRate\": 0.4389\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 4.4063,\n            \"StaffRequired\": 9.9028,\n            \"ArrivalRate\": 0.4403\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 4.4202,\n            \"StaffRequired\": 9.9167,\n            \"ArrivalRate\": 0.4417\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 4.4341,\n            \"StaffRequired\": 9.9306,\n            \"ArrivalRate\": 0.4431\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 4.448,\n            \"StaffRequired\": 9.9444,\n            \"ArrivalRate\": 0.4444\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"b3764efe-f84f-4c05-b2fa-74f161d8d6bf","name":"Contact Range without Service Level","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/StaffingRequirements?contactPerInterval=3&minContacts=2&maxContacts=5&minHandleTime=100&maxHandleTime=320&slotsPerHour=10&targetDelay=10","host":["{{envName}}"],"path":["api","StaffingRequirements"],"query":[{"key":"contactPerInterval","value":"3","description":"Number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts."},{"key":"minContacts","value":"2","description":"Minimum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts."},{"key":"maxContacts","value":"5","description":"Maximum number of contacts estimated for each interval. You must use EITHER contactPerInterval or maxContacts and minContacts."},{"key":"handleTimeInSeconds","value":"320","description":"Average handle time for contacts in seconds.","disabled":true},{"key":"minHandleTime","value":"100","description":"Minimum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime."},{"key":"maxHandleTime","value":"320","description":"Maximum handle time estimated for each contact. You must use EITHER handleTimeInSeconds or maxHandleTime and minHandleTime."},{"key":"slotsPerHour","value":"10","description":"REQUIRED: Number of agent slots per hour."},{"key":"targetServiceLevel","value":"95","description":"Service level target; used for ensuring adequate staffing by service level criteria.","disabled":true},{"key":"targetDelay","value":"10","description":"REQUIRED: Target delay in seconds."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhqEc/WTJK5YVa3WT5VsAoY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:19:55 GMT"},{"key":"Content-Length","value":"84076"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"Contacts\": 2,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 0.56,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 0.5656,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 0.5712,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 0.5768,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 0.5824,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 0.588,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 0.5936,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 0.5992,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 0.6048,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 0.6104,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 0.616,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 0.6216,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 0.6272,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 0.6328,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 0.6384,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 0.644,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 0.6496,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 0.6552,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 0.6608,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 0.6664,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 0.672,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 0.6776,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 0.6832,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 0.6888,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 0.6944,\n            \"StaffRequired\": 2,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 0.7,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 0.7056,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 0.7112,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 0.7168,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 0.7224,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 0.728,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 0.7336,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 0.7392,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 0.7448,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 0.7504,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 0.756,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 0.7616,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 0.7672,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 0.7728,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 0.7784,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 0.784,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 0.7896,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 0.7952,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 0.8008,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 0.8064,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 0.812,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 0.8176,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 0.8232,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 0.8288,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 0.83,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 0.8344,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 0.8383,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 0.84,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 0.8456,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 0.8466,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 0.8512,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 0.8549,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 0.8568,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 0.8624,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 0.8632,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 0.868,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 0.8715,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 0.8736,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 0.8792,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 0.8798,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 0.8848,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 0.8881,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 0.8904,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 0.896,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 0.8964,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 0.9016,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 0.9047,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 0.9072,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 0.9128,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 0.913,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 0.9184,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 0.9213,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 0.924,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 0.9296,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 0.9296,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 0.9352,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 0.9379,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 0.9408,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 0.9462,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 0.9464,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 0.952,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 0.9545,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 0.9576,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 0.9628,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 0.9632,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 0.9688,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 0.9711,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 0.9744,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 0.9794,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 0.98,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 0.9856,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 0.9877,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 0.9912,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 0.996,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 0.9968,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 1.0024,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 1.0043,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 1.008,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 1.0126,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 1.0136,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 1.0192,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 1.0209,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 1.0248,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 1.0292,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 1.0304,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 1.036,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 1.0375,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 1.0416,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 1.0458,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 1.0472,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 1.0528,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 1.0541,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 1.0584,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 1.0624,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 1.064,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 1.0696,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 1.0707,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 1.0752,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 1.079,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 1.0808,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 1.0864,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 1.0873,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 1.092,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 1.0956,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 1.0976,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 1.1032,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 1.1039,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 1.1088,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 1.11,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 1.1122,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 1.1144,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 1.12,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 1.1205,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 1.1211,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 1.1256,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 1.1288,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 1.1312,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 1.1322,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 1.1368,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 1.1371,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 1.1424,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 1.1433,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 1.1454,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 1.148,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 1.1536,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 1.1537,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 1.1544,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 1.1592,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 1.162,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 1.1648,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 1.1655,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 1.1703,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 1.1704,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 1.176,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 1.1766,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 1.1786,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 1.1816,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 1.1869,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 1.1872,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 1.1877,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 1.1928,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 1.1952,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 1.1984,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 1.1988,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 1.2035,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 1.204,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 1.2096,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 1.2099,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 1.2118,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 1.2152,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 1.2201,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 1.2208,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 1.221,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 1.2264,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 1.2284,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 1.232,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 1.2321,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 1.2367,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 1.2376,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 1.2432,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 1.2432,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 1.245,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 1.2488,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 1.2533,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 1.2543,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 1.2544,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 1.26,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 1.2616,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 1.2654,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 1.2656,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 1.2699,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 1.2712,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 1.2765,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 1.2768,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 1.2782,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 1.2824,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 1.2865,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 1.2876,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 1.288,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 1.2936,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 1.2948,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 1.2987,\n            \"StaffRequired\": 3,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 1.2992,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 1.3031,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 1.3048,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 1.3098,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 1.3104,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 1.3114,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 1.316,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 1.3197,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 1.3209,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 1.3216,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 1.3272,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 1.328,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 1.332,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 1.3328,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 1.3363,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 1.3384,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 1.3431,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 1.344,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 1.3446,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 1.3496,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 1.3529,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 1.3542,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 1.3552,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 1.3608,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 1.3612,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 1.3653,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 1.3664,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 1.3695,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 1.372,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 1.3764,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 1.3776,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 1.3778,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 1.3832,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 1.3861,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 1.3875,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 1.3888,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 100,\n            \"TrafficIntensity\": 1.39,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 1.3944,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 1.3944,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 1.3986,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 1.4,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 1.4027,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 101,\n            \"TrafficIntensity\": 1.4039,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 1.4056,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 1.4097,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 1.411,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 1.4112,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 1.4168,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 102,\n            \"TrafficIntensity\": 1.4178,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 1.4193,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 1.4208,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 1.4224,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 1.4276,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 1.428,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 103,\n            \"TrafficIntensity\": 1.4317,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 1.4319,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 1.4336,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 1.4359,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 1.4392,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 1.443,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 1.4442,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 1.4448,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 104,\n            \"TrafficIntensity\": 1.4456,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 1.4504,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 1.4525,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 1.4541,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 1.456,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 105,\n            \"TrafficIntensity\": 1.4595,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 1.4608,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 1.4616,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 1.4652,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 1.4672,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 1.4691,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 1.4728,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 106,\n            \"TrafficIntensity\": 1.4734,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 1.4763,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 1.4774,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 1.4784,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 1.484,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 1.4857,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 107,\n            \"TrafficIntensity\": 1.4873,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 1.4874,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 1.4896,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 1.494,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 1.4952,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 1.4985,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 1.5008,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 108,\n            \"TrafficIntensity\": 1.5012,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 1.5023,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 1.5064,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 1.5096,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 1.5106,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 1.512,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 109,\n            \"TrafficIntensity\": 1.5151,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 1.5176,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 1.5189,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 1.5207,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 1.5232,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 1.5272,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 1.5288,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 110,\n            \"TrafficIntensity\": 1.529,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 1.5318,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 1.5344,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 1.5355,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 1.54,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 1.5429,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 111,\n            \"TrafficIntensity\": 1.5429,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 1.5438,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 1.5456,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 1.5512,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 1.5521,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 1.554,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 1.5568,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 112,\n            \"TrafficIntensity\": 1.5568,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 1.5604,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 1.5624,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 1.5651,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 1.568,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 1.5687,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 113,\n            \"TrafficIntensity\": 1.5707,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 1.5736,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 1.5762,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 1.577,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 1.5792,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 114,\n            \"TrafficIntensity\": 1.5846,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 1.5848,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 1.5853,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 1.5873,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 1.5904,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 1.5936,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 1.596,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 1.5984,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 115,\n            \"TrafficIntensity\": 1.5985,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 1.6016,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 1.6019,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 1.6072,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 1.6095,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 1.6102,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 116,\n            \"TrafficIntensity\": 1.6124,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 1.6128,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 1.6184,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 1.6185,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 1.6206,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 1.624,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 117,\n            \"TrafficIntensity\": 1.6263,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 1.6268,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 1.6296,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 1.6317,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 1.6351,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 1.6352,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 118,\n            \"TrafficIntensity\": 1.6402,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 1.6408,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 1.6428,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 1.6434,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 1.6464,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 1.6517,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 1.652,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 1.6539,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 119,\n            \"TrafficIntensity\": 1.6541,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 1.6576,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 1.66,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 1.6632,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 1.665,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 120,\n            \"TrafficIntensity\": 1.668,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 1.6683,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 1.6688,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 1.6744,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 1.6761,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 1.6766,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 1.68,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 121,\n            \"TrafficIntensity\": 1.6819,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 1.6849,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 1.6856,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 1.6872,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 1.6912,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 1.6932,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 122,\n            \"TrafficIntensity\": 1.6958,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 1.6968,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 1.6983,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 1.7015,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 1.7024,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 1.708,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 1.7094,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 123,\n            \"TrafficIntensity\": 1.7097,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 1.7098,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 1.7136,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 1.7181,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 1.7192,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 1.7205,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 124,\n            \"TrafficIntensity\": 1.7236,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 1.7248,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 1.7264,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 1.7304,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 1.7316,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 1.7347,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 1.736,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 125,\n            \"TrafficIntensity\": 1.7375,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 1.7416,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 1.7427,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 1.743,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 1.7472,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 1.7513,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 126,\n            \"TrafficIntensity\": 1.7514,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 1.7528,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 1.7538,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 1.7584,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 1.7596,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 1.764,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 1.7649,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 127,\n            \"TrafficIntensity\": 1.7653,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 1.7679,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 1.7696,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 1.7752,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 1.776,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 1.7762,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 128,\n            \"TrafficIntensity\": 1.7792,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 1.7808,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 1.7845,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 1.7864,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 1.7871,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 2,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 1.792,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0056\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 1.7928,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 129,\n            \"TrafficIntensity\": 1.7931,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 1.7982,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 1.8011,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 130,\n            \"TrafficIntensity\": 1.807,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 1.8093,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 1.8094,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 1.8177,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 1.8204,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 131,\n            \"TrafficIntensity\": 1.8209,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 1.826,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 1.8315,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 1.8343,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 132,\n            \"TrafficIntensity\": 1.8348,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 1.8426,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 1.8426,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 133,\n            \"TrafficIntensity\": 1.8487,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 1.8509,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 1.8537,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 1.8592,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 134,\n            \"TrafficIntensity\": 1.8626,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 1.8648,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 1.8675,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 1.8758,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 1.8759,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 135,\n            \"TrafficIntensity\": 1.8765,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 1.8841,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 1.887,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 136,\n            \"TrafficIntensity\": 1.8904,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 1.8924,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 1.8981,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 1.9007,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 137,\n            \"TrafficIntensity\": 1.9043,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 1.909,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 1.9092,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 1.9173,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 138,\n            \"TrafficIntensity\": 1.9182,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 1.9203,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 1.9256,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 1.9314,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 139,\n            \"TrafficIntensity\": 1.9321,\n            \"StaffRequired\": 4,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 1.9339,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 1.9422,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 1.9425,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 140,\n            \"TrafficIntensity\": 1.946,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 1.9505,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 1.9536,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 1.9588,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 141,\n            \"TrafficIntensity\": 1.9599,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 1.9647,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 1.9671,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 142,\n            \"TrafficIntensity\": 1.9738,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 1.9754,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 1.9758,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 1.9837,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 1.9869,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 143,\n            \"TrafficIntensity\": 1.9877,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 1.992,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 1.998,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 2.0003,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 144,\n            \"TrafficIntensity\": 2.0016,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 2.0086,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 2.0091,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 145,\n            \"TrafficIntensity\": 2.0155,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 2.0169,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 2.0202,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 2.0252,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 146,\n            \"TrafficIntensity\": 2.0294,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 2.0313,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 2.0335,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 2.0418,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 2.0424,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 147,\n            \"TrafficIntensity\": 2.0433,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 2.0501,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 2.0535,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 148,\n            \"TrafficIntensity\": 2.0572,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 2.0584,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 2.0646,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 2.0667,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 149,\n            \"TrafficIntensity\": 2.0711,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 2.075,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 2.0757,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 2.0833,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 150,\n            \"TrafficIntensity\": 2.085,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 2.0868,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 2.0916,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 2.0979,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 151,\n            \"TrafficIntensity\": 2.0989,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 2.0999,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 2.1082,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 2.109,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 152,\n            \"TrafficIntensity\": 2.1128,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 2.1165,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 2.1201,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 2.1248,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 153,\n            \"TrafficIntensity\": 2.1267,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 2.1312,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 2.1331,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 154,\n            \"TrafficIntensity\": 2.1406,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 2.1414,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 2.1423,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 2.1497,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 2.1534,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 155,\n            \"TrafficIntensity\": 2.1545,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 2.158,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 2.1645,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 2.1663,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 156,\n            \"TrafficIntensity\": 2.1684,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 2.1746,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 2.1756,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 157,\n            \"TrafficIntensity\": 2.1823,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 2.1829,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 2.1867,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 2.1912,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 158,\n            \"TrafficIntensity\": 2.1962,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 2.1978,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 2.1995,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 2.2078,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 2.2089,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 159,\n            \"TrafficIntensity\": 2.2101,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 2.2161,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 2.22,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 160,\n            \"TrafficIntensity\": 2.224,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 2.2244,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 2.2311,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 2.2327,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 161,\n            \"TrafficIntensity\": 2.2379,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 2.241,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 2.2422,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 2.2493,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 162,\n            \"TrafficIntensity\": 2.2518,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 2.2533,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 2.2576,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 2.2644,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 163,\n            \"TrafficIntensity\": 2.2657,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 2.2659,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 2.2742,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 2.2755,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 164,\n            \"TrafficIntensity\": 2.2796,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 2.2825,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 2.2866,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 2.2908,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 165,\n            \"TrafficIntensity\": 2.2935,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 2.2977,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 2.2991,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 2.3074,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 166,\n            \"TrafficIntensity\": 2.3074,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 2.3088,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 2.3157,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 2.3199,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 167,\n            \"TrafficIntensity\": 2.3213,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 2.324,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 2.331,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 2.3323,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 168,\n            \"TrafficIntensity\": 2.3352,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 2.3406,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 2.3421,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 2.3489,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 169,\n            \"TrafficIntensity\": 2.3491,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 2.3532,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 2.3572,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 170,\n            \"TrafficIntensity\": 2.363,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 2.3643,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 2.3655,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 2.3738,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 2.3754,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 171,\n            \"TrafficIntensity\": 2.3769,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 2.3821,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 2.3865,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 2.3904,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 172,\n            \"TrafficIntensity\": 2.3908,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 2.3976,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 2.3987,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 173,\n            \"TrafficIntensity\": 2.4047,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 2.407,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 2.4087,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 2.4153,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 174,\n            \"TrafficIntensity\": 2.4186,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 2.4198,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 2.4236,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 2.4309,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 2.4319,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 175,\n            \"TrafficIntensity\": 2.4325,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 2.4402,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 2.442,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 176,\n            \"TrafficIntensity\": 2.4464,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 2.4485,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 2.4531,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 2.4568,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 177,\n            \"TrafficIntensity\": 2.4603,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 2.4642,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 2.4651,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 2.4734,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 178,\n            \"TrafficIntensity\": 2.4742,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 2.4753,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 2.4817,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 2.4864,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 179,\n            \"TrafficIntensity\": 2.4881,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 2.49,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 2.4975,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 2.4983,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 180,\n            \"TrafficIntensity\": 2.502,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 2.5066,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 2.5086,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 2.5149,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 181,\n            \"TrafficIntensity\": 2.5159,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 2.5197,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 2.5232,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 182,\n            \"TrafficIntensity\": 2.5298,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 2.5308,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 2.5315,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 2.5398,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 2.5419,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 183,\n            \"TrafficIntensity\": 2.5437,\n            \"StaffRequired\": 5,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 2.5481,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 2.553,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 2.5564,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 184,\n            \"TrafficIntensity\": 2.5576,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 2.5641,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 2.5647,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 185,\n            \"TrafficIntensity\": 2.5715,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 2.573,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 2.5752,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 2.5813,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 186,\n            \"TrafficIntensity\": 2.5854,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 2.5863,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 2.5896,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 2.5974,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 2.5979,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 187,\n            \"TrafficIntensity\": 2.5993,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 2.6062,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 2.6085,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 188,\n            \"TrafficIntensity\": 2.6132,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 2.6145,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 2.6196,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 2.6228,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 189,\n            \"TrafficIntensity\": 2.6271,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 2.6307,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 2.6311,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 2.6394,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 190,\n            \"TrafficIntensity\": 2.641,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 2.6418,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 2.6477,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 2.6529,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 191,\n            \"TrafficIntensity\": 2.6549,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 3,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 2.656,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0083\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 2.664,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 192,\n            \"TrafficIntensity\": 2.6688,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 2.6751,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 193,\n            \"TrafficIntensity\": 2.6827,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 2.6862,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 194,\n            \"TrafficIntensity\": 2.6966,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 2.6973,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 2.7084,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 195,\n            \"TrafficIntensity\": 2.7105,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 2.7195,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 196,\n            \"TrafficIntensity\": 2.7244,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 2.7306,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 197,\n            \"TrafficIntensity\": 2.7383,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 2.7417,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 198,\n            \"TrafficIntensity\": 2.7522,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 2.7528,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 2.7639,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 199,\n            \"TrafficIntensity\": 2.7661,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 2.775,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 200,\n            \"TrafficIntensity\": 2.78,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 2.7861,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 201,\n            \"TrafficIntensity\": 2.7939,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 2.7972,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 202,\n            \"TrafficIntensity\": 2.8078,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 2.8083,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 2.8194,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 203,\n            \"TrafficIntensity\": 2.8217,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 2.8305,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 204,\n            \"TrafficIntensity\": 2.8356,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 2.8416,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 205,\n            \"TrafficIntensity\": 2.8495,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 2.8527,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 206,\n            \"TrafficIntensity\": 2.8634,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 2.8638,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 2.8749,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 207,\n            \"TrafficIntensity\": 2.8773,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 2.886,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 208,\n            \"TrafficIntensity\": 2.8912,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 2.8971,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 209,\n            \"TrafficIntensity\": 2.9051,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 2.9082,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 210,\n            \"TrafficIntensity\": 2.919,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 2.9193,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 2.9304,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 211,\n            \"TrafficIntensity\": 2.9329,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 2.9415,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 212,\n            \"TrafficIntensity\": 2.9468,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 2.9526,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 213,\n            \"TrafficIntensity\": 2.9607,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 2.9637,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 214,\n            \"TrafficIntensity\": 2.9746,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 2.9748,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 2.9859,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 215,\n            \"TrafficIntensity\": 2.9885,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 2.997,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 216,\n            \"TrafficIntensity\": 3.0024,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 3.0081,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 217,\n            \"TrafficIntensity\": 3.0163,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 3.0192,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 218,\n            \"TrafficIntensity\": 3.0302,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 3.0303,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 3.0414,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 219,\n            \"TrafficIntensity\": 3.0441,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 3.0525,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 220,\n            \"TrafficIntensity\": 3.058,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 3.0636,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 221,\n            \"TrafficIntensity\": 3.0719,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 3.0747,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 3.0858,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 222,\n            \"TrafficIntensity\": 3.0858,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 3.0969,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 223,\n            \"TrafficIntensity\": 3.0997,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 3.108,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 224,\n            \"TrafficIntensity\": 3.1136,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 3.1191,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 225,\n            \"TrafficIntensity\": 3.1275,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 3.1302,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 3.1413,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 226,\n            \"TrafficIntensity\": 3.1414,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 3.1524,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 227,\n            \"TrafficIntensity\": 3.1553,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 3.1635,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 228,\n            \"TrafficIntensity\": 3.1692,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 3.1746,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 229,\n            \"TrafficIntensity\": 3.1831,\n            \"StaffRequired\": 6,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 3.1857,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 3.1968,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 230,\n            \"TrafficIntensity\": 3.197,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 3.2079,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 231,\n            \"TrafficIntensity\": 3.2109,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 3.219,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 232,\n            \"TrafficIntensity\": 3.2248,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 3.2301,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 233,\n            \"TrafficIntensity\": 3.2387,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 3.2412,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 3.2523,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 234,\n            \"TrafficIntensity\": 3.2526,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 3.2634,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 235,\n            \"TrafficIntensity\": 3.2665,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 3.2745,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 236,\n            \"TrafficIntensity\": 3.2804,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 3.2856,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 237,\n            \"TrafficIntensity\": 3.2943,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 3.2967,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 3.3078,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 238,\n            \"TrafficIntensity\": 3.3082,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 3.3189,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 239,\n            \"TrafficIntensity\": 3.3221,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 3.33,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 240,\n            \"TrafficIntensity\": 3.336,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 3.3411,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 241,\n            \"TrafficIntensity\": 3.3499,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 3.3522,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 3.3633,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 242,\n            \"TrafficIntensity\": 3.3638,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 3.3744,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 243,\n            \"TrafficIntensity\": 3.3777,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 3.3855,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 244,\n            \"TrafficIntensity\": 3.3916,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 3.3966,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 245,\n            \"TrafficIntensity\": 3.4055,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 3.4077,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 3.4188,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 246,\n            \"TrafficIntensity\": 3.4194,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 3.4299,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 247,\n            \"TrafficIntensity\": 3.4333,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 3.441,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 248,\n            \"TrafficIntensity\": 3.4472,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 3.4521,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 249,\n            \"TrafficIntensity\": 3.4611,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 3.4632,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 3.4743,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 250,\n            \"TrafficIntensity\": 3.475,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 3.4854,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 251,\n            \"TrafficIntensity\": 3.4889,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 3.4965,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 252,\n            \"TrafficIntensity\": 3.5028,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 3.5076,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 253,\n            \"TrafficIntensity\": 3.5167,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 3.5187,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 3.5298,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 254,\n            \"TrafficIntensity\": 3.5306,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 3.5409,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 255,\n            \"TrafficIntensity\": 3.5445,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 4,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 3.552,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0111\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 256,\n            \"TrafficIntensity\": 3.5584,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 257,\n            \"TrafficIntensity\": 3.5723,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 258,\n            \"TrafficIntensity\": 3.5862,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 259,\n            \"TrafficIntensity\": 3.6001,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 260,\n            \"TrafficIntensity\": 3.614,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 261,\n            \"TrafficIntensity\": 3.6279,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 262,\n            \"TrafficIntensity\": 3.6418,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 263,\n            \"TrafficIntensity\": 3.6557,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 264,\n            \"TrafficIntensity\": 3.6696,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 265,\n            \"TrafficIntensity\": 3.6835,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 266,\n            \"TrafficIntensity\": 3.6974,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 267,\n            \"TrafficIntensity\": 3.7113,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 268,\n            \"TrafficIntensity\": 3.7252,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 269,\n            \"TrafficIntensity\": 3.7391,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 270,\n            \"TrafficIntensity\": 3.753,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 271,\n            \"TrafficIntensity\": 3.7669,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 272,\n            \"TrafficIntensity\": 3.7808,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 273,\n            \"TrafficIntensity\": 3.7947,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 274,\n            \"TrafficIntensity\": 3.8086,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 275,\n            \"TrafficIntensity\": 3.8225,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 276,\n            \"TrafficIntensity\": 3.8364,\n            \"StaffRequired\": 7,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 277,\n            \"TrafficIntensity\": 3.8503,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 278,\n            \"TrafficIntensity\": 3.8642,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 279,\n            \"TrafficIntensity\": 3.8781,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 280,\n            \"TrafficIntensity\": 3.892,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 281,\n            \"TrafficIntensity\": 3.9059,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 282,\n            \"TrafficIntensity\": 3.9198,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 283,\n            \"TrafficIntensity\": 3.9337,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 284,\n            \"TrafficIntensity\": 3.9476,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 285,\n            \"TrafficIntensity\": 3.9615,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 286,\n            \"TrafficIntensity\": 3.9754,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 287,\n            \"TrafficIntensity\": 3.9893,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 288,\n            \"TrafficIntensity\": 4.0032,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 289,\n            \"TrafficIntensity\": 4.0171,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 290,\n            \"TrafficIntensity\": 4.031,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 291,\n            \"TrafficIntensity\": 4.0449,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 292,\n            \"TrafficIntensity\": 4.0588,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 293,\n            \"TrafficIntensity\": 4.0727,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 294,\n            \"TrafficIntensity\": 4.0866,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 295,\n            \"TrafficIntensity\": 4.1005,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 296,\n            \"TrafficIntensity\": 4.1144,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 297,\n            \"TrafficIntensity\": 4.1283,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 298,\n            \"TrafficIntensity\": 4.1422,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 299,\n            \"TrafficIntensity\": 4.1561,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 300,\n            \"TrafficIntensity\": 4.17,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 301,\n            \"TrafficIntensity\": 4.1839,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 302,\n            \"TrafficIntensity\": 4.1978,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 303,\n            \"TrafficIntensity\": 4.2117,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 304,\n            \"TrafficIntensity\": 4.2256,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 305,\n            \"TrafficIntensity\": 4.2395,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 306,\n            \"TrafficIntensity\": 4.2534,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 307,\n            \"TrafficIntensity\": 4.2673,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 308,\n            \"TrafficIntensity\": 4.2812,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 309,\n            \"TrafficIntensity\": 4.2951,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 310,\n            \"TrafficIntensity\": 4.309,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 311,\n            \"TrafficIntensity\": 4.3229,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 312,\n            \"TrafficIntensity\": 4.3368,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 313,\n            \"TrafficIntensity\": 4.3507,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 314,\n            \"TrafficIntensity\": 4.3646,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 315,\n            \"TrafficIntensity\": 4.3785,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 316,\n            \"TrafficIntensity\": 4.3924,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 317,\n            \"TrafficIntensity\": 4.4063,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 318,\n            \"TrafficIntensity\": 4.4202,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 319,\n            \"TrafficIntensity\": 4.4341,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        },\n        {\n            \"Contacts\": 5,\n            \"AHT\": 320,\n            \"TrafficIntensity\": 4.448,\n            \"StaffRequired\": 8,\n            \"ArrivalRate\": 0.0139\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"6c626ec5-62e8-4f8a-88ac-38d8ace15350"}],"id":"cdfd7023-d089-40e7-b571-246cc1044eac","description":"<p>The Forecast endpoints allow for viewing, creating, editing, or removing forecasts within CommunityWebAPI. You can use GET WorkingForecast to get a list of Forecasts and their IDs.</p>\n<p>In CommunityWebAPI, when working with Forecasts there are 2 states they may be in, Working, which can be thought of as a WIP state, and Published. A Working Forecast will have a specific ID associated with it, but the published schedule has no ID.</p>\n<p>In instances where an endpoints requires a forecastID but you're working with Published Forecasts you can simply send the forecastID with a blank/NULL value.</p>\n<p>Common Forecast endpoints include:</p>\n<ul>\n<li><p><a href=\"https://developer.communitywfm.com/#6c626ec5-62e8-4f8a-88ac-38d8ace15350\">GET StaffingRequirements</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#8880164f-ca7f-4896-92c2-be933f3bfe10\">GET WorkingForecast</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#81e7840b-3e01-482e-8416-25ad820ab86e\">GET ForecastShrinkageSummary</a></p>\n</li>\n</ul>\n","_postman_id":"cdfd7023-d089-40e7-b571-246cc1044eac","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Schedule","item":[{"name":"AgentAvailability","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9c32c433-228c-4593-8197-7d829c7be237"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"5781f2e3-a24f-471f-bfb5-27d034faa050"}}],"id":"f1e1b910-1de9-400e-b7da-52ee3056c501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"42b98891-83c4-447f-a589-814734621f41"}],"url":"{{envName}}/api/AgentAvailability?agentId=449&userId=1&fromDate=9/1/2023&thruDate=3/1/2024&timeZoneId=20","description":"<p>This endpoint will return any agent availability schedules based on the effective date of the schedule.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentAvailability"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of agent whose information you want.</p>\n","type":"text/plain"},"key":"agentId","value":"449"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes.</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Start date for the range of time you want to confirm the agent's available to work.</p>\n","type":"text/plain"},"key":"fromDate","value":"9/1/2023"},{"description":{"content":"<p>REQUIRED: End date for the range of time you want to confirm the agent's available to work.</p>\n","type":"text/plain"},"key":"thruDate","value":"3/1/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"6a0698cb-d146-429a-bc0d-1ab551d16285","name":"Agent Availability","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentAvailability?agentId=449&userId=1&fromDate=9/1/2023&thruDate=3/1/2024&timeZoneId=20","host":["{{envName}}"],"path":["api","AgentAvailability"],"query":[{"key":"agentId","value":"449","description":"REQUIRED: ID of agent whose information you want."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."},{"key":"effectiveDate","value":"4/2/2024","description":"Date you want to confirm the agent's available to work. You MUST use either effectiveDate or fromDate, thruDate, and timeZoneId. ","disabled":true},{"key":"fromDate","value":"9/1/2023","description":"Start date for the range of time you want to confirm the agent's available to work. You MUST use either effectiveDate or fromDate, thruDate, and timeZoneId. "},{"key":"thruDate","value":"3/1/2024","description":"End date for the range of time you want to confirm the agent's available to work. You MUST use either effectiveDate or fromDate, thruDate, and timeZoneId. "},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkL3FTDJf/Z46rKpZMg81Y0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:04:42 GMT"},{"key":"Content-Length","value":"894"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AvailabilityId\": 5,\n            \"AgentId\": 449,\n            \"AgentName\": \"McBride, Natasha \",\n            \"EffectiveDate\": \"2023-09-01T00:00:00\",\n            \"ReviewStatus\": 2,\n            \"ReviewStatusName\": \"Pending\",\n            \"ReviewStatusIcon\": \"~/Images/Icons/g/64/view_unknown.png\",\n            \"ReviewedBy\": null,\n            \"ReviewedDate\": \"2023-08-23T11:53:59.82\",\n            \"Description\": \"My child's school starts\",\n            \"Availability\": \"Mon(09:00:00 - Any Time);Tue(09:00:00 - Any Time);Wed(09:00:00 - Any Time);Thu(09:00:00 - Any Time);Fri(09:00:00 - Any Time);\",\n            \"IsEffectiveId\": 0\n        },\n        {\n            \"AvailabilityId\": 6,\n            \"AgentId\": 449,\n            \"AgentName\": \"McBride, Natasha \",\n            \"EffectiveDate\": \"2024-02-29T00:00:00\",\n            \"ReviewStatus\": 2,\n            \"ReviewStatusName\": \"Pending\",\n            \"ReviewStatusIcon\": \"~/Images/Icons/g/64/view_unknown.png\",\n            \"ReviewedBy\": null,\n            \"ReviewedDate\": \"2023-12-20T09:18:26.7\",\n            \"Description\": \"Scool Ends\",\n            \"Availability\": \"\",\n            \"IsEffectiveId\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"f1e1b910-1de9-400e-b7da-52ee3056c501"},{"name":"AgentScheduleCheckin","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"bef778c6-4c26-4814-a65a-bf9d18617be8"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"8780abde-ac0c-4765-8b52-44d6d38eaf60"}}],"id":"cc468b16-896a-4790-8630-eb80e0061f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"ef453e4b-cc90-42f9-a79a-876df31ae349"}],"url":"{{envName}}/api/AgentScheduleCheckin?agentId=278&userId=1&checkinStatusId=4&fromDate=3/20/2024&timeZoneId=20","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleCheckin"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: 1 = Not Checked In, 2 = Manual check-in by supervisor, 3 = Manual self check-in, 4 = Automated soft check-in, 5 = Late arrival, 6 = Out entirely for the day</p>\n","type":"text/plain"},"key":"checkinStatusId","value":"4"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"fromDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"5e69c1e2-c619-424c-bcc1-013cf5cf2b77","name":"4 Automated Soft check-in","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentScheduleCheckin?agentId=278&userId=1&checkinStatusId=4&fromDate=3/20/2024&timeZoneId=20","host":["{{envName}}"],"path":["api","AgentScheduleCheckin"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"checkinStatusId","value":"4","description":"REQUIRED: 1 = Not Checked In, 2 = Manual check-in by supervisor, 3 = Manual self check-in, 4 = Automated soft check-in, 5 = Late arrival, 6 = Out entirely for the day"},{"key":"fromDate","value":"3/20/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhMjXeGr5jEoZAW89jigpVM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:10:24 GMT"},{"key":"Content-Length","value":"640"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 278,\n            \"AgentName\": \"Areheart, Sam \",\n            \"ScheduleEventId\": 933876,\n            \"Comments\": \"Created by soft checkin monitor\",\n            \"UserId\": 1,\n            \"CheckinUserName\": \"Account, Service \",\n            \"CheckInTime\": \"2024-03-20T08:46:00\",\n            \"CheckinStatusId\": 4,\n            \"CheckinStatusName\": \"Automated soft check-in\",\n            \"AttachedScheduleEventId\": null,\n            \"LocalStartTime\": \"2024-03-20T09:00:00\",\n            \"AttachedStartTime\": null,\n            \"NewEventApprovalStatusName\": null,\n            \"NewEventApprovalStatusId\": null,\n            \"EventTypeName\": \"Work\",\n            \"CheckinDelay\": \"-00:14\",\n            \"CurrentCheckinStatus\": 4,\n            \"CurrentRAP\": null,\n            \"IsCurrentCheckinStatus\": 1\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"cc468b16-896a-4790-8630-eb80e0061f60"},{"name":"AgentScheduleCheckin","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"9b0523dd-401b-4489-8eaf-8a95ef2c7399"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"c7647904-9db9-4e5a-b8eb-4e74b6ea970a"}}],"id":"06cc4f10-aa87-4a6f-b918-46db133a1a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a660852a-2d25-4bb6-9d57-d3efc79d5cd9"}],"url":"{{envName}}/api/AgentScheduleCheckin","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleCheckin"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06cc4f10-aa87-4a6f-b918-46db133a1a71"},{"name":"AgentScheduleDayPreference","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"cdaa3e04-78f9-4f26-94df-729cbf838b96"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"7d747e67-2223-4b13-b1a2-eacbe1bd4509"}}],"id":"5d55b1b4-2645-42cd-bd1b-66b15de0f71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9e38d01e-cbae-4048-9f58-1c1005d99c93"}],"url":"{{envName}}/api/AgentScheduleDayPreference?agentId=449&userId=1","description":"<p>Returns preferences based on id.</p>\n<p>The Day's are listed as day #'s. To determine the day names use GET DayList to determine start day.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleDayPreference"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"449"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"8e1c1404-707b-4af4-b9a0-045eb55892a4","name":"Agent Schedule Day Preferences","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentScheduleDayPreference?agentId=449&userId=1","host":["{{envName}}"],"path":["api","AgentScheduleDayPreference"],"query":[{"key":"agentId","value":"449","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPjPQAxKyYz52Hl7kta5NHtg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 17:26:54 GMT"},{"key":"Content-Length","value":"497"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": \"2020-11-23T08:38:50.947\",\n        \"UserField4\": null,\n        \"DayPriorityPenalty\": 0,\n        \"AgentId\": 449,\n        \"PenaltyPriorityFlag\": 2,\n        \"DayPenalty7\": 100,\n        \"DayPenalty6\": 0,\n        \"DayPenalty5\": 0,\n        \"DayPenalty4\": 0,\n        \"DayPenalty3\": 0,\n        \"DayPenalty2\": 0,\n        \"DayPenalty1\": 0,\n        \"UserField5\": null,\n        \"LastUpdate\": \"2020-11-23T08:38:50.947\",\n        \"UserField1\": null,\n        \"ConsecutiveDayPenalty\": 0,\n        \"UserField3\": null,\n        \"UserField2\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"5d55b1b4-2645-42cd-bd1b-66b15de0f71a"},{"name":"AgentScheduleDayPreference","event":[{"listen":"prerequest","script":{"id":"2d4a09f0-4137-462c-83d0-847727d026eb","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"b3dae90f-9b97-4cbe-9e3a-52d41a55b829","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bcd57397-d8b1-4ffe-b1a9-14ef46646007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"<p>REQUIRED: 2 = Update; no other transacation types currently supported.</p>\n"},{"key":"agentId","value":"547","type":"text","description":"<p>REQUIRED: ID of agent whose information you want. Use GET Agent to get a list of all available AgentIDs.</p>\n"},{"key":"consecutiveDaySetting","value":"2","type":"text","description":"<p>REQUIRED: This defines the agent's preferred day off style. 1 = The agent prefers having consecutive days off more than sticking to their selected days, 2 = The agent wants to use the specified days below when available; even if that means not having consecutive days off.</p>\n"},{"key":"preferencePrioritySetting","value":"1","type":"text","description":"<p>REQUIRED: Here we define which of the agent's scheduling options they prefer to priorirties. 1 = Prioritize the Start time preferences over the day off preferences. 2 = Prioritize the day off preferences over the start time preferences. 3 = Use the most favorable combination of time off and start times. See GET AgentStartTimePreferences to see the agent's start time options.</p>\n"},{"key":"dayWeight1","value":"0","type":"text","description":"<p>REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. </p>\n"},{"key":"dayWeight2","value":"0","type":"text","description":"<p>REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. </p>\n"},{"key":"dayWeight3","value":"0","type":"text","description":"<p>REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. </p>\n"},{"key":"dayWeight4","value":"0","type":"text","description":"<p>REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. </p>\n"},{"key":"dayWeight5","value":"0","type":"text","description":"<p>REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. </p>\n"},{"key":"dayWeight6","value":"50","type":"text","description":"<p>REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. </p>\n"},{"key":"dayWeight7","value":"50","type":"text","description":"<p>REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. </p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"}]},"url":"{{envName}}/api/AgentScheduleDayPreference","description":"<p>The AgentScheduleDayPreferences endpoint is the endpoint behind Step 3 of the agent's scheduling setup process (shown below).</p>\n<p>You can find this page in CommunityWFM by navigating to:</p>\n<p>Settings &gt; People &amp; agent templates &gt; People &gt; Current list &gt; Agent &gt; Scheduling &gt; Day off preferences</p>\n<img src=\"https://content.pstmn.io/50ea1c7b-8707-4351-af23-214114679064/aW1hZ2UucG5n\" width=\"1184\" height=\"970\" />","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleDayPreference"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"b40d42c4-a63d-481d-a3cf-09d081272941","name":"AgentScheduleDayPreference","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"REQUIRED: 2 = Update; no other transacation types currently supported."},{"key":"agentId","value":"547","type":"text","description":"REQUIRED: ID of agent whose information you want. Use GET Agent to get a list of all available AgentIDs."},{"key":"consecutiveDaySetting","value":"2","type":"text","description":"REQUIRED: This defines the agent's preferred day off style. 1 = The agent prefers having consecutive days off more than sticking to their selected days, 2 = The agent wants to use the specified days below when available; even if that means not having consecutive days off."},{"key":"preferencePrioritySetting","value":"1","type":"text","description":"REQUIRED: Here we define which of the agent's scheduling options they prefer to priorirties. 1 = Prioritize the Start time preferences over the day off preferences. 2 = Prioritize the day off preferences over the start time preferences. 3 = Use the most favorable combination of time off and start times. See GET AgentStartTimePreferences to see the agent's start time options."},{"key":"dayWeight1","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight2","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight3","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight4","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight5","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight6","value":"50","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight7","value":"50","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]},"url":"{{envName}}/api/AgentScheduleDayPreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J1F4eFeIiPPmylMjYeDmrms="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 19:28:53 GMT"},{"key":"Content-Length","value":"455"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"UserField4\": null,\n        \"DayPriorityPenalty\": 0,\n        \"AgentId\": 547,\n        \"PenaltyPriorityFlag\": 1,\n        \"DayPenalty7\": 50,\n        \"DayPenalty6\": 50,\n        \"DayPenalty5\": 0,\n        \"DayPenalty4\": 0,\n        \"DayPenalty3\": 0,\n        \"DayPenalty2\": 0,\n        \"DayPenalty1\": 0,\n        \"UserField5\": null,\n        \"LastUpdate\": null,\n        \"UserField1\": null,\n        \"ConsecutiveDayPenalty\": 0,\n        \"UserField3\": null,\n        \"UserField2\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"04238db6-63cd-4eef-bf04-9e9a78ab8636","name":"AgentScheduleDayPreference","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"REQUIRED: 2 = Update; no other transacation types currently supported."},{"key":"agentId","value":"547","type":"text","description":"REQUIRED: ID of agent whose information you want. Use GET Agent to get a list of all available AgentIDs."},{"key":"consecutiveDaySetting","value":"2","type":"text","description":"REQUIRED: This defines the agent's preferred day off style. 1 = The agent prefers having consecutive days off more than sticking to their selected days, 2 = The agent wants to use the specified days below when available; even if that means not having consecutive days off."},{"key":"preferencePrioritySetting","value":"1","type":"text","description":"REQUIRED: Here we define which of the agent's scheduling options they prefer to priorirties. 1 = Prioritize the Start time preferences over the day off preferences. 2 = Prioritize the day off preferences over the start time preferences. 3 = Use the most favorable combination of time off and start times. See GET AgentStartTimePreferences to see the agent's start time options."},{"key":"dayWeight1","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight2","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight3","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight4","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight5","value":"0","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight6","value":"50","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"dayWeight7","value":"50","type":"text","description":"REQUIRED: The dayWeight fields from 1-7 indicated the agent's preferred days off. The full total of values from 1-7 should add up to 100 points. The day order is Monday-Sunday. For example, an agent requesting Saturday and Sunday off would have a 0 in all values except 6 and 7. "},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]},"url":"{{envName}}/api/AgentScheduleDayPreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47JxbXqg5fjCdJcF8hJCSd82g="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 19:30:50 GMT"},{"key":"Content-Length","value":"455"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"UserField4\": null,\n        \"DayPriorityPenalty\": 0,\n        \"AgentId\": 547,\n        \"PenaltyPriorityFlag\": 1,\n        \"DayPenalty7\": 50,\n        \"DayPenalty6\": 50,\n        \"DayPenalty5\": 0,\n        \"DayPenalty4\": 0,\n        \"DayPenalty3\": 0,\n        \"DayPenalty2\": 0,\n        \"DayPenalty1\": 0,\n        \"UserField5\": null,\n        \"LastUpdate\": null,\n        \"UserField1\": null,\n        \"ConsecutiveDayPenalty\": 0,\n        \"UserField3\": null,\n        \"UserField2\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"bcd57397-d8b1-4ffe-b1a9-14ef46646007"},{"name":"AgentScheduleSortOptions","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"19984fe0-75f7-41ae-935b-68248e220e07"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"a9a2e982-e40b-43d3-b4e4-b2456634a18c"}}],"id":"495e6249-01dd-4bef-b08f-f9b40bf010b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a8d40a98-2720-48d9-ac53-e6638002001f"}],"url":"{{envName}}/api/AgentScheduleSortOptions?includeExtraFields=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleSortOptions"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Determines if extra agent fields should be included or just the basic list.</p>\n","type":"text/plain"},"key":"includeExtraFields","value":"true"}],"variable":[]}},"response":[{"id":"6cd1abe4-84be-46d5-8123-0467725df138","name":"With Extra Fields","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentScheduleSortOptions?includeExtraFields=true","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentScheduleSortOptions"],"query":[{"key":"includeExtraFields","value":"true","description":"REQUIRED: Determines if extra agent fields should be included or just the basic list."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPt5QlGh9yU5JIJgYnAjjvBs="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:48:58 GMT"},{"key":"Content-Length","value":"490"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"name\": \"Start Time\",\n            \"enum\": 5,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Name\",\n            \"enum\": 1,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Employee Id\",\n            \"enum\": 2,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Hire Date\",\n            \"enum\": 3,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Tiebreak Value\",\n            \"enum\": 4,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Out of Adherence Percent\",\n            \"enum\": 6,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Emergency Contact #\",\n            \"enum\": 2,\n            \"custom\": true\n        },\n        {\n            \"name\": \"Performance Score\",\n            \"enum\": 1,\n            \"custom\": true\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"469fe69e-2bb5-4e67-9b9a-43afc0956dab","name":"Without Extra Fields","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentScheduleSortOptions?includeExtraFields=false","host":["{{envName}}"],"path":["api","AgentScheduleSortOptions"],"query":[{"key":"includeExtraFields","value":"false","description":"REQUIRED: Determines if extra agent fields should be included or just the basic list."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPgaszPIrCusJuR7JE3tELhI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 01:49:28 GMT"},{"key":"Content-Length","value":"430"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"name\": \"Start Time\",\n            \"enum\": 5,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Name\",\n            \"enum\": 1,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Employee Id\",\n            \"enum\": 2,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Hire Date\",\n            \"enum\": 3,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Tiebreak Value\",\n            \"enum\": 4,\n            \"custom\": false\n        },\n        {\n            \"name\": \"Emergency Contact #\",\n            \"enum\": 2,\n            \"custom\": true\n        },\n        {\n            \"name\": \"Performance Score\",\n            \"enum\": 1,\n            \"custom\": true\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"495e6249-01dd-4bef-b08f-f9b40bf010b7"},{"name":"AgentScheduleTemplateAssignment","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b60adcea-20d5-4616-89a1-c32ea50a48e6"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"57a76b07-1942-463a-82c5-a3ba8202846c"}}],"id":"059a0db3-b6df-4de2-bfd6-7b8f7ef9b3a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c4d32af4-3a07-4ad5-9670-cd6dbe6d6c5e"}],"url":"{{envName}}/api/AgentScheduleTemplateAssignment?agentId=278&userId=1","description":"<p>AgentScheduleTemplateAssignment returns the schedule template assigned to the agent whose ID you provide.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleTemplateAssignment"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"disabled":true,"description":{"content":"<p>OPTIONAL: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule.</p>\n","type":"text/plain"},"key":"scheduleId","value":"2"}],"variable":[]}},"response":[{"id":"8b7a7b1a-82d5-44f7-80af-9d6639869737","name":"AgentScheduleTemplateAssignment","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AgentScheduleTemplateAssignment?agentId=278&userId=1","host":["{{envName}}"],"path":["api","AgentScheduleTemplateAssignment"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"scheduleId","value":"","description":"OPTIONAL: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZz3QFjwmuziW/ZcSW4seB0A="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:48:36 GMT"},{"key":"Content-Length","value":"464"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 278,\n            \"Name\": \"Areheart, Sam \",\n            \"ScheduleTemplateXrefId\": 512,\n            \"EffectiveDate\": \"2021-12-27T00:00:00\",\n            \"TerminationDate\": null,\n            \"Droppable\": false,\n            \"ScheduleTemplateName\": \"Areheart, S\",\n            \"ScheduleTemplateId\": 346,\n            \"ScheduleTypeName\": \"Fixed\",\n            \"ScheduleTypeId\": 2,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"UserHasAccess\": 1,\n            \"PropertyPage\": \"Fixed/FixedScheduleHub.aspx\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"059a0db3-b6df-4de2-bfd6-7b8f7ef9b3a0"},{"name":"AgentScheduleTemplateAssignment","event":[{"listen":"prerequest","script":{"id":"7b30590e-b72e-4818-a124-362a69ad3d08","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"d507d1ea-4f4b-44ea-9acf-09d5c4fba0da","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7423bf66-074c-4c06-8e8b-85b65a512f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"<p>REQUIRED: 2 = Update, 3 = Delete</p>\n","type":"text"},{"key":"agentId","value":"278","description":"<p>REQUIRED: ID of agent whose information you want. Use GET Agent to get a list of all available AgentIDs.</p>\n","type":"text"},{"key":"agentScheduleTemplateAssignmentId","value":"512","description":"<p>REQUIRED: The schedule template assignment ID is the ID representing the schedule templates assigment. You can find an ID for this field using GET AgentTemplateActivityAssignment.</p>\n","type":"text"},{"key":"reviewStatusId","value":"1","description":"<p>REQUIRED: Used to determine the current review status of this template assignment. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentScheduleTemplateAssignment","description":"<p>Modifies agent data source xref. Values for postParams.transactionFlagId indicate the type of update: 1 – Update 2 – Delete. If something else, throws a ArgumentException</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleTemplateAssignment"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"ec161657-7469-47b9-bba1-27c37ee8eefb","name":"AgentScheduleTemplateAssignment","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: 2 = Update, 3 = Delete","type":"text"},{"key":"agentId","value":"278","description":"REQUIRED: ID of agent whose information you want. Use GET Agent to get a list of all available AgentIDs.","type":"text"},{"key":"agentScheduleTemplateAssignmentId","value":"512","description":"REQUIRED: The schedule template assignment ID is the ID representing the schedule templates assigment. You can find an ID for this field using GET AgentTemplateActivityAssignment.","type":"text"},{"key":"reviewStatusId","value":"1","description":"REQUIRED: Used to determine the current review status of this template assignment. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentScheduleTemplateAssignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGz9lYGpZBfSHtiMyTHwzTqbhg8Nubl+4Q="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 08 Oct 2024 17:08:47 GMT"},{"key":"Content-Length","value":"314"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"TerminationDate\": null,\n        \"AgentId\": null,\n        \"ScheduleAssignmentParamId\": null,\n        \"Droppable\": null,\n        \"AgentScheduleTemplateXrefId\": 512,\n        \"ScheduleTemplateId\": null,\n        \"ApprovalCode\": 1,\n        \"EffectiveDate\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7423bf66-074c-4c06-8e8b-85b65a512f94"},{"name":"AgentStartTimePreference","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"bd8f1111-54bc-47a2-a40c-4f20e6208ea4"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"ae892fbb-e78a-45e7-8a66-7a0265aa86f2"}}],"id":"2f94372e-dd9e-4e4e-9364-7b8452aea5ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"0344974d-91e7-4f84-bc73-77229db13dd4"}],"url":"{{envName}}/api/AgentStartTimePreference?agentId=278&dayId=1&userId=1","description":"<p>Returns preferences based on agent and day IDs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentStartTimePreference"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: Provide the dayId which is an integer between 1 and 7 based on the start day configured (see GET DayList). You can leave this value blank/NULL to get a list of start time preferences for every day of the week.</p>\n","type":"text/plain"},"key":"dayId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"7d002dcc-98cd-4a6f-b2b3-656dcf02cf23","name":"Agent Start Time Preference","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentStartTimePreference?agentId=278&dayId=1&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentStartTimePreference"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"dayId","value":"1","description":"REQUIRED: Provide the dayId which is an integer between 1 and 7 based on the start day configured (see GET DayList). You can leave this value blank/NULL to get a list of start time preferences for every day of the week."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPjQ7sBrte+MBm/Ux6mvRyQI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:14:42 GMT"},{"key":"Content-Length","value":"340"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_agent_day_starttime_preference_id\": 12,\n            \"sa_agent_id\": 278,\n            \"sa_day_id\": 1,\n            \"ordinal\": 1,\n            \"starttime\": \"1979-12-31T07:30:00\"\n        },\n        {\n            \"sa_agent_day_starttime_preference_id\": 13,\n            \"sa_agent_id\": 278,\n            \"sa_day_id\": 1,\n            \"ordinal\": 2,\n            \"starttime\": \"1979-12-31T10:30:00\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"c61dbed9-7376-4a7d-8562-c2eaa4f0b944","name":"Agent Start Time Preference Full Week","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentStartTimePreference?agentId=278&dayId=&userId=1","host":["{{envName}}"],"path":["api","AgentStartTimePreference"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"dayId","value":"","description":"REQUIRED: Provide the dayId which is an integer between 1 and 7 based on the start day configured (see GET DayList). You can leave this value blank/NULL to get a list of start time preferences for every day of the week."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPgcQWsFgg/EZ5sT2hytNDrM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:12:47 GMT"},{"key":"Content-Length","value":"1047"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"value\": 1,\n            \"sa_agent_day_starttime_preference_id\": 12,\n            \"sa_agent_id\": 278,\n            \"sa_day_id\": 1,\n            \"ordinal\": 1,\n            \"starttime\": \"1979-12-31T07:30:00\"\n        },\n        {\n            \"value\": 2,\n            \"sa_agent_day_starttime_preference_id\": 16,\n            \"sa_agent_id\": 278,\n            \"sa_day_id\": 2,\n            \"ordinal\": 1,\n            \"starttime\": \"1980-01-01T07:30:00\"\n        },\n        {\n            \"value\": 3,\n            \"sa_agent_day_starttime_preference_id\": 18,\n            \"sa_agent_id\": 278,\n            \"sa_day_id\": 3,\n            \"ordinal\": 1,\n            \"starttime\": \"1980-01-02T07:30:00\"\n        },\n        {\n            \"value\": 4,\n            \"sa_agent_day_starttime_preference_id\": 20,\n            \"sa_agent_id\": 278,\n            \"sa_day_id\": 4,\n            \"ordinal\": 1,\n            \"starttime\": \"1980-01-03T07:30:00\"\n        },\n        {\n            \"value\": 5,\n            \"sa_agent_day_starttime_preference_id\": null,\n            \"sa_agent_id\": null,\n            \"sa_day_id\": null,\n            \"ordinal\": null,\n            \"starttime\": \"1980-01-04T00:00:00\"\n        },\n        {\n            \"value\": 6,\n            \"sa_agent_day_starttime_preference_id\": null,\n            \"sa_agent_id\": null,\n            \"sa_day_id\": null,\n            \"ordinal\": null,\n            \"starttime\": \"1980-01-05T00:00:00\"\n        },\n        {\n            \"value\": 7,\n            \"sa_agent_day_starttime_preference_id\": null,\n            \"sa_agent_id\": null,\n            \"sa_day_id\": null,\n            \"ordinal\": null,\n            \"starttime\": \"1980-01-06T00:00:00\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2f94372e-dd9e-4e4e-9364-7b8452aea5ef"},{"name":"AgentStartTimePreference","event":[{"listen":"prerequest","script":{"id":"515c82b1-72b6-4eef-a140-6a76d0e2e795","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"5e28a657-36b0-437a-a3d3-f7a334683b13","exec":[""],"type":"text/javascript","packages":{}}}],"id":"89a9f28a-efb6-4b97-8619-da32c478a3b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"<p>REQUIRED: 1 = Insert, 3 = Delete, 4 = Move up, 5 = Move Down, 6 = Replicate</p>\n","type":"text"},{"key":"agentId","value":"547","description":"<p>REQUIRED: ID of agent whose start time preference you want to change. Use GET Agent to get a list of all available AgentIDs.</p>\n","type":"text"},{"key":"agentStartTimePreferenceId","value":"70","description":"<p>REQUIRED on DELETE/MOVE/REPLICATE: An ID generated by the system upon creating a start time preference. You can use GET AgentStartTimePreference to find a list of IDs.</p>\n","type":"text"},{"key":"startTime","value":"10:00","description":"<p>REQUIRED on INSERT/MOVE/REPLICATE: The start time for the preference. Accepts 00:00:00 and 00:00 formats.</p>\n","type":"text"},{"key":"sourceDayId","value":"3","description":"<p>REQUIRED on INSERT/MOVE/REPLICATE: This integer field expects an ID from 1-7 indicating a day Monday-Sunday. This is to target the start time to a specific day.</p>\n","type":"text"},{"key":"targetMon","value":"true","description":"<p>REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. </p>\n","type":"text","disabled":true},{"key":"targetTue","value":"true","description":"<p>REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. </p>\n","type":"text","disabled":true},{"key":"targetWed","value":"true","description":"<p>REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. </p>\n","type":"text","disabled":true},{"key":"targetThu","value":"true","description":"<p>REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. </p>\n","type":"text","disabled":true},{"key":"targetFri","value":"true","description":"<p>REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. </p>\n","type":"text","disabled":true},{"key":"targetSat","value":"false","description":"<p>REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. </p>\n","type":"text","disabled":true},{"key":"targetSun","value":"false","description":"<p>REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. </p>\n","type":"text","disabled":true},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentStartTimePreference","description":"<p>This endpoint is used to control an agent's start time preferences. This is the endpoint that powers the page found at:</p>\n<p>Settings &gt; People &amp; agent templates &gt; People &gt; Current list &gt; Agent &gt; Scheduling &gt; Start time preferences</p>\n<img src=\"https://content.pstmn.io/749af100-74e4-48e6-b62f-e8f8f300d1f6/aW1hZ2UucG5n\" width=\"960\" height=\"701\" />\n\n<p><strong>Creating an Agent Start Time Preference</strong> - To create a Start Time Preference, you need to send the Transaction ID, agent ID, start time, source day ID, and user ID field. The response from the API will contain the agentStartTimePreferenceId you can use to delete/move/replicate the preference.</p>\n<p><strong>Moving an Agent Start Time Preference</strong> - As multiple Start Time Preferences can be applied to each day, you can use the Move Up/Down transactions to order the preferences. The higher in the list the stronger the preference.</p>\n<p><strong>Replicating an Agent Start Time Preference</strong> - Replicating a preference involves first finding or creating a Start Time Preference and noting it's agentStartTimePreferenceID. Then you send a POST with that ID and indicating with True/false in the targetDay fields if that particular day should replicate the schedule you selected. For example, the parameters below show a schedule being copied to Tuesday, Wednesday, and Thursday only. :</p>\n<p>resource: AgentStartTimePreference<br />transactionFlagId: 6<br />agentId: 547<br />agentStartTimePreferenceId:<br />startTime:<br />sourceDayId: 1<br />targetMon: false<br />targetTue: true<br />targetWed: true<br />targetThu: true<br />targetFri: true<br />targetSat: false<br />targetSun: false<br />userId: 1</p>\n<p><strong>NOTE:</strong> When using the REPLICATE option the agentStartTimePreferenceIds will change including your targeted ID so be sure to use the GET to ensure you have the correct ID if further edits are needed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentStartTimePreference"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"b14220ed-7fec-4416-ad3a-f421a2ea3e21","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = Insert, 3 = Delete, 4 = Move up, 5 = Move Down, 6 = Replicate","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: ID of agent whose start time preference you want to change. Use GET Agent to get a list of all available AgentIDs.","type":"text"},{"key":"agentStartTimePreferenceId","value":"51","description":"REQUIRED on DELETE/MOVE: An ID generated by the system upon creating a start time preference. You can use GET AgentStartTimePreference to find a list of IDs.","type":"text","disabled":true},{"key":"startTime","value":"10:00","description":"REQUIRED on INSERT/MOVE: The start time for the preference. Accepts 00:00:00 and 00:00 formats.","type":"text"},{"key":"sourceDayId","value":"3","description":"REQUIRED on INSERT/MOVE: This integer field expects an ID from 1-7 indicating a day Monday-Sunday. This is to target the start time to a specific day.","type":"text"},{"key":"targetMon","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetTue","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetWed","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetThu","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetFri","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetSat","value":"false","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetSun","value":"false","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentStartTimePreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47Jzo18WRyvGP2Zx1+b22+UTQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 20:51:41 GMT"},{"key":"Content-Length","value":"225"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StartTime\": \"2024-09-25T10:00:00\",\n        \"AgentId\": 547,\n        \"Ordinal\": 0,\n        \"DayId\": 3,\n        \"StartTimePreferenceId\": 53,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"0277af36-167a-49c9-b547-df3fb394746b","name":"4/5 - MOVE UP/DOWN","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"4","description":"REQUIRED: 1 = Insert, 3 = Delete, 4 = Move up, 5 = Move Down, 6 = Replicate","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: ID of agent whose start time preference you want to change. Use GET Agent to get a list of all available AgentIDs.","type":"text"},{"key":"agentStartTimePreferenceId","value":"53","description":"REQUIRED on DELETE/MOVE: An ID generated by the system upon creating a start time preference. You can use GET AgentStartTimePreference to find a list of IDs.","type":"text"},{"key":"startTime","value":"10:00","description":"REQUIRED on INSERT/MOVE: The start time for the preference. Accepts 00:00:00 and 00:00 formats.","type":"text"},{"key":"sourceDayId","value":"3","description":"REQUIRED on INSERT/MOVE: This integer field expects an ID from 1-7 indicating a day Monday-Sunday. This is to target the start time to a specific day.","type":"text"},{"key":"targetMon","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetTue","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetWed","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetThu","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetFri","value":"true","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetSat","value":"false","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"targetSun","value":"false","description":"REQUIRED on DUPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text","disabled":true},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentStartTimePreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J0FeIiSpV+3XZhaKzRu+w8w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 20:56:43 GMT"},{"key":"Content-Length","value":"215"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StartTime\": null,\n        \"AgentId\": null,\n        \"Ordinal\": null,\n        \"DayId\": null,\n        \"StartTimePreferenceId\": 53,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"be061801-8ad5-48a5-9b54-d74c72d8bfba","name":"6 - REPLICATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"6","description":"REQUIRED: 1 = Insert, 3 = Delete, 4 = Move up, 5 = Move Down, 6 = Replicate","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: ID of agent whose start time preference you want to change. Use GET Agent to get a list of all available AgentIDs.","type":"text"},{"key":"agentStartTimePreferenceId","value":"53","description":"REQUIRED on DELETE/MOVE/REPLICATE: An ID generated by the system upon creating a start time preference. You can use GET AgentStartTimePreference to find a list of IDs.","type":"text"},{"key":"startTime","value":"10:00","description":"REQUIRED on INSERT/MOVE/REPLICATE: The start time for the preference. Accepts 00:00:00 and 00:00 formats.","type":"text"},{"key":"sourceDayId","value":"3","description":"REQUIRED on INSERT/MOVE/REPLICATE: This integer field expects an ID from 1-7 indicating a day Monday-Sunday. This is to target the start time to a specific day.","type":"text"},{"key":"targetMon","value":"true","description":"REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text"},{"key":"targetTue","value":"true","description":"REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text"},{"key":"targetWed","value":"true","description":"REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text"},{"key":"targetThu","value":"true","description":"REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text"},{"key":"targetFri","value":"true","description":"REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text"},{"key":"targetSat","value":"false","description":"REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text"},{"key":"targetSun","value":"false","description":"REQUIRED on REPLICATE: This True/False field indicates if this day should replicate the targeted start time preference. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentStartTimePreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J9CYE1qPrgq+ix1ovmsffBY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 20:59:32 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"89a9f28a-efb6-4b97-8619-da32c478a3b7"},{"name":"AgentWorkingScheduleXref","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"049dda84-2efe-4000-8e56-282cc7ca53bb"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"ba28f413-c718-42ff-a087-67cf9a7aa2fd"}}],"id":"a3cdf6af-9a0a-442d-9ffe-81a2b5f46a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"311e3d88-88f5-42b7-bacd-2adcf19447df"}],"url":"{{envName}}/api/AgentWorkingScheduleXref?agentId=278&scheduleId=409&userId=1","description":"<p>Returns xref based on ids.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentWorkingScheduleXref"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text/plain"},"key":"scheduleId","value":"409"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"5b6c9d6c-270f-49b9-9e20-40071b612163","name":"Agent Working Schedule Xref","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentWorkingScheduleXref?agentId=278&scheduleId=409&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentWorkingScheduleXref"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"scheduleId","value":"409","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlsv7s4rwXxkPGkMBDyi1+M="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:38:52 GMT"},{"key":"Content-Length","value":"243"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ScheduleTemplateAssignmentParamId\": null,\n        \"ScheduleId\": 409,\n        \"AgentId\": 278,\n        \"Droppable\": null,\n        \"ScheduleTemplateId\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a3cdf6af-9a0a-442d-9ffe-81a2b5f46a39"},{"name":"AgentWorkingScheduleXref","event":[{"listen":"prerequest","script":{"id":"4f617809-1ab2-4679-8b13-a72b481b811a","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"879ad50e-9608-4ad2-b55e-a31176c9f92b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2e1eb812-baa4-4922-b91f-1190d409670b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"agentId","value":"453","description":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"scheduleId","value":"399","description":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text"},{"key":"scheduleTemplateId","value":"9","description":"<p>REQUIRED: This integer indicates which agent template you intend to use. Use GET Agent Template to get a list of templates.</p>\n","type":"text"},{"key":"scheduleTemplateTypeId","value":"","description":"<p>REQUIRED: This field defines the schedule template assigment parameter ID. This field will typically be  or you can check if an ID is in use with GET AgentWorkingScheduleXref</p>\n","type":"text"},{"key":"droppable","value":"true","description":"<p>REQUIRED: This boolean field indicates if the schedule can be dropped or not. </p>\n","type":"text"},{"key":"assignmentValue","value":"","description":"<p>REQUIRED: This STRING field will typically be NULL unless an override template is desired during INSERT. </p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentWorkingScheduleXref","description":"<p>Modifies xref. transactionFlag indicates kind of update: 1 - Insert. If the agentId has value, then the xref will be inserted. If not, eligible agents will be inserted as a participant using the insert function below. 2 - Update. 3 - Delete. If the agentId has value, the cross reference row for the agentId and scheduleId will be deleted using the function below. If not, it retrieves all existing participants in the working schedule and deletes them.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentWorkingScheduleXref"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"f71acdd5-5249-4833-84d2-569ee286c9c6","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"agentId","value":"278","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"scheduleId","value":"399","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.","type":"text"},{"key":"scheduleTemplateId","value":"9","description":"REQUIRED: This integer indicates which agent template you intend to use. Use GET Agent Template to get a list of templates.","type":"text"},{"key":"scheduleTemplateTypeId","value":"","description":"REQUIRED: This field defines the schedule template assigment parameter ID. This field will typically be  or you can check if an ID is in use with GET AgentWorkingScheduleXref","type":"text"},{"key":"droppable","value":"true","description":"REQUIRED: This boolean field indicates if the schedule can be dropped or not. ","type":"text"},{"key":"assignmentValue","value":"","description":"REQUIRED: This STRING field will typically be NULL unless an override template is desired during INSERT. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentWorkingScheduleXref"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGz9lYGpZBfSFyKpzMAdl/27fUKdbL67/E="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 08 Oct 2024 18:29:16 GMT"},{"key":"Content-Length","value":"240"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ScheduleTemplateAssignmentParamId\": null,\n        \"ScheduleId\": 399,\n        \"AgentId\": 278,\n        \"Droppable\": true,\n        \"ScheduleTemplateId\": 9,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"3bc977ae-f7fd-482e-8cf7-9b8afc077ca0","name":"2 - Update","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"agentId","value":"453","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"scheduleId","value":"399","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.","type":"text"},{"key":"scheduleTemplateId","value":"9","description":"REQUIRED: This integer indicates which agent template you intend to use. Use GET Agent Template to get a list of templates.","type":"text"},{"key":"scheduleTemplateTypeId","value":"","description":"REQUIRED: This field defines the schedule template assigment parameter ID. This field will typically be  or you can check if an ID is in use with GET AgentWorkingScheduleXref","type":"text"},{"key":"droppable","value":"true","description":"REQUIRED: This boolean field indicates if the schedule can be dropped or not. ","type":"text"},{"key":"assignmentValue","value":"","description":"REQUIRED: This STRING field will typically be NULL unless an override template is desired during INSERT. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentWorkingScheduleXref"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGz9lYGpZBfSKg5AwBQoAN4OcfJNC9MMgk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 08 Oct 2024 18:45:32 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"2b41bd08-327f-4522-b8ba-be056c1f04a7","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"agentId","value":"453","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"scheduleId","value":"399","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.","type":"text"},{"key":"scheduleTemplateId","value":"9","description":"REQUIRED: This integer indicates which agent template you intend to use. Use GET Agent Template to get a list of templates.","type":"text"},{"key":"scheduleTemplateTypeId","value":"","description":"REQUIRED: This field defines the schedule template assigment parameter ID. This field will typically be  or you can check if an ID is in use with GET AgentWorkingScheduleXref","type":"text"},{"key":"droppable","value":"true","description":"REQUIRED: This boolean field indicates if the schedule can be dropped or not. ","type":"text"},{"key":"assignmentValue","value":"","description":"REQUIRED: This STRING field will typically be NULL unless an override template is desired during INSERT. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/AgentWorkingScheduleXref"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGz9lYGpZBfSOOhBDQL9zD+xGtimhWm570="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 08 Oct 2024 18:45:50 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2e1eb812-baa4-4922-b91f-1190d409670b"},{"name":"ASAP","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"504828ca-0dd0-4b0c-9d51-7eecd50eda4f"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"ab3ad2ac-046d-4283-8263-e0b1f0561168"}}],"id":"52561389-adcf-484b-9f7a-ab02b74fefcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"d6ee6c2b-e83b-4a97-bdd7-02dab0a963cf"}],"url":"{{envName}}/api/ASAP/1526","description":"<p>Displays schedule adjustement details. The schedule adjustment ID is required at the end of the endpoint as seen in the included example. You can get a list of these IDs from GET ASAPList.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAP","1526"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"7c292310-9d35-4f3e-8c88-34c7f34d5161","name":"ASAP","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":"https://demo.wfmsg.com/CommunityWebApi/api/ASAP/1526"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPnmuGZo0Dle0mWM1RDmODhE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:46:06 GMT"},{"key":"Content-Length","value":"1823"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StartTime\": \"2023-12-14T08:45:00\",\n        \"StartTimeUTC\": \"2023-12-14T14:45:00\",\n        \"EndTimeUTC\": \"2023-12-14T21:45:00\",\n        \"CreateDate\": \"2023-12-13T08:57:41.82\",\n        \"RosterTemplateId\": null,\n        \"CloseDate\": null,\n        \"RequiresParticipantApproval\": 0,\n        \"RosterTemplateName\": null,\n        \"AgentTemplateId\": null,\n        \"ScheduleId\": null,\n        \"OpenDate\": \"2023-12-14T08:45:00\",\n        \"CreatedBy\": \"Account, Service \",\n        \"AgentTemplateName\": null,\n        \"Parameters\": \"StartTimeOverlap=0;EndTimeOverlap=0;FullLengthOverlap=0;TimeEditAdjustmentOption=Relative;TimeEditAdjustmentFixedTime=;TimeEditAdjustmentRelativeMinutes=30;DateEditAdjustmentOption=None;DateEditAdjustmentFixedDate=;AdjustmentTypeIdOption=0;AdjustmentTypeIdValue=\",\n        \"LastUpdate\": \"2023-12-13T08:57:41.82\",\n        \"ScheduleAdjustmentTypeName\": \"Edit Scheduled Events\",\n        \"ScheduleAdjustmentId\": 1526,\n        \"ScheduleDate\": \"2023-12-14T00:00:00\",\n        \"CreatUserId\": null,\n        \"ScheduleAdjustmentTypeId\": 9,\n        \"EndTime\": \"2023-12-14T15:45:00\",\n        \"ScheduleName\": null,\n        \"DefaultForecastId\": null,\n        \"DefaultForecastName\": \"Published Forecast\",\n        \"ActivityId\": 1,\n        \"ActivityName\": \"CommunityWFM\",\n        \"ScheduleAdjustmentState\": 4,\n        \"ScheduleAdjustmentStateName\": \"Finish\",\n        \"ForecastAlgorithmGroupId\": 2,\n        \"ForecastAlgorithmGroupName\": \"Skill-Based Forecasting Methods\",\n        \"ScheduleForecastXrefId\": null,\n        \"TargetActivityId\": 2,\n        \"TargetSupervisorId\": null,\n        \"TargetActivityName\": \"Site 1 - Dallas, TX\",\n        \"TargetSupervisorName\": null,\n        \"RowFilter\": null,\n        \"ParticipantCount\": 4,\n        \"EligibleEventTypeCount\": 1,\n        \"TimeZoneId\": 20,\n        \"ExecuteImmediately\": false,\n        \"MinParticipants\": null,\n        \"MaxParticipants\": null,\n        \"Name\": \"Edit Schedule Events\",\n        \"ResponseCount\": 4,\n        \"ResponsePercent\": 100,\n        \"ExecuteCount\": 4,\n        \"ExecutePercent\": 100,\n        \"AcceptedCount\": 4,\n        \"NotificationDelay\": 0,\n        \"AcceptanceUIControl\": null,\n        \"CompatibleEventTypesCount\": 19,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"52561389-adcf-484b-9f7a-ab02b74fefcd"},{"name":"ASAP","event":[{"listen":"prerequest","script":{"id":"0b7387bc-3319-4330-a317-9ee97bb7de75","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"870f6da1-3785-4560-9598-ea5cc54598f0","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2ea88638-fd52-4c5e-925d-81f5a2ce6956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/ASAP?transactionFlag=1&typeId=3&creatorId=&requiresApproval=&startTime=&endTime=&parameters=&openDate=&closeDate=&agentTemplateId=&rosterTemplateId=&scheduleId=&activityId=&forecastId=&forecastAlgorithmId=&scheduleForecastXrefId=&targetActivityId=&targetSupervisorId=&timeZoneId=&executeImmediately=&minParticipants=&maxParticipants=&name=&notificationDelay=&copyAllParticipants=&targetDate=&userId=","description":"<p>Full Documentation pending</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAP"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED 1 = INSERT, 2 = Update Target Activity ID, 3 = Update Target Supervisor ID, 4 = Include All Eligible Participants, 5 = Delete All Participants, 6 = CopyPlan, 7 = Update, 8 = Update, 9 = DeletePlan, 10 = Advance to Open For Feedback, 11 = Advance to Prepare for Execute, 12 = Execute, 13 = Update Start Time.</p>\n","type":"text/plain"},"key":"transactionFlag","value":"1"},{"disabled":true,"description":{"content":"<p>REQUIRED on all but INSERT: This is the ASAP ID. When INSERTING to ASAP an ID is returned with the response. This ID is what you use for all subsequent transactions. You can find a list of ASAP IDs using GET ASAPList.</p>\n","type":"text/plain"},"key":"id","value":""},{"description":{"content":"<p>REQUIRED: The ID of the Schedule Adjustment Type. You can find a list of ASAP types using the GET ASAPTypeList endpoint.</p>\n","type":"text/plain"},"key":"typeId","value":"3"},{"disabled":true,"description":{"content":"<p>REQUIRED on UPDATE: </p>\n","type":"text/plain"},"key":"stateId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"creatorId","value":""},{"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"requiresApproval","value":""},{"description":{"content":"<p>DateTime</p>\n","type":"text/plain"},"key":"startTime","value":""},{"description":{"content":"<p>DateTime</p>\n","type":"text/plain"},"key":"endTime","value":""},{"description":{"content":"<p>string </p>\n","type":"text/plain"},"key":"parameters","value":""},{"description":{"content":"<p>DateTime</p>\n","type":"text/plain"},"key":"openDate","value":""},{"description":{"content":"<p>DateTime</p>\n","type":"text/plain"},"key":"closeDate","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"agentTemplateId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"rosterTemplateId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"scheduleId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"activityId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"forecastId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"forecastAlgorithmId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"scheduleForecastXrefId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"targetActivityId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"targetSupervisorId","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"timeZoneId","value":""},{"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"executeImmediately","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"minParticipants","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"maxParticipants","value":""},{"description":{"content":"<p>string </p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"notificationDelay","value":""},{"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"copyAllParticipants","value":""},{"description":{"content":"<p>DateTime</p>\n","type":"text/plain"},"key":"targetDate","value":""},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"userId","value":""}],"variable":[]}},"response":[],"_postman_id":"2ea88638-fd52-4c5e-925d-81f5a2ce6956"},{"name":"ASAPList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"40a2f468-7f6c-4af8-90cc-9e74f23a4ad7"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1d2f74dd-10dd-4014-9480-9a2056faa742"}}],"id":"5f3605d6-db54-40d1-a439-4b756423bf27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"81a24764-942a-44dd-8828-19674838935a"}],"url":"{{envName}}/api/ASAPList?timeZoneId=20&fromDate=1/1/2023&thruDate=12/31/2023","description":"<p>Returns list of adjustments through the parameters passed in.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Defines the start date for the ASAP list. Format is YYYY-MM-DD or MM/DD/YYYY.</p>\n","type":"text/plain"},"key":"fromDate","value":"1/1/2023"},{"description":{"content":"<p>REQUIRED: Defines the end date for the ASAP list. Format is YYYY-MM-DD or MM/DD/YYYY.</p>\n","type":"text/plain"},"key":"thruDate","value":"12/31/2023"}],"variable":[]}},"response":[{"id":"91cc362b-2a4f-4156-9ce7-71c9d7fed8b4","name":"ASAP List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/ASAPList?timeZoneId=20&fromDate=1/1/2023&thruDate=12/31/2023","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","ASAPList"],"query":[{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."},{"key":"fromDate","value":"1/1/2023","description":"REQUIRED: Defines the start date for the ASAP list. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"12/31/2023","description":"REQUIRED: Defines the end date for the ASAP list. Format is YYYY-MM-DD or MM/DD/YYYY."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPm1dZmf7zeIqzYhPzjw8Mvw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:52:55 GMT"},{"key":"Content-Length","value":"8149"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ScheduleAdjustmentId\": 1513,\n            \"ScheduleAdjustmentTypeId\": 8,\n            \"ScheduleAdjustmentStateId\": 1,\n            \"CreatedBy\": \"Tritten, Thomas \",\n            \"CreateDate\": \"2023-10-31T11:53:43.51\",\n            \"RequiresParticipantApproval\": false,\n            \"StartTime\": \"2023-10-31T13:45:00\",\n            \"StartTimeUTC\": \"2023-10-31T19:45:00\",\n            \"EndTime\": \"2023-10-31T14:45:00\",\n            \"EndTimeUTC\": \"2023-10-31T20:45:00\",\n            \"Parameters\": \"StartTimeOverlap=0;EndTimeOverlap=0;FullLengthOverlap=0\",\n            \"OpenDate\": \"2023-10-31T07:45:00\",\n            \"OpenDateUTC\": \"2023-10-31T13:45:00\",\n            \"CloseDate\": null,\n            \"CloseDateUTC\": null,\n            \"AgentTemplateId\": null,\n            \"RosterTemplateId\": null,\n            \"LastUpdate\": \"2023-10-31T11:53:43.51\",\n            \"ScheduleId\": null,\n            \"ActivityId\": 1,\n            \"DefaultForecastId\": null,\n            \"ForecastAlgorithmId\": 2,\n            \"ScheduleForecastXrefId\": null,\n            \"TargetActivityId\": null,\n            \"TargetSupervisorId\": null,\n            \"TimeZoneId\": 20,\n            \"ExecuteImmediately\": false,\n            \"MinParticipants\": null,\n            \"MaxParticipants\": null,\n            \"Name\": \"Delete Schedule Events\",\n            \"NotificationDelay\": 0,\n            \"ScheduleAdjustmentTypeName\": \"Delete Scheduled Events\",\n            \"ScheduleAdjustmentDescription\": \"Remove all instances of selected event types for a time range and participant list.\",\n            \"ScheduleAdjustmentTypeIcon\": \"delete.png\",\n            \"ScheduleAdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/delete.png\",\n            \"ScheduleAdjustmentTypeNavigateUrl\": \"~/UI/Schedule/Adjustment/asap-delete-schedule-intervals.aspx\"\n        },\n        {\n            \"ScheduleAdjustmentId\": 1518,\n            \"ScheduleAdjustmentTypeId\": 8,\n            \"ScheduleAdjustmentStateId\": 4,\n            \"CreatedBy\": \"Tritten, Thomas \",\n            \"CreateDate\": \"2023-11-06T06:57:23.993\",\n            \"RequiresParticipantApproval\": false,\n            \"StartTime\": \"2023-11-06T08:30:00\",\n            \"StartTimeUTC\": \"2023-11-06T14:30:00\",\n            \"EndTime\": \"2023-11-06T20:30:00\",\n            \"EndTimeUTC\": \"2023-11-07T02:30:00\",\n            \"Parameters\": \"StartTimeOverlap=0;EndTimeOverlap=0;FullLengthOverlap=0\",\n            \"OpenDate\": \"2023-11-06T02:30:00\",\n            \"OpenDateUTC\": \"2023-11-06T08:30:00\",\n            \"CloseDate\": null,\n            \"CloseDateUTC\": null,\n            \"AgentTemplateId\": null,\n            \"RosterTemplateId\": null,\n            \"LastUpdate\": \"2023-11-06T06:57:23.993\",\n            \"ScheduleId\": null,\n            \"ActivityId\": 1,\n            \"DefaultForecastId\": null,\n            \"ForecastAlgorithmId\": 2,\n            \"ScheduleForecastXrefId\": null,\n            \"TargetActivityId\": null,\n            \"TargetSupervisorId\": 541,\n            \"TimeZoneId\": 20,\n            \"ExecuteImmediately\": false,\n            \"MinParticipants\": null,\n            \"MaxParticipants\": null,\n            \"Name\": \"Delete Schedule Events\",\n            \"NotificationDelay\": 0,\n            \"ScheduleAdjustmentTypeName\": \"Delete Scheduled Events\",\n            \"ScheduleAdjustmentDescription\": \"Remove all instances of selected event types for a time range and participant list.\",\n            \"ScheduleAdjustmentTypeIcon\": \"delete.png\",\n            \"ScheduleAdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/delete.png\",\n            \"ScheduleAdjustmentTypeNavigateUrl\": \"~/UI/Schedule/Adjustment/asap-delete-schedule-intervals.aspx\"\n        },\n        {\n            \"ScheduleAdjustmentId\": 1516,\n            \"ScheduleAdjustmentTypeId\": 3,\n            \"ScheduleAdjustmentStateId\": 1,\n            \"CreatedBy\": \"Tritten, Thomas \",\n            \"CreateDate\": \"2023-11-03T15:24:30.953\",\n            \"RequiresParticipantApproval\": false,\n            \"StartTime\": \"2023-11-06T11:00:00\",\n            \"StartTimeUTC\": \"2023-11-06T17:00:00\",\n            \"EndTime\": \"2023-11-06T11:15:00\",\n            \"EndTimeUTC\": \"2023-11-06T17:15:00\",\n            \"Parameters\": \"IncludeOnlyCallbackEvents=False;StartTimeOverlap=0;EndTimeOverlap=0;FullLengthOverlap=0;EventRecoveryOption=Delete;EventRecoveryId=\",\n            \"OpenDate\": \"2023-11-06T05:00:00\",\n            \"OpenDateUTC\": \"2023-11-06T11:00:00\",\n            \"CloseDate\": null,\n            \"CloseDateUTC\": null,\n            \"AgentTemplateId\": null,\n            \"RosterTemplateId\": null,\n            \"LastUpdate\": \"2023-11-03T15:24:30.953\",\n            \"ScheduleId\": null,\n            \"ActivityId\": 1,\n            \"DefaultForecastId\": null,\n            \"ForecastAlgorithmId\": 2,\n            \"ScheduleForecastXrefId\": null,\n            \"TargetActivityId\": null,\n            \"TargetSupervisorId\": 541,\n            \"TimeZoneId\": 20,\n            \"ExecuteImmediately\": false,\n            \"MinParticipants\": null,\n            \"MaxParticipants\": null,\n            \"Name\": \"Recovering Off-Phone Periods\",\n            \"NotificationDelay\": 0,\n            \"ScheduleAdjustmentTypeName\": \"Recover Off-Phone Events\",\n            \"ScheduleAdjustmentDescription\": \"Increase available staff by recovering scheduled off-phone periods for a specified time interval.\",\n            \"ScheduleAdjustmentTypeIcon\": \"cup_delete.png\",\n            \"ScheduleAdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/cup_delete.png\",\n            \"ScheduleAdjustmentTypeNavigateUrl\": \"~/UI/Schedule/Adjustment/asap-recover-off-phone-intervals.aspx\"\n        },\n        {\n            \"ScheduleAdjustmentId\": 1517,\n            \"ScheduleAdjustmentTypeId\": 8,\n            \"ScheduleAdjustmentStateId\": 1,\n            \"CreatedBy\": \"Tritten, Thomas \",\n            \"CreateDate\": \"2023-11-06T06:56:22.39\",\n            \"RequiresParticipantApproval\": false,\n            \"StartTime\": \"2023-11-06T11:00:00\",\n            \"StartTimeUTC\": \"2023-11-06T17:00:00\",\n            \"EndTime\": \"2023-11-06T11:45:00\",\n            \"EndTimeUTC\": \"2023-11-06T17:45:00\",\n            \"Parameters\": \"StartTimeOverlap=0;EndTimeOverlap=0;FullLengthOverlap=0\",\n            \"OpenDate\": \"2023-11-06T05:00:00\",\n            \"OpenDateUTC\": \"2023-11-06T11:00:00\",\n            \"CloseDate\": null,\n            \"CloseDateUTC\": null,\n            \"AgentTemplateId\": null,\n            \"RosterTemplateId\": null,\n            \"LastUpdate\": \"2023-11-06T06:56:22.39\",\n            \"ScheduleId\": null,\n            \"ActivityId\": 1,\n            \"DefaultForecastId\": null,\n            \"ForecastAlgorithmId\": 2,\n            \"ScheduleForecastXrefId\": null,\n            \"TargetActivityId\": null,\n            \"TargetSupervisorId\": null,\n            \"TimeZoneId\": 20,\n            \"ExecuteImmediately\": false,\n            \"MinParticipants\": null,\n            \"MaxParticipants\": null,\n            \"Name\": \"Delete Schedule Events\",\n            \"NotificationDelay\": 0,\n            \"ScheduleAdjustmentTypeName\": \"Delete Scheduled Events\",\n            \"ScheduleAdjustmentDescription\": \"Remove all instances of selected event types for a time range and participant list.\",\n            \"ScheduleAdjustmentTypeIcon\": \"delete.png\",\n            \"ScheduleAdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/delete.png\",\n            \"ScheduleAdjustmentTypeNavigateUrl\": \"~/UI/Schedule/Adjustment/asap-delete-schedule-intervals.aspx\"\n        },\n        {\n            \"ScheduleAdjustmentId\": 1519,\n            \"ScheduleAdjustmentTypeId\": 6,\n            \"ScheduleAdjustmentStateId\": 4,\n            \"CreatedBy\": \"Tritten, Thomas \",\n            \"CreateDate\": \"2023-11-06T07:21:25.997\",\n            \"RequiresParticipantApproval\": false,\n            \"StartTime\": \"2023-11-10T11:45:00\",\n            \"StartTimeUTC\": \"2023-11-10T17:45:00\",\n            \"EndTime\": \"2023-11-10T12:15:00\",\n            \"EndTimeUTC\": \"2023-11-10T18:15:00\",\n            \"Parameters\": \"FullLengthOverlap=3;StartTimeOverlap=0;EndTimeOverlap=0;MeetingPlanOption=People;EventTypeId=10;LocationText=Malibu Room;Duration=0.50;UseAnyValidTimeRange=True\",\n            \"OpenDate\": null,\n            \"OpenDateUTC\": null,\n            \"CloseDate\": null,\n            \"CloseDateUTC\": null,\n            \"AgentTemplateId\": null,\n            \"RosterTemplateId\": null,\n            \"LastUpdate\": \"2023-11-06T07:22:18.553\",\n            \"ScheduleId\": null,\n            \"ActivityId\": 1,\n            \"DefaultForecastId\": null,\n            \"ForecastAlgorithmId\": 2,\n            \"ScheduleForecastXrefId\": null,\n            \"TargetActivityId\": null,\n            \"TargetSupervisorId\": 541,\n            \"TimeZoneId\": 20,\n            \"ExecuteImmediately\": false,\n            \"MinParticipants\": null,\n            \"MaxParticipants\": null,\n            \"Name\": \"Weekly Team Meeting\",\n            \"NotificationDelay\": 0,\n            \"ScheduleAdjustmentTypeName\": \"Plan a Meeting\",\n            \"ScheduleAdjustmentDescription\": \"Take advantage of slower periods by planning a meeting at the right time.\",\n            \"ScheduleAdjustmentTypeIcon\": \"business_meeting.png\",\n            \"ScheduleAdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/presentation_chart.png\",\n            \"ScheduleAdjustmentTypeNavigateUrl\": \"~/UI/Schedule/Adjustment/asap-create-meeting.aspx\"\n        },\n        {\n            \"ScheduleAdjustmentId\": 1526,\n            \"ScheduleAdjustmentTypeId\": 9,\n            \"ScheduleAdjustmentStateId\": 4,\n            \"CreatedBy\": \"Account, Service \",\n            \"CreateDate\": \"2023-12-13T08:57:41.82\",\n            \"RequiresParticipantApproval\": false,\n            \"StartTime\": \"2023-12-14T08:45:00\",\n            \"StartTimeUTC\": \"2023-12-14T14:45:00\",\n            \"EndTime\": \"2023-12-14T15:45:00\",\n            \"EndTimeUTC\": \"2023-12-14T21:45:00\",\n            \"Parameters\": \"StartTimeOverlap=0;EndTimeOverlap=0;FullLengthOverlap=0;TimeEditAdjustmentOption=Relative;TimeEditAdjustmentFixedTime=;TimeEditAdjustmentRelativeMinutes=30;DateEditAdjustmentOption=None;DateEditAdjustmentFixedDate=;AdjustmentTypeIdOption=0;AdjustmentTypeIdValue=\",\n            \"OpenDate\": \"2023-12-14T02:45:00\",\n            \"OpenDateUTC\": \"2023-12-14T08:45:00\",\n            \"CloseDate\": null,\n            \"CloseDateUTC\": null,\n            \"AgentTemplateId\": null,\n            \"RosterTemplateId\": null,\n            \"LastUpdate\": \"2023-12-13T08:57:41.82\",\n            \"ScheduleId\": null,\n            \"ActivityId\": 1,\n            \"DefaultForecastId\": null,\n            \"ForecastAlgorithmId\": 2,\n            \"ScheduleForecastXrefId\": null,\n            \"TargetActivityId\": 2,\n            \"TargetSupervisorId\": null,\n            \"TimeZoneId\": 20,\n            \"ExecuteImmediately\": false,\n            \"MinParticipants\": null,\n            \"MaxParticipants\": null,\n            \"Name\": \"Edit Schedule Events\",\n            \"NotificationDelay\": 0,\n            \"ScheduleAdjustmentTypeName\": \"Edit Scheduled Events\",\n            \"ScheduleAdjustmentDescription\": \"Change the date, start time or event type for multiple events by executing this plan.\",\n            \"ScheduleAdjustmentTypeIcon\": \"edit.png\",\n            \"ScheduleAdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/edit.png\",\n            \"ScheduleAdjustmentTypeNavigateUrl\": \"~/UI/Schedule/Adjustment/asap-edit-schedule-intervals.aspx\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"5f3605d6-db54-40d1-a439-4b756423bf27"},{"name":"ASAPNotificationEventChannelList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"780a46ec-9e64-4cf3-95d4-ec5ffd5ce55a"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"86385337-0f35-438c-a1a2-01836f62b5ad"}}],"id":"1b96515d-a9a9-4cf4-8961-1b34cc0eca28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6e52cce7-2b72-4da2-aebb-ae6ecd25300e"}],"url":"{{envName}}/api/ASAPNotificationEventChannelList/1526?eventId=38&notificationChannelId=","description":"<p>The ASAP Notification Event Channel List requires the ASAP ID in the address string as shown in the included example which uses ASAP ID 1526. You can find a list of ASAP events using GET ASAPList. You can put the ASAP ID in GET ASAPNotificationEventList to get the eventID. And GET NotificationChannelList will provide a list of IDs for the notificationChannelId parameter.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPNotificationEventChannelList","1526"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The eventID is the ID of the notification event. You can find a list of the possible IDs for this field using the GET ASAPNotificationEventList.</p>\n","type":"text/plain"},"key":"eventId","value":"38"},{"description":{"content":"<p>REQUIRED: The notificationChannelID helps to determine which type of notification you're looking to list. While this parameter is required, the value can be blank/NULL to return a list of all notification channels. To get a full list of notification channel IDs, use the GET NotificationChannelList endpoint.</p>\n","type":"text/plain"},"key":"notificationChannelId","value":""}],"variable":[]}},"response":[{"id":"bdf69dd1-20a3-4d60-8af0-0344aed742cc","name":"ASAP Notification Event Channel List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/ASAPNotificationEventChannelList/1526?eventId=38&notificationChannelId=","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","ASAPNotificationEventChannelList","1526"],"query":[{"key":"eventId","value":"38","description":"REQUIRED: The eventID is the ID of the notification event. You can find a list of the possible IDs for this field using the GET ASAPNotificationEventList."},{"key":"notificationChannelId","value":"","description":"REQUIRED: The notificationChannelID helps to determine which type of notification you're looking to list. While this parameter is required, the value can be blank/NULL to return a list of all notification channels. To get a full list of notification channel IDs, use the GET NotificationChannelList endpoint."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPpg01xZ2069BWgzcAP5kMXI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:38:13 GMT"},{"key":"Content-Length","value":"11889"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 1,\n            \"ChannelDefaultText\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": \"Published Schedule Change #PlanDate#\",\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"Pop-Up Reminders Window\",\n            \"ChannelDescription\": \"Places a notification in the agent's pop-up reminder window.\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationPopupReminderEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/metro/64x64/bell.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/16x16/bell.png\",\n            \"TextToUse\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"MaxTextLength\": null,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/PopupReminderMessageConfigure.ascx\"\n        },\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 2,\n            \"ChannelDefaultText\": \"<p>#AgentFirstName#,</p><p>Your schedule has changed&nbsp;on #PlanDate# as a result of a schedule change plan.&nbsp; Please check your published schedule to verify these changes.&nbsp; If you have any questions, please see your WFM administrator.</p><p>Thank you,<br>Your WFM Team.</p>\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": \"Published Schedule Change #PlanDate#\",\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"Internal Memos\",\n            \"ChannelDescription\": \"Notifies the recipient of the event via internal memo system.\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationMemoEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/metro/64x64/Note-Memo-01.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/16x16/mail2.png\",\n            \"TextToUse\": \"<p>#AgentFirstName#,</p><p>Your schedule has changed&nbsp;on #PlanDate# as a result of a schedule change plan.&nbsp; Please check your published schedule to verify these changes.&nbsp; If you have any questions, please see your WFM administrator.</p><p>Thank you,<br>Your WFM Team.</p>\",\n            \"MaxTextLength\": null,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/MemoMessageConfigure.ascx\"\n        },\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 3,\n            \"ChannelDefaultText\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": null,\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"SMS / Text Messaging\",\n            \"ChannelDescription\": \"Notify recipient of the event via text message.\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationSMSEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/metro/64x64/Messages.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/16x16/mobilephone3.png\",\n            \"TextToUse\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"MaxTextLength\": 320,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/SMSMessageConfigure.ascx\"\n        },\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 4,\n            \"ChannelDefaultText\": \"<p>#AgentFirstName#,</p><p>Your schedule has changed&nbsp;on #PlanDate# as a result of a schedule change plan.&nbsp; Please check your published schedule to verify these changes.&nbsp; If you have any questions, please see your WFM administrator.</p><p>Thank you,<br>Your WFM Team.</p>\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": \"Published Schedule Change #PlanDate#\",\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"External Email Gateway\",\n            \"ChannelDescription\": \"Send the recipient an email to one or more configured addresses.\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationEmailEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/metro/64x64/Mail.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/16x16/mail_earth.png\",\n            \"TextToUse\": \"<p>#AgentFirstName#,</p><p>Your schedule has changed&nbsp;on #PlanDate# as a result of a schedule change plan.&nbsp; Please check your published schedule to verify these changes.&nbsp; If you have any questions, please see your WFM administrator.</p><p>Thank you,<br>Your WFM Team.</p>\",\n            \"MaxTextLength\": null,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/EmailMessageConfigure.ascx\"\n        },\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 6,\n            \"ChannelDefaultText\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": \"Published Schedule Change #PlanDate#\",\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"Community Everywhere Mobile Feed\",\n            \"ChannelDescription\": \"Send interactive notifications via native Android and iOS mobile applications.\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationMobileEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/metro/64x64/mobile-phone.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/16x16/mobilephone3.png\",\n            \"TextToUse\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"MaxTextLength\": null,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/MobileMessageConfigure.ascx\"\n        },\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 7,\n            \"ChannelDefaultText\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": \"Published Schedule Change #PlanDate#\",\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"Mobile Push\",\n            \"ChannelDescription\": \"Notify recipient of the event via a push message to the Community Everywhere mobile app.\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationPushEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/metro/64x64/Push.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/16x16/PushSmall.png\",\n            \"TextToUse\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"MaxTextLength\": null,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/PushMessageConfigure.ascx\"\n        },\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 8,\n            \"ChannelDefaultText\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": \"Published Schedule Change #PlanDate#\",\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"Microsoft Teams\",\n            \"ChannelDescription\": \"Send interactive notifications via Microsoft Teams\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationTeamsEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/Icons/g/64/teams64x64.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/g/16/teams16x16.png\",\n            \"TextToUse\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"MaxTextLength\": null,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/TeamsMessageConfigure.ascx\"\n        },\n        {\n            \"IsConfigured\": 1,\n            \"ActionFlag\": 38,\n            \"NotificationChannelId\": 9,\n            \"ChannelDefaultText\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"ChannelUserText\": null,\n            \"LocaleChannelDefaultText\": null,\n            \"LocaleChannelDefaultSubject\": null,\n            \"ChannelDefaultSubject\": \"Published Schedule Change #PlanDate#\",\n            \"ChannelUserSubject\": null,\n            \"ConfiguredSubject\": null,\n            \"ConfiguredText\": null,\n            \"ChannelName\": \"Slack\",\n            \"ChannelDescription\": \"Send interactive notifications via Slack\",\n            \"ChannelIsEnabled\": true,\n            \"DefaultAcceptsResponse\": false,\n            \"ConfiguredAcceptsResponse\": null,\n            \"DefaultEnabled\": true,\n            \"DefaultUserEnabled\": true,\n            \"ConfiguredUserEnabled\": true,\n            \"DefaultParameters\": null,\n            \"ConfiguredParameters\": null,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=ScheduleAdjustmentNotificationSlackEventAdapter\",\n            \"ResponseControlClasspath\": null,\n            \"ChannelIcon\": \"~/Images/Icons/g/64/slack64x64.png\",\n            \"ChannelSmallIcon\": \"~/Images/Icons/g/16/slack16x16.png\",\n            \"TextToUse\": \"Your schedule has changed on #PlanDate# as a result of a schedule change plan.  Verify your schedule and see your WFM Administrator with any questions.\",\n            \"MaxTextLength\": null,\n            \"AutoResponseText\": null,\n            \"IsEligible\": true,\n            \"ChannelConfigurationControlPath\": \"~/UI/Controls/Channels/SlackMessageConfigure.ascx\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"1b96515d-a9a9-4cf4-8961-1b34cc0eca28"},{"name":"ASAPNotificationEventChannelList","event":[{"listen":"prerequest","script":{"id":"17c8f91a-11f8-425e-a98b-958de1612257","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"eb1a6b73-7ea0-41fd-86aa-8048abfeb41f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0e8cd7a0-81a5-4751-9993-391026c9825b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1513","description":"<p>REQURIED: This is the Schedule Adjustment ID for the ASAP calendar item you want to change. You can find a list using GET ASAPList.</p>\n","type":"text"},{"key":"eventId","value":"38","description":"<p>REQUIRED: The eventID is the ID of the notification event. You can find a list of the possible IDs for this field using the GET ASAPNotificationEventList.</p>\n","type":"text"},{"key":"notificationChannelId","value":"2","description":"<p>REQUIRED: The notificationChannelID is the type of notification you're looking to list. To get a full list of notification channel IDs, use the GET NotificationChannelList endpoint.</p>\n","type":"text"},{"key":"transactionTypeId","value":"1","description":"<p>REQUIRED: 1 = Enable, 2 = Disable, 3 = Copy to channels</p>\n","type":"text"}]},"url":"{{envName}}/api/ASAPNotificationEventChannelList","description":"<p>Implement the HTTP Post verb to effect some change in the state of the database. Transaction flag indicates type of update: 1 - Enable. 2 - Disable. 3 - Copy to channels. If something else, throws exception.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPNotificationEventChannelList"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"4dcfa6ca-6b2b-4b73-9f2f-9aa44d918498","name":"ASAPNotificationEventChannelList","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1513","description":"REQURIED: This is the Schedule Adjustment ID for the ASAP calendar item you want to change. You can find a list using GET ASAPList.","type":"text"},{"key":"eventId","value":"38","description":"REQUIRED: The eventID is the ID of the notification event. You can find a list of the possible IDs for this field using the GET ASAPNotificationEventList.","type":"text"},{"key":"notificationChannelId","value":"2","description":"REQUIRED: The notificationChannelID is the type of notification you're looking to list. To get a full list of notification channel IDs, use the GET NotificationChannelList endpoint.","type":"text"},{"key":"transactionTypeId","value":"1","description":"REQUIRED: 1 = Enable, 2 = Disable, 3 = Copy to channels","type":"text"}]},"url":"{{envName}}/api/ASAPNotificationEventChannelList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J+4Fnt3QLyk4YE0TFmKiYPE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 22:01:09 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"0e8cd7a0-81a5-4751-9993-391026c9825b"},{"name":"ASAPNotificationEventList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8a5300a7-428e-45c5-853c-de0091774d59"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"bf140ffc-b5c7-4207-a6c6-9d35ccb6f214"}}],"id":"6978a8e5-a821-4de9-916a-eb0b7ae1aac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"982727db-2db4-4800-8241-9e2cdc51b75e"}],"url":"{{envName}}/api/ASAPNotificationEventList/1526","description":"<p>A list of notification events for the specific ASAP ID is returned. Include the ASAP ID in the endpoint address as shown in the example. A full list of these IDs can be gathered from GET ASAPList.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPNotificationEventList","1526"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"ab13a301-98b3-4be5-92aa-4df2ea73da82","name":"ASAP Notification Event List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":"https://demo.wfmsg.com/CommunityWebApi/api/ASAPNotificationEventList/1526"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPnmKuTFH4jm2kZAXTTFngT0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:48:37 GMT"},{"key":"Content-Length","value":"327"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ActionFlag\": 38,\n            \"ActionFlagName\": \"Schedule Adjustment Plan Executed Successfully (Multi-Edit Events)\",\n            \"RowNumber\": 0\n        },\n        {\n            \"ActionFlag\": 39,\n            \"ActionFlagName\": \"Schedule Adjustment Plan Execution Failed (Multi-Edit Events)\",\n            \"RowNumber\": 1\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"6978a8e5-a821-4de9-916a-eb0b7ae1aac7"},{"name":"ASAPParticipant","event":[{"listen":"prerequest","script":{"id":"e263cfc1-a007-4998-95b6-67384fc42b45","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"9248996e-d264-4058-89e1-7bb461ec7d61","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0740957c-2a2b-47bc-b0c9-a49cbd51fcf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/ASAPParticipant?asapPlanId=1526&participantId=278&participantTypeId=9&planParticipantsOnly=FALSE&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPParticipant"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This is the ID identifying the ASAP plan to use. A list of the ASAP plans can be found with the GET ASAPList endpoint.</p>\n","type":"text/plain"},"key":"asapPlanId","value":"1526"},{"description":{"content":"<p>REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 0, individuals,, you can use an agent's ID.</p>\n","type":"text/plain"},"key":"participantId","value":"278"},{"description":{"content":"<p>REQUIRED: The Participant Type</p>\n","type":"text/plain"},"key":"participantTypeId","value":"9"},{"description":{"content":"<p>REQUIRED: This true/false field defines if the results should be limited to plan participants only or not. You can leave this blank/NULL which will be treated as FALSE.</p>\n","type":"text/plain"},"key":"planParticipantsOnly","value":"FALSE"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"1bd4c715-5b98-4ecc-9292-e7652f762c7e","name":"ASAP Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ASAPParticipant?asapPlanId=1526&participantId=278&participantTypeId=5&planParticipantsOnly=FALSE&userId=1","host":["{{envName}}"],"path":["api","ASAPParticipant"],"query":[{"key":"asapPlanId","value":"1526","description":"REQUIRED: This is the ID identifying the ASAP plan to use. A list of the ASAP plans can be found with the GET ASAPList endpoint."},{"key":"participantId","value":"278","description":"REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 0, individuals,, you can use an agent's ID."},{"key":"participantTypeId","value":"5","description":"REQUIRED: The Participant Type defined by an internally generated number."},{"key":"planParticipantsOnly","value":"FALSE","description":"REQUIRED: This true/false field defines if the results should be limited to plan participants only or not. You can leave this blank/NULL which will be treated as FALSE."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrNH3Wq5byhT4dYrmbd0VBc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:12:16 GMT"},{"key":"Content-Length","value":"1528"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"participantSummary\": [],\n        \"eventTypeSummary\": [\n            {\n                \"EventTypeId\": 3,\n                \"EligibleDuration\": 0,\n                \"AcceptedDuration\": 0,\n                \"EligibleParticipantCount\": 0,\n                \"AcceptedParticipantCount\": 0,\n                \"PlanParticipantCount\": 0,\n                \"PlanDuration\": 0,\n                \"Name\": \"Lunch\",\n                \"Description\": \"Lunch\",\n                \"ColorCode\": \"#FF9C00\"\n            }\n        ],\n        \"participantStatusSummary\": [\n            {\n                \"ParticipantStatusId\": 1,\n                \"Duration\": 0,\n                \"ParticipantStatusTypeName\": \"Accepted\",\n                \"ParticipantStatusTypeDescription\": \"Participant Approves the solicitation\",\n                \"ParticipantStatusTypeIcon\": \"~/Images/Icons/g/64/check.png\",\n                \"ParticipantStatusTypeSmallIcon\": \"~/Images/Icons/g/64/view_ok.png\",\n                \"ParticipantCount\": 0\n            },\n            {\n                \"ParticipantStatusId\": 0,\n                \"Duration\": 0,\n                \"ParticipantStatusTypeName\": \"Declined\",\n                \"ParticipantStatusTypeDescription\": \"The participating agent has declined the solicitation\",\n                \"ParticipantStatusTypeIcon\": \"~/Images/Icons/g/64/delete.png\",\n                \"ParticipantStatusTypeSmallIcon\": \"~/Images/Icons/g/64/view_forbidden.png\",\n                \"ParticipantCount\": 0\n            },\n            {\n                \"ParticipantStatusId\": 2,\n                \"Duration\": 0,\n                \"ParticipantStatusTypeName\": \"Pending\",\n                \"ParticipantStatusTypeDescription\": \"The participating agent has not yet rendered a decistion\",\n                \"ParticipantStatusTypeIcon\": \"~/Images/Icons/g/64/view_unknown.png\",\n                \"ParticipantStatusTypeSmallIcon\": \"~/Images/Icons/g/64/view_unknown.png\",\n                \"ParticipantCount\": 0\n            }\n        ],\n        \"eligibleParticipantSummary\": [\n            {\n                \"Title\": \"Eligible\",\n                \"EligibleDuration\": 0,\n                \"Count\": 0\n            },\n            {\n                \"Title\": \"Participant\",\n                \"EligibleDuration\": 0,\n                \"Count\": 0\n            }\n        ],\n        \"affectedIntervalDetail\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"0740957c-2a2b-47bc-b0c9-a49cbd51fcf3"},{"name":"ASAPParticipant","event":[{"listen":"prerequest","script":{"id":"e577a97d-5ca3-4172-bf73-089ad1aea5e8","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"16a1696e-4a9a-4fc7-b79e-2fccb84fadc4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7ed84c12-25a9-48bd-918d-b5f859cffb4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/ASAPParticipant?transactionFlag=1&id=1497&participantId=246&participantTypeId=0&participantStatusId=1&notes=&isExecuted=false&userId=1","description":"<p>Implement the POST verb for ASAP Participants bound with the post params. Transaction flag indicates type of update: 1 - Insert. 2 - Delete. 3 - Update. If something else, throws exception.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPParticipant"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: 1 = INSERT, 2 = DELETE, 3 = UPDATE</p>\n","type":"text/plain"},"key":"transactionFlag","value":"1"},{"description":{"content":"<p>REQURIED: This is the Schedule Adjustment ID for the ASAP calendar item you want to change. You can find a list using GET ASAPList.</p>\n","type":"text/plain"},"key":"id","value":"1497"},{"description":{"content":"<p>REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 5, individuals,, you can use an agent's ID.</p>\n","type":"text/plain"},"key":"participantId","value":"246"},{"description":{"content":"<p>REQUIRED: The Participant Type. 0 = Agent, 2 = Supervisor. </p>\n","type":"text/plain"},"key":"participantTypeId","value":"0"},{"description":{"content":"<p>REQUIRED: The ID of the status of teh ASAP event. You can find a list of statuses using GET ASAPParticipant. </p>\n","type":"text/plain"},"key":"participantStatusId","value":"1"},{"description":{"content":"<p>REQUIRED: The string description for the notes field. This can be left null.</p>\n","type":"text/plain"},"key":"notes","value":""},{"description":{"content":"<p>REQUIRED: This field indicated the </p>\n","type":"text/plain"},"key":"isExecuted","value":"false"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"7804ff16-3a8e-4d40-9950-3f938c6cdec5","name":"ASAPParticipant","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ASAPParticipant?transactionFlag=1&id=1497&participantId=246&participantTypeId=0&participantStatusId=1&notes=&isExecuted=false&userId=1","host":["{{envName}}"],"path":["api","ASAPParticipant"],"query":[{"key":"transactionFlag","value":"1","description":"REQUIRED: 1 = INSERT, 2 = DELETE, 3 = UPDATE"},{"key":"id","value":"1497","description":"REQURIED: This is the Schedule Adjustment ID for the ASAP calendar item you want to change. You can find a list using GET ASAPList."},{"key":"participantId","value":"246","description":"REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 5, individuals,, you can use an agent's ID."},{"key":"participantTypeId","value":"0","description":"REQUIRED: The Participant Type. 0 = Agent, 2 = Supervisor. "},{"key":"participantStatusId","value":"1","description":"REQUIRED: The ID of the status of teh ASAP event. You can find a list of statuses using GET ASAPParticipant. "},{"key":"notes","value":"","description":"REQUIRED: The string description for the notes field. This can be left null."},{"key":"isExecuted","value":"false","description":"REQUIRED: This field indicated the "},{"key":"userId","value":"1","description":"EQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J1OgY5hPXp98kF+Heo3RY1A="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 22:51:59 GMT"},{"key":"Content-Length","value":"774"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ParticipantStatusId\": 1,\n        \"CreateDate\": null,\n        \"ParticipantStatusTypeSmallIcon\": null,\n        \"ParticipantTypeId\": 0,\n        \"LastUpdate\": null,\n        \"ParticipantStatusTypeIcon\": null,\n        \"ScheduleAdjustmentId\": 1497,\n        \"Notes\": null,\n        \"ParticipantStatusTypeName\": null,\n        \"ParticipantStatusTypeDesc\": null,\n        \"ParticipantId\": 246,\n        \"IsExecuted\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7ed84c12-25a9-48bd-918d-b5f859cffb4f"},{"name":"ASAPStaffingPotential","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"efcd369e-5c7f-4f51-a52a-6fef3970934a"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"69aa1292-8d4a-466d-a464-578ee54660a2"}}],"id":"ed5d7a28-cfd4-475a-8c74-79c055b151cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"36c00411-c810-4859-8e1c-d4a61a734054"}],"url":"{{envName}}/api/ASAPStaffingPotential/1526?userId=1","description":"<p>ASAPStaffingPotential provides a list of staffing requirements. It will return details such as staff variance, required hours, adjusted staff hours, staff hours, and adjusted staff variance.</p>\n<p>The ID of the ASAP plan must be included in the address string as seen in the included example. A full list of all possible ASAP plans can be found using GET ASAPList.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPStaffingPotential","1526"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"02a4f9c3-0bdc-495a-a579-672df2654ce9","name":"ASAP Staffing Potential","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ASAPStaffingPotential/1526?userId=1","host":["{{envName}}"],"path":["api","ASAPStaffingPotential","1526"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPtDdGl6aSzsRRIaPUpJOWWo="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:14:24 GMT"},{"key":"Content-Length","value":"311"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StaffVariance\": -30.23,\n        \"RequiredHours\": 208.05,\n        \"ScheduleAdjustmentId\": 1526,\n        \"AdjustedStaffHours\": 177.82,\n        \"StaffHours\": 177.82,\n        \"AdjustedStaffVariance\": -30.23,\n        \"ActivityName\": \"CommunityWFM\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ed5d7a28-cfd4-475a-8c74-79c055b151cd"},{"name":"ASAPType","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8a7660de-8d02-4b0c-8e2d-fdcbc3570c25"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"d56379e0-bbfa-4067-a819-62ec4aaf4e1e"}}],"id":"a7d0c2a3-1883-4f2d-9532-c458f69edb09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"988935b7-d9db-401b-97ca-50da4d907bc0"}],"url":"{{envName}}/api/ASAPType?typeId=1","description":"<p>Get the full list of items given the classification ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPType"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This field expects an integer defining the typeID. Use GET ASAPTypeList to get a list of ASAP types and their IDs. </p>\n","type":"text/plain"},"key":"typeId","value":"1"}],"variable":[]}},"response":[{"id":"44bab193-2d59-4a02-8aa7-943998aa6b6a","name":"ASAP Type","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ASAPType?typeId=1","host":["{{envName}}"],"path":["api","ASAPType"],"query":[{"key":"typeId","value":"1","description":"REQUIRED: This field expects an integer defining the typeID. Use GET ASAPTypeList to get a list of ASAP types and their IDs. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlfDIy+AIGNr43dfAKpNyIg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:37:39 GMT"},{"key":"Content-Length","value":"486"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"DefaultItemName\": null,\n        \"Description\": \"Quickly swap two agent schedules for today or any date in the future.\",\n        \"SmallIcon\": \"~/Images/metro/16x16/users2_replace.png\",\n        \"TypeId\": 1,\n        \"Icon\": \"~/Images/Icons/24x24/users2_replace.png\",\n        \"Name\": \"Quick Swap Schedules\",\n        \"NotificationServerSoftwareComponentId\": 0,\n        \"AcceptanceUIControl\": null,\n        \"Visible\": false,\n        \"NavigateUrl\": \"\",\n        \"SourceCulture\": \"en-us\",\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a7d0c2a3-1883-4f2d-9532-c458f69edb09"},{"name":"ASAPTypeList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e9b314b9-4f69-41ed-ae74-5be85fc73a15"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1e929b21-8dab-45ac-9748-0eb05dda8ce0"}}],"id":"c62c9c72-ba3d-419e-9515-d31afa19989e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"5d252dbf-bb70-4e69-b2c2-9008bae24dba"}],"url":"{{envName}}/api/ASAPTypeList?typeId=","description":"<p>Get the full list of items given the classification ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ASAPTypeList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This field expects an integer defining the typeID. It can be left blank/NULL to return a list of all ASAP Types and their IDs.</p>\n","type":"text/plain"},"key":"typeId","value":""}],"variable":[]}},"response":[{"id":"6efa037c-931b-4610-989c-bcde5359a949","name":"ASAP Type List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ASAPTypeList?typeId=3","host":["{{envName}}"],"path":["api","ASAPTypeList"],"query":[{"key":"typeId","value":"3","description":"REQUIRED: This field expects an integer defining the typeID. It can be left blank/NULL to return a list of all ASAP Types and their IDs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPnUVnVD1HrdPn9kJOE3o5dU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:19:15 GMT"},{"key":"Content-Length","value":"1570"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ClassificationId\": 3,\n            \"AdjustmentClassificationName\": \"Decrease Available Staff\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the pubished schedule to decrease available staff during slower times.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Minus.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 6,\n            \"AdjustmentTypeName\": \"Plan a Meeting\",\n            \"AdjustmentTypeDescription\": \"Take advantage of slower periods by planning a meeting at the right time.\",\n            \"AdjustmentTypeIcon\": \"business_meeting.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/presentation_chart.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-create-meeting.aspx\",\n            \"DisplayOrdinal\": 1,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 3,\n            \"AdjustmentClassificationName\": \"Decrease Available Staff\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the pubished schedule to decrease available staff during slower times.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Minus.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 7,\n            \"AdjustmentTypeName\": \"Create VTO Events\",\n            \"AdjustmentTypeDescription\": \"Decrease available staff by recovering shift time.\",\n            \"AdjustmentTypeIcon\": \"wrench_left.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/wrench_previous.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-create-vto-intervals.aspx\",\n            \"DisplayOrdinal\": 2,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"16f3113d-1517-43d9-b79c-699ca8d7ddce","name":"ASAP Type List - All ASAP Types","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ASAPTypeList?typeId=","host":["{{envName}}"],"path":["api","ASAPTypeList"],"query":[{"key":"typeId","value":"","description":"REQUIRED: This field expects an integer defining the typeID. It can be left blank/NULL to return a list of all ASAP Types and their IDs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPiPL8HuR6MY4lgsweMGhDC8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:18:08 GMT"},{"key":"Content-Length","value":"6905"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ClassificationId\": 1,\n            \"AdjustmentClassificationName\": \"Modify Current Schedules\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the published schedule without influencing the total number of staffing hours currently scheduled.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/data-edit-white.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 2,\n            \"AdjustmentTypeName\": \"Optimize Off-Phone Events\",\n            \"AdjustmentTypeDescription\": \"Rearrange existing off-phone periods to take advantage of slow periods and prevent staffing shortages.\",\n            \"AdjustmentTypeIcon\": \"cup_gearwheel.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/cup_gearwheel.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-reoptimize-off-phone-intervals.aspx\",\n            \"DisplayOrdinal\": 1,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 1,\n            \"AdjustmentClassificationName\": \"Modify Current Schedules\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the published schedule without influencing the total number of staffing hours currently scheduled.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/data-edit-white.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 8,\n            \"AdjustmentTypeName\": \"Delete Scheduled Events\",\n            \"AdjustmentTypeDescription\": \"Remove all instances of selected event types for a time range and participant list.\",\n            \"AdjustmentTypeIcon\": \"delete.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/delete.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-delete-schedule-intervals.aspx\",\n            \"DisplayOrdinal\": 3,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 1,\n            \"AdjustmentClassificationName\": \"Modify Current Schedules\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the published schedule without influencing the total number of staffing hours currently scheduled.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/data-edit-white.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 9,\n            \"AdjustmentTypeName\": \"Edit Scheduled Events\",\n            \"AdjustmentTypeDescription\": \"Change the date, start time or event type for multiple events by executing this plan.\",\n            \"AdjustmentTypeIcon\": \"edit.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/edit.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-edit-schedule-intervals.aspx\",\n            \"DisplayOrdinal\": 4,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 2,\n            \"AdjustmentClassificationName\": \"Increase Available Staff\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the published schedule to increase available staff during peak times.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Add-New.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 3,\n            \"AdjustmentTypeName\": \"Recover Off-Phone Events\",\n            \"AdjustmentTypeDescription\": \"Increase available staff by recovering scheduled off-phone periods for a specified time interval.\",\n            \"AdjustmentTypeIcon\": \"cup_delete.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/cup_delete.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-recover-off-phone-intervals.aspx\",\n            \"DisplayOrdinal\": 1,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 2,\n            \"AdjustmentClassificationName\": \"Increase Available Staff\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the published schedule to increase available staff during peak times.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Add-New.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 4,\n            \"AdjustmentTypeName\": \"Extend Scheduled Shifts\",\n            \"AdjustmentTypeDescription\": \"Increase available staff by offering extended shifts to eligible agents.\",\n            \"AdjustmentTypeIcon\": \"wrench_right.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/wrench_next.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-extend-shifts.aspx\",\n            \"DisplayOrdinal\": 2,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 2,\n            \"AdjustmentClassificationName\": \"Increase Available Staff\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the published schedule to increase available staff during peak times.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Add-New.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 5,\n            \"AdjustmentTypeName\": \"Create Overtime Shifts\",\n            \"AdjustmentTypeDescription\": \"Offer new shifts to eligible agents.\",\n            \"AdjustmentTypeIcon\": \"wrench_new.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/wrench_new.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-create-overtime-shifts.aspx\",\n            \"DisplayOrdinal\": 3,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 3,\n            \"AdjustmentClassificationName\": \"Decrease Available Staff\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the pubished schedule to decrease available staff during slower times.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Minus.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 6,\n            \"AdjustmentTypeName\": \"Plan a Meeting\",\n            \"AdjustmentTypeDescription\": \"Take advantage of slower periods by planning a meeting at the right time.\",\n            \"AdjustmentTypeIcon\": \"business_meeting.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/presentation_chart.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-create-meeting.aspx\",\n            \"DisplayOrdinal\": 1,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 3,\n            \"AdjustmentClassificationName\": \"Decrease Available Staff\",\n            \"AdjustmentClassificationDesc\": \"Use these tools to adjust the pubished schedule to decrease available staff during slower times.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Minus.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 7,\n            \"AdjustmentTypeName\": \"Create VTO Events\",\n            \"AdjustmentTypeDescription\": \"Decrease available staff by recovering shift time.\",\n            \"AdjustmentTypeIcon\": \"wrench_left.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/wrench_previous.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/asap-create-vto-intervals.aspx\",\n            \"DisplayOrdinal\": 2,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        },\n        {\n            \"ClassificationId\": 4,\n            \"AdjustmentClassificationName\": \"Review Adjustment Plans\",\n            \"AdjustmentClassificationDesc\": \"Review any outstanding or completed schedule adjustment plans.\",\n            \"AdjustmentClassificationIcon\": \"~/Images/metro/24x24/Search-Find.png\",\n            \"AdjustmentClassificationSmallIcon\": \"~/Images/Icons/16x16/warning.png\",\n            \"AdjustmentTypeId\": 12,\n            \"AdjustmentTypeName\": \"ASAP Calendar\",\n            \"AdjustmentTypeDescription\": \"Review plans for any schedule date.\",\n            \"AdjustmentTypeIcon\": \"~/Images/Icons/24x24/calendar.png\",\n            \"AdjustmentTypeSmallIcon\": \"~/Images/metro/16x16/calendar.png\",\n            \"NavigateUrl\": \"~/UI/Schedule/Adjustment/ASAPCalendar.aspx\",\n            \"DisplayOrdinal\": -1,\n            \"ItemTypeId\": 0,\n            \"CanCreateItems\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c62c9c72-ba3d-419e-9515-d31afa19989e"},{"name":"MultiScheduleEvent","event":[{"listen":"prerequest","script":{"id":"2cf80559-7b93-4470-b601-5872947f7404","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"aa3b4a2e-1f94-46c2-a038-38cbfe951a1e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8c348e7b-d50f-4c2f-a262-aa91c5ece9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"startTimesJSON","value":"","description":"<p>REQUIRED: The string-ified version of JSON objects from the client that represent each individual event to be placed on the schedule for each participant. </p>\n","type":"text"},{"key":"participants","value":"","description":"<p>REQUIRED: The string-ified version of the JSON objects from the client that represent the list of participants to be assigned to each event in the startTimesJSON string. </p>\n","type":"text"},{"key":"scheduleId","value":"399","description":"<p>REQUIRED: This is the ID of the specific schedule to check against. You can use GET WorkingSchedule to get a list of the unpublished schedules or leave this field blank/NULL to use the published schedule.</p>\n","type":"text"},{"key":"timeZoneId","value":"20","description":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. You can get a full list of TimeZone IDs with GET TimeZone.</p>\n","type":"text"},{"key":"reviewStatusId","value":"1","description":"<p>REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/MultiScheduleEvent","description":"<p>This endpoint is unique in that it allows the use of stringified JSON values.</p>\n<p>The format of the participants JSON object is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"participantId\":\"int\",\n   \"participantTypeId\":\"int\",\n   \"name\":\"string\",\n   \"WFMSGBinderRecCount\":\"int\",\n   \"WFMSGBinderDataCount\":\"int\"\n}\n\n</code></pre>\n<p>For StartTimes the JSON object uses the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"startDate\":\"datetime\",\n   \"endDate\":\"datetime\",\n   \"duration\":\"float\",\n   \"eventType\":\"int\",\n   \"description\":\"string\",\n   \"WFMSGBinderRecCount\":\"int\",\n   \"WFMSGBinderDataCount\":\"int\",\n   \"DurationDisplay\":\"string\",\n   \"ScheduleDate\":\"string\",\n   \"StartTimeDisplay\":\"string\",\n   \"EndTimeDisplay\":\"string\",\n   \"startDateString\":\"datetime\",\n   \"endDateString\":\"datetime\"\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","MultiScheduleEvent"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c348e7b-d50f-4c2f-a262-aa91c5ece9f2"},{"name":"PublishedAgentSchedule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"45065f38-0b71-4bd0-8556-6c21eddcabca"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3fa70553-2855-411c-8d14-857d03e60314"}}],"id":"97c2f340-8fab-499c-91ac-f4ead8ecf84c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"b3ada0d0-2150-40f9-b4a8-18e4fb94dcd6"}],"url":"{{envName}}/api/PublishedAgentSchedule?agentId=449&userId=1&timeZoneId=20&duration=1440","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAgentSchedule"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"449"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day</p>\n","type":"text/plain"},"key":"duration","value":"1440"}],"variable":[]}},"response":[{"id":"6461e5c9-8e7c-4659-9644-07e6a2fdaac5","name":"Published Agent Schedule","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedAgentSchedule?agentId=449&userId=1&timeZoneId=20&duration=1440","host":["{{envName}}"],"path":["api","PublishedAgentSchedule"],"query":[{"key":"agentId","value":"449","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"duration","value":"1440","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhom8cvA8z7nZA7dScqbr8E="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:22:08 GMT"},{"key":"Content-Length","value":"689"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": \"2024-02-01T09:01:53.753\",\n        \"IsAtWork\": true,\n        \"IsAdherenceQueue\": true,\n        \"DisplayColor\": \"#0000ff\",\n        \"EventTypeId\": 1,\n        \"IsInQueue\": true,\n        \"IsPaid\": true,\n        \"TimeZoneId\": null,\n        \"IsConstrainedByWork\": false,\n        \"PriorityId\": 1,\n        \"Description\": \"Scheduled Work\",\n        \"Priority\": 1,\n        \"EventDate\": \"2024-03-27T08:00:00\",\n        \"IsAllDay\": false,\n        \"EventTypeName\": \"Work\",\n        \"Location\": \"Workstation\",\n        \"PriorityName\": \"Default Work Type\",\n        \"IsWorkingInterval\": true,\n        \"Duration\": 9,\n        \"EventId\": 936609,\n        \"IsPublished\": true,\n        \"UpdatedIntervals\": null,\n        \"AssociatedRecurringEventId\": null,\n        \"AssociatedTimeOffRequestId\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"97c2f340-8fab-499c-91ac-f4ead8ecf84c"},{"name":"PublishedAgentScheduleSummary","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"25fe814a-ce29-4628-8747-4342fd5aa547"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"f61f79c4-ad8d-45be-8470-d664bc624feb"}}],"id":"b0a96de7-4e87-4463-a0c4-30c9d2e42beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"23810c6f-1282-4b62-a785-354bbed84442"}],"url":"{{envName}}/api/PublishedAgentScheduleSummary?agentId=449&from=1/17/2024&thru=1/20/2024&timeZoneId=20&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAgentScheduleSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of agent whose information you want. If a list of agents is needed please see api/AgentList.</p>\n","type":"text/plain"},"key":"agentId","value":"449"},{"description":{"content":"<p>REQUIRED: Defines the start date for the schedule summary. Format is YYYY-MM-DD or MM/DD/YYYY.</p>\n","type":"text/plain"},"key":"from","value":"1/17/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the schedule summary. Format is YYYY-MM-DD or MM/DD/YYYY.</p>\n","type":"text/plain"},"key":"thru","value":"1/20/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes.</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"fdf358a1-27d3-4c9f-b0c8-0dd72cf86729","name":"Published Agent Schedule Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedAgentScheduleSummary?agentId=449&from=1/17/2024&thru=1/20/2024&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","PublishedAgentScheduleSummary"],"query":[{"key":"agentId","value":"449","description":"REQUIRED: ID of agent whose information you want. If a list of agents is needed please see api/AgentList."},{"key":"from","value":"1/17/2024","description":"REQUIRED: Defines the start date for the schedule summary. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thru","value":"1/20/2024","description":"REQUIRED: Defines the end date for the schedule summary. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPgtwb3MmjL7D8Jfah2o1Aek="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:24:01 GMT"},{"key":"Content-Length","value":"315"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ScheduleDate\": \"2024-01-17T00:00:00\",\n            \"WorkRange\": \"08:00 AM - 05:00 PM\"\n        },\n        {\n            \"ScheduleDate\": \"2024-01-18T00:00:00\",\n            \"WorkRange\": \"08:00 AM - 05:00 PM\"\n        },\n        {\n            \"ScheduleDate\": \"2024-01-19T00:00:00\",\n            \"WorkRange\": \"08:00 AM - 05:00 PM\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b0a96de7-4e87-4463-a0c4-30c9d2e42beb"},{"name":"PublishedAgentScheduleSummary","event":[{"listen":"prerequest","script":{"id":"a546b586-a84b-4ae9-b0a9-b85d2f457c7a","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"7f350b67-3e16-4f5d-89ac-0d759f9002c6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"66d80155-24a5-48ef-a410-ee692ea160f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/PublishedAgentScheduleSummary?transactionFlagId=0&from=2/1/2024&thru=2/2/2024&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAgentScheduleSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: No options currently available. </p>\n","type":"text/plain"},"key":"transactionFlagId","value":"0"},{"description":{"content":"<p>REQUIRED: Defines the start date for the Published Agent Summary. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"from","value":"2/1/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the Published Agent Summary. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thru","value":"2/2/2024"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"66d80155-24a5-48ef-a410-ee692ea160f3"},{"name":"PublishedSchedule","event":[{"listen":"prerequest","script":{"id":"c6c8c5fb-82aa-4697-a934-84b77ce0d443","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"ad3732f2-f1cf-4876-9578-dca031e9ec2e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"88897cbc-2cf8-44de-9ace-440fc2deb35b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/PublishedSchedule?scopeType=1&scopeId=1&fromDate=5/5/2025&thruDate=5/5/2025&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=false&classificationId=&userId=1","description":"<p>The Published Schedule endpoint provides data about agents' current live schedule. It is most notably used to build the schedule bar graphs in the Published Schedule Report (shown below).</p>\n<img src=\"https://content.pstmn.io/523271da-854a-4fa7-804d-81b5fa65b917/aW1hZ2UucG5n\" width=\"1184\" height=\"666\" />\n\n<p>The response is returned in 3 primary sections:</p>\n<p><strong>rowHeaders</strong>- This provides a high-level summary of each agent's data including total adherence for the time period, number of transactions, and login name for the data source used. In the Schedule Adherence Report it's used to create the left agent header information (shown below).</p>\n<img src=\"https://content.pstmn.io/1d784412-15b8-4af6-b1eb-857555e84c07/aW1hZ2UucG5n\" width=\"411\" height=\"112\" />\n\n<p><strong>scheduleIntervals</strong> - This section provides the information on what was scheduled for the agent during the reported period. This is used to build out the schedule bar graph. The priority field is a Z order which indicates which event is listed on top when multiple events overlap.</p>\n<p><strong>reportParameters</strong> - These provide context as to what parameters were used when running the report. For example, with a scopeType of 1 and scopeId of 1 you'll be provided with the name of your company as that is the highest-level activity in the activity tree. You'll also be able to see the report date range and the name of the time zone in plain text.</p>\n<p><strong>Note</strong>: The Published Schedule's fromDate will typically be at the start of the week. As some organizations use Sunday for the start of their week instead of Monday you'll want to be sure to find which day is defined as the start of the week using <a href=\"https://developer.communitywfm.com/#e1052051-ad34-46df-a21a-38d492af3699\">GET DayList</a>. The display_ordinal of 1 will indicate it's the start of the week. The default start of the week is Monday.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedSchedule"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals</p>\n","type":"text/plain"},"key":"scopeType","value":"1"},{"description":{"content":"<p>REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or M/D/YYYY.</p>\n","type":"text/plain"},"key":"fromDate","value":"5/5/2025"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or M/D/YYYY.</p>\n","type":"text/plain"},"key":"thruDate","value":"5/5/2025"},{"description":{"content":"<p>REQUIRED: Defines how to sort the data. Use GET AgentScheduleSortOptions to get the latest list of sort options. By default they are: 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time, 6 = Out of Adherence %</p>\n","type":"text/plain"},"key":"sortOption","value":"1"},{"description":{"content":"<p>REQUIRED: Defines if the sortOption is a custom field or not.</p>\n","type":"text/plain"},"key":"isCustomSortOption","value":"false"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Defines if agents with no scheduled events should be suppressed.</p>\n","type":"text/plain"},"key":"suppressNoSchedules","value":"false"},{"description":{"content":"<p>REQUIRED: ClassificationId of the events. Can be left NULL to get all Classification Types. See GET EventTypeClassification for more details on classificationIDs.</p>\n","type":"text/plain"},"key":"classificationId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"025028ba-13a5-4e8f-b293-3af498df5f72","name":"0 Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedSchedule?scopeType=0&scopeId=278&fromDate=3/1/2024&thruDate=3/2/2024&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=false&classificationId=&userId=1","host":["{{envName}}"],"path":["api","PublishedSchedule"],"query":[{"key":"scopeType","value":"0","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"278","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"thruDate","value":"3/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"sortOption","value":"1","description":"Use GET AgentScheduleSortOptions to get a list of sort options."},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Defines if the sortOption is a custom field or not."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"suppressNoSchedules","value":"false","description":"REQUIRED: Defines if agents with no scheduled events should be suppressed."},{"key":"classificationId","value":"","description":"REQUIRED: ClassificationId of the events. Can be left NULL to get all Classification Types. See GET EventTypeClassification for more details on classificationIDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPjJKMz3NC+b+i3kW5Wqg5MU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:34:03 GMT"},{"key":"Content-Length","value":"208939"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": \"2024-03-01T12:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": \"2024-03-02T12:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": \"2024-03-02T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-10T00:00:00\",\n                \"employee_id\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": \"2024-02-29T23:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-10T00:00:00\",\n                \"employee_id\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": \"2024-03-01T23:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 411,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"lbixler\",\n                \"agentname\": \"Bixler, Lyon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 411,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"lbixler\",\n                \"agentname\": \"Bixler, Lyon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": \"2024-03-02T14:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 263,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-23T00:00:00\",\n                \"employee_id\": \"dbrunson\",\n                \"agentname\": \"Brunson, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 263,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-23T00:00:00\",\n                \"employee_id\": \"dbrunson\",\n                \"agentname\": \"Brunson, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": \"2024-03-02T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 307,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"kcarlisle\",\n                \"agentname\": \"Carlisle, Kevin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 307,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"kcarlisle\",\n                \"agentname\": \"Carlisle, Kevin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": \"2024-02-29T17:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": \"2024-03-02T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 426,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"mec21037\",\n                \"agentname\": \"Correa, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 426,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"mec21037\",\n                \"agentname\": \"Correa, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 332,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"JND21026\",\n                \"agentname\": \"Dolinger, Joel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 332,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"JND21026\",\n                \"agentname\": \"Dolinger, Joel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": \"2024-02-29T18:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2005-09-26T00:00:00\",\n                \"employee_id\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2005-09-26T00:00:00\",\n                \"employee_id\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-07-16T00:00:00\",\n                \"employee_id\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-07-16T00:00:00\",\n                \"employee_id\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 237,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"ECF21276\",\n                \"agentname\": \"Fajardo, Ella \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 237,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"ECF21276\",\n                \"agentname\": \"Fajardo, Ella \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-29T00:00:00\",\n                \"employee_id\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-29T00:00:00\",\n                \"employee_id\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-04-13T00:00:00\",\n                \"employee_id\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-04-13T00:00:00\",\n                \"employee_id\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": \"2024-02-29T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 400,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"mgarret\",\n                \"agentname\": \"Garrett, Michele \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 400,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"mgarret\",\n                \"agentname\": \"Garrett, Michele \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": \"2024-03-01T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": \"2024-03-02T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-08-12T00:00:00\",\n                \"employee_id\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-08-12T00:00:00\",\n                \"employee_id\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 348,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"DJG21219\",\n                \"agentname\": \"Gray, Daryl \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 348,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"DJG21219\",\n                \"agentname\": \"Gray, Daryl \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 242,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"MAG21275\",\n                \"agentname\": \"Grzybowski, Malissa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 242,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"MAG21275\",\n                \"agentname\": \"Grzybowski, Malissa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": \"2024-03-02T05:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 87,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-25T00:00:00\",\n                \"employee_id\": \"739259\",\n                \"agentname\": \"Hagwood, Steve \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 87,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-25T00:00:00\",\n                \"employee_id\": \"739259\",\n                \"agentname\": \"Hagwood, Steve \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 277,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"shampton\",\n                \"agentname\": \"Hampton, Stacey \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 277,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"shampton\",\n                \"agentname\": \"Hampton, Stacey \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 285,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"CHarden\",\n                \"agentname\": \"Harden, Charley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 285,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"CHarden\",\n                \"agentname\": \"Harden, Charley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-02T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-05-23T00:00:00\",\n                \"employee_id\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-05-23T00:00:00\",\n                \"employee_id\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 561,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2023-11-30T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Hummadi, Thamer \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 561,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2023-11-30T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Hummadi, Thamer \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-01T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-02T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2012-07-13T00:00:00\",\n                \"employee_id\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2012-07-13T00:00:00\",\n                \"employee_id\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-02T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 272,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63262\",\n                \"agentname\": \"Lasch, William \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 272,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63262\",\n                \"agentname\": \"Lasch, William \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-06T00:00:00\",\n                \"employee_id\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-06T00:00:00\",\n                \"employee_id\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-10T00:00:00\",\n                \"employee_id\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-10T00:00:00\",\n                \"employee_id\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": \"2024-02-29T22:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": \"2024-03-01T22:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-10-10T00:00:00\",\n                \"employee_id\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-10-10T00:00:00\",\n                \"employee_id\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-02-24T00:00:00\",\n                \"employee_id\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-02-24T00:00:00\",\n                \"employee_id\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 149,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"DPM21007\",\n                \"agentname\": \"McCormack, Del \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 149,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"DPM21007\",\n                \"agentname\": \"McCormack, Del \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 485,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-11T00:00:00\",\n                \"employee_id\": \"JXM21224\",\n                \"agentname\": \"Minick, Rusty \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 485,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-11T00:00:00\",\n                \"employee_id\": \"JXM21224\",\n                \"agentname\": \"Minick, Rusty \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-08-10T00:00:00\",\n                \"employee_id\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": \"2024-03-01T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-08-10T00:00:00\",\n                \"employee_id\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-01-12T00:00:00\",\n                \"employee_id\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-01-12T00:00:00\",\n                \"employee_id\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 468,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"CSM21226\",\n                \"agentname\": \"Moten, Cierra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 468,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"CSM21226\",\n                \"agentname\": \"Moten, Cierra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 115,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-06-04T00:00:00\",\n                \"employee_id\": \"AMM21145\",\n                \"agentname\": \"Murphy, Alyson \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 115,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-06-04T00:00:00\",\n                \"employee_id\": \"AMM21145\",\n                \"agentname\": \"Murphy, Alyson \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-09T00:00:00\",\n                \"employee_id\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-09T00:00:00\",\n                \"employee_id\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": \"2024-03-02T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-03-14T00:00:00\",\n                \"employee_id\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-03-14T00:00:00\",\n                \"employee_id\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 408,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BCP21009\",\n                \"agentname\": \"Peebles, Brandon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 408,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BCP21009\",\n                \"agentname\": \"Peebles, Brandon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": \"2024-03-02T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 86,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-08-03T00:00:00\",\n                \"employee_id\": \"prawl\",\n                \"agentname\": \"Rawl, Polly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 86,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-08-03T00:00:00\",\n                \"employee_id\": \"prawl\",\n                \"agentname\": \"Rawl, Polly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": \"2024-03-01T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 376,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CRess\",\n                \"agentname\": \"Ress, Connie \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 376,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CRess\",\n                \"agentname\": \"Ress, Connie \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-07-06T00:00:00\",\n                \"employee_id\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": \"2024-03-01T10:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-07-06T00:00:00\",\n                \"employee_id\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": \"2024-03-02T00:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-11-10T00:00:00\",\n                \"employee_id\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-11-10T00:00:00\",\n                \"employee_id\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": \"2024-03-02T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 76,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 106,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-04-17T00:00:00\",\n                \"employee_id\": \"NER21104\",\n                \"agentname\": \"Ruth, Nathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 76,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 106,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-04-17T00:00:00\",\n                \"employee_id\": \"NER21104\",\n                \"agentname\": \"Ruth, Nathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2011-01-01T00:00:00\",\n                \"employee_id\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2011-01-01T00:00:00\",\n                \"employee_id\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": \"2024-03-02T00:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 78,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 330,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"MXS21011\",\n                \"agentname\": \"Sanchez, Mauricio \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 78,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 330,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"MXS21011\",\n                \"agentname\": \"Sanchez, Mauricio \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 79,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-02-25T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 79,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-02-25T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": \"2024-02-29T16:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": \"2024-03-01T15:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 81,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 41,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-09-09T00:00:00\",\n                \"employee_id\": \"LSS21160\",\n                \"agentname\": \"Shiver, Sharette \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 81,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 41,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-09-09T00:00:00\",\n                \"employee_id\": \"LSS21160\",\n                \"agentname\": \"Shiver, Sharette \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-25T00:00:00\",\n                \"employee_id\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": \"2024-03-01T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-25T00:00:00\",\n                \"employee_id\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": \"2024-03-01T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 84,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 338,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-28T00:00:00\",\n                \"employee_id\": \"SAS21251\",\n                \"agentname\": \"Stoner, Seth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 84,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 338,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-28T00:00:00\",\n                \"employee_id\": \"SAS21251\",\n                \"agentname\": \"Stoner, Seth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 86,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 389,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-04T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Thurber, Eric \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 86,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 389,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-04T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Thurber, Eric \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": \"2024-03-01T15:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 88,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 275,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63284\",\n                \"agentname\": \"Turner, Jonathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 88,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 275,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63284\",\n                \"agentname\": \"Turner, Jonathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 89,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-13T00:00:00\",\n                \"employee_id\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 89,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-13T00:00:00\",\n                \"employee_id\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 90,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 394,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"WSW17921\",\n                \"agentname\": \"Watts, Walter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 90,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 394,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"WSW17921\",\n                \"agentname\": \"Watts, Walter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 91,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 343,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-30T00:00:00\",\n                \"employee_id\": \"lswilliams\",\n                \"agentname\": \"Williams, Litcha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 91,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 343,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-30T00:00:00\",\n                \"employee_id\": \"lswilliams\",\n                \"agentname\": \"Williams, Litcha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            }\n        ],\n        \"scheduleIntervals\": [\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 327760,\n                \"ExceptionID\": 919967,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 8.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328553,\n                \"ExceptionID\": 920760,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328554,\n                \"ExceptionID\": 920761,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T16:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:15:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328555,\n                \"ExceptionID\": 920762,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328556,\n                \"ExceptionID\": 920763,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 327759,\n                \"ExceptionID\": 919966,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T12:00:00\",\n                \"Duration\": 8.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328549,\n                \"ExceptionID\": 920756,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328550,\n                \"ExceptionID\": 920757,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T16:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328551,\n                \"ExceptionID\": 920758,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328552,\n                \"ExceptionID\": 920759,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327864,\n                \"ExceptionID\": 920071,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 328879,\n                \"ExceptionID\": 921086,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:15:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327865,\n                \"ExceptionID\": 920072,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T09:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327903,\n                \"ExceptionID\": 920110,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 328880,\n                \"ExceptionID\": 921087,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327675,\n                \"ExceptionID\": 919882,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327676,\n                \"ExceptionID\": 919883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328220,\n                \"ExceptionID\": 920427,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328221,\n                \"ExceptionID\": 920428,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T02:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T02:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:45:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328222,\n                \"ExceptionID\": 920429,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328223,\n                \"ExceptionID\": 920430,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327676,\n                \"ExceptionID\": 919883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327677,\n                \"ExceptionID\": 919884,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-03T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-03T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328224,\n                \"ExceptionID\": 920431,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328225,\n                \"ExceptionID\": 920432,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T03:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T03:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328226,\n                \"ExceptionID\": 920433,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328227,\n                \"ExceptionID\": 920434,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T04:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:30:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328231,\n                \"ExceptionID\": 920438,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:15:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 327792,\n                \"ExceptionID\": 919999,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328680,\n                \"ExceptionID\": 920887,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328681,\n                \"ExceptionID\": 920888,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328682,\n                \"ExceptionID\": 920889,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328683,\n                \"ExceptionID\": 920890,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 327817,\n                \"ExceptionID\": 920024,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T14:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328778,\n                \"ExceptionID\": 920985,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328779,\n                \"ExceptionID\": 920986,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T18:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328780,\n                \"ExceptionID\": 920987,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T20:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:15:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 327624,\n                \"ExceptionID\": 919831,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328024,\n                \"ExceptionID\": 920231,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:45:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328025,\n                \"ExceptionID\": 920232,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328026,\n                \"ExceptionID\": 920233,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:45:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328027,\n                \"ExceptionID\": 920234,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 327850,\n                \"ExceptionID\": 920057,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328865,\n                \"ExceptionID\": 921072,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327697,\n                \"ExceptionID\": 919904,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T02:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327872,\n                \"ExceptionID\": 920079,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T18:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328307,\n                \"ExceptionID\": 920514,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328308,\n                \"ExceptionID\": 920515,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T01:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T01:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328887,\n                \"ExceptionID\": 921094,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327873,\n                \"ExceptionID\": 920080,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328888,\n                \"ExceptionID\": 921095,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327637,\n                \"ExceptionID\": 919844,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328073,\n                \"ExceptionID\": 920280,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:15:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328074,\n                \"ExceptionID\": 920281,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T20:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328075,\n                \"ExceptionID\": 920282,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327637,\n                \"ExceptionID\": 919844,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327638,\n                \"ExceptionID\": 919845,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-03T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-03T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328076,\n                \"ExceptionID\": 920283,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328077,\n                \"ExceptionID\": 920284,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:15:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328078,\n                \"ExceptionID\": 920285,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T19:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:30:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328079,\n                \"ExceptionID\": 920286,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T23:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:45:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328080,\n                \"ExceptionID\": 920287,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:15:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 327818,\n                \"ExceptionID\": 920025,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T18:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T02:00:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 327902,\n                \"ExceptionID\": 920109,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 2,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 328916,\n                \"ExceptionID\": 921123,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:30:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 327790,\n                \"ExceptionID\": 919997,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328672,\n                \"ExceptionID\": 920879,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328673,\n                \"ExceptionID\": 920880,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328674,\n                \"ExceptionID\": 920881,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328675,\n                \"ExceptionID\": 920882,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:45:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 327822,\n                \"ExceptionID\": 920029,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328797,\n                \"ExceptionID\": 921004,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328798,\n                \"ExceptionID\": 921005,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328799,\n                \"ExceptionID\": 921006,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328800,\n                \"ExceptionID\": 921007,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 327757,\n                \"ExceptionID\": 919964,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 327886,\n                \"ExceptionID\": 920093,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T20:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 328901,\n                \"ExceptionID\": 921108,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:15:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 327621,\n                \"ExceptionID\": 919828,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328012,\n                \"ExceptionID\": 920219,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328013,\n                \"ExceptionID\": 920220,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328014,\n                \"ExceptionID\": 920221,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328015,\n                \"ExceptionID\": 920222,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 327847,\n                \"ExceptionID\": 920054,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T07:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 328862,\n                \"ExceptionID\": 921069,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 327885,\n                \"ExceptionID\": 920092,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 328900,\n                \"ExceptionID\": 921107,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:30:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 327784,\n                \"ExceptionID\": 919991,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328648,\n                \"ExceptionID\": 920855,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328649,\n                \"ExceptionID\": 920856,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328650,\n                \"ExceptionID\": 920857,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328651,\n                \"ExceptionID\": 920858,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:45:00\"\n            },\n            {\n                \"ParticipantId\": 405,\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 405,\n                \"PublishedIntervalId\": 327869,\n                \"ExceptionID\": 920076,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 405,\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 405,\n                \"PublishedIntervalId\": 328884,\n                \"ExceptionID\": 921091,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 327879,\n                \"ExceptionID\": 920086,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T05:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 328894,\n                \"ExceptionID\": 921101,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T07:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327614,\n                \"ExceptionID\": 919821,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327984,\n                \"ExceptionID\": 920191,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327985,\n                \"ExceptionID\": 920192,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327986,\n                \"ExceptionID\": 920193,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327987,\n                \"ExceptionID\": 920194,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327615,\n                \"ExceptionID\": 919822,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327988,\n                \"ExceptionID\": 920195,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327989,\n                \"ExceptionID\": 920196,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327990,\n                \"ExceptionID\": 920197,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327991,\n                \"ExceptionID\": 920198,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 327841,\n                \"ExceptionID\": 920048,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328853,\n                \"ExceptionID\": 921060,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328854,\n                \"ExceptionID\": 921061,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328855,\n                \"ExceptionID\": 921062,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327831,\n                \"ExceptionID\": 920038,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327832,\n                \"ExceptionID\": 920039,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328829,\n                \"ExceptionID\": 921036,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328830,\n                \"ExceptionID\": 921037,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T20:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328831,\n                \"ExceptionID\": 921038,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328832,\n                \"ExceptionID\": 921039,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327894,\n                \"ExceptionID\": 920101,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328909,\n                \"ExceptionID\": 921116,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:45:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327893,\n                \"ExceptionID\": 920100,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328908,\n                \"ExceptionID\": 921115,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327741,\n                \"ExceptionID\": 919948,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328479,\n                \"ExceptionID\": 920686,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328480,\n                \"ExceptionID\": 920687,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328481,\n                \"ExceptionID\": 920688,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328482,\n                \"ExceptionID\": 920689,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327742,\n                \"ExceptionID\": 919949,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328483,\n                \"ExceptionID\": 920690,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328484,\n                \"ExceptionID\": 920691,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T13:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328485,\n                \"ExceptionID\": 920692,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 327744,\n                \"ExceptionID\": 919951,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328490,\n                \"ExceptionID\": 920697,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328491,\n                \"ExceptionID\": 920698,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328492,\n                \"ExceptionID\": 920699,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328493,\n                \"ExceptionID\": 920700,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T13:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327655,\n                \"ExceptionID\": 919862,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327656,\n                \"ExceptionID\": 919863,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328145,\n                \"ExceptionID\": 920352,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328146,\n                \"ExceptionID\": 920353,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T02:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T02:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328147,\n                \"ExceptionID\": 920354,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328148,\n                \"ExceptionID\": 920355,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T03:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T03:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328152,\n                \"ExceptionID\": 920359,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T23:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327656,\n                \"ExceptionID\": 919863,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328149,\n                \"ExceptionID\": 920356,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328150,\n                \"ExceptionID\": 920357,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T02:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328151,\n                \"ExceptionID\": 920358,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 327693,\n                \"ExceptionID\": 919900,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328289,\n                \"ExceptionID\": 920496,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328290,\n                \"ExceptionID\": 920497,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328291,\n                \"ExceptionID\": 920498,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328292,\n                \"ExceptionID\": 920499,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 327776,\n                \"ExceptionID\": 919983,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:30:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328616,\n                \"ExceptionID\": 920823,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328617,\n                \"ExceptionID\": 920824,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328618,\n                \"ExceptionID\": 920825,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328619,\n                \"ExceptionID\": 920826,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 327796,\n                \"ExceptionID\": 920003,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328696,\n                \"ExceptionID\": 920903,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328697,\n                \"ExceptionID\": 920904,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T08:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328698,\n                \"ExceptionID\": 920905,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328699,\n                \"ExceptionID\": 920906,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 327871,\n                \"ExceptionID\": 920078,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328886,\n                \"ExceptionID\": 921093,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 327815,\n                \"ExceptionID\": 920022,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T04:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328772,\n                \"ExceptionID\": 920979,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328773,\n                \"ExceptionID\": 920980,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:30:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328774,\n                \"ExceptionID\": 920981,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328775,\n                \"ExceptionID\": 920982,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 327834,\n                \"ExceptionID\": 920041,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328835,\n                \"ExceptionID\": 921042,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328836,\n                \"ExceptionID\": 921043,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 327813,\n                \"ExceptionID\": 920020,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328764,\n                \"ExceptionID\": 920971,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328765,\n                \"ExceptionID\": 920972,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328766,\n                \"ExceptionID\": 920973,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328767,\n                \"ExceptionID\": 920974,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 440,\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 440,\n                \"PublishedIntervalId\": 327863,\n                \"ExceptionID\": 920070,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 4.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 440,\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 440,\n                \"PublishedIntervalId\": 328878,\n                \"ExceptionID\": 921085,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327596,\n                \"ExceptionID\": 919803,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 11.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327916,\n                \"ExceptionID\": 920123,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:45:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327917,\n                \"ExceptionID\": 920124,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327918,\n                \"ExceptionID\": 920125,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327919,\n                \"ExceptionID\": 920126,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327599,\n                \"ExceptionID\": 919806,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T07:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327926,\n                \"ExceptionID\": 920133,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327927,\n                \"ExceptionID\": 920134,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327928,\n                \"ExceptionID\": 920135,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327929,\n                \"ExceptionID\": 920136,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 327787,\n                \"ExceptionID\": 919994,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328660,\n                \"ExceptionID\": 920867,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328661,\n                \"ExceptionID\": 920868,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328662,\n                \"ExceptionID\": 920869,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:15:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328663,\n                \"ExceptionID\": 920870,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 327716,\n                \"ExceptionID\": 919923,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328380,\n                \"ExceptionID\": 920587,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328381,\n                \"ExceptionID\": 920588,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T04:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T05:15:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328382,\n                \"ExceptionID\": 920589,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T07:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:30:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328383,\n                \"ExceptionID\": 920590,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 327768,\n                \"ExceptionID\": 919975,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328584,\n                \"ExceptionID\": 920791,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328585,\n                \"ExceptionID\": 920792,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:45:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328586,\n                \"ExceptionID\": 920793,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328587,\n                \"ExceptionID\": 920794,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 334322,\n                \"ExceptionID\": 939222,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.1,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T09:06:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:06:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 327880,\n                \"ExceptionID\": 920087,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T07:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328895,\n                \"ExceptionID\": 921102,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 327805,\n                \"ExceptionID\": 920012,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 8.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:15:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328732,\n                \"ExceptionID\": 920939,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328733,\n                \"ExceptionID\": 920940,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T03:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T03:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328734,\n                \"ExceptionID\": 920941,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328735,\n                \"ExceptionID\": 920942,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327617,\n                \"ExceptionID\": 919824,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327682,\n                \"ExceptionID\": 919889,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327898,\n                \"ExceptionID\": 920105,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 3.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327996,\n                \"ExceptionID\": 920203,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327997,\n                \"ExceptionID\": 920204,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T21:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 328248,\n                \"ExceptionID\": 920455,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 328913,\n                \"ExceptionID\": 921120,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327617,\n                \"ExceptionID\": 919824,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327998,\n                \"ExceptionID\": 920205,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327999,\n                \"ExceptionID\": 920206,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 327811,\n                \"ExceptionID\": 920018,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328756,\n                \"ExceptionID\": 920963,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328757,\n                \"ExceptionID\": 920964,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328758,\n                \"ExceptionID\": 920965,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328759,\n                \"ExceptionID\": 920966,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 327668,\n                \"ExceptionID\": 919875,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328193,\n                \"ExceptionID\": 920400,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328194,\n                \"ExceptionID\": 920401,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328195,\n                \"ExceptionID\": 920402,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T20:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328196,\n                \"ExceptionID\": 920403,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T21:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T21:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:45:00\"\n            },\n            {\n                \"ParticipantId\": 132,\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 132,\n                \"PublishedIntervalId\": 327856,\n                \"ExceptionID\": 920063,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 132,\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 132,\n                \"PublishedIntervalId\": 328871,\n                \"ExceptionID\": 921078,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:45:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 327688,\n                \"ExceptionID\": 919895,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328269,\n                \"ExceptionID\": 920476,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328270,\n                \"ExceptionID\": 920477,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T18:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328271,\n                \"ExceptionID\": 920478,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T21:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328272,\n                \"ExceptionID\": 920479,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            }\n        ],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": null,\n                \"PreferredScopeId\": null,\n                \"ScopeTypeName\": \"Everyone\",\n                \"ScopeIdName\": \"All people defined\",\n                \"ScopeIdDescription\": \"All people defined\",\n                \"FromDate\": \"2024-03-01T00:00:00\",\n                \"ThruDate\": \"2024-03-02T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"7f6fc531-e32e-4c43-b42a-53c6464d3c53","name":"1 Activities","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedSchedule?scopeType=1&scopeId=1&fromDate=3/1/2024&thruDate=3/2/2024&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=false&classificationId=&userId=1","host":["{{envName}}"],"path":["api","PublishedSchedule"],"query":[{"key":"scopeType","value":"1","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"1","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"thruDate","value":"3/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"sortOption","value":"1","description":"Use GET AgentScheduleSortOptions to get a list of sort options."},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Defines if the sortOption is a custom field or not."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"suppressNoSchedules","value":"false","description":"REQUIRED: Defines if agents with no scheduled events should be suppressed."},{"key":"classificationId","value":"","description":"REQUIRED: ClassificationId of the events. Can be left NULL to get all Classification Types. See GET EventTypeClassification for more details on classificationIDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPon6UYIHJyzcRQg/3hp5JnI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:34:41 GMT"},{"key":"Content-Length","value":"208921"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": \"2024-03-01T12:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": \"2024-03-02T12:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": \"2024-03-02T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-10T00:00:00\",\n                \"employee_id\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": \"2024-02-29T23:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-10T00:00:00\",\n                \"employee_id\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": \"2024-03-01T23:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 411,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"lbixler\",\n                \"agentname\": \"Bixler, Lyon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 411,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"lbixler\",\n                \"agentname\": \"Bixler, Lyon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": \"2024-03-02T14:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 263,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-23T00:00:00\",\n                \"employee_id\": \"dbrunson\",\n                \"agentname\": \"Brunson, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 263,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-23T00:00:00\",\n                \"employee_id\": \"dbrunson\",\n                \"agentname\": \"Brunson, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": \"2024-03-02T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 307,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"kcarlisle\",\n                \"agentname\": \"Carlisle, Kevin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 307,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"kcarlisle\",\n                \"agentname\": \"Carlisle, Kevin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": \"2024-02-29T17:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": \"2024-03-02T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 426,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"mec21037\",\n                \"agentname\": \"Correa, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 426,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"mec21037\",\n                \"agentname\": \"Correa, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 332,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"JND21026\",\n                \"agentname\": \"Dolinger, Joel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 332,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"JND21026\",\n                \"agentname\": \"Dolinger, Joel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": \"2024-02-29T18:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2005-09-26T00:00:00\",\n                \"employee_id\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2005-09-26T00:00:00\",\n                \"employee_id\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-07-16T00:00:00\",\n                \"employee_id\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-07-16T00:00:00\",\n                \"employee_id\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 237,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"ECF21276\",\n                \"agentname\": \"Fajardo, Ella \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 237,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"ECF21276\",\n                \"agentname\": \"Fajardo, Ella \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-29T00:00:00\",\n                \"employee_id\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-29T00:00:00\",\n                \"employee_id\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-04-13T00:00:00\",\n                \"employee_id\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-04-13T00:00:00\",\n                \"employee_id\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": \"2024-02-29T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 400,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"mgarret\",\n                \"agentname\": \"Garrett, Michele \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 400,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"mgarret\",\n                \"agentname\": \"Garrett, Michele \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": \"2024-03-01T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": \"2024-03-02T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-08-12T00:00:00\",\n                \"employee_id\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-08-12T00:00:00\",\n                \"employee_id\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 348,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"DJG21219\",\n                \"agentname\": \"Gray, Daryl \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 348,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"DJG21219\",\n                \"agentname\": \"Gray, Daryl \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 242,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"MAG21275\",\n                \"agentname\": \"Grzybowski, Malissa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 242,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"MAG21275\",\n                \"agentname\": \"Grzybowski, Malissa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": \"2024-03-02T05:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 87,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-25T00:00:00\",\n                \"employee_id\": \"739259\",\n                \"agentname\": \"Hagwood, Steve \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 87,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-25T00:00:00\",\n                \"employee_id\": \"739259\",\n                \"agentname\": \"Hagwood, Steve \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 277,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"shampton\",\n                \"agentname\": \"Hampton, Stacey \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 277,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"shampton\",\n                \"agentname\": \"Hampton, Stacey \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 285,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"CHarden\",\n                \"agentname\": \"Harden, Charley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 285,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"CHarden\",\n                \"agentname\": \"Harden, Charley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-02T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-05-23T00:00:00\",\n                \"employee_id\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-05-23T00:00:00\",\n                \"employee_id\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 561,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2023-11-30T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Hummadi, Thamer \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 561,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2023-11-30T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Hummadi, Thamer \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-01T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-02T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2012-07-13T00:00:00\",\n                \"employee_id\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2012-07-13T00:00:00\",\n                \"employee_id\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-02T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 272,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63262\",\n                \"agentname\": \"Lasch, William \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 272,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63262\",\n                \"agentname\": \"Lasch, William \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-06T00:00:00\",\n                \"employee_id\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-06T00:00:00\",\n                \"employee_id\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-10T00:00:00\",\n                \"employee_id\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-10T00:00:00\",\n                \"employee_id\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": \"2024-02-29T22:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": \"2024-03-01T22:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-10-10T00:00:00\",\n                \"employee_id\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-10-10T00:00:00\",\n                \"employee_id\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-02-24T00:00:00\",\n                \"employee_id\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-02-24T00:00:00\",\n                \"employee_id\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 149,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"DPM21007\",\n                \"agentname\": \"McCormack, Del \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 149,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"DPM21007\",\n                \"agentname\": \"McCormack, Del \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 485,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-11T00:00:00\",\n                \"employee_id\": \"JXM21224\",\n                \"agentname\": \"Minick, Rusty \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 485,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-11T00:00:00\",\n                \"employee_id\": \"JXM21224\",\n                \"agentname\": \"Minick, Rusty \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-08-10T00:00:00\",\n                \"employee_id\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": \"2024-03-01T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-08-10T00:00:00\",\n                \"employee_id\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-01-12T00:00:00\",\n                \"employee_id\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-01-12T00:00:00\",\n                \"employee_id\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 468,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"CSM21226\",\n                \"agentname\": \"Moten, Cierra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 468,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"CSM21226\",\n                \"agentname\": \"Moten, Cierra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 115,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-06-04T00:00:00\",\n                \"employee_id\": \"AMM21145\",\n                \"agentname\": \"Murphy, Alyson \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 115,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-06-04T00:00:00\",\n                \"employee_id\": \"AMM21145\",\n                \"agentname\": \"Murphy, Alyson \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-09T00:00:00\",\n                \"employee_id\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-09T00:00:00\",\n                \"employee_id\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": \"2024-03-02T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-03-14T00:00:00\",\n                \"employee_id\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-03-14T00:00:00\",\n                \"employee_id\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 408,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BCP21009\",\n                \"agentname\": \"Peebles, Brandon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 408,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BCP21009\",\n                \"agentname\": \"Peebles, Brandon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": \"2024-03-02T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 86,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-08-03T00:00:00\",\n                \"employee_id\": \"prawl\",\n                \"agentname\": \"Rawl, Polly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 86,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-08-03T00:00:00\",\n                \"employee_id\": \"prawl\",\n                \"agentname\": \"Rawl, Polly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": \"2024-03-01T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 376,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CRess\",\n                \"agentname\": \"Ress, Connie \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 376,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CRess\",\n                \"agentname\": \"Ress, Connie \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-07-06T00:00:00\",\n                \"employee_id\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": \"2024-03-01T10:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-07-06T00:00:00\",\n                \"employee_id\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": \"2024-03-02T00:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-11-10T00:00:00\",\n                \"employee_id\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-11-10T00:00:00\",\n                \"employee_id\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": \"2024-03-02T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 76,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 106,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-04-17T00:00:00\",\n                \"employee_id\": \"NER21104\",\n                \"agentname\": \"Ruth, Nathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 76,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 106,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-04-17T00:00:00\",\n                \"employee_id\": \"NER21104\",\n                \"agentname\": \"Ruth, Nathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2011-01-01T00:00:00\",\n                \"employee_id\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2011-01-01T00:00:00\",\n                \"employee_id\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": \"2024-03-02T00:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 78,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 330,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"MXS21011\",\n                \"agentname\": \"Sanchez, Mauricio \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 78,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 330,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-14T00:00:00\",\n                \"employee_id\": \"MXS21011\",\n                \"agentname\": \"Sanchez, Mauricio \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 79,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-02-25T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 79,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-02-25T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": \"2024-02-29T16:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": \"2024-03-01T15:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 81,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 41,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-09-09T00:00:00\",\n                \"employee_id\": \"LSS21160\",\n                \"agentname\": \"Shiver, Sharette \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 81,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 41,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-09-09T00:00:00\",\n                \"employee_id\": \"LSS21160\",\n                \"agentname\": \"Shiver, Sharette \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-25T00:00:00\",\n                \"employee_id\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": \"2024-03-01T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-25T00:00:00\",\n                \"employee_id\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": \"2024-03-01T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 84,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 338,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-28T00:00:00\",\n                \"employee_id\": \"SAS21251\",\n                \"agentname\": \"Stoner, Seth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 84,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 338,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-28T00:00:00\",\n                \"employee_id\": \"SAS21251\",\n                \"agentname\": \"Stoner, Seth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 86,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 389,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-04T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Thurber, Eric \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 86,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 389,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-04T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Thurber, Eric \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": \"2024-03-01T15:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 88,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 275,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63284\",\n                \"agentname\": \"Turner, Jonathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 88,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 275,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"63284\",\n                \"agentname\": \"Turner, Jonathan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 89,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-13T00:00:00\",\n                \"employee_id\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 89,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-13T00:00:00\",\n                \"employee_id\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 90,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 394,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"WSW17921\",\n                \"agentname\": \"Watts, Walter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 90,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 394,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"WSW17921\",\n                \"agentname\": \"Watts, Walter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 91,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 343,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-30T00:00:00\",\n                \"employee_id\": \"lswilliams\",\n                \"agentname\": \"Williams, Litcha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 91,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 343,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-11-30T00:00:00\",\n                \"employee_id\": \"lswilliams\",\n                \"agentname\": \"Williams, Litcha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            }\n        ],\n        \"scheduleIntervals\": [\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 327760,\n                \"ExceptionID\": 919967,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 8.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328553,\n                \"ExceptionID\": 920760,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328554,\n                \"ExceptionID\": 920761,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T16:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:15:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328555,\n                \"ExceptionID\": 920762,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328556,\n                \"ExceptionID\": 920763,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 327759,\n                \"ExceptionID\": 919966,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T12:00:00\",\n                \"Duration\": 8.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328549,\n                \"ExceptionID\": 920756,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328550,\n                \"ExceptionID\": 920757,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T16:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328551,\n                \"ExceptionID\": 920758,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328552,\n                \"ExceptionID\": 920759,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327864,\n                \"ExceptionID\": 920071,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 328879,\n                \"ExceptionID\": 921086,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:15:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327865,\n                \"ExceptionID\": 920072,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T09:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327903,\n                \"ExceptionID\": 920110,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 328880,\n                \"ExceptionID\": 921087,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327675,\n                \"ExceptionID\": 919882,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327676,\n                \"ExceptionID\": 919883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328220,\n                \"ExceptionID\": 920427,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328221,\n                \"ExceptionID\": 920428,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T02:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T02:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:45:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328222,\n                \"ExceptionID\": 920429,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328223,\n                \"ExceptionID\": 920430,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327676,\n                \"ExceptionID\": 919883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327677,\n                \"ExceptionID\": 919884,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-03T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-03T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328224,\n                \"ExceptionID\": 920431,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328225,\n                \"ExceptionID\": 920432,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T03:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T03:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328226,\n                \"ExceptionID\": 920433,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328227,\n                \"ExceptionID\": 920434,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T04:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:30:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328231,\n                \"ExceptionID\": 920438,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:15:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 327792,\n                \"ExceptionID\": 919999,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328680,\n                \"ExceptionID\": 920887,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328681,\n                \"ExceptionID\": 920888,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328682,\n                \"ExceptionID\": 920889,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328683,\n                \"ExceptionID\": 920890,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 327817,\n                \"ExceptionID\": 920024,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T14:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328778,\n                \"ExceptionID\": 920985,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328779,\n                \"ExceptionID\": 920986,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T18:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328780,\n                \"ExceptionID\": 920987,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T20:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:15:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 327624,\n                \"ExceptionID\": 919831,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328024,\n                \"ExceptionID\": 920231,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:45:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328025,\n                \"ExceptionID\": 920232,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328026,\n                \"ExceptionID\": 920233,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:45:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328027,\n                \"ExceptionID\": 920234,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 327850,\n                \"ExceptionID\": 920057,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328865,\n                \"ExceptionID\": 921072,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327697,\n                \"ExceptionID\": 919904,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T02:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327872,\n                \"ExceptionID\": 920079,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T18:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328307,\n                \"ExceptionID\": 920514,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328308,\n                \"ExceptionID\": 920515,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T01:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T01:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328887,\n                \"ExceptionID\": 921094,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327873,\n                \"ExceptionID\": 920080,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328888,\n                \"ExceptionID\": 921095,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327637,\n                \"ExceptionID\": 919844,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328073,\n                \"ExceptionID\": 920280,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:15:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328074,\n                \"ExceptionID\": 920281,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T20:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328075,\n                \"ExceptionID\": 920282,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327637,\n                \"ExceptionID\": 919844,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327638,\n                \"ExceptionID\": 919845,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-03T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-03T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328076,\n                \"ExceptionID\": 920283,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328077,\n                \"ExceptionID\": 920284,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:15:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328078,\n                \"ExceptionID\": 920285,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T19:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:30:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328079,\n                \"ExceptionID\": 920286,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T23:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:45:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328080,\n                \"ExceptionID\": 920287,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:15:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 327818,\n                \"ExceptionID\": 920025,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T18:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T02:00:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 327902,\n                \"ExceptionID\": 920109,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 2,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 328916,\n                \"ExceptionID\": 921123,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:30:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 327790,\n                \"ExceptionID\": 919997,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328672,\n                \"ExceptionID\": 920879,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328673,\n                \"ExceptionID\": 920880,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328674,\n                \"ExceptionID\": 920881,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328675,\n                \"ExceptionID\": 920882,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:45:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 327822,\n                \"ExceptionID\": 920029,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328797,\n                \"ExceptionID\": 921004,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328798,\n                \"ExceptionID\": 921005,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328799,\n                \"ExceptionID\": 921006,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328800,\n                \"ExceptionID\": 921007,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 327757,\n                \"ExceptionID\": 919964,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 327886,\n                \"ExceptionID\": 920093,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T20:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 328901,\n                \"ExceptionID\": 921108,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:15:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 327621,\n                \"ExceptionID\": 919828,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328012,\n                \"ExceptionID\": 920219,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328013,\n                \"ExceptionID\": 920220,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328014,\n                \"ExceptionID\": 920221,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328015,\n                \"ExceptionID\": 920222,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 327847,\n                \"ExceptionID\": 920054,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T07:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 328862,\n                \"ExceptionID\": 921069,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 327885,\n                \"ExceptionID\": 920092,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 328900,\n                \"ExceptionID\": 921107,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:30:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 327784,\n                \"ExceptionID\": 919991,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328648,\n                \"ExceptionID\": 920855,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328649,\n                \"ExceptionID\": 920856,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328650,\n                \"ExceptionID\": 920857,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328651,\n                \"ExceptionID\": 920858,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:45:00\"\n            },\n            {\n                \"ParticipantId\": 405,\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 405,\n                \"PublishedIntervalId\": 327869,\n                \"ExceptionID\": 920076,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 405,\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 405,\n                \"PublishedIntervalId\": 328884,\n                \"ExceptionID\": 921091,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 327879,\n                \"ExceptionID\": 920086,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T05:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 328894,\n                \"ExceptionID\": 921101,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T07:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327614,\n                \"ExceptionID\": 919821,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327984,\n                \"ExceptionID\": 920191,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327985,\n                \"ExceptionID\": 920192,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327986,\n                \"ExceptionID\": 920193,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327987,\n                \"ExceptionID\": 920194,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327615,\n                \"ExceptionID\": 919822,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327988,\n                \"ExceptionID\": 920195,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327989,\n                \"ExceptionID\": 920196,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327990,\n                \"ExceptionID\": 920197,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327991,\n                \"ExceptionID\": 920198,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 327841,\n                \"ExceptionID\": 920048,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328853,\n                \"ExceptionID\": 921060,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328854,\n                \"ExceptionID\": 921061,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328855,\n                \"ExceptionID\": 921062,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327831,\n                \"ExceptionID\": 920038,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327832,\n                \"ExceptionID\": 920039,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328829,\n                \"ExceptionID\": 921036,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328830,\n                \"ExceptionID\": 921037,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T20:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328831,\n                \"ExceptionID\": 921038,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328832,\n                \"ExceptionID\": 921039,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327894,\n                \"ExceptionID\": 920101,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328909,\n                \"ExceptionID\": 921116,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:45:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327893,\n                \"ExceptionID\": 920100,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328908,\n                \"ExceptionID\": 921115,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327741,\n                \"ExceptionID\": 919948,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328479,\n                \"ExceptionID\": 920686,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328480,\n                \"ExceptionID\": 920687,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328481,\n                \"ExceptionID\": 920688,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328482,\n                \"ExceptionID\": 920689,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327742,\n                \"ExceptionID\": 919949,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328483,\n                \"ExceptionID\": 920690,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328484,\n                \"ExceptionID\": 920691,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T13:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328485,\n                \"ExceptionID\": 920692,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 327744,\n                \"ExceptionID\": 919951,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328490,\n                \"ExceptionID\": 920697,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328491,\n                \"ExceptionID\": 920698,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328492,\n                \"ExceptionID\": 920699,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328493,\n                \"ExceptionID\": 920700,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T13:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327655,\n                \"ExceptionID\": 919862,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327656,\n                \"ExceptionID\": 919863,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328145,\n                \"ExceptionID\": 920352,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328146,\n                \"ExceptionID\": 920353,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T02:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T02:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328147,\n                \"ExceptionID\": 920354,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328148,\n                \"ExceptionID\": 920355,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T03:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T03:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328152,\n                \"ExceptionID\": 920359,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T23:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327656,\n                \"ExceptionID\": 919863,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328149,\n                \"ExceptionID\": 920356,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328150,\n                \"ExceptionID\": 920357,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T02:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328151,\n                \"ExceptionID\": 920358,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 327693,\n                \"ExceptionID\": 919900,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328289,\n                \"ExceptionID\": 920496,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328290,\n                \"ExceptionID\": 920497,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328291,\n                \"ExceptionID\": 920498,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328292,\n                \"ExceptionID\": 920499,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 327776,\n                \"ExceptionID\": 919983,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:30:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328616,\n                \"ExceptionID\": 920823,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328617,\n                \"ExceptionID\": 920824,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328618,\n                \"ExceptionID\": 920825,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328619,\n                \"ExceptionID\": 920826,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 327796,\n                \"ExceptionID\": 920003,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328696,\n                \"ExceptionID\": 920903,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328697,\n                \"ExceptionID\": 920904,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T08:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328698,\n                \"ExceptionID\": 920905,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328699,\n                \"ExceptionID\": 920906,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 327871,\n                \"ExceptionID\": 920078,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328886,\n                \"ExceptionID\": 921093,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 327815,\n                \"ExceptionID\": 920022,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T04:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328772,\n                \"ExceptionID\": 920979,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328773,\n                \"ExceptionID\": 920980,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:30:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328774,\n                \"ExceptionID\": 920981,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328775,\n                \"ExceptionID\": 920982,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 327834,\n                \"ExceptionID\": 920041,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328835,\n                \"ExceptionID\": 921042,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328836,\n                \"ExceptionID\": 921043,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 327813,\n                \"ExceptionID\": 920020,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328764,\n                \"ExceptionID\": 920971,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328765,\n                \"ExceptionID\": 920972,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328766,\n                \"ExceptionID\": 920973,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328767,\n                \"ExceptionID\": 920974,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 440,\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 440,\n                \"PublishedIntervalId\": 327863,\n                \"ExceptionID\": 920070,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 4.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 440,\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 440,\n                \"PublishedIntervalId\": 328878,\n                \"ExceptionID\": 921085,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327596,\n                \"ExceptionID\": 919803,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 11.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327916,\n                \"ExceptionID\": 920123,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:45:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327917,\n                \"ExceptionID\": 920124,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327918,\n                \"ExceptionID\": 920125,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327919,\n                \"ExceptionID\": 920126,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327599,\n                \"ExceptionID\": 919806,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T07:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327926,\n                \"ExceptionID\": 920133,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327927,\n                \"ExceptionID\": 920134,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327928,\n                \"ExceptionID\": 920135,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327929,\n                \"ExceptionID\": 920136,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 327787,\n                \"ExceptionID\": 919994,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328660,\n                \"ExceptionID\": 920867,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328661,\n                \"ExceptionID\": 920868,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328662,\n                \"ExceptionID\": 920869,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:15:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328663,\n                \"ExceptionID\": 920870,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 327716,\n                \"ExceptionID\": 919923,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328380,\n                \"ExceptionID\": 920587,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328381,\n                \"ExceptionID\": 920588,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T04:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T05:15:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328382,\n                \"ExceptionID\": 920589,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T07:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:30:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328383,\n                \"ExceptionID\": 920590,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 327768,\n                \"ExceptionID\": 919975,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328584,\n                \"ExceptionID\": 920791,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328585,\n                \"ExceptionID\": 920792,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:45:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328586,\n                \"ExceptionID\": 920793,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328587,\n                \"ExceptionID\": 920794,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 334322,\n                \"ExceptionID\": 939222,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.1,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T09:06:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:06:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 327880,\n                \"ExceptionID\": 920087,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T07:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328895,\n                \"ExceptionID\": 921102,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 327805,\n                \"ExceptionID\": 920012,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 8.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:15:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328732,\n                \"ExceptionID\": 920939,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328733,\n                \"ExceptionID\": 920940,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T03:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T03:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328734,\n                \"ExceptionID\": 920941,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328735,\n                \"ExceptionID\": 920942,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327617,\n                \"ExceptionID\": 919824,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327682,\n                \"ExceptionID\": 919889,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327898,\n                \"ExceptionID\": 920105,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 3.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327996,\n                \"ExceptionID\": 920203,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327997,\n                \"ExceptionID\": 920204,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T21:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 328248,\n                \"ExceptionID\": 920455,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 328913,\n                \"ExceptionID\": 921120,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327617,\n                \"ExceptionID\": 919824,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327998,\n                \"ExceptionID\": 920205,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327999,\n                \"ExceptionID\": 920206,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 327811,\n                \"ExceptionID\": 920018,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328756,\n                \"ExceptionID\": 920963,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328757,\n                \"ExceptionID\": 920964,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328758,\n                \"ExceptionID\": 920965,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328759,\n                \"ExceptionID\": 920966,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 327668,\n                \"ExceptionID\": 919875,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328193,\n                \"ExceptionID\": 920400,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328194,\n                \"ExceptionID\": 920401,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328195,\n                \"ExceptionID\": 920402,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T20:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328196,\n                \"ExceptionID\": 920403,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T21:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T21:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:45:00\"\n            },\n            {\n                \"ParticipantId\": 132,\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 132,\n                \"PublishedIntervalId\": 327856,\n                \"ExceptionID\": 920063,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 132,\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 132,\n                \"PublishedIntervalId\": 328871,\n                \"ExceptionID\": 921078,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:45:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 327688,\n                \"ExceptionID\": 919895,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328269,\n                \"ExceptionID\": 920476,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328270,\n                \"ExceptionID\": 920477,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T18:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328271,\n                \"ExceptionID\": 920478,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T21:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328272,\n                \"ExceptionID\": 920479,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            }\n        ],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FromDate\": \"2024-03-01T00:00:00\",\n                \"ThruDate\": \"2024-03-02T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"1f44de08-859c-42c4-b97a-4e97c1069576","name":"2 Supervisor","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedSchedule?scopeType=2&scopeId=541&fromDate=3/1/2024&thruDate=3/2/2024&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=false&classificationId=&userId=1","host":["{{envName}}"],"path":["api","PublishedSchedule"],"query":[{"key":"scopeType","value":"2","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"541","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"thruDate","value":"3/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"sortOption","value":"1","description":"Use GET AgentScheduleSortOptions to get a list of sort options."},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Defines if the sortOption is a custom field or not."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"suppressNoSchedules","value":"false","description":"REQUIRED: Defines if agents with no scheduled events should be suppressed."},{"key":"classificationId","value":"","description":"REQUIRED: ClassificationId of the events. Can be left NULL to get all Classification Types. See GET EventTypeClassification for more details on classificationIDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPo0k55kIbReJ/KH1+yZWuJE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:36:07 GMT"},{"key":"Content-Length","value":"43106"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": \"2024-03-02T05:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-02T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-01T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-02T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-02T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": \"2024-03-01T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            }\n        ],\n        \"scheduleIntervals\": [\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 327792,\n                \"ExceptionID\": 919999,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328680,\n                \"ExceptionID\": 920887,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328681,\n                \"ExceptionID\": 920888,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328682,\n                \"ExceptionID\": 920889,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328683,\n                \"ExceptionID\": 920890,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 327879,\n                \"ExceptionID\": 920086,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T05:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 328894,\n                \"ExceptionID\": 921101,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T07:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327614,\n                \"ExceptionID\": 919821,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327984,\n                \"ExceptionID\": 920191,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327985,\n                \"ExceptionID\": 920192,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327986,\n                \"ExceptionID\": 920193,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327987,\n                \"ExceptionID\": 920194,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327615,\n                \"ExceptionID\": 919822,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327988,\n                \"ExceptionID\": 920195,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327989,\n                \"ExceptionID\": 920196,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327990,\n                \"ExceptionID\": 920197,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327991,\n                \"ExceptionID\": 920198,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327831,\n                \"ExceptionID\": 920038,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327832,\n                \"ExceptionID\": 920039,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328829,\n                \"ExceptionID\": 921036,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328830,\n                \"ExceptionID\": 921037,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T20:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328831,\n                \"ExceptionID\": 921038,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328832,\n                \"ExceptionID\": 921039,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327894,\n                \"ExceptionID\": 920101,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328909,\n                \"ExceptionID\": 921116,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:45:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327893,\n                \"ExceptionID\": 920100,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328908,\n                \"ExceptionID\": 921115,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327741,\n                \"ExceptionID\": 919948,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328479,\n                \"ExceptionID\": 920686,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328480,\n                \"ExceptionID\": 920687,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328481,\n                \"ExceptionID\": 920688,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328482,\n                \"ExceptionID\": 920689,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327742,\n                \"ExceptionID\": 919949,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328483,\n                \"ExceptionID\": 920690,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328484,\n                \"ExceptionID\": 920691,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T13:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328485,\n                \"ExceptionID\": 920692,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 327693,\n                \"ExceptionID\": 919900,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328289,\n                \"ExceptionID\": 920496,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328290,\n                \"ExceptionID\": 920497,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328291,\n                \"ExceptionID\": 920498,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328292,\n                \"ExceptionID\": 920499,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 327834,\n                \"ExceptionID\": 920041,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328835,\n                \"ExceptionID\": 921042,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328836,\n                \"ExceptionID\": 921043,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327596,\n                \"ExceptionID\": 919803,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 11.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327916,\n                \"ExceptionID\": 920123,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:45:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327917,\n                \"ExceptionID\": 920124,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327918,\n                \"ExceptionID\": 920125,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327919,\n                \"ExceptionID\": 920126,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327599,\n                \"ExceptionID\": 919806,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T07:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327926,\n                \"ExceptionID\": 920133,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327927,\n                \"ExceptionID\": 920134,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327928,\n                \"ExceptionID\": 920135,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327929,\n                \"ExceptionID\": 920136,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            }\n        ],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 2,\n                \"PreferredScopeId\": 541,\n                \"ScopeTypeName\": \"Supervisor\",\n                \"ScopeIdName\": \"Tritten, Thomas \",\n                \"ScopeIdDescription\": \"Senior Solution Engineer\",\n                \"FromDate\": \"2024-03-01T00:00:00\",\n                \"ThruDate\": \"2024-03-02T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"6720ad68-49c4-474f-83b5-a9cb52153b99","name":"3 User Group","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedSchedule?scopeType=3&scopeId=10&fromDate=3/1/2024&thruDate=3/2/2024&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=false&classificationId=&userId=1","host":["{{envName}}"],"path":["api","PublishedSchedule"],"query":[{"key":"scopeType","value":"3","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"10","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"thruDate","value":"3/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"sortOption","value":"1","description":"Use GET AgentScheduleSortOptions to get a list of sort options."},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Defines if the sortOption is a custom field or not."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"suppressNoSchedules","value":"false","description":"REQUIRED: Defines if agents with no scheduled events should be suppressed."},{"key":"classificationId","value":"","description":"REQUIRED: ClassificationId of the events. Can be left NULL to get all Classification Types. See GET EventTypeClassification for more details on classificationIDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPiFwZSiSXJVehZ6nf7leyL8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:41:21 GMT"},{"key":"Content-Length","value":"191763"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": \"2024-03-01T12:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": \"2024-03-02T12:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": \"2024-03-02T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-10T00:00:00\",\n                \"employee_id\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": \"2024-02-29T23:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-07-10T00:00:00\",\n                \"employee_id\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": \"2024-03-01T23:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-12-01T00:00:00\",\n                \"employee_id\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": \"2024-03-02T14:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": \"2024-03-02T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": \"2024-02-29T17:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": \"2024-03-02T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-20T00:00:00\",\n                \"employee_id\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-09-19T00:00:00\",\n                \"employee_id\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": \"2024-02-29T18:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2005-09-26T00:00:00\",\n                \"employee_id\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2005-09-26T00:00:00\",\n                \"employee_id\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-07-16T00:00:00\",\n                \"employee_id\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-07-16T00:00:00\",\n                \"employee_id\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-29T00:00:00\",\n                \"employee_id\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": \"2024-03-01T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-29T00:00:00\",\n                \"employee_id\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-04-13T00:00:00\",\n                \"employee_id\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-04-13T00:00:00\",\n                \"employee_id\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": \"2024-02-29T16:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": \"2024-03-01T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-21T00:00:00\",\n                \"employee_id\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": \"2024-03-02T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-08-12T00:00:00\",\n                \"employee_id\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-08-12T00:00:00\",\n                \"employee_id\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"employee_id\": \"dxg21043\",\n                \"agentname\": \"Guzman, Denise \",\n                \"ScheduleStartTime\": \"2024-03-02T05:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-08-15T00:00:00\",\n                \"employee_id\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-01-18T00:00:00\",\n                \"employee_id\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": \"2024-03-02T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-05-23T00:00:00\",\n                \"employee_id\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": \"2024-03-01T09:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-05-23T00:00:00\",\n                \"employee_id\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-25T00:00:00\",\n                \"employee_id\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 561,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2023-11-30T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Hummadi, Thamer \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 561,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2023-11-30T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Hummadi, Thamer \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"ClassificationId\": 2,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"shunter\",\n                \"agentname\": \"Hunter, Satika \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-01T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": \"2024-03-02T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2012-07-13T00:00:00\",\n                \"employee_id\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2012-07-13T00:00:00\",\n                \"employee_id\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-19T00:00:00\",\n                \"employee_id\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": \"2024-03-02T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-06T00:00:00\",\n                \"employee_id\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-12-06T00:00:00\",\n                \"employee_id\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-10T00:00:00\",\n                \"employee_id\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-09-10T00:00:00\",\n                \"employee_id\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": \"2024-02-29T22:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": \"2024-03-01T22:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-10-10T00:00:00\",\n                \"employee_id\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-10-10T00:00:00\",\n                \"employee_id\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-02-24T00:00:00\",\n                \"employee_id\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-02-24T00:00:00\",\n                \"employee_id\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": \"2024-03-01T08:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-10T00:00:00\",\n                \"employee_id\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-08-10T00:00:00\",\n                \"employee_id\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": \"2024-03-01T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-08-10T00:00:00\",\n                \"employee_id\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-01-12T00:00:00\",\n                \"employee_id\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-01-12T00:00:00\",\n                \"employee_id\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-09T00:00:00\",\n                \"employee_id\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-02-09T00:00:00\",\n                \"employee_id\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-01-16T00:00:00\",\n                \"employee_id\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": \"2024-03-02T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": \"2024-03-01T06:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-11-09T00:00:00\",\n                \"employee_id\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-03-14T00:00:00\",\n                \"employee_id\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-03-14T00:00:00\",\n                \"employee_id\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": \"2024-03-02T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": \"2024-03-01T04:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-02-01T00:00:00\",\n                \"employee_id\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": \"2024-03-01T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"role_id\": 100,\n                \"ClassificationId\": 1,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-04-11T00:00:00\",\n                \"employee_id\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-07-06T00:00:00\",\n                \"employee_id\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": \"2024-03-01T10:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2015-07-06T00:00:00\",\n                \"employee_id\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-03-13T00:00:00\",\n                \"employee_id\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": \"2024-03-02T00:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-11-10T00:00:00\",\n                \"employee_id\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": \"2024-03-01T09:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-11-10T00:00:00\",\n                \"employee_id\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": \"2024-03-02T07:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2011-01-01T00:00:00\",\n                \"employee_id\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2011-01-01T00:00:00\",\n                \"employee_id\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": \"2024-03-02T00:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-02-25T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2010-02-25T00:00:00\",\n                \"employee_id\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": \"2024-02-29T16:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-04-10T00:00:00\",\n                \"employee_id\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": \"2024-03-01T15:30:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-25T00:00:00\",\n                \"employee_id\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": \"2024-03-01T11:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2013-07-25T00:00:00\",\n                \"employee_id\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": \"2024-03-01T13:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-06-12T00:00:00\",\n                \"employee_id\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": \"2024-03-01T10:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2014-09-29T00:00:00\",\n                \"employee_id\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": \"2024-03-01T15:00:00\",\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"employee_id\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-13T00:00:00\",\n                \"employee_id\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-06-13T00:00:00\",\n                \"employee_id\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            }\n        ],\n        \"scheduleIntervals\": [\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 327760,\n                \"ExceptionID\": 919967,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 8.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328553,\n                \"ExceptionID\": 920760,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328554,\n                \"ExceptionID\": 920761,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T16:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:15:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328555,\n                \"ExceptionID\": 920762,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328556,\n                \"ExceptionID\": 920763,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 327759,\n                \"ExceptionID\": 919966,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T12:00:00\",\n                \"Duration\": 8.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328549,\n                \"ExceptionID\": 920756,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328550,\n                \"ExceptionID\": 920757,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T16:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:45:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328551,\n                \"ExceptionID\": 920758,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 156,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 156,\n                \"PublishedIntervalId\": 328552,\n                \"ExceptionID\": 920759,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327864,\n                \"ExceptionID\": 920071,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 328879,\n                \"ExceptionID\": 921086,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:15:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327865,\n                \"ExceptionID\": 920072,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T09:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 327903,\n                \"ExceptionID\": 920110,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 453,\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 453,\n                \"PublishedIntervalId\": 328880,\n                \"ExceptionID\": 921087,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327675,\n                \"ExceptionID\": 919882,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327676,\n                \"ExceptionID\": 919883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328220,\n                \"ExceptionID\": 920427,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328221,\n                \"ExceptionID\": 920428,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T02:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T02:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:45:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328222,\n                \"ExceptionID\": 920429,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328223,\n                \"ExceptionID\": 920430,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327676,\n                \"ExceptionID\": 919883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 327677,\n                \"ExceptionID\": 919884,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-03T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-03T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328224,\n                \"ExceptionID\": 920431,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328225,\n                \"ExceptionID\": 920432,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T03:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T03:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:00:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328226,\n                \"ExceptionID\": 920433,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328227,\n                \"ExceptionID\": 920434,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T04:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:30:00\"\n            },\n            {\n                \"ParticipantId\": 479,\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 479,\n                \"PublishedIntervalId\": 328231,\n                \"ExceptionID\": 920438,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:15:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 327792,\n                \"ExceptionID\": 919999,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328680,\n                \"ExceptionID\": 920887,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328681,\n                \"ExceptionID\": 920888,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328682,\n                \"ExceptionID\": 920889,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 27,\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 27,\n                \"PublishedIntervalId\": 328683,\n                \"ExceptionID\": 920890,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 327817,\n                \"ExceptionID\": 920024,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T14:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328778,\n                \"ExceptionID\": 920985,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328779,\n                \"ExceptionID\": 920986,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T18:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 467,\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 467,\n                \"PublishedIntervalId\": 328780,\n                \"ExceptionID\": 920987,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T20:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:15:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 327624,\n                \"ExceptionID\": 919831,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328024,\n                \"ExceptionID\": 920231,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:45:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328025,\n                \"ExceptionID\": 920232,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328026,\n                \"ExceptionID\": 920233,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:45:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328027,\n                \"ExceptionID\": 920234,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 327850,\n                \"ExceptionID\": 920057,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 391,\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 391,\n                \"PublishedIntervalId\": 328865,\n                \"ExceptionID\": 921072,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327697,\n                \"ExceptionID\": 919904,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T02:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327872,\n                \"ExceptionID\": 920079,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T18:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328307,\n                \"ExceptionID\": 920514,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328308,\n                \"ExceptionID\": 920515,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T01:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T01:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328887,\n                \"ExceptionID\": 921094,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 327873,\n                \"ExceptionID\": 920080,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 387,\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 387,\n                \"PublishedIntervalId\": 328888,\n                \"ExceptionID\": 921095,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327637,\n                \"ExceptionID\": 919844,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328073,\n                \"ExceptionID\": 920280,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:15:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328074,\n                \"ExceptionID\": 920281,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T20:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328075,\n                \"ExceptionID\": 920282,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327637,\n                \"ExceptionID\": 919844,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 327638,\n                \"ExceptionID\": 919845,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-03T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-03T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328076,\n                \"ExceptionID\": 920283,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328077,\n                \"ExceptionID\": 920284,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:15:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328078,\n                \"ExceptionID\": 920285,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T19:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T20:30:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328079,\n                \"ExceptionID\": 920286,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T23:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:45:00\"\n            },\n            {\n                \"ParticipantId\": 306,\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 306,\n                \"PublishedIntervalId\": 328080,\n                \"ExceptionID\": 920287,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T23:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T23:15:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 327818,\n                \"ExceptionID\": 920025,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T18:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T02:00:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 327902,\n                \"ExceptionID\": 920109,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 2,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 432,\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 432,\n                \"PublishedIntervalId\": 328916,\n                \"ExceptionID\": 921123,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:30:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 327790,\n                \"ExceptionID\": 919997,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328672,\n                \"ExceptionID\": 920879,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328673,\n                \"ExceptionID\": 920880,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328674,\n                \"ExceptionID\": 920881,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 51,\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 51,\n                \"PublishedIntervalId\": 328675,\n                \"ExceptionID\": 920882,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:45:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 327822,\n                \"ExceptionID\": 920029,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328797,\n                \"ExceptionID\": 921004,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328798,\n                \"ExceptionID\": 921005,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328799,\n                \"ExceptionID\": 921006,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T23:00:00\"\n            },\n            {\n                \"ParticipantId\": 136,\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 136,\n                \"PublishedIntervalId\": 328800,\n                \"ExceptionID\": 921007,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:15:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 327757,\n                \"ExceptionID\": 919964,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:00:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 327886,\n                \"ExceptionID\": 920093,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T20:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 144,\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 144,\n                \"PublishedIntervalId\": 328901,\n                \"ExceptionID\": 921108,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:15:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 327621,\n                \"ExceptionID\": 919828,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328012,\n                \"ExceptionID\": 920219,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328013,\n                \"ExceptionID\": 920220,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328014,\n                \"ExceptionID\": 920221,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 353,\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 353,\n                \"PublishedIntervalId\": 328015,\n                \"ExceptionID\": 920222,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 327847,\n                \"ExceptionID\": 920054,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T07:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 328862,\n                \"ExceptionID\": 921069,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 327885,\n                \"ExceptionID\": 920092,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 155,\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 155,\n                \"PublishedIntervalId\": 328900,\n                \"ExceptionID\": 921107,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:30:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 327784,\n                \"ExceptionID\": 919991,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328648,\n                \"ExceptionID\": 920855,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328649,\n                \"ExceptionID\": 920856,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328650,\n                \"ExceptionID\": 920857,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 71,\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 71,\n                \"PublishedIntervalId\": 328651,\n                \"ExceptionID\": 920858,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:45:00\"\n            },\n            {\n                \"ParticipantId\": 405,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 405,\n                \"PublishedIntervalId\": 327869,\n                \"ExceptionID\": 920076,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:00:00\"\n            },\n            {\n                \"ParticipantId\": 405,\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 405,\n                \"PublishedIntervalId\": 328884,\n                \"ExceptionID\": 921091,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 327879,\n                \"ExceptionID\": 920086,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T05:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 80,\n                \"PublishedIntervalId\": 328894,\n                \"ExceptionID\": 921101,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T07:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327614,\n                \"ExceptionID\": 919821,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327984,\n                \"ExceptionID\": 920191,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327985,\n                \"ExceptionID\": 920192,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327986,\n                \"ExceptionID\": 920193,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327987,\n                \"ExceptionID\": 920194,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327615,\n                \"ExceptionID\": 919822,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327988,\n                \"ExceptionID\": 920195,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T08:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T08:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:45:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327989,\n                \"ExceptionID\": 920196,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327990,\n                \"ExceptionID\": 920197,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 91,\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 91,\n                \"PublishedIntervalId\": 327991,\n                \"ExceptionID\": 920198,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 327841,\n                \"ExceptionID\": 920048,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:30:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328853,\n                \"ExceptionID\": 921060,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328854,\n                \"ExceptionID\": 921061,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 250,\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 250,\n                \"PublishedIntervalId\": 328855,\n                \"ExceptionID\": 921062,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327831,\n                \"ExceptionID\": 920038,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 327832,\n                \"ExceptionID\": 920039,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328829,\n                \"ExceptionID\": 921036,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328830,\n                \"ExceptionID\": 921037,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T20:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:45:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328831,\n                \"ExceptionID\": 921038,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 418,\n                \"PublishedIntervalId\": 328832,\n                \"ExceptionID\": 921039,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327894,\n                \"ExceptionID\": 920101,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328909,\n                \"ExceptionID\": 921116,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:45:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 327893,\n                \"ExceptionID\": 920100,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 397,\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 397,\n                \"PublishedIntervalId\": 328908,\n                \"ExceptionID\": 921115,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327741,\n                \"ExceptionID\": 919948,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328479,\n                \"ExceptionID\": 920686,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328480,\n                \"ExceptionID\": 920687,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328481,\n                \"ExceptionID\": 920688,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328482,\n                \"ExceptionID\": 920689,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 327742,\n                \"ExceptionID\": 919949,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328483,\n                \"ExceptionID\": 920690,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328484,\n                \"ExceptionID\": 920691,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T13:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 361,\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 361,\n                \"PublishedIntervalId\": 328485,\n                \"ExceptionID\": 920692,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T16:30:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 327744,\n                \"ExceptionID\": 919951,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328490,\n                \"ExceptionID\": 920697,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:15:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328491,\n                \"ExceptionID\": 920698,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328492,\n                \"ExceptionID\": 920699,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 354,\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 354,\n                \"PublishedIntervalId\": 328493,\n                \"ExceptionID\": 920700,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T13:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327655,\n                \"ExceptionID\": 919862,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327656,\n                \"ExceptionID\": 919863,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328145,\n                \"ExceptionID\": 920352,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328146,\n                \"ExceptionID\": 920353,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T02:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T02:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328147,\n                \"ExceptionID\": 920354,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328148,\n                \"ExceptionID\": 920355,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T03:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T03:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328152,\n                \"ExceptionID\": 920359,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T23:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T23:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 327656,\n                \"ExceptionID\": 919863,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:00:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328149,\n                \"ExceptionID\": 920356,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328150,\n                \"ExceptionID\": 920357,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T02:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T03:30:00\"\n            },\n            {\n                \"ParticipantId\": 271,\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 271,\n                \"PublishedIntervalId\": 328151,\n                \"ExceptionID\": 920358,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T05:45:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 327693,\n                \"ExceptionID\": 919900,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328289,\n                \"ExceptionID\": 920496,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328290,\n                \"ExceptionID\": 920497,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328291,\n                \"ExceptionID\": 920498,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 449,\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 449,\n                \"PublishedIntervalId\": 328292,\n                \"ExceptionID\": 920499,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:30:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 327776,\n                \"ExceptionID\": 919983,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:30:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328616,\n                \"ExceptionID\": 920823,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328617,\n                \"ExceptionID\": 920824,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328618,\n                \"ExceptionID\": 920825,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:00:00\"\n            },\n            {\n                \"ParticipantId\": 135,\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 135,\n                \"PublishedIntervalId\": 328619,\n                \"ExceptionID\": 920826,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 327796,\n                \"ExceptionID\": 920003,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328696,\n                \"ExceptionID\": 920903,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328697,\n                \"ExceptionID\": 920904,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T08:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328698,\n                \"ExceptionID\": 920905,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 145,\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 145,\n                \"PublishedIntervalId\": 328699,\n                \"ExceptionID\": 920906,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 327871,\n                \"ExceptionID\": 920078,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:00:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328886,\n                \"ExceptionID\": 921093,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 327815,\n                \"ExceptionID\": 920022,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T04:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328772,\n                \"ExceptionID\": 920979,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328773,\n                \"ExceptionID\": 920980,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T08:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:30:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328774,\n                \"ExceptionID\": 920981,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T10:15:00\"\n            },\n            {\n                \"ParticipantId\": 352,\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 352,\n                \"PublishedIntervalId\": 328775,\n                \"ExceptionID\": 920982,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 327834,\n                \"ExceptionID\": 920041,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T06:00:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328835,\n                \"ExceptionID\": 921042,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T08:30:00\"\n            },\n            {\n                \"ParticipantId\": 171,\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 171,\n                \"PublishedIntervalId\": 328836,\n                \"ExceptionID\": 921043,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 327813,\n                \"ExceptionID\": 920020,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328764,\n                \"ExceptionID\": 920971,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328765,\n                \"ExceptionID\": 920972,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T12:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328766,\n                \"ExceptionID\": 920973,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 195,\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 195,\n                \"PublishedIntervalId\": 328767,\n                \"ExceptionID\": 920974,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 440,\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 440,\n                \"PublishedIntervalId\": 327863,\n                \"ExceptionID\": 920070,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T11:00:00\",\n                \"Duration\": 4.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 440,\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 440,\n                \"PublishedIntervalId\": 328878,\n                \"ExceptionID\": 921085,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327596,\n                \"ExceptionID\": 919803,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T04:00:00\",\n                \"Duration\": 11.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327916,\n                \"ExceptionID\": 920123,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T06:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T06:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T06:45:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327917,\n                \"ExceptionID\": 920124,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327918,\n                \"ExceptionID\": 920125,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 185,\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 185,\n                \"PublishedIntervalId\": 327919,\n                \"ExceptionID\": 920126,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327599,\n                \"ExceptionID\": 919806,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T07:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327926,\n                \"ExceptionID\": 920133,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:30:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327927,\n                \"ExceptionID\": 920134,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327928,\n                \"ExceptionID\": 920135,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:00:00\"\n            },\n            {\n                \"ParticipantId\": 450,\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 450,\n                \"PublishedIntervalId\": 327929,\n                \"ExceptionID\": 920136,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T11:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:30:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 327787,\n                \"ExceptionID\": 919994,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328660,\n                \"ExceptionID\": 920867,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328661,\n                \"ExceptionID\": 920868,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T14:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328662,\n                \"ExceptionID\": 920869,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:15:00\"\n            },\n            {\n                \"ParticipantId\": 61,\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 61,\n                \"PublishedIntervalId\": 328663,\n                \"ExceptionID\": 920870,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T10:45:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 327716,\n                \"ExceptionID\": 919923,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:00:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328380,\n                \"ExceptionID\": 920587,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328381,\n                \"ExceptionID\": 920588,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T04:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T05:15:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328382,\n                \"ExceptionID\": 920589,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T07:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T07:30:00\"\n            },\n            {\n                \"ParticipantId\": 392,\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 392,\n                \"PublishedIntervalId\": 328383,\n                \"ExceptionID\": 920590,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 327768,\n                \"ExceptionID\": 919975,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328584,\n                \"ExceptionID\": 920791,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328585,\n                \"ExceptionID\": 920792,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T13:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:45:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328586,\n                \"ExceptionID\": 920793,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T16:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328587,\n                \"ExceptionID\": 920794,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:15:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 334322,\n                \"ExceptionID\": 939222,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-01T09:00:00\",\n                \"Duration\": 0.1,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T09:06:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T09:06:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 327880,\n                \"ExceptionID\": 920087,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T07:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T11:00:00\"\n            },\n            {\n                \"ParticipantId\": 58,\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 58,\n                \"PublishedIntervalId\": 328895,\n                \"ExceptionID\": 921102,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T09:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 327805,\n                \"ExceptionID\": 920012,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 8.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T08:15:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328732,\n                \"ExceptionID\": 920939,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T02:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328733,\n                \"ExceptionID\": 920940,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-02T03:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T03:45:00\",\n                \"EndTimeDisplay\": \"2024-03-02T04:15:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328734,\n                \"ExceptionID\": 920941,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T06:30:00\"\n            },\n            {\n                \"ParticipantId\": 65,\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 65,\n                \"PublishedIntervalId\": 328735,\n                \"ExceptionID\": 920942,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327617,\n                \"ExceptionID\": 919824,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327682,\n                \"ExceptionID\": 919889,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-02-29T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-02-29T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327898,\n                \"ExceptionID\": 920105,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-01T12:00:00\",\n                \"Duration\": 3.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327996,\n                \"ExceptionID\": 920203,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327997,\n                \"ExceptionID\": 920204,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T21:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 328248,\n                \"ExceptionID\": 920455,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 328913,\n                \"ExceptionID\": 921120,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T14:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327617,\n                \"ExceptionID\": 919824,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:30:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-02T01:30:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327998,\n                \"ExceptionID\": 920205,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-02T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:15:00\"\n            },\n            {\n                \"ParticipantId\": 414,\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentId\": 414,\n                \"PublishedIntervalId\": 327999,\n                \"ExceptionID\": 920206,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-02T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-02T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"ScheduleDateRow\": 2,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-02T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:30:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 327811,\n                \"ExceptionID\": 920018,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328756,\n                \"ExceptionID\": 920963,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T13:15:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328757,\n                \"ExceptionID\": 920964,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:45:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328758,\n                \"ExceptionID\": 920965,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:30:00\"\n            },\n            {\n                \"ParticipantId\": 36,\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 36,\n                \"PublishedIntervalId\": 328759,\n                \"ExceptionID\": 920966,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T11:15:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 327668,\n                \"ExceptionID\": 919875,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T13:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328193,\n                \"ExceptionID\": 920400,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328194,\n                \"ExceptionID\": 920401,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T18:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328195,\n                \"ExceptionID\": 920402,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T20:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-01T20:30:00\"\n            },\n            {\n                \"ParticipantId\": 455,\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 455,\n                \"PublishedIntervalId\": 328196,\n                \"ExceptionID\": 920403,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T21:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T21:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T21:45:00\"\n            },\n            {\n                \"ParticipantId\": 132,\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 132,\n                \"PublishedIntervalId\": 327856,\n                \"ExceptionID\": 920063,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-01T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:00:00\"\n            },\n            {\n                \"ParticipantId\": 132,\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 132,\n                \"PublishedIntervalId\": 328871,\n                \"ExceptionID\": 921078,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T12:45:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 327688,\n                \"ExceptionID\": 919895,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-02T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-02T00:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328269,\n                \"ExceptionID\": 920476,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T17:45:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328270,\n                \"ExceptionID\": 920477,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-01T18:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-01T19:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328271,\n                \"ExceptionID\": 920478,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-01T21:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-01T22:00:00\"\n            },\n            {\n                \"ParticipantId\": 429,\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentId\": 429,\n                \"PublishedIntervalId\": 328272,\n                \"ExceptionID\": 920479,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-01T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQUeue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-01T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"ScheduleDateRow\": 1,\n                \"EventPatternTypeId\": 1,\n                \"StartTimeDisplay\": \"2024-03-01T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-01T15:15:00\"\n            }\n        ],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 3,\n                \"PreferredScopeId\": 10,\n                \"ScopeTypeName\": \"User Group\",\n                \"ScopeIdName\": \"All Sales\",\n                \"ScopeIdDescription\": \"All Sales\",\n                \"FromDate\": \"2024-03-01T00:00:00\",\n                \"ThruDate\": \"2024-03-02T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"e10f4c75-8cdc-4b80-a940-87f2e6cafb3c","name":"4 User Tag","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedSchedule?scopeType=4&scopeId=1&fromDate=3/1/2024&thruDate=3/2/2024&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=false&classificationId=&userId=1","host":["{{envName}}"],"path":["api","PublishedSchedule"],"query":[{"key":"scopeType","value":"4","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"1","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"thruDate","value":"3/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"sortOption","value":"1","description":"Use GET AgentScheduleSortOptions to get a list of sort options."},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Defines if the sortOption is a custom field or not."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"suppressNoSchedules","value":"false","description":"REQUIRED: Defines if agents with no scheduled events should be suppressed."},{"key":"classificationId","value":"","description":"REQUIRED: ClassificationId of the events. Can be left NULL to get all Classification Types. See GET EventTypeClassification for more details on classificationIDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlogpoOpF2umJ2y1vHBusew="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:43:55 GMT"},{"key":"Content-Length","value":"450"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [],\n        \"scheduleIntervals\": [],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": null,\n                \"PreferredScopeId\": null,\n                \"ScopeTypeName\": \"Everyone\",\n                \"ScopeIdName\": \"All people defined\",\n                \"ScopeIdDescription\": \"All people defined\",\n                \"FromDate\": \"2024-03-01T00:00:00\",\n                \"ThruDate\": \"2024-03-02T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d0631b29-94c6-4063-8730-bf4bcbb067f1","name":"5 Individual","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedSchedule?scopeType=5&scopeId=278&fromDate=3/1/2024&thruDate=3/2/2024&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=false&classificationId=&userId=1","host":["{{envName}}"],"path":["api","PublishedSchedule"],"query":[{"key":"scopeType","value":"5","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"278","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"thruDate","value":"3/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or M/D/YYYY."},{"key":"sortOption","value":"1","description":"Use GET AgentScheduleSortOptions to get a list of sort options."},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Defines if the sortOption is a custom field or not."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"suppressNoSchedules","value":"false","description":"REQUIRED: Defines if agents with no scheduled events should be suppressed."},{"key":"classificationId","value":"","description":"REQUIRED: ClassificationId of the events. Can be left NULL to get all Classification Types. See GET EventTypeClassification for more details on classificationIDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqSu+pQxUrAYYJT02h674fI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:44:49 GMT"},{"key":"Content-Length","value":"1064"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-01T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-02T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"role_id\": 100,\n                \"ClassificationId\": null,\n                \"tiebreaker\": 0,\n                \"hire_date\": \"2016-07-11T00:00:00\",\n                \"employee_id\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            }\n        ],\n        \"scheduleIntervals\": [],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 278,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"Areheart, Sam \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"FromDate\": \"2024-03-01T00:00:00\",\n                \"ThruDate\": \"2024-03-02T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"88897cbc-2cf8-44de-9ace-440fc2deb35b"},{"name":"PublishedScheduleAnalysis","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e671b592-51d2-458e-af59-ad420e68921e"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"8fb973c8-41dc-4323-91f0-5ff17952c228"}}],"id":"a7a1c101-80a6-4603-9b3c-fb44e505436e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"fd71810c-2d8b-4a6c-a4ac-610736ff1a6c"}],"url":"{{envName}}/api/PublishedScheduleAnalysis?activityId=1&forecastId=186&algorithmGroupId=1&scheduleDate=3/20/2024&timeZoneId=20&activityDetail=TRUE&limitToWorkHabits=FALSE&duration=1440&userId=1&transactionFlagId=2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedScheduleAnalysis"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data.</p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL.</p>\n","type":"text/plain"},"key":"forecastId","value":"186"},{"description":{"content":"<p>REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list.</p>\n","type":"text/plain"},"key":"algorithmGroupId","value":"1"},{"description":{"content":"<p>REQUIRED: Date of the schedule you want to analyze.</p>\n","type":"text/plain"},"key":"scheduleDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: This boolean value detrmines if the ActivityDetail section should be included.</p>\n","type":"text/plain"},"key":"activityDetail","value":"TRUE"},{"description":{"content":"<p>REQUIRED: This field defines if the scope of the data should be limited to the work habits of the individual or not. This field expects a boolean true/false value.</p>\n","type":"text/plain"},"key":"limitToWorkHabits","value":"FALSE"},{"description":{"content":"<p>REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day</p>\n","type":"text/plain"},"key":"duration","value":"1440"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This defines the scope of the returned data. 1 = Schedule Analysis Detail, 2 = Weekly Detail</p>\n","type":"text/plain"},"key":"transactionFlagId","value":"2"}],"variable":[]}},"response":[{"id":"b3a378cd-970a-4234-a2ac-b32b503d3fe5","name":"1 Achedule Analysis Detail","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedScheduleAnalysis?activityId=1&forecastId=186&algorithmGroupId=1&scheduleDate=3/20/2024&timeZoneId=20&activityDetail=TRUE&limitToWorkHabits=FALSE&duration=1440&userId=1&transactionFlagId=1","host":["{{envName}}"],"path":["api","PublishedScheduleAnalysis"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data."},{"key":"forecastId","value":"186","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL."},{"key":"algorithmGroupId","value":"1","description":"REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list."},{"key":"scheduleDate","value":"3/20/2024","description":"REQUIRED: Date of the schedule you want to analyze."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."},{"key":"activityDetail","value":"TRUE","description":"REQUIRED: This boolean value detrmines if the ActivityDetail section should be included."},{"key":"limitToWorkHabits","value":"FALSE","description":"REQUIRED: This field defines if the scope of the data should be limited to the work habits of the individual or not. This field expects a boolean true/false value."},{"key":"duration","value":"1440","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"transactionFlagId","value":"1","description":"REQUIRED: This defines the scope of the returned data. 1 = Schedule Analysis Detail, 2 = Weekly Detail"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlcVYZHZIVqJKEAxe1uUakg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:33:48 GMT"},{"key":"Content-Length","value":"1518733"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"toCurrentStats\": [\n            {\n                \"ActivityId\": 1,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 4084,\n                \"ActualContacts\": 3931,\n                \"ContactVariance\": -153,\n                \"ContactVariancePct\": -3.75,\n                \"ForecastedAHT\": 353.05,\n                \"ActualAHT\": 322.46,\n                \"AHTVariance\": -30.6,\n                \"AHTVariancePct\": -8.67,\n                \"BaselineStaffingHours\": 759.38,\n                \"ScheduledHours\": 382.22,\n                \"BaselineStaffingVariance\": -377.16,\n                \"BaselineStaffingVariancePct\": -49.67,\n                \"TotalAdjustedStaffingHours\": 987.23,\n                \"TotalAdjustedStaffingVariance\": -605.02,\n                \"TotalAdjustedStaffingHoursPct\": -61.28,\n                \"DiscretionaryStaffingHours\": 129.13,\n                \"NonDiscretionaryStaffingHours\": 98.73,\n                \"ServiceMetricSummary\": 14.77,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -65.23,\n                \"ServiceVariancePct\": -81.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetricSummary\": 22.31,\n                \"ObservedServiceMetricVariance\": -57.69,\n                \"ObservedServiceMetricVariancePct\": -72.11\n            }\n        ],\n        \"hourlyStats\": [\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 37,\n                \"ActualContacts\": 40,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 301.11,\n                \"ActualAHT\": 208.28,\n                \"AHTVariance\": -92.83,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 7.77,\n                \"ScheduledHours\": 6.05,\n                \"BaselineStaffingVariance\": -1.72,\n                \"BaselineStaffingVariancePct\": -22.16,\n                \"TotalAdjustedStaffingHours\": 9.88,\n                \"TotalAdjustedStaffingVariance\": -3.83,\n                \"TotalAdjustedStaffingHoursPct\": -38.79,\n                \"DiscretionaryStaffingHours\": 1.12,\n                \"NonDiscretionaryStaffingHours\": 0.99,\n                \"ServiceMetricSummary\": 84.66,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 4.66,\n                \"ServiceVariancePct\": 5.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 94.62,\n                \"ObservedServiceMetricVariance\": 14.62,\n                \"ObservedServiceMetricVariancePct\": 18.27\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 29,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": -10,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363.62,\n                \"ActualAHT\": 244.37,\n                \"AHTVariance\": -119.25,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 7.13,\n                \"ScheduledHours\": 4.67,\n                \"BaselineStaffingVariance\": -2.47,\n                \"BaselineStaffingVariancePct\": -34.56,\n                \"TotalAdjustedStaffingHours\": 9.12,\n                \"TotalAdjustedStaffingVariance\": -4.46,\n                \"TotalAdjustedStaffingHoursPct\": -48.86,\n                \"DiscretionaryStaffingHours\": 1.08,\n                \"NonDiscretionaryStaffingHours\": 0.91,\n                \"ServiceMetricSummary\": 64.58,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -15.42,\n                \"ServiceVariancePct\": -19.27,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 97.41,\n                \"ObservedServiceMetricVariance\": 17.41,\n                \"ObservedServiceMetricVariancePct\": 21.76\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 31,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 306.06,\n                \"ActualAHT\": 247.87,\n                \"AHTVariance\": -58.19,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 6.47,\n                \"ScheduledHours\": 4.75,\n                \"BaselineStaffingVariance\": -1.72,\n                \"BaselineStaffingVariancePct\": -26.56,\n                \"TotalAdjustedStaffingHours\": 8.25,\n                \"TotalAdjustedStaffingVariance\": -3.5,\n                \"TotalAdjustedStaffingHoursPct\": -42.45,\n                \"DiscretionaryStaffingHours\": 0.96,\n                \"NonDiscretionaryStaffingHours\": 0.83,\n                \"ServiceMetricSummary\": 82.04,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 2.04,\n                \"ServiceVariancePct\": 2.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 97.09,\n                \"ObservedServiceMetricVariance\": 17.09,\n                \"ObservedServiceMetricVariancePct\": 21.36\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 28,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361.89,\n                \"ActualAHT\": 235.26,\n                \"AHTVariance\": -126.63,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 7.39,\n                \"ScheduledHours\": 3.25,\n                \"BaselineStaffingVariance\": -4.14,\n                \"BaselineStaffingVariancePct\": -56.04,\n                \"TotalAdjustedStaffingHours\": 9.54,\n                \"TotalAdjustedStaffingVariance\": -6.29,\n                \"TotalAdjustedStaffingHoursPct\": -65.92,\n                \"DiscretionaryStaffingHours\": 1.19,\n                \"NonDiscretionaryStaffingHours\": 0.95,\n                \"ServiceMetricSummary\": 28.81,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -51.19,\n                \"ServiceVariancePct\": -63.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 85.12,\n                \"ObservedServiceMetricVariance\": 5.12,\n                \"ObservedServiceMetricVariancePct\": 6.4\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 35,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": -12,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 330.43,\n                \"ActualAHT\": 256.26,\n                \"AHTVariance\": -74.17,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 7.77,\n                \"ScheduledHours\": 5.17,\n                \"BaselineStaffingVariance\": -2.61,\n                \"BaselineStaffingVariancePct\": -33.55,\n                \"TotalAdjustedStaffingHours\": 9.99,\n                \"TotalAdjustedStaffingVariance\": -4.82,\n                \"TotalAdjustedStaffingHoursPct\": -48.28,\n                \"DiscretionaryStaffingHours\": 1.22,\n                \"NonDiscretionaryStaffingHours\": 1,\n                \"ServiceMetricSummary\": 63.11,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -16.89,\n                \"ServiceVariancePct\": -21.12,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 75.84,\n                \"ObservedServiceMetricVariance\": -4.16,\n                \"ObservedServiceMetricVariancePct\": -5.2\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 44,\n                \"ActualContacts\": 35,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 319.98,\n                \"ActualAHT\": 301.69,\n                \"AHTVariance\": -18.29,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 9.71,\n                \"ScheduledHours\": 8.12,\n                \"BaselineStaffingVariance\": -1.59,\n                \"BaselineStaffingVariancePct\": -16.39,\n                \"TotalAdjustedStaffingHours\": 12.41,\n                \"TotalAdjustedStaffingVariance\": -4.29,\n                \"TotalAdjustedStaffingHoursPct\": -34.57,\n                \"DiscretionaryStaffingHours\": 1.46,\n                \"NonDiscretionaryStaffingHours\": 1.24,\n                \"ServiceMetricSummary\": 94.69,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 14.69,\n                \"ServiceVariancePct\": 18.37,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 97.41,\n                \"ObservedServiceMetricVariance\": 17.41,\n                \"ObservedServiceMetricVariancePct\": 21.76\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 53,\n                \"ActualContacts\": 47,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 298.49,\n                \"ActualAHT\": 273.09,\n                \"AHTVariance\": -25.41,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 12.17,\n                \"ScheduledHours\": 8.48,\n                \"BaselineStaffingVariance\": -3.68,\n                \"BaselineStaffingVariancePct\": -30.27,\n                \"TotalAdjustedStaffingHours\": 15.64,\n                \"TotalAdjustedStaffingVariance\": -7.16,\n                \"TotalAdjustedStaffingHoursPct\": -45.78,\n                \"DiscretionaryStaffingHours\": 1.91,\n                \"NonDiscretionaryStaffingHours\": 1.56,\n                \"ServiceMetricSummary\": 89.44,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 9.44,\n                \"ServiceVariancePct\": 11.8,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 96.49,\n                \"ObservedServiceMetricVariance\": 16.49,\n                \"ObservedServiceMetricVariancePct\": 20.61\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 101,\n                \"ActualContacts\": 108,\n                \"ContactVariance\": 7,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 307.85,\n                \"ActualAHT\": 278.54,\n                \"AHTVariance\": -29.31,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 20.53,\n                \"ScheduledHours\": 11.75,\n                \"BaselineStaffingVariance\": -8.78,\n                \"BaselineStaffingVariancePct\": -42.76,\n                \"TotalAdjustedStaffingHours\": 26.41,\n                \"TotalAdjustedStaffingVariance\": -14.66,\n                \"TotalAdjustedStaffingHoursPct\": -55.51,\n                \"DiscretionaryStaffingHours\": 3.24,\n                \"NonDiscretionaryStaffingHours\": 2.64,\n                \"ServiceMetricSummary\": 75.99,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -4.01,\n                \"ServiceVariancePct\": -5.01,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 70.45,\n                \"ObservedServiceMetricVariance\": -9.55,\n                \"ObservedServiceMetricVariancePct\": -11.93\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 147,\n                \"ActualContacts\": 147,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 321.37,\n                \"ActualAHT\": 327.22,\n                \"AHTVariance\": 5.84,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 28.71,\n                \"ScheduledHours\": 13.07,\n                \"BaselineStaffingVariance\": -15.65,\n                \"BaselineStaffingVariancePct\": -54.49,\n                \"TotalAdjustedStaffingHours\": 36.73,\n                \"TotalAdjustedStaffingVariance\": -23.66,\n                \"TotalAdjustedStaffingHoursPct\": -64.42,\n                \"DiscretionaryStaffingHours\": 4.34,\n                \"NonDiscretionaryStaffingHours\": 3.67,\n                \"ServiceMetricSummary\": 22.3,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -57.7,\n                \"ServiceVariancePct\": -72.13,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 21.58,\n                \"ObservedServiceMetricVariance\": -58.42,\n                \"ObservedServiceMetricVariancePct\": -73.02\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 378,\n                \"ActualContacts\": 343,\n                \"ContactVariance\": -35,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 329.36,\n                \"ActualAHT\": 273.5,\n                \"AHTVariance\": -55.86,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 61.95,\n                \"ScheduledHours\": 21.22,\n                \"BaselineStaffingVariance\": -40.73,\n                \"BaselineStaffingVariancePct\": -65.75,\n                \"TotalAdjustedStaffingHours\": 80.76,\n                \"TotalAdjustedStaffingVariance\": -59.54,\n                \"TotalAdjustedStaffingHoursPct\": -73.73,\n                \"DiscretionaryStaffingHours\": 10.73,\n                \"NonDiscretionaryStaffingHours\": 8.08,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 391,\n                \"ActualContacts\": 350,\n                \"ContactVariance\": -41,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 339.62,\n                \"ActualAHT\": 319.15,\n                \"AHTVariance\": -20.46,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 66,\n                \"ScheduledHours\": 25.83,\n                \"BaselineStaffingVariance\": -40.17,\n                \"BaselineStaffingVariancePct\": -60.86,\n                \"TotalAdjustedStaffingHours\": 86.09,\n                \"TotalAdjustedStaffingVariance\": -60.25,\n                \"TotalAdjustedStaffingHoursPct\": -69.99,\n                \"DiscretionaryStaffingHours\": 11.48,\n                \"NonDiscretionaryStaffingHours\": 8.61,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 345,\n                \"ActualContacts\": 362,\n                \"ContactVariance\": 17,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 346.79,\n                \"ActualAHT\": 346.48,\n                \"AHTVariance\": -0.31,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 59.25,\n                \"ScheduledHours\": 29.77,\n                \"BaselineStaffingVariance\": -29.48,\n                \"BaselineStaffingVariancePct\": -49.76,\n                \"TotalAdjustedStaffingHours\": 77.32,\n                \"TotalAdjustedStaffingVariance\": -47.55,\n                \"TotalAdjustedStaffingHoursPct\": -61.5,\n                \"DiscretionaryStaffingHours\": 10.34,\n                \"NonDiscretionaryStaffingHours\": 7.73,\n                \"ServiceMetricSummary\": 6.11,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -73.89,\n                \"ServiceVariancePct\": -92.37,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 362,\n                \"ActualContacts\": 346,\n                \"ContactVariance\": -16,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 356.17,\n                \"ActualAHT\": 312.82,\n                \"AHTVariance\": -43.35,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 62.09,\n                \"ScheduledHours\": 29.62,\n                \"BaselineStaffingVariance\": -32.48,\n                \"BaselineStaffingVariancePct\": -52.3,\n                \"TotalAdjustedStaffingHours\": 81.16,\n                \"TotalAdjustedStaffingVariance\": -51.55,\n                \"TotalAdjustedStaffingHoursPct\": -63.51,\n                \"DiscretionaryStaffingHours\": 10.95,\n                \"NonDiscretionaryStaffingHours\": 8.12,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 21.18,\n                \"ObservedServiceMetricVariance\": -58.82,\n                \"ObservedServiceMetricVariancePct\": -73.53\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 383,\n                \"ActualContacts\": 430,\n                \"ContactVariance\": 47,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 372.56,\n                \"ActualAHT\": 348.45,\n                \"AHTVariance\": -24.11,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 66.27,\n                \"ScheduledHours\": 30.33,\n                \"BaselineStaffingVariance\": -35.94,\n                \"BaselineStaffingVariancePct\": -54.23,\n                \"TotalAdjustedStaffingHours\": 86.5,\n                \"TotalAdjustedStaffingVariance\": -56.17,\n                \"TotalAdjustedStaffingHoursPct\": -64.93,\n                \"DiscretionaryStaffingHours\": 11.58,\n                \"NonDiscretionaryStaffingHours\": 8.65,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 387,\n                \"ActualContacts\": 367,\n                \"ContactVariance\": -20,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361.69,\n                \"ActualAHT\": 329.24,\n                \"AHTVariance\": -32.45,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 65.34,\n                \"ScheduledHours\": 28.4,\n                \"BaselineStaffingVariance\": -36.94,\n                \"BaselineStaffingVariancePct\": -56.54,\n                \"TotalAdjustedStaffingHours\": 85.3,\n                \"TotalAdjustedStaffingVariance\": -56.9,\n                \"TotalAdjustedStaffingHoursPct\": -66.71,\n                \"DiscretionaryStaffingHours\": 11.43,\n                \"NonDiscretionaryStaffingHours\": 8.53,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 316,\n                \"ActualContacts\": 287,\n                \"ContactVariance\": -29,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 369.16,\n                \"ActualAHT\": 333.95,\n                \"AHTVariance\": -35.21,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 58.58,\n                \"ScheduledHours\": 26.05,\n                \"BaselineStaffingVariance\": -32.53,\n                \"BaselineStaffingVariancePct\": -55.53,\n                \"TotalAdjustedStaffingHours\": 76.56,\n                \"TotalAdjustedStaffingVariance\": -50.51,\n                \"TotalAdjustedStaffingHoursPct\": -65.97,\n                \"DiscretionaryStaffingHours\": 10.32,\n                \"NonDiscretionaryStaffingHours\": 7.66,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 26.11,\n                \"ObservedServiceMetricVariance\": -53.89,\n                \"ObservedServiceMetricVariancePct\": -67.36\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 271,\n                \"ActualContacts\": 269,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 370.55,\n                \"ActualAHT\": 328.92,\n                \"AHTVariance\": -41.63,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 52.88,\n                \"ScheduledHours\": 25.65,\n                \"BaselineStaffingVariance\": -27.23,\n                \"BaselineStaffingVariancePct\": -51.49,\n                \"TotalAdjustedStaffingHours\": 69.05,\n                \"TotalAdjustedStaffingVariance\": -43.4,\n                \"TotalAdjustedStaffingHoursPct\": -62.85,\n                \"DiscretionaryStaffingHours\": 9.27,\n                \"NonDiscretionaryStaffingHours\": 6.9,\n                \"ServiceMetricSummary\": 12.62,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -67.38,\n                \"ServiceVariancePct\": -84.22,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 36.53,\n                \"ObservedServiceMetricVariance\": -43.47,\n                \"ObservedServiceMetricVariancePct\": -54.34\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 224,\n                \"ActualContacts\": 221,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 419.11,\n                \"ActualAHT\": 373.46,\n                \"AHTVariance\": -45.65,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 49.21,\n                \"ScheduledHours\": 24.25,\n                \"BaselineStaffingVariance\": -24.96,\n                \"BaselineStaffingVariancePct\": -50.72,\n                \"TotalAdjustedStaffingHours\": 64.32,\n                \"TotalAdjustedStaffingVariance\": -40.07,\n                \"TotalAdjustedStaffingHoursPct\": -62.3,\n                \"DiscretionaryStaffingHours\": 8.68,\n                \"NonDiscretionaryStaffingHours\": 6.43,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 31.23,\n                \"ObservedServiceMetricVariance\": -48.77,\n                \"ObservedServiceMetricVariancePct\": -60.96\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 221,\n                \"ActualContacts\": 200,\n                \"ContactVariance\": -21,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 365.41,\n                \"ActualAHT\": 354.85,\n                \"AHTVariance\": -10.56,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 42.93,\n                \"ScheduledHours\": 19,\n                \"BaselineStaffingVariance\": -23.93,\n                \"BaselineStaffingVariancePct\": -55.74,\n                \"TotalAdjustedStaffingHours\": 56.14,\n                \"TotalAdjustedStaffingVariance\": -37.14,\n                \"TotalAdjustedStaffingHoursPct\": -66.16,\n                \"DiscretionaryStaffingHours\": 7.6,\n                \"NonDiscretionaryStaffingHours\": 5.61,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 12.76,\n                \"ObservedServiceMetricVariance\": -67.24,\n                \"ObservedServiceMetricVariancePct\": -84.05\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 73,\n                \"ActualContacts\": 65,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 325.03,\n                \"ActualAHT\": 283.54,\n                \"AHTVariance\": -41.49,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 15.25,\n                \"ScheduledHours\": 14.87,\n                \"BaselineStaffingVariance\": -0.39,\n                \"BaselineStaffingVariancePct\": -2.53,\n                \"TotalAdjustedStaffingHours\": 19.55,\n                \"TotalAdjustedStaffingVariance\": -4.68,\n                \"TotalAdjustedStaffingHoursPct\": -23.94,\n                \"DiscretionaryStaffingHours\": 2.34,\n                \"NonDiscretionaryStaffingHours\": 1.96,\n                \"ServiceMetricSummary\": 99.59,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.59,\n                \"ServiceVariancePct\": 24.49,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 99.92,\n                \"ObservedServiceMetricVariance\": 19.92,\n                \"ObservedServiceMetricVariancePct\": 24.9\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 64,\n                \"ActualContacts\": 73,\n                \"ContactVariance\": 9,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363.94,\n                \"ActualAHT\": 307.64,\n                \"AHTVariance\": -56.29,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 14.86,\n                \"ScheduledHours\": 13.25,\n                \"BaselineStaffingVariance\": -1.61,\n                \"BaselineStaffingVariancePct\": -10.83,\n                \"TotalAdjustedStaffingHours\": 19.01,\n                \"TotalAdjustedStaffingVariance\": -5.76,\n                \"TotalAdjustedStaffingHoursPct\": -30.3,\n                \"DiscretionaryStaffingHours\": 2.25,\n                \"NonDiscretionaryStaffingHours\": 1.9,\n                \"ServiceMetricSummary\": 97.41,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 17.41,\n                \"ServiceVariancePct\": 21.76,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 97.53,\n                \"ObservedServiceMetricVariance\": 17.53,\n                \"ObservedServiceMetricVariancePct\": 21.92\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 61,\n                \"ActualContacts\": 61,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 332.66,\n                \"ActualAHT\": 285.93,\n                \"AHTVariance\": -46.72,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 14.16,\n                \"ScheduledHours\": 10.45,\n                \"BaselineStaffingVariance\": -3.71,\n                \"BaselineStaffingVariancePct\": -26.2,\n                \"TotalAdjustedStaffingHours\": 18.18,\n                \"TotalAdjustedStaffingVariance\": -7.73,\n                \"TotalAdjustedStaffingHoursPct\": -42.51,\n                \"DiscretionaryStaffingHours\": 2.2,\n                \"NonDiscretionaryStaffingHours\": 1.82,\n                \"ServiceMetricSummary\": 95.2,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 15.2,\n                \"ServiceVariancePct\": 19,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 98.12,\n                \"ObservedServiceMetricVariance\": 18.12,\n                \"ObservedServiceMetricVariancePct\": 22.65\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 53,\n                \"ActualContacts\": 53,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322.7,\n                \"ActualAHT\": 296.19,\n                \"AHTVariance\": -26.51,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 11.8,\n                \"ScheduledHours\": 8.75,\n                \"BaselineStaffingVariance\": -3.05,\n                \"BaselineStaffingVariancePct\": -25.88,\n                \"TotalAdjustedStaffingHours\": 15.09,\n                \"TotalAdjustedStaffingVariance\": -6.34,\n                \"TotalAdjustedStaffingHoursPct\": -42,\n                \"DiscretionaryStaffingHours\": 1.77,\n                \"NonDiscretionaryStaffingHours\": 1.51,\n                \"ServiceMetricSummary\": 92.53,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 12.53,\n                \"ServiceVariancePct\": 15.66,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 95.33,\n                \"ObservedServiceMetricVariance\": 15.33,\n                \"ObservedServiceMetricVariancePct\": 19.16\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 50,\n                \"ActualContacts\": 39,\n                \"ContactVariance\": -11,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322.1,\n                \"ActualAHT\": 367.28,\n                \"AHTVariance\": 45.18,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 11.14,\n                \"ScheduledHours\": 9.48,\n                \"BaselineStaffingVariance\": -1.66,\n                \"BaselineStaffingVariancePct\": -14.89,\n                \"TotalAdjustedStaffingHours\": 14.24,\n                \"TotalAdjustedStaffingVariance\": -4.76,\n                \"TotalAdjustedStaffingHoursPct\": -33.4,\n                \"DiscretionaryStaffingHours\": 1.67,\n                \"NonDiscretionaryStaffingHours\": 1.42,\n                \"ServiceMetricSummary\": 97.02,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 17.02,\n                \"ServiceVariancePct\": 21.27,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ObservedServiceMetricSummary\": 98.29,\n                \"ObservedServiceMetricVariance\": 18.29,\n                \"ObservedServiceMetricVariancePct\": 22.86\n            }\n        ],\n        \"executiveSummary\": [\n            {\n                \"name\": \"CommunityWFM\",\n                \"ForecastDescription\": null,\n                \"ForecastGroupName\": \"Standard Forecasting Methods\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ForecastFrom\": \"2024-03-20T00:00:00\",\n                \"ForecastThru\": \"2024-03-21T00:00:00\",\n                \"ActivityId\": 1,\n                \"ForecastedContacts\": 4084,\n                \"ActualContacts\": 3931,\n                \"ContactVariance\": -153,\n                \"ContactVariancePct\": -3.75,\n                \"ForecastedAHT\": 353.05,\n                \"ActualAHT\": 322.46,\n                \"AHTVariance\": -30.6,\n                \"AHTVariancePct\": -8.67,\n                \"ActualNotHandledContacts\": 499,\n                \"BaselineStaffingHours\": 759.38,\n                \"ScheduledHours\": 382.22,\n                \"BaselineStaffingVariance\": -377.16,\n                \"BaselineStaffingVariancePct\": -49.67,\n                \"TotalAdjustedStaffingHours\": 987.23,\n                \"DiscretionaryStaffingHours\": 129.13,\n                \"NonDiscretionaryStaffingHours\": 98.73,\n                \"TotalAdjustedStaffingVariance\": -605.02,\n                \"TotalAdjustedStaffingVariancePct\": -61.28,\n                \"ServiceMetricSummary\": 14.77,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -65.23,\n                \"ServiceVariancePct\": -81.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 22.31,\n                \"ObservedServiceMetricVariance\": -57.69,\n                \"ObservedServiceMetricVariancePct\": -72.11\n            }\n        ],\n        \"scheduleDates\": [\n            {\n                \"ActivityId\": 1,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 4084,\n                \"ActualContacts\": 3931,\n                \"ContactVariance\": -153,\n                \"ContactVariancePct\": -3.75,\n                \"ForecastedAHT\": 353.05,\n                \"ActualAHT\": 322.46,\n                \"AHTVariance\": -30.6,\n                \"AHTVariancePct\": -8.67,\n                \"ActualNotHandledContacts\": 499,\n                \"BaselineStaffingHours\": 759.38,\n                \"ScheduledHours\": 382.22,\n                \"BaselineStaffingVariance\": -377.16,\n                \"BaselineStaffingVariancePct\": -49.67,\n                \"TotalAdjustedStaffingHours\": 987.23,\n                \"DiscretionaryStaffingHours\": 129.13,\n                \"NonDiscretionaryStaffingHours\": 98.73,\n                \"TotalAdjustedStaffingVariance\": -605.02,\n                \"TotalAdjustedStaffingVariancePct\": -61.28,\n                \"ServiceMetricSummary\": 14.77,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -65.23,\n                \"ServiceVariancePct\": -81.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetricSummary\": 22.31,\n                \"ObservedServiceMetricVariance\": -57.69,\n                \"ObservedServiceMetricVariancePct\": -72.11\n            }\n        ],\n        \"reportData\": [\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 22.22,\n                \"ForecastedAHT\": 313,\n                \"ActualAHT\": 166,\n                \"AHTVariance\": -147,\n                \"AHTVariancePct\": -46.96,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.81,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": -2.14,\n                \"BaselineRequirementsVariancePct\": -27.41,\n                \"TotalAdjustedRequirements\": 9.93,\n                \"TotalAdjustedRequirementsVariance\": -4.26,\n                \"TotalAdjustedRequirementsVariancePct\": -42.91,\n                \"DiscretionaryRequirements\": 1.13,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 76.38,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": -3.62,\n                \"ServiceVariancePct\": -4.53,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 95.87\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 11.11,\n                \"ForecastedAHT\": 289,\n                \"ActualAHT\": 161,\n                \"AHTVariance\": -128,\n                \"AHTVariancePct\": -44.29,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.7,\n                \"AgentsInQueue\": 5.4,\n                \"BaselineRequirementsVariance\": -1.3,\n                \"BaselineRequirementsVariancePct\": -19.4,\n                \"TotalAdjustedRequirements\": 8.54,\n                \"TotalAdjustedRequirementsVariance\": -3.14,\n                \"TotalAdjustedRequirementsVariancePct\": -36.79,\n                \"DiscretionaryRequirements\": 0.99,\n                \"NondiscretionaryRequirements\": 0.85,\n                \"ServiceMetric\": 82.2,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 2.2,\n                \"ServiceVariancePct\": 2.75,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.57\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 287,\n                \"ActualAHT\": 287,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 6.47,\n                \"BaselineRequirementsVariance\": -1.46,\n                \"BaselineRequirementsVariancePct\": -18.42,\n                \"TotalAdjustedRequirements\": 10.08,\n                \"TotalAdjustedRequirementsVariance\": -3.61,\n                \"TotalAdjustedRequirementsVariancePct\": -35.83,\n                \"DiscretionaryRequirements\": 1.14,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 89.82,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 9.82,\n                \"ServiceVariancePct\": 12.27,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 89.82\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 317,\n                \"ActualAHT\": 225,\n                \"AHTVariance\": -92,\n                \"AHTVariancePct\": -29.02,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.66,\n                \"AgentsInQueue\": 6.67,\n                \"BaselineRequirementsVariance\": -1.99,\n                \"BaselineRequirementsVariancePct\": -22.99,\n                \"TotalAdjustedRequirements\": 10.99,\n                \"TotalAdjustedRequirementsVariance\": -4.32,\n                \"TotalAdjustedRequirementsVariancePct\": -39.34,\n                \"DiscretionaryRequirements\": 1.23,\n                \"NondiscretionaryRequirements\": 1.1,\n                \"ServiceMetric\": 89.87,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 9.87,\n                \"ServiceVariancePct\": 12.34,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.93\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -37.5,\n                \"ForecastedAHT\": 367,\n                \"ActualAHT\": 268,\n                \"AHTVariance\": -99,\n                \"AHTVariancePct\": -26.98,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 7.96,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -2.96,\n                \"BaselineRequirementsVariancePct\": -37.15,\n                \"TotalAdjustedRequirements\": 10.11,\n                \"TotalAdjustedRequirementsVariance\": -5.11,\n                \"TotalAdjustedRequirementsVariancePct\": -50.56,\n                \"DiscretionaryRequirements\": 1.15,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 72.45,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": -7.55,\n                \"ServiceVariancePct\": -9.44,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.69\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 430,\n                \"ActualAHT\": 283,\n                \"AHTVariance\": -147,\n                \"AHTVariancePct\": -34.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.14,\n                \"AgentsInQueue\": 5.2,\n                \"BaselineRequirementsVariance\": 0.06,\n                \"BaselineRequirementsVariancePct\": 1.15,\n                \"TotalAdjustedRequirements\": 6.59,\n                \"TotalAdjustedRequirementsVariance\": -1.39,\n                \"TotalAdjustedRequirementsVariancePct\": -21.14,\n                \"DiscretionaryRequirements\": 0.79,\n                \"NondiscretionaryRequirements\": 0.66,\n                \"ServiceMetric\": 90.47,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 10.47,\n                \"ServiceVariancePct\": 13.09,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.84\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 198,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -30.04,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 7.24,\n                \"AgentsInQueue\": 4.47,\n                \"BaselineRequirementsVariance\": -2.77,\n                \"BaselineRequirementsVariancePct\": -38.28,\n                \"TotalAdjustedRequirements\": 9.21,\n                \"TotalAdjustedRequirementsVariance\": -4.75,\n                \"TotalAdjustedRequirementsVariancePct\": -51.52,\n                \"DiscretionaryRequirements\": 1.06,\n                \"NondiscretionaryRequirements\": 0.92,\n                \"ServiceMetric\": 60.14,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": -19.86,\n                \"ServiceVariancePct\": -24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 94.46\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -42.86,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 267,\n                \"AHTVariance\": -149,\n                \"AHTVariancePct\": -35.82,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.19,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": -4.19,\n                \"BaselineRequirementsVariancePct\": -51.18,\n                \"TotalAdjustedRequirements\": 10.58,\n                \"TotalAdjustedRequirementsVariance\": -6.58,\n                \"TotalAdjustedRequirementsVariancePct\": -62.18,\n                \"DiscretionaryRequirements\": 1.33,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 41.42,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -38.58,\n                \"ServiceVariancePct\": -48.22,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.7\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 246,\n                \"ActualAHT\": 195,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -20.73,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.2,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -2.2,\n                \"BaselineRequirementsVariancePct\": -30.6,\n                \"TotalAdjustedRequirements\": 9.17,\n                \"TotalAdjustedRequirementsVariance\": -4.17,\n                \"TotalAdjustedRequirementsVariancePct\": -45.5,\n                \"DiscretionaryRequirements\": 1.05,\n                \"NondiscretionaryRequirements\": 0.92,\n                \"ServiceMetric\": 85.75,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 5.75,\n                \"ServiceVariancePct\": 7.19,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.72\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 338,\n                \"ActualAHT\": 279,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.2,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": -2.2,\n                \"BaselineRequirementsVariancePct\": -35.53,\n                \"TotalAdjustedRequirements\": 7.92,\n                \"TotalAdjustedRequirementsVariance\": -3.92,\n                \"TotalAdjustedRequirementsVariancePct\": -49.52,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.79,\n                \"ServiceMetric\": 67.15,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": -12.85,\n                \"ServiceVariancePct\": -16.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 93.91\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 338,\n                \"ActualAHT\": 255,\n                \"AHTVariance\": -83,\n                \"AHTVariancePct\": -24.56,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 6.23,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -1.23,\n                \"BaselineRequirementsVariancePct\": -19.76,\n                \"TotalAdjustedRequirements\": 7.96,\n                \"TotalAdjustedRequirementsVariance\": -2.96,\n                \"TotalAdjustedRequirementsVariancePct\": -37.17,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 86.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 6.95,\n                \"ServiceVariancePct\": 8.69,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.72\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -42.86,\n                \"ForecastedAHT\": 328,\n                \"ActualAHT\": 304,\n                \"AHTVariance\": -24,\n                \"AHTVariancePct\": -7.32,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.23,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -1.23,\n                \"BaselineRequirementsVariancePct\": -19.76,\n                \"TotalAdjustedRequirements\": 7.96,\n                \"TotalAdjustedRequirementsVariance\": -2.96,\n                \"TotalAdjustedRequirementsVariancePct\": -37.17,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 88.33,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 8.33,\n                \"ServiceVariancePct\": 10.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.12\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 330,\n                \"ActualAHT\": 249,\n                \"AHTVariance\": -81,\n                \"AHTVariancePct\": -24.55,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.48,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": -5.48,\n                \"BaselineRequirementsVariancePct\": -57.82,\n                \"TotalAdjustedRequirements\": 12.11,\n                \"TotalAdjustedRequirementsVariance\": -8.11,\n                \"TotalAdjustedRequirementsVariancePct\": -66.96,\n                \"DiscretionaryRequirements\": 1.41,\n                \"NondiscretionaryRequirements\": 1.21,\n                \"ServiceMetric\": 38.87,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": -41.13,\n                \"ServiceVariancePct\": -51.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 87.46\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 357,\n                \"ActualAHT\": 253,\n                \"AHTVariance\": -104,\n                \"AHTVariancePct\": -29.13,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.02,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -3.02,\n                \"BaselineRequirementsVariancePct\": -50.15,\n                \"TotalAdjustedRequirements\": 7.77,\n                \"TotalAdjustedRequirementsVariance\": -4.77,\n                \"TotalAdjustedRequirementsVariancePct\": -61.41,\n                \"DiscretionaryRequirements\": 0.98,\n                \"NondiscretionaryRequirements\": 0.78,\n                \"ServiceMetric\": 40.01,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": -39.99,\n                \"ServiceVariancePct\": -49.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 74.78\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 419,\n                \"ActualAHT\": 218,\n                \"AHTVariance\": -201,\n                \"AHTVariancePct\": -47.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.04,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -6.04,\n                \"BaselineRequirementsVariancePct\": -66.81,\n                \"TotalAdjustedRequirements\": 11.8,\n                \"TotalAdjustedRequirementsVariance\": -8.8,\n                \"TotalAdjustedRequirementsVariancePct\": -74.57,\n                \"DiscretionaryRequirements\": 1.58,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 90.12\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 348,\n                \"ActualAHT\": 212,\n                \"AHTVariance\": -136,\n                \"AHTVariancePct\": -39.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.04,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -2.04,\n                \"BaselineRequirementsVariancePct\": -40.45,\n                \"TotalAdjustedRequirements\": 6.46,\n                \"TotalAdjustedRequirementsVariance\": -3.46,\n                \"TotalAdjustedRequirementsVariancePct\": -53.59,\n                \"DiscretionaryRequirements\": 0.78,\n                \"NondiscretionaryRequirements\": 0.65,\n                \"ServiceMetric\": 43.49,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": -36.51,\n                \"ServiceVariancePct\": -45.64,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 90.94\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 358,\n                \"ActualAHT\": 314,\n                \"AHTVariance\": -44,\n                \"AHTVariancePct\": -12.29,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 3.67,\n                \"BaselineRequirementsVariance\": -4.88,\n                \"BaselineRequirementsVariancePct\": -57.1,\n                \"TotalAdjustedRequirements\": 10.93,\n                \"TotalAdjustedRequirementsVariance\": -7.27,\n                \"TotalAdjustedRequirementsVariancePct\": -66.46,\n                \"DiscretionaryRequirements\": 1.29,\n                \"NondiscretionaryRequirements\": 1.09,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 36.65\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 410,\n                \"ActualAHT\": 361,\n                \"AHTVariance\": -49,\n                \"AHTVariancePct\": -11.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.01,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -1.01,\n                \"BaselineRequirementsVariancePct\": -16.82,\n                \"TotalAdjustedRequirements\": 7.77,\n                \"TotalAdjustedRequirementsVariance\": -2.77,\n                \"TotalAdjustedRequirementsVariancePct\": -35.61,\n                \"DiscretionaryRequirements\": 0.98,\n                \"NondiscretionaryRequirements\": 0.78,\n                \"ServiceMetric\": 84.66,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 4.66,\n                \"ServiceVariancePct\": 5.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.07\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -27.27,\n                \"ForecastedAHT\": 273,\n                \"ActualAHT\": 170,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -37.73,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.35,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": -2.35,\n                \"BaselineRequirementsVariancePct\": -28.16,\n                \"TotalAdjustedRequirements\": 10.69,\n                \"TotalAdjustedRequirementsVariance\": -4.69,\n                \"TotalAdjustedRequirementsVariancePct\": -43.88,\n                \"DiscretionaryRequirements\": 1.27,\n                \"NondiscretionaryRequirements\": 1.07,\n                \"ServiceMetric\": 87.89,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 7.89,\n                \"ServiceVariancePct\": 9.86,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.75\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -55.56,\n                \"ForecastedAHT\": 320,\n                \"ActualAHT\": 223,\n                \"AHTVariance\": -97,\n                \"AHTVariancePct\": -30.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.19,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": -2.19,\n                \"BaselineRequirementsVariancePct\": -26.73,\n                \"TotalAdjustedRequirements\": 10.57,\n                \"TotalAdjustedRequirementsVariance\": -4.57,\n                \"TotalAdjustedRequirementsVariancePct\": -43.23,\n                \"DiscretionaryRequirements\": 1.32,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 89.46,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 9.46,\n                \"ServiceVariancePct\": 11.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -23.08,\n                \"ForecastedAHT\": 276,\n                \"ActualAHT\": 238,\n                \"AHTVariance\": -38,\n                \"AHTVariancePct\": -13.77,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.97,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": -2.97,\n                \"BaselineRequirementsVariancePct\": -29.81,\n                \"TotalAdjustedRequirements\": 12.8,\n                \"TotalAdjustedRequirementsVariance\": -5.8,\n                \"TotalAdjustedRequirementsVariancePct\": -45.31,\n                \"DiscretionaryRequirements\": 1.55,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 89.34,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 9.34,\n                \"ServiceVariancePct\": 11.68,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.62\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 320,\n                \"AHTVariance\": -52,\n                \"AHTVariancePct\": -13.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.77,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 0.23,\n                \"BaselineRequirementsVariancePct\": 2.95,\n                \"TotalAdjustedRequirements\": 9.96,\n                \"TotalAdjustedRequirementsVariance\": -1.96,\n                \"TotalAdjustedRequirementsVariancePct\": -19.71,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 98.3,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 18.3,\n                \"ServiceVariancePct\": 22.87,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.89\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.69,\n                \"ForecastedAHT\": 295,\n                \"ActualAHT\": 318,\n                \"AHTVariance\": 23,\n                \"AHTVariancePct\": 7.8,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 11.1,\n                \"AgentsInQueue\": 8.47,\n                \"BaselineRequirementsVariance\": -2.63,\n                \"BaselineRequirementsVariancePct\": -23.7,\n                \"TotalAdjustedRequirements\": 14.12,\n                \"TotalAdjustedRequirementsVariance\": -5.66,\n                \"TotalAdjustedRequirementsVariancePct\": -40.05,\n                \"DiscretionaryRequirements\": 1.61,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 93.79,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 13.79,\n                \"ServiceVariancePct\": 17.24,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 93.83\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -30,\n                \"ForecastedAHT\": 368,\n                \"ActualAHT\": 349,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -5.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.99,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -0.99,\n                \"BaselineRequirementsVariancePct\": -9.91,\n                \"TotalAdjustedRequirements\": 12.74,\n                \"TotalAdjustedRequirementsVariance\": -3.74,\n                \"TotalAdjustedRequirementsVariancePct\": -29.35,\n                \"DiscretionaryRequirements\": 1.47,\n                \"NondiscretionaryRequirements\": 1.27,\n                \"ServiceMetric\": 97.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 17.94,\n                \"ServiceVariancePct\": 22.42,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.86\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 318,\n                \"ActualAHT\": 262,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -17.61,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 12.94,\n                \"AgentsInQueue\": 6.53,\n                \"BaselineRequirementsVariance\": -6.41,\n                \"BaselineRequirementsVariancePct\": -49.51,\n                \"TotalAdjustedRequirements\": 16.59,\n                \"TotalAdjustedRequirementsVariance\": -10.06,\n                \"TotalAdjustedRequirementsVariancePct\": -60.63,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.66,\n                \"ServiceMetric\": 69.05,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": -10.95,\n                \"ServiceVariancePct\": -13.69,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 95.67\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 384,\n                \"ActualAHT\": 314,\n                \"AHTVariance\": -70,\n                \"AHTVariancePct\": -18.23,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.27,\n                \"AgentsInQueue\": 8.4,\n                \"BaselineRequirementsVariance\": -0.87,\n                \"BaselineRequirementsVariancePct\": -9.34,\n                \"TotalAdjustedRequirements\": 12,\n                \"TotalAdjustedRequirementsVariance\": -3.6,\n                \"TotalAdjustedRequirementsVariancePct\": -29.99,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.2,\n                \"ServiceMetric\": 97.96,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 17.96,\n                \"ServiceVariancePct\": 22.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.9\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 276,\n                \"ActualAHT\": 269,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -2.54,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 14.81,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -5.81,\n                \"BaselineRequirementsVariancePct\": -39.24,\n                \"TotalAdjustedRequirements\": 19.01,\n                \"TotalAdjustedRequirementsVariance\": -10.01,\n                \"TotalAdjustedRequirementsVariancePct\": -52.67,\n                \"DiscretionaryRequirements\": 2.3,\n                \"NondiscretionaryRequirements\": 1.9,\n                \"ServiceMetric\": 92.44,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 12.44,\n                \"ServiceVariancePct\": 15.55,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 93.47\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.25,\n                \"ForecastedAHT\": 265,\n                \"ActualAHT\": 268,\n                \"AHTVariance\": 3,\n                \"AHTVariancePct\": 1.13,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 11.64,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": -1.64,\n                \"BaselineRequirementsVariancePct\": -14.12,\n                \"TotalAdjustedRequirements\": 14.97,\n                \"TotalAdjustedRequirementsVariance\": -4.97,\n                \"TotalAdjustedRequirementsVariancePct\": -33.21,\n                \"DiscretionaryRequirements\": 1.83,\n                \"NondiscretionaryRequirements\": 1.5,\n                \"ServiceMetric\": 98.31,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 18.31,\n                \"ServiceVariancePct\": 22.89,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.81\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 25,\n                \"ActualContacts\": 25,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 313,\n                \"ActualAHT\": 267,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -14.7,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 21.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -9.99,\n                \"BaselineRequirementsVariancePct\": -45.42,\n                \"TotalAdjustedRequirements\": 28.49,\n                \"TotalAdjustedRequirementsVariance\": -16.49,\n                \"TotalAdjustedRequirementsVariancePct\": -57.88,\n                \"DiscretionaryRequirements\": 3.65,\n                \"NondiscretionaryRequirements\": 2.85,\n                \"ServiceMetric\": 82.05,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 2.05,\n                \"ServiceVariancePct\": 2.56,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 93.65\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 312,\n                \"ActualAHT\": 259,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -16.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 15.95,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": -4.95,\n                \"BaselineRequirementsVariancePct\": -31.03,\n                \"TotalAdjustedRequirements\": 20.27,\n                \"TotalAdjustedRequirementsVariance\": -9.27,\n                \"TotalAdjustedRequirementsVariancePct\": -45.74,\n                \"DiscretionaryRequirements\": 2.29,\n                \"NondiscretionaryRequirements\": 2.03,\n                \"ServiceMetric\": 93.53,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 13.53,\n                \"ServiceVariancePct\": 16.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.22\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 30,\n                \"ActualContacts\": 33,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 10,\n                \"ForecastedAHT\": 299,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -15,\n                \"AHTVariancePct\": -5.02,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 22.93,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -10.93,\n                \"BaselineRequirementsVariancePct\": -47.67,\n                \"TotalAdjustedRequirements\": 29.42,\n                \"TotalAdjustedRequirementsVariance\": -17.42,\n                \"TotalAdjustedRequirementsVariancePct\": -59.2,\n                \"DiscretionaryRequirements\": 3.54,\n                \"NondiscretionaryRequirements\": 2.94,\n                \"ServiceMetric\": 61.39,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -18.61,\n                \"ServiceVariancePct\": -23.26,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 51.45\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 27,\n                \"ActualContacts\": 31,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 14.81,\n                \"ForecastedAHT\": 310,\n                \"ActualAHT\": 294,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -5.16,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 21.24,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -9.24,\n                \"BaselineRequirementsVariancePct\": -43.5,\n                \"TotalAdjustedRequirements\": 27.46,\n                \"TotalAdjustedRequirementsVariance\": -15.46,\n                \"TotalAdjustedRequirementsVariancePct\": -56.31,\n                \"DiscretionaryRequirements\": 3.48,\n                \"NondiscretionaryRequirements\": 2.75,\n                \"ServiceMetric\": 73.55,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -6.45,\n                \"ServiceVariancePct\": -8.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 58.01\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 36,\n                \"ActualContacts\": 31,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -13.89,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 338,\n                \"AHTVariance\": -11,\n                \"AHTVariancePct\": -3.15,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 30.55,\n                \"AgentsInQueue\": 10.87,\n                \"BaselineRequirementsVariance\": -19.69,\n                \"BaselineRequirementsVariancePct\": -64.43,\n                \"TotalAdjustedRequirements\": 39.11,\n                \"TotalAdjustedRequirementsVariance\": -28.24,\n                \"TotalAdjustedRequirementsVariancePct\": -72.22,\n                \"DiscretionaryRequirements\": 4.65,\n                \"NondiscretionaryRequirements\": 3.91,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 33,\n                \"ActualContacts\": 29,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -12.12,\n                \"ForecastedAHT\": 327,\n                \"ActualAHT\": 312,\n                \"AHTVariance\": -15,\n                \"AHTVariancePct\": -4.59,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 25.89,\n                \"AgentsInQueue\": 13.4,\n                \"BaselineRequirementsVariance\": -12.49,\n                \"BaselineRequirementsVariancePct\": -48.24,\n                \"TotalAdjustedRequirements\": 33.19,\n                \"TotalAdjustedRequirementsVariance\": -19.79,\n                \"TotalAdjustedRequirementsVariancePct\": -59.63,\n                \"DiscretionaryRequirements\": 3.99,\n                \"NondiscretionaryRequirements\": 3.32,\n                \"ServiceMetric\": 34.03,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -45.97,\n                \"ServiceVariancePct\": -57.46,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 75.7\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 41,\n                \"ActualContacts\": 46,\n                \"ContactVariance\": 5,\n                \"ContactVariancePct\": 12.2,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 385,\n                \"AHTVariance\": 102,\n                \"AHTVariancePct\": 36.04,\n                \"ActualNotHandledContacts\": 10,\n                \"BaselineRequirements\": 27.53,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": -12.53,\n                \"BaselineRequirementsVariancePct\": -45.52,\n                \"TotalAdjustedRequirements\": 35.16,\n                \"TotalAdjustedRequirementsVariance\": -20.16,\n                \"TotalAdjustedRequirementsVariancePct\": -57.34,\n                \"DiscretionaryRequirements\": 4.12,\n                \"NondiscretionaryRequirements\": 3.51,\n                \"ServiceMetric\": 59.14,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -20.86,\n                \"ServiceVariancePct\": -26.07,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 37,\n                \"ActualContacts\": 41,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 10.81,\n                \"ForecastedAHT\": 332,\n                \"ActualAHT\": 265,\n                \"AHTVariance\": -67,\n                \"AHTVariancePct\": -20.18,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 30.89,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -17.89,\n                \"BaselineRequirementsVariancePct\": -57.91,\n                \"TotalAdjustedRequirements\": 39.44,\n                \"TotalAdjustedRequirementsVariance\": -26.44,\n                \"TotalAdjustedRequirementsVariancePct\": -67.04,\n                \"DiscretionaryRequirements\": 4.61,\n                \"NondiscretionaryRequirements\": 3.94,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 32.51\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 87,\n                \"ActualContacts\": 81,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -6.9,\n                \"ForecastedAHT\": 320,\n                \"ActualAHT\": 245,\n                \"AHTVariance\": -75,\n                \"AHTVariancePct\": -23.44,\n                \"ActualNotHandledContacts\": 18,\n                \"BaselineRequirements\": 59.9,\n                \"AgentsInQueue\": 18.6,\n                \"BaselineRequirementsVariance\": -41.3,\n                \"BaselineRequirementsVariancePct\": -68.95,\n                \"TotalAdjustedRequirements\": 77.97,\n                \"TotalAdjustedRequirementsVariance\": -59.37,\n                \"TotalAdjustedRequirementsVariancePct\": -76.15,\n                \"DiscretionaryRequirements\": 10.27,\n                \"NondiscretionaryRequirements\": 7.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 103,\n                \"ActualContacts\": 102,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -0.97,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -6.54,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineRequirements\": 63.06,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": -43.06,\n                \"BaselineRequirementsVariancePct\": -68.28,\n                \"TotalAdjustedRequirements\": 82.1,\n                \"TotalAdjustedRequirementsVariance\": -62.1,\n                \"TotalAdjustedRequirementsVariancePct\": -75.64,\n                \"DiscretionaryRequirements\": 10.83,\n                \"NondiscretionaryRequirements\": 8.21,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 95,\n                \"ActualContacts\": 81,\n                \"ContactVariance\": -14,\n                \"ContactVariancePct\": -14.74,\n                \"ForecastedAHT\": 346,\n                \"ActualAHT\": 277,\n                \"AHTVariance\": -69,\n                \"AHTVariancePct\": -19.94,\n                \"ActualNotHandledContacts\": 8,\n                \"BaselineRequirements\": 65.06,\n                \"AgentsInQueue\": 23.27,\n                \"BaselineRequirementsVariance\": -41.8,\n                \"BaselineRequirementsVariancePct\": -64.24,\n                \"TotalAdjustedRequirements\": 84.82,\n                \"TotalAdjustedRequirementsVariance\": -61.55,\n                \"TotalAdjustedRequirementsVariancePct\": -72.57,\n                \"DiscretionaryRequirements\": 11.28,\n                \"NondiscretionaryRequirements\": 8.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 93,\n                \"ActualContacts\": 79,\n                \"ContactVariance\": -14,\n                \"ContactVariancePct\": -15.05,\n                \"ForecastedAHT\": 347,\n                \"ActualAHT\": 283,\n                \"AHTVariance\": -64,\n                \"AHTVariancePct\": -18.44,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 59.78,\n                \"AgentsInQueue\": 23,\n                \"BaselineRequirementsVariance\": -36.78,\n                \"BaselineRequirementsVariancePct\": -61.53,\n                \"TotalAdjustedRequirements\": 78.15,\n                \"TotalAdjustedRequirementsVariance\": -55.15,\n                \"TotalAdjustedRequirementsVariancePct\": -70.57,\n                \"DiscretionaryRequirements\": 10.55,\n                \"NondiscretionaryRequirements\": 7.81,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 106,\n                \"ActualContacts\": 97,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -8.49,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -10,\n                \"AHTVariancePct\": -3.24,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 64.22,\n                \"AgentsInQueue\": 25.33,\n                \"BaselineRequirementsVariance\": -38.88,\n                \"BaselineRequirementsVariancePct\": -60.55,\n                \"TotalAdjustedRequirements\": 83.62,\n                \"TotalAdjustedRequirementsVariance\": -58.29,\n                \"TotalAdjustedRequirementsVariancePct\": -69.7,\n                \"DiscretionaryRequirements\": 11.04,\n                \"NondiscretionaryRequirements\": 8.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 107,\n                \"ActualContacts\": 88,\n                \"ContactVariance\": -19,\n                \"ContactVariancePct\": -17.76,\n                \"ForecastedAHT\": 314,\n                \"ActualAHT\": 297,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 64.84,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -39.84,\n                \"BaselineRequirementsVariancePct\": -61.45,\n                \"TotalAdjustedRequirements\": 84.69,\n                \"TotalAdjustedRequirementsVariance\": -59.69,\n                \"TotalAdjustedRequirementsVariancePct\": -70.48,\n                \"DiscretionaryRequirements\": 11.37,\n                \"NondiscretionaryRequirements\": 8.47,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 90,\n                \"ActualContacts\": 84,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -45,\n                \"AHTVariancePct\": -12.82,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 67.22,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -42.22,\n                \"BaselineRequirementsVariancePct\": -62.81,\n                \"TotalAdjustedRequirements\": 87.59,\n                \"TotalAdjustedRequirementsVariance\": -62.59,\n                \"TotalAdjustedRequirementsVariancePct\": -71.46,\n                \"DiscretionaryRequirements\": 11.61,\n                \"NondiscretionaryRequirements\": 8.76,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 88,\n                \"ActualContacts\": 81,\n                \"ContactVariance\": -7,\n                \"ContactVariancePct\": -7.95,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 381,\n                \"AHTVariance\": -15,\n                \"AHTVariancePct\": -3.79,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 67.71,\n                \"AgentsInQueue\": 28,\n                \"BaselineRequirementsVariance\": -39.71,\n                \"BaselineRequirementsVariancePct\": -58.65,\n                \"TotalAdjustedRequirements\": 88.46,\n                \"TotalAdjustedRequirementsVariance\": -60.46,\n                \"TotalAdjustedRequirementsVariancePct\": -68.35,\n                \"DiscretionaryRequirements\": 11.9,\n                \"NondiscretionaryRequirements\": 8.85,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 94,\n                \"ActualContacts\": 101,\n                \"ContactVariance\": 7,\n                \"ContactVariancePct\": 7.45,\n                \"ForecastedAHT\": 335,\n                \"ActualAHT\": 340,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 1.49,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineRequirements\": 58.6,\n                \"AgentsInQueue\": 27.07,\n                \"BaselineRequirementsVariance\": -31.53,\n                \"BaselineRequirementsVariancePct\": -53.81,\n                \"TotalAdjustedRequirements\": 76.47,\n                \"TotalAdjustedRequirementsVariance\": -49.4,\n                \"TotalAdjustedRequirementsVariancePct\": -64.6,\n                \"DiscretionaryRequirements\": 10.22,\n                \"NondiscretionaryRequirements\": 7.65,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 88,\n                \"ActualContacts\": 92,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 4.55,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 319,\n                \"AHTVariance\": -35,\n                \"AHTVariancePct\": -9.89,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 61.47,\n                \"AgentsInQueue\": 31,\n                \"BaselineRequirementsVariance\": -30.47,\n                \"BaselineRequirementsVariancePct\": -49.57,\n                \"TotalAdjustedRequirements\": 80.4,\n                \"TotalAdjustedRequirementsVariance\": -49.4,\n                \"TotalAdjustedRequirementsVariancePct\": -61.44,\n                \"DiscretionaryRequirements\": 10.89,\n                \"NondiscretionaryRequirements\": 8.04,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 85,\n                \"ActualContacts\": 90,\n                \"ContactVariance\": 5,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 365,\n                \"ActualAHT\": 384,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 5.21,\n                \"ActualNotHandledContacts\": 10,\n                \"BaselineRequirements\": 66.13,\n                \"AgentsInQueue\": 31,\n                \"BaselineRequirementsVariance\": -35.13,\n                \"BaselineRequirementsVariancePct\": -53.13,\n                \"TotalAdjustedRequirements\": 86.11,\n                \"TotalAdjustedRequirementsVariance\": -55.11,\n                \"TotalAdjustedRequirementsVariancePct\": -64,\n                \"DiscretionaryRequirements\": 11.36,\n                \"NondiscretionaryRequirements\": 8.61,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 78,\n                \"ActualContacts\": 79,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 1.28,\n                \"ForecastedAHT\": 333,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 3.3,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 50.79,\n                \"AgentsInQueue\": 30,\n                \"BaselineRequirementsVariance\": -20.79,\n                \"BaselineRequirementsVariancePct\": -40.93,\n                \"TotalAdjustedRequirements\": 66.31,\n                \"TotalAdjustedRequirementsVariance\": -36.31,\n                \"TotalAdjustedRequirementsVariancePct\": -54.76,\n                \"DiscretionaryRequirements\": 8.89,\n                \"NondiscretionaryRequirements\": 6.63,\n                \"ServiceMetric\": 28.13,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -51.87,\n                \"ServiceVariancePct\": -64.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 99,\n                \"ActualContacts\": 100,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 1.01,\n                \"ForecastedAHT\": 337,\n                \"ActualAHT\": 321,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -4.75,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 64.78,\n                \"AgentsInQueue\": 32.47,\n                \"BaselineRequirementsVariance\": -32.31,\n                \"BaselineRequirementsVariancePct\": -49.88,\n                \"TotalAdjustedRequirements\": 84.52,\n                \"TotalAdjustedRequirementsVariance\": -52.06,\n                \"TotalAdjustedRequirementsVariancePct\": -61.59,\n                \"DiscretionaryRequirements\": 11.29,\n                \"NondiscretionaryRequirements\": 8.45,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 93,\n                \"ActualContacts\": 91,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -2.15,\n                \"ForecastedAHT\": 330,\n                \"ActualAHT\": 282,\n                \"AHTVariance\": -48,\n                \"AHTVariancePct\": -14.55,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 62.59,\n                \"AgentsInQueue\": 32,\n                \"BaselineRequirementsVariance\": -30.59,\n                \"BaselineRequirementsVariancePct\": -48.88,\n                \"TotalAdjustedRequirements\": 81.72,\n                \"TotalAdjustedRequirementsVariance\": -49.72,\n                \"TotalAdjustedRequirementsVariancePct\": -60.84,\n                \"DiscretionaryRequirements\": 10.95,\n                \"NondiscretionaryRequirements\": 8.17,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 67.02\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 86,\n                \"ActualContacts\": 79,\n                \"ContactVariance\": -7,\n                \"ContactVariancePct\": -8.14,\n                \"ForecastedAHT\": 394,\n                \"ActualAHT\": 332,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -15.74,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 64.09,\n                \"AgentsInQueue\": 30,\n                \"BaselineRequirementsVariance\": -34.09,\n                \"BaselineRequirementsVariancePct\": -53.19,\n                \"TotalAdjustedRequirements\": 83.84,\n                \"TotalAdjustedRequirementsVariance\": -53.84,\n                \"TotalAdjustedRequirementsVariancePct\": -64.22,\n                \"DiscretionaryRequirements\": 11.37,\n                \"NondiscretionaryRequirements\": 8.38,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 21.82\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 84,\n                \"ActualContacts\": 76,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": -9.52,\n                \"ForecastedAHT\": 369,\n                \"ActualAHT\": 319,\n                \"AHTVariance\": -50,\n                \"AHTVariancePct\": -13.55,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 56.92,\n                \"AgentsInQueue\": 24,\n                \"BaselineRequirementsVariance\": -32.92,\n                \"BaselineRequirementsVariancePct\": -57.83,\n                \"TotalAdjustedRequirements\": 74.57,\n                \"TotalAdjustedRequirementsVariance\": -50.57,\n                \"TotalAdjustedRequirementsVariancePct\": -67.82,\n                \"DiscretionaryRequirements\": 10.2,\n                \"NondiscretionaryRequirements\": 7.46,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 108,\n                \"ActualContacts\": 124,\n                \"ContactVariance\": 16,\n                \"ContactVariancePct\": 14.81,\n                \"ForecastedAHT\": 368,\n                \"ActualAHT\": 311,\n                \"AHTVariance\": -57,\n                \"AHTVariancePct\": -15.49,\n                \"ActualNotHandledContacts\": 28,\n                \"BaselineRequirements\": 72.74,\n                \"AgentsInQueue\": 27.33,\n                \"BaselineRequirementsVariance\": -45.4,\n                \"BaselineRequirementsVariancePct\": -62.42,\n                \"TotalAdjustedRequirements\": 94.83,\n                \"TotalAdjustedRequirementsVariance\": -67.5,\n                \"TotalAdjustedRequirementsVariancePct\": -71.18,\n                \"DiscretionaryRequirements\": 12.61,\n                \"NondiscretionaryRequirements\": 9.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 105,\n                \"ActualContacts\": 120,\n                \"ContactVariance\": 15,\n                \"ContactVariancePct\": 14.29,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 338,\n                \"AHTVariance\": -28,\n                \"AHTVariancePct\": -7.65,\n                \"ActualNotHandledContacts\": 21,\n                \"BaselineRequirements\": 67,\n                \"AgentsInQueue\": 33,\n                \"BaselineRequirementsVariance\": -34,\n                \"BaselineRequirementsVariancePct\": -50.75,\n                \"TotalAdjustedRequirements\": 87.69,\n                \"TotalAdjustedRequirementsVariance\": -54.69,\n                \"TotalAdjustedRequirementsVariancePct\": -62.37,\n                \"DiscretionaryRequirements\": 11.91,\n                \"NondiscretionaryRequirements\": 8.77,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 89,\n                \"ActualContacts\": 97,\n                \"ContactVariance\": 8,\n                \"ContactVariancePct\": 8.99,\n                \"ForecastedAHT\": 400,\n                \"ActualAHT\": 417,\n                \"AHTVariance\": 17,\n                \"AHTVariancePct\": 4.25,\n                \"ActualNotHandledContacts\": 31,\n                \"BaselineRequirements\": 67.88,\n                \"AgentsInQueue\": 32,\n                \"BaselineRequirementsVariance\": -35.88,\n                \"BaselineRequirementsVariancePct\": -52.86,\n                \"TotalAdjustedRequirements\": 88.58,\n                \"TotalAdjustedRequirementsVariance\": -56.58,\n                \"TotalAdjustedRequirementsVariancePct\": -63.87,\n                \"DiscretionaryRequirements\": 11.85,\n                \"NondiscretionaryRequirements\": 8.86,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 81,\n                \"ActualContacts\": 89,\n                \"ContactVariance\": 8,\n                \"ContactVariancePct\": 9.88,\n                \"ForecastedAHT\": 357,\n                \"ActualAHT\": 340,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -4.76,\n                \"ActualNotHandledContacts\": 24,\n                \"BaselineRequirements\": 57.47,\n                \"AgentsInQueue\": 29,\n                \"BaselineRequirementsVariance\": -28.47,\n                \"BaselineRequirementsVariancePct\": -49.54,\n                \"TotalAdjustedRequirements\": 74.9,\n                \"TotalAdjustedRequirementsVariance\": -45.9,\n                \"TotalAdjustedRequirementsVariancePct\": -61.28,\n                \"DiscretionaryRequirements\": 9.93,\n                \"NondiscretionaryRequirements\": 7.49,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 98,\n                \"ActualContacts\": 93,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -5.1,\n                \"ForecastedAHT\": 399,\n                \"ActualAHT\": 372,\n                \"AHTVariance\": -27,\n                \"AHTVariancePct\": -6.77,\n                \"ActualNotHandledContacts\": 11,\n                \"BaselineRequirements\": 73.23,\n                \"AgentsInQueue\": 27,\n                \"BaselineRequirementsVariance\": -46.23,\n                \"BaselineRequirementsVariancePct\": -63.13,\n                \"TotalAdjustedRequirements\": 95.33,\n                \"TotalAdjustedRequirementsVariance\": -68.33,\n                \"TotalAdjustedRequirementsVariancePct\": -71.68,\n                \"DiscretionaryRequirements\": 12.56,\n                \"NondiscretionaryRequirements\": 9.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 94,\n                \"ActualContacts\": 87,\n                \"ContactVariance\": -7,\n                \"ContactVariancePct\": -7.45,\n                \"ForecastedAHT\": 320,\n                \"ActualAHT\": 292,\n                \"AHTVariance\": -28,\n                \"AHTVariancePct\": -8.75,\n                \"ActualNotHandledContacts\": 9,\n                \"BaselineRequirements\": 56.17,\n                \"AgentsInQueue\": 28,\n                \"BaselineRequirementsVariance\": -28.17,\n                \"BaselineRequirementsVariancePct\": -50.15,\n                \"TotalAdjustedRequirements\": 73.5,\n                \"TotalAdjustedRequirementsVariance\": -45.5,\n                \"TotalAdjustedRequirementsVariancePct\": -61.9,\n                \"DiscretionaryRequirements\": 9.98,\n                \"NondiscretionaryRequirements\": 7.35,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 99,\n                \"ActualContacts\": 99,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 365,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -5.21,\n                \"ActualNotHandledContacts\": 26,\n                \"BaselineRequirements\": 70.14,\n                \"AgentsInQueue\": 30,\n                \"BaselineRequirementsVariance\": -40.14,\n                \"BaselineRequirementsVariancePct\": -57.23,\n                \"TotalAdjustedRequirements\": 91.47,\n                \"TotalAdjustedRequirementsVariance\": -61.47,\n                \"TotalAdjustedRequirementsVariancePct\": -67.2,\n                \"DiscretionaryRequirements\": 12.18,\n                \"NondiscretionaryRequirements\": 9.15,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 96,\n                \"ActualContacts\": 88,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": -8.33,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 302,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -16.34,\n                \"ActualNotHandledContacts\": 21,\n                \"BaselineRequirements\": 61.81,\n                \"AgentsInQueue\": 28.6,\n                \"BaselineRequirementsVariance\": -33.21,\n                \"BaselineRequirementsVariancePct\": -53.73,\n                \"TotalAdjustedRequirements\": 80.89,\n                \"TotalAdjustedRequirementsVariance\": -52.29,\n                \"TotalAdjustedRequirementsVariancePct\": -64.64,\n                \"DiscretionaryRequirements\": 10.99,\n                \"NondiscretionaryRequirements\": 8.09,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 91,\n                \"ActualContacts\": 94,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 3.3,\n                \"ForecastedAHT\": 346,\n                \"ActualAHT\": 327,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -5.49,\n                \"ActualNotHandledContacts\": 26,\n                \"BaselineRequirements\": 65.85,\n                \"AgentsInQueue\": 30.2,\n                \"BaselineRequirementsVariance\": -35.65,\n                \"BaselineRequirementsVariancePct\": -54.14,\n                \"TotalAdjustedRequirements\": 86.03,\n                \"TotalAdjustedRequirementsVariance\": -55.83,\n                \"TotalAdjustedRequirementsVariancePct\": -64.89,\n                \"DiscretionaryRequirements\": 11.57,\n                \"NondiscretionaryRequirements\": 8.6,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 84,\n                \"ActualContacts\": 90,\n                \"ContactVariance\": 6,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 338,\n                \"ActualAHT\": 311,\n                \"AHTVariance\": -27,\n                \"AHTVariancePct\": -7.99,\n                \"ActualNotHandledContacts\": 21,\n                \"BaselineRequirements\": 55.8,\n                \"AgentsInQueue\": 26,\n                \"BaselineRequirementsVariance\": -29.8,\n                \"BaselineRequirementsVariancePct\": -53.4,\n                \"TotalAdjustedRequirements\": 72.86,\n                \"TotalAdjustedRequirementsVariance\": -46.86,\n                \"TotalAdjustedRequirementsVariancePct\": -64.31,\n                \"DiscretionaryRequirements\": 9.77,\n                \"NondiscretionaryRequirements\": 7.29,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 72,\n                \"ActualContacts\": 55,\n                \"ContactVariance\": -17,\n                \"ContactVariancePct\": -23.61,\n                \"ForecastedAHT\": 410,\n                \"ActualAHT\": 365,\n                \"AHTVariance\": -45,\n                \"AHTVariancePct\": -10.98,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 60.19,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -35.19,\n                \"BaselineRequirementsVariancePct\": -58.46,\n                \"TotalAdjustedRequirements\": 78.6,\n                \"TotalAdjustedRequirementsVariance\": -53.6,\n                \"TotalAdjustedRequirementsVariancePct\": -68.19,\n                \"DiscretionaryRequirements\": 10.55,\n                \"NondiscretionaryRequirements\": 7.86,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 58.75\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 69,\n                \"ActualContacts\": 48,\n                \"ContactVariance\": -21,\n                \"ContactVariancePct\": -30.43,\n                \"ForecastedAHT\": 395,\n                \"ActualAHT\": 355,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -10.13,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 52.47,\n                \"AgentsInQueue\": 23,\n                \"BaselineRequirementsVariance\": -29.47,\n                \"BaselineRequirementsVariancePct\": -56.17,\n                \"TotalAdjustedRequirements\": 68.75,\n                \"TotalAdjustedRequirementsVariance\": -45.75,\n                \"TotalAdjustedRequirementsVariancePct\": -66.54,\n                \"DiscretionaryRequirements\": 9.4,\n                \"NondiscretionaryRequirements\": 6.88,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 77.66\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 68,\n                \"ActualContacts\": 71,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 4.41,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 384,\n                \"AHTVariance\": -27,\n                \"AHTVariancePct\": -6.57,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 58.05,\n                \"AgentsInQueue\": 24.4,\n                \"BaselineRequirementsVariance\": -33.65,\n                \"BaselineRequirementsVariancePct\": -57.96,\n                \"TotalAdjustedRequirements\": 75.65,\n                \"TotalAdjustedRequirementsVariance\": -51.25,\n                \"TotalAdjustedRequirementsVariancePct\": -67.75,\n                \"DiscretionaryRequirements\": 10.04,\n                \"NondiscretionaryRequirements\": 7.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 69,\n                \"ActualContacts\": 68,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -1.45,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 262,\n                \"AHTVariance\": -99,\n                \"AHTVariancePct\": -27.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 53.49,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -28.49,\n                \"BaselineRequirementsVariancePct\": -53.26,\n                \"TotalAdjustedRequirements\": 70.02,\n                \"TotalAdjustedRequirementsVariance\": -45.02,\n                \"TotalAdjustedRequirementsVariancePct\": -64.3,\n                \"DiscretionaryRequirements\": 9.53,\n                \"NondiscretionaryRequirements\": 7,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 87.08\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 71,\n                \"ActualContacts\": 70,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -1.41,\n                \"ForecastedAHT\": 362,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -4.97,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 54.98,\n                \"AgentsInQueue\": 26,\n                \"BaselineRequirementsVariance\": -28.98,\n                \"BaselineRequirementsVariancePct\": -52.71,\n                \"TotalAdjustedRequirements\": 71.68,\n                \"TotalAdjustedRequirementsVariance\": -45.68,\n                \"TotalAdjustedRequirementsVariancePct\": -63.73,\n                \"DiscretionaryRequirements\": 9.53,\n                \"NondiscretionaryRequirements\": 7.17,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 63,\n                \"ActualContacts\": 60,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -4.76,\n                \"ForecastedAHT\": 347,\n                \"ActualAHT\": 322,\n                \"AHTVariance\": -25,\n                \"AHTVariancePct\": -7.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 44.98,\n                \"AgentsInQueue\": 27.2,\n                \"BaselineRequirementsVariance\": -17.78,\n                \"BaselineRequirementsVariancePct\": -39.53,\n                \"TotalAdjustedRequirements\": 58.83,\n                \"TotalAdjustedRequirementsVariance\": -31.63,\n                \"TotalAdjustedRequirementsVariancePct\": -53.77,\n                \"DiscretionaryRequirements\": 7.97,\n                \"NondiscretionaryRequirements\": 5.88,\n                \"ServiceMetric\": 57.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -22.02,\n                \"ServiceVariancePct\": -27.53,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 86.99\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 66,\n                \"ActualContacts\": 76,\n                \"ContactVariance\": 10,\n                \"ContactVariancePct\": 15.15,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 384,\n                \"AHTVariance\": -12,\n                \"AHTVariancePct\": -3.03,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineRequirements\": 54.72,\n                \"AgentsInQueue\": 27,\n                \"BaselineRequirementsVariance\": -27.72,\n                \"BaselineRequirementsVariancePct\": -50.66,\n                \"TotalAdjustedRequirements\": 71.58,\n                \"TotalAdjustedRequirementsVariance\": -44.58,\n                \"TotalAdjustedRequirementsVariancePct\": -62.28,\n                \"DiscretionaryRequirements\": 9.7,\n                \"NondiscretionaryRequirements\": 7.16,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 66,\n                \"ActualContacts\": 71,\n                \"ContactVariance\": 5,\n                \"ContactVariancePct\": 7.58,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 357,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.46,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineRequirements\": 51.28,\n                \"AgentsInQueue\": 26.33,\n                \"BaselineRequirementsVariance\": -24.94,\n                \"BaselineRequirementsVariancePct\": -48.64,\n                \"TotalAdjustedRequirements\": 67.01,\n                \"TotalAdjustedRequirementsVariance\": -40.68,\n                \"TotalAdjustedRequirementsVariancePct\": -60.7,\n                \"DiscretionaryRequirements\": 9.03,\n                \"NondiscretionaryRequirements\": 6.7,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 50,\n                \"ActualContacts\": 41,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -18,\n                \"ForecastedAHT\": 440,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -12.27,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 45.05,\n                \"AgentsInQueue\": 24.67,\n                \"BaselineRequirementsVariance\": -20.38,\n                \"BaselineRequirementsVariancePct\": -45.24,\n                \"TotalAdjustedRequirements\": 59.05,\n                \"TotalAdjustedRequirementsVariance\": -34.39,\n                \"TotalAdjustedRequirementsVariancePct\": -58.23,\n                \"DiscretionaryRequirements\": 8.1,\n                \"NondiscretionaryRequirements\": 5.91,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 92.54\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 42,\n                \"ActualContacts\": 33,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -21.43,\n                \"ForecastedAHT\": 514,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": -145,\n                \"AHTVariancePct\": -28.21,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 45.79,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": -26.79,\n                \"BaselineRequirementsVariancePct\": -58.51,\n                \"TotalAdjustedRequirements\": 59.63,\n                \"TotalAdjustedRequirementsVariance\": -40.63,\n                \"TotalAdjustedRequirementsVariancePct\": -68.14,\n                \"DiscretionaryRequirements\": 7.88,\n                \"NondiscretionaryRequirements\": 5.96,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 91.4\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 61,\n                \"ActualContacts\": 55,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -9.84,\n                \"ForecastedAHT\": 386,\n                \"ActualAHT\": 349,\n                \"AHTVariance\": -37,\n                \"AHTVariancePct\": -9.59,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 51.35,\n                \"AgentsInQueue\": 20.27,\n                \"BaselineRequirementsVariance\": -31.09,\n                \"BaselineRequirementsVariancePct\": -60.53,\n                \"TotalAdjustedRequirements\": 66.97,\n                \"TotalAdjustedRequirementsVariance\": -46.7,\n                \"TotalAdjustedRequirementsVariancePct\": -69.74,\n                \"DiscretionaryRequirements\": 8.92,\n                \"NondiscretionaryRequirements\": 6.7,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 56,\n                \"ActualContacts\": 50,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -10.71,\n                \"ForecastedAHT\": 334,\n                \"ActualAHT\": 339,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 1.5,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 39.67,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": -19.67,\n                \"BaselineRequirementsVariancePct\": -49.59,\n                \"TotalAdjustedRequirements\": 51.91,\n                \"TotalAdjustedRequirementsVariance\": -31.91,\n                \"TotalAdjustedRequirementsVariancePct\": -61.48,\n                \"DiscretionaryRequirements\": 7.05,\n                \"NondiscretionaryRequirements\": 5.19,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 32.93\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 53,\n                \"ActualContacts\": 50,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -5.66,\n                \"ForecastedAHT\": 357,\n                \"ActualAHT\": 404,\n                \"AHTVariance\": 47,\n                \"AHTVariancePct\": 13.17,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 40.85,\n                \"AgentsInQueue\": 18.33,\n                \"BaselineRequirementsVariance\": -22.52,\n                \"BaselineRequirementsVariancePct\": -55.12,\n                \"TotalAdjustedRequirements\": 53.49,\n                \"TotalAdjustedRequirementsVariance\": -35.15,\n                \"TotalAdjustedRequirementsVariancePct\": -65.72,\n                \"DiscretionaryRequirements\": 7.29,\n                \"NondiscretionaryRequirements\": 5.35,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 51,\n                \"ActualContacts\": 45,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -11.76,\n                \"ForecastedAHT\": 384,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -15.36,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 39.84,\n                \"AgentsInQueue\": 17.4,\n                \"BaselineRequirementsVariance\": -22.44,\n                \"BaselineRequirementsVariancePct\": -56.33,\n                \"TotalAdjustedRequirements\": 52.21,\n                \"TotalAdjustedRequirementsVariance\": -34.81,\n                \"TotalAdjustedRequirementsVariancePct\": -66.67,\n                \"DiscretionaryRequirements\": 7.14,\n                \"NondiscretionaryRequirements\": 5.22,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 23.74\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 21,\n                \"ActualContacts\": 21,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 335,\n                \"ActualAHT\": 256,\n                \"AHTVariance\": -79,\n                \"AHTVariancePct\": -23.58,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 17.07,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": -0.07,\n                \"BaselineRequirementsVariancePct\": -0.4,\n                \"TotalAdjustedRequirements\": 21.83,\n                \"TotalAdjustedRequirementsVariance\": -4.83,\n                \"TotalAdjustedRequirementsVariancePct\": -22.14,\n                \"DiscretionaryRequirements\": 2.58,\n                \"NondiscretionaryRequirements\": 2.18,\n                \"ServiceMetric\": 99.82,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 19.82,\n                \"ServiceVariancePct\": 24.77,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 337,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": 32,\n                \"AHTVariancePct\": 9.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 15.36,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": -0.36,\n                \"BaselineRequirementsVariancePct\": -2.37,\n                \"TotalAdjustedRequirements\": 19.71,\n                \"TotalAdjustedRequirementsVariance\": -4.71,\n                \"TotalAdjustedRequirementsVariancePct\": -23.88,\n                \"DiscretionaryRequirements\": 2.37,\n                \"NondiscretionaryRequirements\": 1.97,\n                \"ServiceMetric\": 99.55,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 19.55,\n                \"ServiceVariancePct\": 24.44,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.78\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -11.76,\n                \"ForecastedAHT\": 273,\n                \"ActualAHT\": 234,\n                \"AHTVariance\": -39,\n                \"AHTVariancePct\": -14.29,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 11.8,\n                \"AgentsInQueue\": 14.47,\n                \"BaselineRequirementsVariance\": 2.67,\n                \"BaselineRequirementsVariancePct\": 22.61,\n                \"TotalAdjustedRequirements\": 15.08,\n                \"TotalAdjustedRequirementsVariance\": -0.62,\n                \"TotalAdjustedRequirementsVariancePct\": -4.09,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -18.75,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 280,\n                \"AHTVariance\": -73,\n                \"AHTVariancePct\": -20.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 16.78,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -3.78,\n                \"BaselineRequirementsVariancePct\": -22.53,\n                \"TotalAdjustedRequirements\": 21.56,\n                \"TotalAdjustedRequirementsVariance\": -8.56,\n                \"TotalAdjustedRequirementsVariancePct\": -39.7,\n                \"DiscretionaryRequirements\": 2.62,\n                \"NondiscretionaryRequirements\": 2.16,\n                \"ServiceMetric\": 99.07,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 19.07,\n                \"ServiceVariancePct\": 23.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 383,\n                \"ActualAHT\": 278,\n                \"AHTVariance\": -105,\n                \"AHTVariancePct\": -27.42,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 16.55,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -3.55,\n                \"BaselineRequirementsVariancePct\": -21.46,\n                \"TotalAdjustedRequirements\": 21.19,\n                \"TotalAdjustedRequirementsVariance\": -8.19,\n                \"TotalAdjustedRequirementsVariancePct\": -38.64,\n                \"DiscretionaryRequirements\": 2.52,\n                \"NondiscretionaryRequirements\": 2.12,\n                \"ServiceMetric\": 98.18,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 18.18,\n                \"ServiceVariancePct\": 22.73,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.81\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 15.38,\n                \"ForecastedAHT\": 343,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.22,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 3.78,\n                \"BaselineRequirementsVariancePct\": 40.93,\n                \"TotalAdjustedRequirements\": 11.78,\n                \"TotalAdjustedRequirementsVariance\": 1.22,\n                \"TotalAdjustedRequirementsVariancePct\": 10.36,\n                \"DiscretionaryRequirements\": 1.38,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 99.88,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 19.88,\n                \"ServiceVariancePct\": 24.85,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.93\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 22,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 10,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 336,\n                \"AHTVariance\": -30,\n                \"AHTVariancePct\": -8.2,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 19.07,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -6.07,\n                \"BaselineRequirementsVariancePct\": -31.83,\n                \"TotalAdjustedRequirements\": 24.42,\n                \"TotalAdjustedRequirementsVariance\": -11.42,\n                \"TotalAdjustedRequirementsVariancePct\": -46.76,\n                \"DiscretionaryRequirements\": 2.91,\n                \"NondiscretionaryRequirements\": 2.44,\n                \"ServiceMetric\": 93.52,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 13.52,\n                \"ServiceVariancePct\": 16.9,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 93.23\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 26.67,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 320,\n                \"AHTVariance\": -39,\n                \"AHTVariancePct\": -10.86,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 14.6,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": -0.6,\n                \"BaselineRequirementsVariancePct\": -4.08,\n                \"TotalAdjustedRequirements\": 18.66,\n                \"TotalAdjustedRequirementsVariance\": -4.66,\n                \"TotalAdjustedRequirementsVariancePct\": -24.98,\n                \"DiscretionaryRequirements\": 2.2,\n                \"NondiscretionaryRequirements\": 1.87,\n                \"ServiceMetric\": 99.76,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 19.76,\n                \"ServiceVariancePct\": 24.7,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.32\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 334,\n                \"ActualAHT\": 274,\n                \"AHTVariance\": -60,\n                \"AHTVariancePct\": -17.96,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 16.84,\n                \"AgentsInQueue\": 11.47,\n                \"BaselineRequirementsVariance\": -5.37,\n                \"BaselineRequirementsVariancePct\": -31.89,\n                \"TotalAdjustedRequirements\": 21.63,\n                \"TotalAdjustedRequirementsVariance\": -10.16,\n                \"TotalAdjustedRequirementsVariancePct\": -46.98,\n                \"DiscretionaryRequirements\": 2.63,\n                \"NondiscretionaryRequirements\": 2.16,\n                \"ServiceMetric\": 94.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 14.97,\n                \"ServiceVariancePct\": 18.71,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.15\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 334,\n                \"ActualAHT\": 279,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -16.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 13.5,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": -3.5,\n                \"BaselineRequirementsVariancePct\": -25.95,\n                \"TotalAdjustedRequirements\": 17.38,\n                \"TotalAdjustedRequirementsVariance\": -7.38,\n                \"TotalAdjustedRequirementsVariancePct\": -42.46,\n                \"DiscretionaryRequirements\": 2.14,\n                \"NondiscretionaryRequirements\": 1.74,\n                \"ServiceMetric\": 96.61,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 16.61,\n                \"ServiceVariancePct\": 20.76,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 328,\n                \"ActualAHT\": 281,\n                \"AHTVariance\": -47,\n                \"AHTVariancePct\": -14.33,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 14.52,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": -3.52,\n                \"BaselineRequirementsVariancePct\": -24.26,\n                \"TotalAdjustedRequirements\": 18.65,\n                \"TotalAdjustedRequirementsVariance\": -7.65,\n                \"TotalAdjustedRequirementsVariancePct\": -41.03,\n                \"DiscretionaryRequirements\": 2.26,\n                \"NondiscretionaryRequirements\": 1.87,\n                \"ServiceMetric\": 96.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 16.99,\n                \"ServiceVariancePct\": 21.24,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.02\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.14,\n                \"ForecastedAHT\": 335,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -5.67,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 11.78,\n                \"AgentsInQueue\": 9.33,\n                \"BaselineRequirementsVariance\": -2.44,\n                \"BaselineRequirementsVariancePct\": -20.74,\n                \"TotalAdjustedRequirements\": 15.05,\n                \"TotalAdjustedRequirementsVariance\": -5.72,\n                \"TotalAdjustedRequirementsVariancePct\": -38,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 92.08,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 12.08,\n                \"ServiceVariancePct\": 15.1,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 96.25\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 327,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -8.87,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 14.78,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -5.78,\n                \"BaselineRequirementsVariancePct\": -39.1,\n                \"TotalAdjustedRequirements\": 18.89,\n                \"TotalAdjustedRequirementsVariance\": -9.89,\n                \"TotalAdjustedRequirementsVariancePct\": -52.35,\n                \"DiscretionaryRequirements\": 2.22,\n                \"NondiscretionaryRequirements\": 1.89,\n                \"ServiceMetric\": 90.02,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 10.02,\n                \"ServiceVariancePct\": 12.52,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 95.97\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 310,\n                \"ActualAHT\": 349,\n                \"AHTVariance\": 39,\n                \"AHTVariancePct\": 12.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.06,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -0.06,\n                \"BaselineRequirementsVariancePct\": -0.66,\n                \"TotalAdjustedRequirements\": 11.57,\n                \"TotalAdjustedRequirementsVariance\": -2.57,\n                \"TotalAdjustedRequirementsVariancePct\": -22.23,\n                \"DiscretionaryRequirements\": 1.36,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 98.77,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 18.77,\n                \"ServiceVariancePct\": 23.46,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.24\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 325,\n                \"ActualAHT\": 288,\n                \"AHTVariance\": -37,\n                \"AHTVariancePct\": -11.38,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 12.78,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -3.78,\n                \"BaselineRequirementsVariancePct\": -29.55,\n                \"TotalAdjustedRequirements\": 16.3,\n                \"TotalAdjustedRequirementsVariance\": -7.3,\n                \"TotalAdjustedRequirementsVariancePct\": -44.79,\n                \"DiscretionaryRequirements\": 1.9,\n                \"NondiscretionaryRequirements\": 1.63,\n                \"ServiceMetric\": 93.32,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 13.32,\n                \"ServiceVariancePct\": 16.65,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 95.15\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 15.38,\n                \"ForecastedAHT\": 326,\n                \"ActualAHT\": 271,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -16.87,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 10.6,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": -2.6,\n                \"BaselineRequirementsVariancePct\": -24.56,\n                \"TotalAdjustedRequirements\": 13.59,\n                \"TotalAdjustedRequirementsVariance\": -5.59,\n                \"TotalAdjustedRequirementsVariancePct\": -41.11,\n                \"DiscretionaryRequirements\": 1.62,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 89.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 9.56,\n                \"ServiceVariancePct\": 11.95,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 91.85\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -21.43,\n                \"ForecastedAHT\": 320,\n                \"ActualAHT\": 466,\n                \"AHTVariance\": 146,\n                \"AHTVariancePct\": 45.63,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 11.73,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": -0.73,\n                \"BaselineRequirementsVariancePct\": -6.2,\n                \"TotalAdjustedRequirements\": 14.99,\n                \"TotalAdjustedRequirementsVariance\": -3.99,\n                \"TotalAdjustedRequirementsVariancePct\": -26.62,\n                \"DiscretionaryRequirements\": 1.76,\n                \"NondiscretionaryRequirements\": 1.5,\n                \"ServiceMetric\": 99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 19,\n                \"ServiceVariancePct\": 23.75,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.17\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 332,\n                \"ActualAHT\": 393,\n                \"AHTVariance\": 61,\n                \"AHTVariancePct\": 18.37,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 11.19,\n                \"AgentsInQueue\": 9.93,\n                \"BaselineRequirementsVariance\": -1.26,\n                \"BaselineRequirementsVariancePct\": -11.22,\n                \"TotalAdjustedRequirements\": 14.32,\n                \"TotalAdjustedRequirementsVariance\": -4.38,\n                \"TotalAdjustedRequirementsVariancePct\": -30.62,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.43,\n                \"ServiceMetric\": 96.81,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 16.81,\n                \"ServiceVariancePct\": 21.01,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.35\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -23.08,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 288,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -5.88,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 11.33,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -2.33,\n                \"BaselineRequirementsVariancePct\": -20.6,\n                \"TotalAdjustedRequirements\": 14.5,\n                \"TotalAdjustedRequirementsVariance\": -5.5,\n                \"TotalAdjustedRequirementsVariancePct\": -37.93,\n                \"DiscretionaryRequirements\": 1.71,\n                \"NondiscretionaryRequirements\": 1.45,\n                \"ServiceMetric\": 96.91,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 16.91,\n                \"ServiceVariancePct\": 21.14,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.6\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 333,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -24,\n                \"AHTVariancePct\": -7.21,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.32,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": -2.32,\n                \"BaselineRequirementsVariancePct\": -22.49,\n                \"TotalAdjustedRequirements\": 13.15,\n                \"TotalAdjustedRequirementsVariance\": -5.15,\n                \"TotalAdjustedRequirementsVariancePct\": -39.16,\n                \"DiscretionaryRequirements\": 1.51,\n                \"NondiscretionaryRequirements\": 1.31,\n                \"ServiceMetric\": 94.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 14.94,\n                \"ServiceVariancePct\": 18.67,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.91\n            }\n        ],\n        \"includedActivities\": [\n            {\n                \"ActivityId\": 9,\n                \"name\": \"Billing\",\n                \"description\": \"General Billing\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 813,\n                \"ActualContacts\": 803,\n                \"ContactVariance\": -10,\n                \"ContactVariancePct\": -1.23,\n                \"ForecastedAHT\": 368.49,\n                \"ActualAHT\": 320.15,\n                \"AHTVariance\": -48.34,\n                \"AHTVariancePct\": -13.12,\n                \"ActualNotHandledContacts\": 96,\n                \"BaselineStaffingHours\": 151.19,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 97.63,\n                \"BaselineStaffingVariancePct\": 64.57,\n                \"TotalAdjustedStaffingHours\": 188.98,\n                \"DiscretionaryStaffingHours\": 18.9,\n                \"NonDiscretionaryStaffingHours\": 18.9,\n                \"TotalAdjustedStaffingVariance\": 59.83,\n                \"TotalAdjustedStaffingVariancePct\": 31.66,\n                \"ServiceMetricSummary\": 99.22,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.22,\n                \"ServiceVariancePct\": 24.02,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.28,\n                \"ObservedServiceMetricVariance\": 19.28,\n                \"ObservedServiceMetricVariancePct\": 24.1\n            },\n            {\n                \"ActivityId\": 65,\n                \"name\": \"BPO A\",\n                \"description\": \"BPO A\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 604,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": -39,\n                \"ContactVariancePct\": -6.46,\n                \"ForecastedAHT\": 379.58,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.63,\n                \"AHTVariancePct\": -17.29,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 102.93,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -102.93,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 137.25,\n                \"DiscretionaryStaffingHours\": 20.59,\n                \"NonDiscretionaryStaffingHours\": 13.73,\n                \"TotalAdjustedStaffingVariance\": -137.25,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 66,\n                \"name\": \"BPO B\",\n                \"description\": \"BPO B\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 96,\n                \"name\": \"BPO C\",\n                \"description\": \"BPO C\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 11,\n                \"name\": \"Customer Success\",\n                \"description\": \"Service\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 137,\n                \"ActualContacts\": 112,\n                \"ContactVariance\": -25,\n                \"ContactVariancePct\": -18.25,\n                \"ForecastedAHT\": 186.35,\n                \"ActualAHT\": 187.29,\n                \"AHTVariance\": 0.94,\n                \"AHTVariancePct\": 0.51,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineStaffingHours\": 26.34,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 222.48,\n                \"BaselineStaffingVariancePct\": 844.61,\n                \"TotalAdjustedStaffingHours\": 32.93,\n                \"DiscretionaryStaffingHours\": 3.29,\n                \"NonDiscretionaryStaffingHours\": 3.29,\n                \"TotalAdjustedStaffingVariance\": 215.89,\n                \"TotalAdjustedStaffingVariancePct\": 655.7,\n                \"ServiceMetricSummary\": 99.98,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.97,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 19,\n                \"name\": \"Devloper support\",\n                \"description\": \"\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 359,\n                \"ActualContacts\": 317,\n                \"ContactVariance\": -42,\n                \"ContactVariancePct\": -11.7,\n                \"ForecastedAHT\": 384.12,\n                \"ActualAHT\": 393.18,\n                \"AHTVariance\": 9.05,\n                \"AHTVariancePct\": 2.36,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 80,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -80,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 106.67,\n                \"DiscretionaryStaffingHours\": 16,\n                \"NonDiscretionaryStaffingHours\": 10.67,\n                \"TotalAdjustedStaffingVariance\": -106.67,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 10,\n                \"name\": \"New Customer Sales\",\n                \"description\": \"New customer\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 669,\n                \"ActualContacts\": 649,\n                \"ContactVariance\": -20,\n                \"ContactVariancePct\": -2.99,\n                \"ForecastedAHT\": 126.42,\n                \"ActualAHT\": 128.31,\n                \"AHTVariance\": 1.89,\n                \"AHTVariancePct\": 1.49,\n                \"ActualNotHandledContacts\": 37,\n                \"BaselineStaffingHours\": 64.68,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 184.13,\n                \"BaselineStaffingVariancePct\": 284.67,\n                \"TotalAdjustedStaffingHours\": 80.85,\n                \"DiscretionaryStaffingHours\": 8.08,\n                \"NonDiscretionaryStaffingHours\": 8.08,\n                \"TotalAdjustedStaffingVariance\": 167.96,\n                \"TotalAdjustedStaffingVariancePct\": 207.74,\n                \"ServiceMetricSummary\": 99.69,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.53,\n                \"ObservedServiceMetricVariance\": 19.53,\n                \"ObservedServiceMetricVariancePct\": 24.41\n            },\n            {\n                \"ActivityId\": 101,\n                \"name\": \"Outbound \",\n                \"description\": \"\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": 0,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": 0,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 24,\n                \"name\": \"Sales Chat\",\n                \"description\": \"\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 44,\n                \"ActualContacts\": 35,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -20.45,\n                \"ForecastedAHT\": 847.66,\n                \"ActualAHT\": 1182,\n                \"AHTVariance\": 334.34,\n                \"AHTVariancePct\": 39.44,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineStaffingHours\": 26.56,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 102.84,\n                \"BaselineStaffingVariancePct\": 387.21,\n                \"TotalAdjustedStaffingHours\": 33.2,\n                \"DiscretionaryStaffingHours\": 3.32,\n                \"NonDiscretionaryStaffingHours\": 3.32,\n                \"TotalAdjustedStaffingVariance\": 96.2,\n                \"TotalAdjustedStaffingVariancePct\": 289.76,\n                \"ServiceMetricSummary\": 91.48,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 11.48,\n                \"ServiceVariancePct\": 14.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 98.17,\n                \"ObservedServiceMetricVariance\": 18.17,\n                \"ObservedServiceMetricVariancePct\": 22.71\n            },\n            {\n                \"ActivityId\": 23,\n                \"name\": \"Sales Email\",\n                \"description\": \"\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 96,\n                \"ActualContacts\": 123,\n                \"ContactVariance\": 27,\n                \"ContactVariancePct\": 28.13,\n                \"ForecastedAHT\": 896.19,\n                \"ActualAHT\": 902.46,\n                \"AHTVariance\": 6.27,\n                \"AHTVariancePct\": 0.7,\n                \"ActualNotHandledContacts\": 31,\n                \"BaselineStaffingHours\": 23.9,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 105.5,\n                \"BaselineStaffingVariancePct\": 441.46,\n                \"TotalAdjustedStaffingHours\": 31.87,\n                \"DiscretionaryStaffingHours\": 4.78,\n                \"NonDiscretionaryStaffingHours\": 3.19,\n                \"TotalAdjustedStaffingVariance\": 97.53,\n                \"TotalAdjustedStaffingVariancePct\": 306.08,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 24,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -24,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 25,\n                \"name\": \"Support Chat\",\n                \"description\": \"\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 18,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 259.78,\n                \"AHTVariance\": 259.78,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 11,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": 0,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": 0,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"name\": \"Support Email \",\n                \"description\": \"\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 60,\n                \"ActualContacts\": 44,\n                \"ContactVariance\": -16,\n                \"ContactVariancePct\": -26.67,\n                \"ForecastedAHT\": 890.97,\n                \"ActualAHT\": 1114.55,\n                \"AHTVariance\": 223.58,\n                \"AHTVariancePct\": 25.09,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineStaffingHours\": 41.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -41.5,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 55.33,\n                \"DiscretionaryStaffingHours\": 8.3,\n                \"NonDiscretionaryStaffingHours\": 5.53,\n                \"TotalAdjustedStaffingVariance\": -55.33,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 12,\n                \"name\": \"Tier 1 support\",\n                \"description\": \"Tier 1 support\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 65,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -9.23,\n                \"ForecastedAHT\": 689.78,\n                \"ActualAHT\": 619.44,\n                \"AHTVariance\": -70.34,\n                \"AHTVariancePct\": -10.2,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 34.46,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 214.36,\n                \"BaselineStaffingVariancePct\": 622.13,\n                \"TotalAdjustedStaffingHours\": 43.07,\n                \"DiscretionaryStaffingHours\": 4.31,\n                \"NonDiscretionaryStaffingHours\": 4.31,\n                \"TotalAdjustedStaffingVariance\": 205.75,\n                \"TotalAdjustedStaffingVariancePct\": 477.7,\n                \"ServiceMetricSummary\": 99.99,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 18,\n                \"name\": \"Tier 2\",\n                \"description\": \"\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 28,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -11,\n                \"ContactVariancePct\": -39.29,\n                \"ForecastedAHT\": 197.32,\n                \"ActualAHT\": 195.41,\n                \"AHTVariance\": -1.91,\n                \"AHTVariancePct\": -0.97,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineStaffingHours\": 5.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -5.5,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 7.33,\n                \"DiscretionaryStaffingHours\": 1.1,\n                \"NonDiscretionaryStaffingHours\": 0.73,\n                \"TotalAdjustedStaffingVariance\": -7.33,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 17,\n                \"name\": \"Tier 3\",\n                \"description\": \"\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 81,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -22,\n                \"ContactVariancePct\": -27.16,\n                \"ForecastedAHT\": 146.63,\n                \"ActualAHT\": 91.08,\n                \"AHTVariance\": -55.54,\n                \"AHTVariancePct\": -37.88,\n                \"ActualNotHandledContacts\": 50,\n                \"BaselineStaffingHours\": 11,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -11,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 14.67,\n                \"DiscretionaryStaffingHours\": 2.2,\n                \"NonDiscretionaryStaffingHours\": 1.47,\n                \"TotalAdjustedStaffingVariance\": -14.67,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 95,\n                \"name\": \"Virtual Activity\",\n                \"description\": \"\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": 0,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": 0,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            }\n        ],\n        \"activityDetail\": [\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 384,\n                \"ActualAHT\": 226,\n                \"AHTVariance\": -158,\n                \"AHTVariancePct\": -41.15,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.78,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 1.89,\n                \"BaselineRequirementsVariancePct\": 49.91,\n                \"TotalAdjustedRequirements\": 4.72,\n                \"TotalAdjustedRequirementsVariance\": 0.94,\n                \"TotalAdjustedRequirementsVariancePct\": 19.95,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 19.28,\n                \"ServiceVariancePct\": 24.1,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.8\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 352,\n                \"ActualAHT\": 219,\n                \"AHTVariance\": -133,\n                \"AHTVariancePct\": -37.78,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.67,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.33,\n                \"BaselineRequirementsVariancePct\": 36.12,\n                \"TotalAdjustedRequirements\": 4.59,\n                \"TotalAdjustedRequirementsVariance\": 0.41,\n                \"TotalAdjustedRequirementsVariancePct\": 8.9,\n                \"DiscretionaryRequirements\": 0.46,\n                \"NondiscretionaryRequirements\": 0.46,\n                \"ServiceMetric\": 99.52,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 19.52,\n                \"ServiceVariancePct\": 24.4,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.83\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 297,\n                \"AHTVariance\": -66,\n                \"AHTVariancePct\": -18.18,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.71,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.29,\n                \"BaselineRequirementsVariancePct\": 61.73,\n                \"TotalAdjustedRequirements\": 4.64,\n                \"TotalAdjustedRequirementsVariance\": 1.36,\n                \"TotalAdjustedRequirementsVariancePct\": 29.37,\n                \"DiscretionaryRequirements\": 0.46,\n                \"NondiscretionaryRequirements\": 0.46,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.85\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 339,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -8.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.63,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.37,\n                \"BaselineRequirementsVariancePct\": 65.29,\n                \"TotalAdjustedRequirements\": 4.54,\n                \"TotalAdjustedRequirementsVariance\": 1.46,\n                \"TotalAdjustedRequirementsVariancePct\": 32.22,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.93,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 19.93,\n                \"ServiceVariancePct\": 24.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.8\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -66.67,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -4,\n                \"AHTVariancePct\": -1.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.6,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.4,\n                \"BaselineRequirementsVariancePct\": 39.02,\n                \"TotalAdjustedRequirements\": 4.5,\n                \"TotalAdjustedRequirementsVariance\": 0.5,\n                \"TotalAdjustedRequirementsVariancePct\": 11.19,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.66,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 19.66,\n                \"ServiceVariancePct\": 24.57,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 280,\n                \"ActualAHT\": 219,\n                \"AHTVariance\": -61,\n                \"AHTVariancePct\": -21.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.88,\n                \"BaselineRequirementsVariancePct\": 135.6,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 2.35,\n                \"TotalAdjustedRequirementsVariancePct\": 88.52,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 278,\n                \"ActualAHT\": 198,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -28.78,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.88,\n                \"BaselineRequirementsVariancePct\": 88.88,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 1.35,\n                \"TotalAdjustedRequirementsVariancePct\": 51.07,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 19.84,\n                \"ServiceVariancePct\": 24.8,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 304,\n                \"ActualAHT\": 176,\n                \"AHTVariance\": -128,\n                \"AHTVariancePct\": -42.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.82,\n                \"BaselineRequirementsVariancePct\": 83.86,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 1.28,\n                \"TotalAdjustedRequirementsVariancePct\": 47.08,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.76,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 19.76,\n                \"ServiceVariancePct\": 24.7,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 150,\n                \"ActualAHT\": 180,\n                \"AHTVariance\": 30,\n                \"AHTVariancePct\": 20,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 1.5,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.88\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 161,\n                \"ActualAHT\": 192,\n                \"AHTVariance\": 31,\n                \"AHTVariancePct\": 19.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.85,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 19.85,\n                \"ServiceVariancePct\": 24.81,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.7\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 175,\n                \"ActualAHT\": 187,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 6.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 176,\n                \"ActualAHT\": 168,\n                \"AHTVariance\": -8,\n                \"AHTVariancePct\": -4.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -66.67,\n                \"ForecastedAHT\": 162,\n                \"ActualAHT\": 250,\n                \"AHTVariance\": 88,\n                \"AHTVariancePct\": 54.32,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.04,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.96,\n                \"BaselineRequirementsVariancePct\": 47.06,\n                \"TotalAdjustedRequirements\": 2.55,\n                \"TotalAdjustedRequirementsVariance\": 0.45,\n                \"TotalAdjustedRequirementsVariancePct\": 17.65,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 99.34,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 19.34,\n                \"ServiceVariancePct\": 24.18,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.94\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 166,\n                \"ActualAHT\": 250,\n                \"AHTVariance\": 84,\n                \"AHTVariancePct\": 50.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 98.35,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 18.35,\n                \"ServiceVariancePct\": 22.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.21\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 197,\n                \"ActualAHT\": 210,\n                \"AHTVariance\": 13,\n                \"AHTVariancePct\": 6.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 17.28,\n                \"ServiceVariancePct\": 21.6,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 96.73\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 200,\n                \"ActualAHT\": 212,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.16,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 17.16,\n                \"ServiceVariancePct\": 21.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 96.64\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 313,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -28,\n                \"AHTVariancePct\": -8.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.2,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.2,\n                \"BaselineRequirementsVariancePct\": -8.91,\n                \"TotalAdjustedRequirements\": 2.74,\n                \"TotalAdjustedRequirementsVariance\": -0.74,\n                \"TotalAdjustedRequirementsVariancePct\": -27.1,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 90.26,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 10.26,\n                \"ServiceVariancePct\": 12.83,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 92.39\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 304,\n                \"ActualAHT\": 282,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -7.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 98.59,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 18.59,\n                \"ServiceVariancePct\": 23.24,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.87\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 197,\n                \"ActualAHT\": 196,\n                \"AHTVariance\": -1,\n                \"AHTVariancePct\": -0.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.16,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.84,\n                \"BaselineRequirementsVariancePct\": 39.1,\n                \"TotalAdjustedRequirements\": 2.7,\n                \"TotalAdjustedRequirementsVariance\": 0.3,\n                \"TotalAdjustedRequirementsVariancePct\": 11.25,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.62,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 18.62,\n                \"ServiceVariancePct\": 23.28,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.68\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 176,\n                \"ActualAHT\": 177,\n                \"AHTVariance\": 1,\n                \"AHTVariancePct\": 0.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.79,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 19.79,\n                \"ServiceVariancePct\": 24.74,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 342,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 3.32,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.97,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 0.03,\n                \"BaselineRequirementsVariancePct\": 0.73,\n                \"TotalAdjustedRequirements\": 4.96,\n                \"TotalAdjustedRequirementsVariance\": -0.96,\n                \"TotalAdjustedRequirementsVariancePct\": -19.41,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 94.78,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 14.78,\n                \"ServiceVariancePct\": 18.48,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.92\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 379,\n                \"ActualAHT\": 362,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -4.49,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.24,\n                \"BaselineRequirementsVariancePct\": 32.86,\n                \"TotalAdjustedRequirements\": 4.7,\n                \"TotalAdjustedRequirementsVariance\": 0.3,\n                \"TotalAdjustedRequirementsVariancePct\": 6.31,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.32,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 19.32,\n                \"ServiceVariancePct\": 24.15,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.45\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 305,\n                \"ActualAHT\": 321,\n                \"AHTVariance\": 16,\n                \"AHTVariancePct\": 5.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.52,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.48,\n                \"BaselineRequirementsVariancePct\": 42.18,\n                \"TotalAdjustedRequirements\": 4.4,\n                \"TotalAdjustedRequirementsVariance\": 0.6,\n                \"TotalAdjustedRequirementsVariancePct\": 13.72,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 99.77,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 19.77,\n                \"ServiceVariancePct\": 24.71,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.96\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 275,\n                \"ActualAHT\": 375,\n                \"AHTVariance\": 100,\n                \"AHTVariancePct\": 36.36,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.42,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.58,\n                \"BaselineRequirementsVariancePct\": 148.27,\n                \"TotalAdjustedRequirements\": 3.02,\n                \"TotalAdjustedRequirementsVariance\": 2.98,\n                \"TotalAdjustedRequirementsVariancePct\": 98.63,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 282,\n                \"ActualAHT\": 246,\n                \"AHTVariance\": -36,\n                \"AHTVariancePct\": -12.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.44,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.56,\n                \"BaselineRequirementsVariancePct\": 45.35,\n                \"TotalAdjustedRequirements\": 4.3,\n                \"TotalAdjustedRequirementsVariance\": 0.7,\n                \"TotalAdjustedRequirementsVariancePct\": 16.28,\n                \"DiscretionaryRequirements\": 0.43,\n                \"NondiscretionaryRequirements\": 0.43,\n                \"ServiceMetric\": 99.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 19.84,\n                \"ServiceVariancePct\": 24.8,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 273,\n                \"ActualAHT\": 255,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -6.59,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.89,\n                \"BaselineRequirementsVariancePct\": 137.34,\n                \"TotalAdjustedRequirements\": 2.63,\n                \"TotalAdjustedRequirementsVariance\": 2.37,\n                \"TotalAdjustedRequirementsVariancePct\": 89.92,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -21,\n                \"AHTVariancePct\": -6.34,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.34,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.66,\n                \"BaselineRequirementsVariancePct\": 61.33,\n                \"TotalAdjustedRequirements\": 5.42,\n                \"TotalAdjustedRequirementsVariance\": 1.58,\n                \"TotalAdjustedRequirementsVariancePct\": 29.08,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.8,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 19.8,\n                \"ServiceVariancePct\": 24.75,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 313,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 15.97,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.24,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.76,\n                \"BaselineRequirementsVariancePct\": 65.14,\n                \"TotalAdjustedRequirements\": 5.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 32.1,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 279,\n                \"ActualAHT\": 245,\n                \"AHTVariance\": -34,\n                \"AHTVariancePct\": -12.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.67,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.33,\n                \"BaselineRequirementsVariancePct\": 71.31,\n                \"TotalAdjustedRequirements\": 5.84,\n                \"TotalAdjustedRequirementsVariance\": 2.16,\n                \"TotalAdjustedRequirementsVariancePct\": 37.03,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.88,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 19.88,\n                \"ServiceVariancePct\": 24.85,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.95\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 242,\n                \"AHTVariance\": -28,\n                \"AHTVariancePct\": -10.37,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.3,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.7,\n                \"BaselineRequirementsVariancePct\": 62.79,\n                \"TotalAdjustedRequirements\": 5.37,\n                \"TotalAdjustedRequirementsVariance\": 1.63,\n                \"TotalAdjustedRequirementsVariancePct\": 30.26,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.83,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 19.83,\n                \"ServiceVariancePct\": 24.79,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.92\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 10,\n                \"ForecastedAHT\": 318,\n                \"ActualAHT\": 209,\n                \"AHTVariance\": -109,\n                \"AHTVariancePct\": -34.28,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.03,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.97,\n                \"BaselineRequirementsVariancePct\": 32.6,\n                \"TotalAdjustedRequirements\": 7.54,\n                \"TotalAdjustedRequirementsVariance\": 0.46,\n                \"TotalAdjustedRequirementsVariancePct\": 6.08,\n                \"DiscretionaryRequirements\": 0.75,\n                \"NondiscretionaryRequirements\": 0.75,\n                \"ServiceMetric\": 97.65,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 17.65,\n                \"ServiceVariancePct\": 22.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.7\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 11.11,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 263,\n                \"AHTVariance\": -60,\n                \"AHTVariancePct\": -18.58,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.73,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.27,\n                \"BaselineRequirementsVariancePct\": 18.87,\n                \"TotalAdjustedRequirements\": 8.41,\n                \"TotalAdjustedRequirementsVariance\": -0.41,\n                \"TotalAdjustedRequirementsVariancePct\": -4.9,\n                \"DiscretionaryRequirements\": 0.84,\n                \"NondiscretionaryRequirements\": 0.84,\n                \"ServiceMetric\": 98.57,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 18.57,\n                \"ServiceVariancePct\": 23.21,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.25\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 230,\n                \"ActualAHT\": 180,\n                \"AHTVariance\": -50,\n                \"AHTVariancePct\": -21.74,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 5.06,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 1.94,\n                \"BaselineRequirementsVariancePct\": 38.46,\n                \"TotalAdjustedRequirements\": 6.32,\n                \"TotalAdjustedRequirementsVariance\": 0.68,\n                \"TotalAdjustedRequirementsVariancePct\": 10.77,\n                \"DiscretionaryRequirements\": 0.63,\n                \"NondiscretionaryRequirements\": 0.63,\n                \"ServiceMetric\": 98.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 18.86,\n                \"ServiceVariancePct\": 23.57,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.86\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 362,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -14.64,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.33,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": -1.33,\n                \"BaselineRequirementsVariancePct\": -15.93,\n                \"TotalAdjustedRequirements\": 10.41,\n                \"TotalAdjustedRequirementsVariance\": -3.41,\n                \"TotalAdjustedRequirementsVariancePct\": -32.75,\n                \"DiscretionaryRequirements\": 1.04,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 74.83,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -5.17,\n                \"ServiceVariancePct\": -6.46,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 82.19\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 343,\n                \"AHTVariance\": -2,\n                \"AHTVariancePct\": -0.58,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 8.1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 0.9,\n                \"BaselineRequirementsVariancePct\": 11.11,\n                \"TotalAdjustedRequirements\": 10.12,\n                \"TotalAdjustedRequirementsVariance\": -1.12,\n                \"TotalAdjustedRequirementsVariancePct\": -11.1,\n                \"DiscretionaryRequirements\": 1.01,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 95.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 15.99,\n                \"ServiceVariancePct\": 19.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 93.94\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 289,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 2.12,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.96,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.04,\n                \"BaselineRequirementsVariancePct\": 14.96,\n                \"TotalAdjustedRequirements\": 8.7,\n                \"TotalAdjustedRequirementsVariance\": -0.7,\n                \"TotalAdjustedRequirementsVariancePct\": -8.03,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 97.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 17.98,\n                \"ServiceVariancePct\": 22.48,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 94.44\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 3.67,\n                \"BaselineRequirementsVariancePct\": 46.2,\n                \"TotalAdjustedRequirements\": 9.92,\n                \"TotalAdjustedRequirementsVariance\": 1.68,\n                \"TotalAdjustedRequirementsVariancePct\": 16.95,\n                \"DiscretionaryRequirements\": 0.99,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 99.58,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 19.58,\n                \"ServiceVariancePct\": 24.47,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 4.66,\n                \"BaselineRequirementsVariancePct\": 49.95,\n                \"TotalAdjustedRequirements\": 11.67,\n                \"TotalAdjustedRequirementsVariance\": 2.33,\n                \"TotalAdjustedRequirementsVariancePct\": 19.96,\n                \"DiscretionaryRequirements\": 1.17,\n                \"NondiscretionaryRequirements\": 1.17,\n                \"ServiceMetric\": 99.82,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 19.82,\n                \"ServiceVariancePct\": 24.77,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.88\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.17,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 5.83,\n                \"BaselineRequirementsVariancePct\": 57.36,\n                \"TotalAdjustedRequirements\": 12.71,\n                \"TotalAdjustedRequirementsVariance\": 3.29,\n                \"TotalAdjustedRequirementsVariancePct\": 25.89,\n                \"DiscretionaryRequirements\": 1.27,\n                \"NondiscretionaryRequirements\": 1.27,\n                \"ServiceMetric\": 99.91,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 19.91,\n                \"ServiceVariancePct\": 24.89,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.55,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 3.45,\n                \"BaselineRequirementsVariancePct\": 32.76,\n                \"TotalAdjustedRequirements\": 13.18,\n                \"TotalAdjustedRequirementsVariance\": 0.82,\n                \"TotalAdjustedRequirementsVariancePct\": 6.21,\n                \"DiscretionaryRequirements\": 1.32,\n                \"NondiscretionaryRequirements\": 1.32,\n                \"ServiceMetric\": 98.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 18.97,\n                \"ServiceVariancePct\": 23.71,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.62,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.38,\n                \"BaselineRequirementsVariancePct\": 66.32,\n                \"TotalAdjustedRequirements\": 12.02,\n                \"TotalAdjustedRequirementsVariance\": 3.98,\n                \"TotalAdjustedRequirementsVariancePct\": 33.07,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 1.2,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 3.28,\n                \"BaselineRequirementsVariancePct\": 27.99,\n                \"TotalAdjustedRequirements\": 14.65,\n                \"TotalAdjustedRequirementsVariance\": 0.35,\n                \"TotalAdjustedRequirementsVariancePct\": 2.39,\n                \"DiscretionaryRequirements\": 1.47,\n                \"NondiscretionaryRequirements\": 1.47,\n                \"ServiceMetric\": 99.48,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 19.48,\n                \"ServiceVariancePct\": 24.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.77,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 4.23,\n                \"BaselineRequirementsVariancePct\": 39.32,\n                \"TotalAdjustedRequirements\": 13.46,\n                \"TotalAdjustedRequirementsVariance\": 1.54,\n                \"TotalAdjustedRequirementsVariancePct\": 11.45,\n                \"DiscretionaryRequirements\": 1.35,\n                \"NondiscretionaryRequirements\": 1.35,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 7.53,\n                \"BaselineRequirementsVariancePct\": 71.97,\n                \"TotalAdjustedRequirements\": 13.08,\n                \"TotalAdjustedRequirementsVariance\": 4.92,\n                \"TotalAdjustedRequirementsVariancePct\": 37.59,\n                \"DiscretionaryRequirements\": 1.31,\n                \"NondiscretionaryRequirements\": 1.31,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.08,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 7.92,\n                \"BaselineRequirementsVariancePct\": 78.61,\n                \"TotalAdjustedRequirements\": 12.6,\n                \"TotalAdjustedRequirementsVariance\": 5.4,\n                \"TotalAdjustedRequirementsVariancePct\": 42.88,\n                \"DiscretionaryRequirements\": 1.26,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 11.57,\n                \"BaselineRequirementsVariancePct\": 122.62,\n                \"TotalAdjustedRequirements\": 11.79,\n                \"TotalAdjustedRequirementsVariance\": 9.21,\n                \"TotalAdjustedRequirementsVariancePct\": 78.1,\n                \"DiscretionaryRequirements\": 1.18,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.96,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 100.8,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": 7.55,\n                \"TotalAdjustedRequirementsVariancePct\": 60.64,\n                \"DiscretionaryRequirements\": 1.25,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.84,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 12.16,\n                \"BaselineRequirementsVariancePct\": 137.44,\n                \"TotalAdjustedRequirements\": 11.06,\n                \"TotalAdjustedRequirementsVariance\": 9.94,\n                \"TotalAdjustedRequirementsVariancePct\": 89.94,\n                \"DiscretionaryRequirements\": 1.11,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.41,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 10.59,\n                \"BaselineRequirementsVariancePct\": 101.67,\n                \"TotalAdjustedRequirements\": 13.02,\n                \"TotalAdjustedRequirementsVariance\": 7.98,\n                \"TotalAdjustedRequirementsVariancePct\": 61.32,\n                \"DiscretionaryRequirements\": 1.3,\n                \"NondiscretionaryRequirements\": 1.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.79,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 8.21,\n                \"BaselineRequirementsVariancePct\": 76.04,\n                \"TotalAdjustedRequirements\": 13.49,\n                \"TotalAdjustedRequirementsVariance\": 5.51,\n                \"TotalAdjustedRequirementsVariancePct\": 40.83,\n                \"DiscretionaryRequirements\": 1.35,\n                \"NondiscretionaryRequirements\": 1.35,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.43,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 8.57,\n                \"BaselineRequirementsVariancePct\": 82.11,\n                \"TotalAdjustedRequirements\": 13.04,\n                \"TotalAdjustedRequirementsVariance\": 5.96,\n                \"TotalAdjustedRequirementsVariancePct\": 45.69,\n                \"DiscretionaryRequirements\": 1.3,\n                \"NondiscretionaryRequirements\": 1.3,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.23,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 2.77,\n                \"BaselineRequirementsVariancePct\": 27.04,\n                \"TotalAdjustedRequirements\": 12.79,\n                \"TotalAdjustedRequirementsVariance\": 0.21,\n                \"TotalAdjustedRequirementsVariancePct\": 1.63,\n                \"DiscretionaryRequirements\": 1.28,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 98.3,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 18.3,\n                \"ServiceVariancePct\": 22.87,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.93\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 12.18,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 4.82,\n                \"BaselineRequirementsVariancePct\": 39.61,\n                \"TotalAdjustedRequirements\": 15.22,\n                \"TotalAdjustedRequirementsVariance\": 1.78,\n                \"TotalAdjustedRequirementsVariancePct\": 11.69,\n                \"DiscretionaryRequirements\": 1.52,\n                \"NondiscretionaryRequirements\": 1.52,\n                \"ServiceMetric\": 99.42,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 19.42,\n                \"ServiceVariancePct\": 24.28,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.87\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.26,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 8.74,\n                \"BaselineRequirementsVariancePct\": 71.27,\n                \"TotalAdjustedRequirements\": 15.33,\n                \"TotalAdjustedRequirementsVariance\": 5.67,\n                \"TotalAdjustedRequirementsVariancePct\": 37.01,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.53,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 10.53,\n                \"BaselineRequirementsVariancePct\": 100.64,\n                \"TotalAdjustedRequirements\": 13.08,\n                \"TotalAdjustedRequirementsVariance\": 7.92,\n                \"TotalAdjustedRequirementsVariancePct\": 60.52,\n                \"DiscretionaryRequirements\": 1.31,\n                \"NondiscretionaryRequirements\": 1.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 21.43,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 10.57,\n                \"BaselineRequirementsVariancePct\": 112.16,\n                \"TotalAdjustedRequirements\": 11.78,\n                \"TotalAdjustedRequirementsVariance\": 8.22,\n                \"TotalAdjustedRequirementsVariancePct\": 69.74,\n                \"DiscretionaryRequirements\": 1.18,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.36,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 6.64,\n                \"BaselineRequirementsVariancePct\": 64.14,\n                \"TotalAdjustedRequirements\": 12.95,\n                \"TotalAdjustedRequirementsVariance\": 4.05,\n                \"TotalAdjustedRequirementsVariancePct\": 31.31,\n                \"DiscretionaryRequirements\": 1.29,\n                \"NondiscretionaryRequirements\": 1.29,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.02,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 4.98,\n                \"BaselineRequirementsVariancePct\": 49.75,\n                \"TotalAdjustedRequirements\": 12.52,\n                \"TotalAdjustedRequirementsVariance\": 2.48,\n                \"TotalAdjustedRequirementsVariancePct\": 19.8,\n                \"DiscretionaryRequirements\": 1.25,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 99.8,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 19.8,\n                \"ServiceVariancePct\": 24.75,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 6.28,\n                \"BaselineRequirementsVariancePct\": 53.58,\n                \"TotalAdjustedRequirements\": 14.65,\n                \"TotalAdjustedRequirementsVariance\": 3.35,\n                \"TotalAdjustedRequirementsVariancePct\": 22.87,\n                \"DiscretionaryRequirements\": 1.47,\n                \"NondiscretionaryRequirements\": 1.47,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.36,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 4.64,\n                \"BaselineRequirementsVariancePct\": 40.85,\n                \"TotalAdjustedRequirements\": 14.2,\n                \"TotalAdjustedRequirementsVariance\": 1.8,\n                \"TotalAdjustedRequirementsVariancePct\": 12.68,\n                \"DiscretionaryRequirements\": 1.42,\n                \"NondiscretionaryRequirements\": 1.42,\n                \"ServiceMetric\": 99.49,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 19.49,\n                \"ServiceVariancePct\": 24.36,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.38,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 8.62,\n                \"BaselineRequirementsVariancePct\": 91.81,\n                \"TotalAdjustedRequirements\": 11.73,\n                \"TotalAdjustedRequirementsVariance\": 6.27,\n                \"TotalAdjustedRequirementsVariancePct\": 53.45,\n                \"DiscretionaryRequirements\": 1.17,\n                \"NondiscretionaryRequirements\": 1.17,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.32,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.68,\n                \"BaselineRequirementsVariancePct\": 71.73,\n                \"TotalAdjustedRequirements\": 11.65,\n                \"TotalAdjustedRequirementsVariance\": 4.35,\n                \"TotalAdjustedRequirementsVariancePct\": 37.38,\n                \"DiscretionaryRequirements\": 1.17,\n                \"NondiscretionaryRequirements\": 1.17,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.3,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.7,\n                \"BaselineRequirementsVariancePct\": 72.04,\n                \"TotalAdjustedRequirements\": 11.62,\n                \"TotalAdjustedRequirementsVariance\": 4.38,\n                \"TotalAdjustedRequirementsVariancePct\": 37.65,\n                \"DiscretionaryRequirements\": 1.16,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.47,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.53,\n                \"BaselineRequirementsVariancePct\": 68.9,\n                \"TotalAdjustedRequirements\": 11.84,\n                \"TotalAdjustedRequirementsVariance\": 4.16,\n                \"TotalAdjustedRequirementsVariancePct\": 35.12,\n                \"DiscretionaryRequirements\": 1.18,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 8.45,\n                \"BaselineRequirementsVariancePct\": 98.88,\n                \"TotalAdjustedRequirements\": 10.68,\n                \"TotalAdjustedRequirementsVariance\": 6.32,\n                \"TotalAdjustedRequirementsVariancePct\": 59.12,\n                \"DiscretionaryRequirements\": 1.07,\n                \"NondiscretionaryRequirements\": 1.07,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 7.5,\n                \"BaselineRequirementsVariancePct\": 88.26,\n                \"TotalAdjustedRequirements\": 10.62,\n                \"TotalAdjustedRequirementsVariance\": 5.38,\n                \"TotalAdjustedRequirementsVariancePct\": 50.62,\n                \"DiscretionaryRequirements\": 1.06,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.31,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 9.69,\n                \"BaselineRequirementsVariancePct\": 116.52,\n                \"TotalAdjustedRequirements\": 10.39,\n                \"TotalAdjustedRequirementsVariance\": 7.61,\n                \"TotalAdjustedRequirementsVariancePct\": 73.22,\n                \"DiscretionaryRequirements\": 1.04,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 8.05,\n                \"BaselineRequirementsVariancePct\": 101.29,\n                \"TotalAdjustedRequirements\": 9.94,\n                \"TotalAdjustedRequirementsVariance\": 6.06,\n                \"TotalAdjustedRequirementsVariancePct\": 61.02,\n                \"DiscretionaryRequirements\": 0.99,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.85,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 9.15,\n                \"BaselineRequirementsVariancePct\": 103.31,\n                \"TotalAdjustedRequirements\": 11.07,\n                \"TotalAdjustedRequirementsVariance\": 6.93,\n                \"TotalAdjustedRequirementsVariancePct\": 62.64,\n                \"DiscretionaryRequirements\": 1.11,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 8.5,\n                \"BaselineRequirementsVariancePct\": 100.03,\n                \"TotalAdjustedRequirements\": 10.62,\n                \"TotalAdjustedRequirementsVariance\": 6.38,\n                \"TotalAdjustedRequirementsVariancePct\": 60.03,\n                \"DiscretionaryRequirements\": 1.06,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.11,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 5.89,\n                \"BaselineRequirementsVariancePct\": 72.56,\n                \"TotalAdjustedRequirements\": 10.14,\n                \"TotalAdjustedRequirementsVariance\": 3.86,\n                \"TotalAdjustedRequirementsVariancePct\": 38.05,\n                \"DiscretionaryRequirements\": 1.01,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.4,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 6.6,\n                \"BaselineRequirementsVariancePct\": 89.27,\n                \"TotalAdjustedRequirements\": 9.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 51.41,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.93,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.63,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 6.37,\n                \"BaselineRequirementsVariancePct\": 83.41,\n                \"TotalAdjustedRequirements\": 9.54,\n                \"TotalAdjustedRequirementsVariance\": 4.46,\n                \"TotalAdjustedRequirementsVariancePct\": 46.73,\n                \"DiscretionaryRequirements\": 0.95,\n                \"NondiscretionaryRequirements\": 0.95,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.49,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 5.51,\n                \"BaselineRequirementsVariancePct\": 73.59,\n                \"TotalAdjustedRequirements\": 9.36,\n                \"TotalAdjustedRequirementsVariance\": 3.64,\n                \"TotalAdjustedRequirementsVariancePct\": 38.88,\n                \"DiscretionaryRequirements\": 0.94,\n                \"NondiscretionaryRequirements\": 0.94,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.54,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 5.46,\n                \"BaselineRequirementsVariancePct\": 72.41,\n                \"TotalAdjustedRequirements\": 9.42,\n                \"TotalAdjustedRequirementsVariance\": 3.58,\n                \"TotalAdjustedRequirementsVariancePct\": 37.95,\n                \"DiscretionaryRequirements\": 0.94,\n                \"NondiscretionaryRequirements\": 0.94,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.79,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 3.21,\n                \"BaselineRequirementsVariancePct\": 41.21,\n                \"TotalAdjustedRequirements\": 9.74,\n                \"TotalAdjustedRequirementsVariance\": 1.26,\n                \"TotalAdjustedRequirementsVariancePct\": 12.96,\n                \"DiscretionaryRequirements\": 0.97,\n                \"NondiscretionaryRequirements\": 0.97,\n                \"ServiceMetric\": 99.63,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 19.63,\n                \"ServiceVariancePct\": 24.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.95\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 445,\n                \"ActualAHT\": 405,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -8.99,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 4.04,\n                \"BaselineRequirementsVariancePct\": 58.02,\n                \"TotalAdjustedRequirements\": 8.7,\n                \"TotalAdjustedRequirementsVariance\": 2.3,\n                \"TotalAdjustedRequirementsVariancePct\": 26.42,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 99.93,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 19.93,\n                \"ServiceVariancePct\": 24.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 483,\n                \"ActualAHT\": 495,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 2.48,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.26,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 2.74,\n                \"BaselineRequirementsVariancePct\": 37.8,\n                \"TotalAdjustedRequirements\": 9.07,\n                \"TotalAdjustedRequirementsVariance\": 0.93,\n                \"TotalAdjustedRequirementsVariancePct\": 10.25,\n                \"DiscretionaryRequirements\": 0.91,\n                \"NondiscretionaryRequirements\": 0.91,\n                \"ServiceMetric\": 99.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 19.56,\n                \"ServiceVariancePct\": 24.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.82\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 481,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 4.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.64,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.36,\n                \"BaselineRequirementsVariancePct\": 94.06,\n                \"TotalAdjustedRequirements\": 5.8,\n                \"TotalAdjustedRequirementsVariance\": 3.2,\n                \"TotalAdjustedRequirementsVariancePct\": 55.23,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 477,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 24,\n                \"AHTVariancePct\": 5.03,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.62,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.38,\n                \"BaselineRequirementsVariancePct\": 94.81,\n                \"TotalAdjustedRequirements\": 5.77,\n                \"TotalAdjustedRequirementsVariance\": 3.23,\n                \"TotalAdjustedRequirementsVariancePct\": 55.87,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 460,\n                \"ActualAHT\": 397,\n                \"AHTVariance\": -63,\n                \"AHTVariancePct\": -13.7,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.57,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.43,\n                \"BaselineRequirementsVariancePct\": 21.83,\n                \"TotalAdjustedRequirements\": 8.21,\n                \"TotalAdjustedRequirementsVariance\": -0.21,\n                \"TotalAdjustedRequirementsVariancePct\": -2.54,\n                \"DiscretionaryRequirements\": 0.82,\n                \"NondiscretionaryRequirements\": 0.82,\n                \"ServiceMetric\": 98.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 18.84,\n                \"ServiceVariancePct\": 23.55,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.53\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 389,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.24,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 2.76,\n                \"BaselineRequirementsVariancePct\": 52.67,\n                \"TotalAdjustedRequirements\": 6.55,\n                \"TotalAdjustedRequirementsVariance\": 1.45,\n                \"TotalAdjustedRequirementsVariancePct\": 22.14,\n                \"DiscretionaryRequirements\": 0.66,\n                \"NondiscretionaryRequirements\": 0.66,\n                \"ServiceMetric\": 99.42,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 19.42,\n                \"ServiceVariancePct\": 24.28,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.59\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 14.29,\n                \"ForecastedAHT\": 440,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -44,\n                \"AHTVariancePct\": -10,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.92,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 2.08,\n                \"BaselineRequirementsVariancePct\": 30.02,\n                \"TotalAdjustedRequirements\": 8.65,\n                \"TotalAdjustedRequirementsVariance\": 0.35,\n                \"TotalAdjustedRequirementsVariancePct\": 4.02,\n                \"DiscretionaryRequirements\": 0.86,\n                \"NondiscretionaryRequirements\": 0.86,\n                \"ServiceMetric\": 99.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 19.28,\n                \"ServiceVariancePct\": 24.1,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.17\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 460,\n                \"ActualAHT\": 425,\n                \"AHTVariance\": -35,\n                \"AHTVariancePct\": -7.61,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.57,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 3.43,\n                \"BaselineRequirementsVariancePct\": 52.28,\n                \"TotalAdjustedRequirements\": 8.21,\n                \"TotalAdjustedRequirementsVariance\": 1.79,\n                \"TotalAdjustedRequirementsVariancePct\": 21.82,\n                \"DiscretionaryRequirements\": 0.82,\n                \"NondiscretionaryRequirements\": 0.82,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.56\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 406,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -1.23,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5.76,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 1.24,\n                \"BaselineRequirementsVariancePct\": 21.62,\n                \"TotalAdjustedRequirements\": 7.19,\n                \"TotalAdjustedRequirementsVariance\": -0.19,\n                \"TotalAdjustedRequirementsVariancePct\": -2.69,\n                \"DiscretionaryRequirements\": 0.72,\n                \"NondiscretionaryRequirements\": 0.72,\n                \"ServiceMetric\": 99.31,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 19.31,\n                \"ServiceVariancePct\": 24.14,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.36\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 346,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -36,\n                \"AHTVariancePct\": -10.4,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.42,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.58,\n                \"BaselineRequirementsVariancePct\": 35.68,\n                \"TotalAdjustedRequirements\": 5.53,\n                \"TotalAdjustedRequirementsVariance\": 0.47,\n                \"TotalAdjustedRequirementsVariancePct\": 8.53,\n                \"DiscretionaryRequirements\": 0.55,\n                \"NondiscretionaryRequirements\": 0.55,\n                \"ServiceMetric\": 98.89,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 18.89,\n                \"ServiceVariancePct\": 23.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.8\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 395,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 1,\n                \"AHTVariancePct\": 0.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.26,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.74,\n                \"BaselineRequirementsVariancePct\": 64.49,\n                \"TotalAdjustedRequirements\": 5.32,\n                \"TotalAdjustedRequirementsVariance\": 1.68,\n                \"TotalAdjustedRequirementsVariancePct\": 31.59,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 19.84,\n                \"ServiceVariancePct\": 24.8,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.83\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 452,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 49,\n                \"AHTVariancePct\": 10.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.51,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 0.49,\n                \"BaselineRequirementsVariancePct\": 10.89,\n                \"TotalAdjustedRequirements\": 5.64,\n                \"TotalAdjustedRequirementsVariance\": -0.64,\n                \"TotalAdjustedRequirementsVariancePct\": -11.3,\n                \"DiscretionaryRequirements\": 0.56,\n                \"NondiscretionaryRequirements\": 0.56,\n                \"ServiceMetric\": 95.02,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 15.02,\n                \"ServiceVariancePct\": 18.77,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 92.52\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 390,\n                \"ActualAHT\": 457,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 17.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.23,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.77,\n                \"BaselineRequirementsVariancePct\": 65.36,\n                \"TotalAdjustedRequirements\": 5.29,\n                \"TotalAdjustedRequirementsVariance\": 1.71,\n                \"TotalAdjustedRequirementsVariancePct\": 32.29,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.85,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 19.85,\n                \"ServiceVariancePct\": 24.81,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.6\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 436,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 22.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.08,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.92,\n                \"BaselineRequirementsVariancePct\": 46.98,\n                \"TotalAdjustedRequirements\": 5.1,\n                \"TotalAdjustedRequirementsVariance\": 0.9,\n                \"TotalAdjustedRequirementsVariancePct\": 17.6,\n                \"DiscretionaryRequirements\": 0.51,\n                \"NondiscretionaryRequirements\": 0.51,\n                \"ServiceMetric\": 99.58,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 19.58,\n                \"ServiceVariancePct\": 24.47,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.72\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 401,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.73,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 0.27,\n                \"BaselineRequirementsVariancePct\": 4.75,\n                \"TotalAdjustedRequirements\": 7.16,\n                \"TotalAdjustedRequirementsVariance\": -1.16,\n                \"TotalAdjustedRequirementsVariancePct\": -16.2,\n                \"DiscretionaryRequirements\": 0.72,\n                \"NondiscretionaryRequirements\": 0.72,\n                \"ServiceMetric\": 97.71,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 17.71,\n                \"ServiceVariancePct\": 22.14,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 94.83\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 383,\n                \"ActualAHT\": 389,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 1.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.63,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.37,\n                \"BaselineRequirementsVariancePct\": 51.26,\n                \"TotalAdjustedRequirements\": 5.78,\n                \"TotalAdjustedRequirementsVariance\": 1.22,\n                \"TotalAdjustedRequirementsVariancePct\": 21.03,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.51,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 19.51,\n                \"ServiceVariancePct\": 24.39,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.56\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 427,\n                \"ActualAHT\": 569,\n                \"AHTVariance\": 142,\n                \"AHTVariancePct\": 33.26,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.4,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.6,\n                \"BaselineRequirementsVariancePct\": 81.91,\n                \"TotalAdjustedRequirements\": 5.5,\n                \"TotalAdjustedRequirementsVariance\": 2.5,\n                \"TotalAdjustedRequirementsVariancePct\": 45.51,\n                \"DiscretionaryRequirements\": 0.55,\n                \"NondiscretionaryRequirements\": 0.55,\n                \"ServiceMetric\": 99.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 19.94,\n                \"ServiceVariancePct\": 24.92,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.61\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 375,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 126,\n                \"AHTVariancePct\": 33.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.17,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.83,\n                \"BaselineRequirementsVariancePct\": 44,\n                \"TotalAdjustedRequirements\": 5.21,\n                \"TotalAdjustedRequirementsVariance\": 0.79,\n                \"TotalAdjustedRequirementsVariancePct\": 15.19,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 99.45,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 19.45,\n                \"ServiceVariancePct\": 24.31,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.62\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 449,\n                \"ActualAHT\": 500,\n                \"AHTVariance\": 51,\n                \"AHTVariancePct\": 11.36,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 50.12,\n                \"TotalAdjustedRequirements\": 5,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 20.08,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 99.67,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 19.67,\n                \"ServiceVariancePct\": 24.59,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.41\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 455,\n                \"ActualAHT\": 510,\n                \"AHTVariance\": 55,\n                \"AHTVariancePct\": 12.09,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.02,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.98,\n                \"BaselineRequirementsVariancePct\": 49.38,\n                \"TotalAdjustedRequirements\": 5.02,\n                \"TotalAdjustedRequirementsVariance\": 0.98,\n                \"TotalAdjustedRequirementsVariancePct\": 19.51,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 99.64,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 19.64,\n                \"ServiceVariancePct\": 24.55,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.35\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -21.43,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 8.28,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.28,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.03,\n                \"TotalAdjustedRequirementsVariance\": -11.03,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.66,\n                \"NondiscretionaryRequirements\": 1.1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.68,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.68,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.91,\n                \"TotalAdjustedRequirementsVariance\": -12.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.94,\n                \"NondiscretionaryRequirements\": 1.29,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.56,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.56,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.08,\n                \"TotalAdjustedRequirementsVariance\": -14.08,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.11,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 11.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.95,\n                \"TotalAdjustedRequirementsVariance\": -15.95,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.39,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -10.53,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.61,\n                \"TotalAdjustedRequirementsVariance\": -14.61,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.19,\n                \"NondiscretionaryRequirements\": 1.46,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.8,\n                \"TotalAdjustedRequirementsVariance\": -14.8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.22,\n                \"NondiscretionaryRequirements\": 1.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.18,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.18,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.58,\n                \"TotalAdjustedRequirementsVariance\": -13.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.04,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.91,\n                \"TotalAdjustedRequirementsVariance\": -15.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.39,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.49,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.49,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.99,\n                \"TotalAdjustedRequirementsVariance\": -13.99,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.1,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.83,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.83,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.44,\n                \"TotalAdjustedRequirementsVariance\": -14.44,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.17,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.35,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.35,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.47,\n                \"TotalAdjustedRequirementsVariance\": -12.47,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.26,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.26,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.34,\n                \"TotalAdjustedRequirementsVariance\": -12.34,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.85,\n                \"NondiscretionaryRequirements\": 1.23,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 11.82,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.82,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.76,\n                \"TotalAdjustedRequirementsVariance\": -15.76,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.36,\n                \"NondiscretionaryRequirements\": 1.58,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.19,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.19,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.58,\n                \"TotalAdjustedRequirementsVariance\": -13.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.04,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 11.9,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.9,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.86,\n                \"TotalAdjustedRequirementsVariance\": -15.86,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.38,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.68,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.68,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.58,\n                \"TotalAdjustedRequirementsVariance\": -15.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 15,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 13.63,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -13.63,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 18.18,\n                \"TotalAdjustedRequirementsVariance\": -18.18,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.73,\n                \"NondiscretionaryRequirements\": 1.82,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 15,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 13.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -13.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 18.3,\n                \"TotalAdjustedRequirementsVariance\": -18.3,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.74,\n                \"NondiscretionaryRequirements\": 1.83,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 11.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.91,\n                \"TotalAdjustedRequirementsVariance\": -15.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.39,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 10.85,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.85,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.47,\n                \"TotalAdjustedRequirementsVariance\": -14.47,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.17,\n                \"NondiscretionaryRequirements\": 1.45,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 11.76,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.76,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.68,\n                \"TotalAdjustedRequirementsVariance\": -15.68,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.35,\n                \"NondiscretionaryRequirements\": 1.57,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.87,\n                \"TotalAdjustedRequirementsVariance\": -13.87,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.08,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.26,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.12,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.12,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.83,\n                \"TotalAdjustedRequirementsVariance\": -14.83,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.22,\n                \"NondiscretionaryRequirements\": 1.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -10.53,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.8,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.8,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 17.06,\n                \"TotalAdjustedRequirementsVariance\": -17.06,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.56,\n                \"NondiscretionaryRequirements\": 1.71,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 10.75,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.75,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.34,\n                \"TotalAdjustedRequirementsVariance\": -14.34,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.15,\n                \"NondiscretionaryRequirements\": 1.43,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.7,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.7,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.94,\n                \"TotalAdjustedRequirementsVariance\": -12.94,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.94,\n                \"NondiscretionaryRequirements\": 1.29,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -38.46,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.78,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.78,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.38,\n                \"TotalAdjustedRequirementsVariance\": -14.38,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.16,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -38.46,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.97,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.97,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.63,\n                \"TotalAdjustedRequirementsVariance\": -14.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.19,\n                \"NondiscretionaryRequirements\": 1.46,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.01,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.01,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.01,\n                \"TotalAdjustedRequirementsVariance\": -12.01,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.8,\n                \"NondiscretionaryRequirements\": 1.2,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.27,\n                \"TotalAdjustedRequirementsVariance\": -13.27,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.69,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.71,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.71,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.62,\n                \"TotalAdjustedRequirementsVariance\": -11.62,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.74,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -8.33,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.35,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.35,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.14,\n                \"TotalAdjustedRequirementsVariance\": -11.14,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.67,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.34,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": -12.45,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.27,\n                \"TotalAdjustedRequirementsVariance\": -13.27,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.69,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.69,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.59,\n                \"TotalAdjustedRequirementsVariance\": -11.59,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.74,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.6,\n                \"TotalAdjustedRequirementsVariance\": -10.6,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.05,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.05,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.4,\n                \"TotalAdjustedRequirementsVariance\": -9.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.41,\n                \"NondiscretionaryRequirements\": 0.94,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.89,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.89,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.52,\n                \"TotalAdjustedRequirementsVariance\": -10.52,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.58,\n                \"NondiscretionaryRequirements\": 1.05,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.99,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.99,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.65,\n                \"TotalAdjustedRequirementsVariance\": -10.65,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.6,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.27,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.27,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.02,\n                \"TotalAdjustedRequirementsVariance\": -11.02,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.65,\n                \"NondiscretionaryRequirements\": 1.1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.58,\n                \"TotalAdjustedRequirementsVariance\": -10.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.34,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": -12.45,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.17,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.17,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.56,\n                \"TotalAdjustedRequirementsVariance\": -13.56,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.03,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.06,\n                \"TotalAdjustedRequirementsVariance\": -14.06,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.11,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.62,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.62,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.83,\n                \"TotalAdjustedRequirementsVariance\": -12.83,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.92,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.77,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.77,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.36,\n                \"TotalAdjustedRequirementsVariance\": -14.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.15,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.08,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.08,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.44,\n                \"TotalAdjustedRequirementsVariance\": -13.44,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.02,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.58,\n                \"TotalAdjustedRequirementsVariance\": -12.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.28,\n                \"TotalAdjustedRequirementsVariance\": -13.28,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.84,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.84,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.79,\n                \"TotalAdjustedRequirementsVariance\": -11.79,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.41,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.41,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.88,\n                \"TotalAdjustedRequirementsVariance\": -13.88,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.08,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.39,\n                \"TotalAdjustedRequirementsVariance\": -14.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.16,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.91,\n                \"TotalAdjustedRequirementsVariance\": -13.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.23,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.23,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.64,\n                \"TotalAdjustedRequirementsVariance\": -13.64,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.05,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 12.18,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.18,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.24,\n                \"TotalAdjustedRequirementsVariance\": -16.24,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.44,\n                \"NondiscretionaryRequirements\": 1.62,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.26,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.26,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.35,\n                \"TotalAdjustedRequirementsVariance\": -16.35,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.45,\n                \"NondiscretionaryRequirements\": 1.64,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 21.43,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.57,\n                \"TotalAdjustedRequirementsVariance\": -12.57,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.81,\n                \"TotalAdjustedRequirementsVariance\": -13.81,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.07,\n                \"NondiscretionaryRequirements\": 1.38,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.36,\n                \"TotalAdjustedRequirementsVariance\": -13.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.15,\n                \"TotalAdjustedRequirementsVariance\": -15.15,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.27,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.38,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.38,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.51,\n                \"TotalAdjustedRequirementsVariance\": -12.51,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.88,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.32,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.32,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.42,\n                \"TotalAdjustedRequirementsVariance\": -12.42,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.4,\n                \"TotalAdjustedRequirementsVariance\": -12.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.63,\n                \"TotalAdjustedRequirementsVariance\": -12.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.9,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.4,\n                \"TotalAdjustedRequirementsVariance\": -11.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.71,\n                \"NondiscretionaryRequirements\": 1.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.31,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.31,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.08,\n                \"TotalAdjustedRequirementsVariance\": -11.08,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.66,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.6,\n                \"TotalAdjustedRequirementsVariance\": -10.6,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.85,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.85,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.8,\n                \"TotalAdjustedRequirementsVariance\": -11.8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.11,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.11,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.82,\n                \"TotalAdjustedRequirementsVariance\": -10.82,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.62,\n                \"NondiscretionaryRequirements\": 1.08,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.86,\n                \"TotalAdjustedRequirementsVariance\": -9.86,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.48,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.63,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.63,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.18,\n                \"TotalAdjustedRequirementsVariance\": -10.18,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.02,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.49,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.49,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.99,\n                \"TotalAdjustedRequirementsVariance\": -9.99,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.5,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.54,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.54,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.05,\n                \"TotalAdjustedRequirementsVariance\": -10.05,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.51,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.39,\n                \"TotalAdjustedRequirementsVariance\": -10.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.56,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.58,\n                \"TotalAdjustedRequirementsVariance\": -10.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.34,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": -12.45,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.17,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.17,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.56,\n                \"TotalAdjustedRequirementsVariance\": -13.56,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.03,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.06,\n                \"TotalAdjustedRequirementsVariance\": -14.06,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.11,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.62,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.62,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.83,\n                \"TotalAdjustedRequirementsVariance\": -12.83,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.92,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.77,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.77,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.36,\n                \"TotalAdjustedRequirementsVariance\": -14.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.15,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.08,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.08,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.44,\n                \"TotalAdjustedRequirementsVariance\": -13.44,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.02,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.58,\n                \"TotalAdjustedRequirementsVariance\": -12.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.28,\n                \"TotalAdjustedRequirementsVariance\": -13.28,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.84,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.84,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.79,\n                \"TotalAdjustedRequirementsVariance\": -11.79,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.41,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.41,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.88,\n                \"TotalAdjustedRequirementsVariance\": -13.88,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.08,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.39,\n                \"TotalAdjustedRequirementsVariance\": -14.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.16,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.91,\n                \"TotalAdjustedRequirementsVariance\": -13.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.23,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.23,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.64,\n                \"TotalAdjustedRequirementsVariance\": -13.64,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.05,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 12.18,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.18,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.24,\n                \"TotalAdjustedRequirementsVariance\": -16.24,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.44,\n                \"NondiscretionaryRequirements\": 1.62,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.26,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.26,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.35,\n                \"TotalAdjustedRequirementsVariance\": -16.35,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.45,\n                \"NondiscretionaryRequirements\": 1.64,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 21.43,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.57,\n                \"TotalAdjustedRequirementsVariance\": -12.57,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.81,\n                \"TotalAdjustedRequirementsVariance\": -13.81,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.07,\n                \"NondiscretionaryRequirements\": 1.38,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.36,\n                \"TotalAdjustedRequirementsVariance\": -13.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.15,\n                \"TotalAdjustedRequirementsVariance\": -15.15,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.27,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.38,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.38,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.51,\n                \"TotalAdjustedRequirementsVariance\": -12.51,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.88,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.32,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.32,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.42,\n                \"TotalAdjustedRequirementsVariance\": -12.42,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.4,\n                \"TotalAdjustedRequirementsVariance\": -12.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.63,\n                \"TotalAdjustedRequirementsVariance\": -12.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.9,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.4,\n                \"TotalAdjustedRequirementsVariance\": -11.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.71,\n                \"NondiscretionaryRequirements\": 1.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.31,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.31,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.08,\n                \"TotalAdjustedRequirementsVariance\": -11.08,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.66,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.6,\n                \"TotalAdjustedRequirementsVariance\": -10.6,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.85,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.85,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.8,\n                \"TotalAdjustedRequirementsVariance\": -11.8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.11,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.11,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.82,\n                \"TotalAdjustedRequirementsVariance\": -10.82,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.62,\n                \"NondiscretionaryRequirements\": 1.08,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.86,\n                \"TotalAdjustedRequirementsVariance\": -9.86,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.48,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.63,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.63,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.18,\n                \"TotalAdjustedRequirementsVariance\": -10.18,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.02,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.49,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.49,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.99,\n                \"TotalAdjustedRequirementsVariance\": -9.99,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.5,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.54,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.54,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.05,\n                \"TotalAdjustedRequirementsVariance\": -10.05,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.51,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.39,\n                \"TotalAdjustedRequirementsVariance\": -10.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.56,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -111,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 4.67,\n                \"BaselineRequirementsVariancePct\": 466.67,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.42,\n                \"TotalAdjustedRequirementsVariancePct\": 353.33,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 233,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 6.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 218,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -218,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 222,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -222,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 222,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -222,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.96,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 19.96,\n                \"ServiceVariancePct\": 24.95,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 198,\n                \"ActualAHT\": 260,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 31.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 136,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -136,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 214,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 50,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 0.5,\n                \"TotalAdjustedRequirementsVariancePct\": 20,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 99.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 19.56,\n                \"ServiceVariancePct\": 24.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.55\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 214,\n                \"ActualAHT\": 214,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.5,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 19.5,\n                \"ServiceVariancePct\": 24.38,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.5\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 210,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.53,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 19.53,\n                \"ServiceVariancePct\": 24.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 210,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.53,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 19.53,\n                \"ServiceVariancePct\": 24.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 276,\n                \"ActualAHT\": 250,\n                \"AHTVariance\": -26,\n                \"AHTVariancePct\": -9.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.94\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 302,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -302,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 284,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -284,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 318,\n                \"ActualAHT\": 398,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 25.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 238,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -238,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 162,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -162,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 217,\n                \"ActualAHT\": 94,\n                \"AHTVariance\": -123,\n                \"AHTVariancePct\": -56.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 217,\n                \"ActualAHT\": 94,\n                \"AHTVariance\": -123,\n                \"AHTVariancePct\": -56.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 118,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 1.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 118,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 1.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 132,\n                \"ActualAHT\": 100,\n                \"AHTVariance\": -32,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 125,\n                \"ActualAHT\": 100,\n                \"AHTVariance\": -25,\n                \"AHTVariancePct\": -20,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 155,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -155,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 130,\n                \"ActualAHT\": 130,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 163,\n                \"ActualAHT\": 102,\n                \"AHTVariance\": -61,\n                \"AHTVariancePct\": -37.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 9.38,\n                \"BaselineRequirementsVariancePct\": 421.49,\n                \"TotalAdjustedRequirements\": 2.78,\n                \"TotalAdjustedRequirementsVariance\": 8.82,\n                \"TotalAdjustedRequirementsVariancePct\": 317.21,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 133,\n                \"ActualAHT\": 102,\n                \"AHTVariance\": -31,\n                \"AHTVariancePct\": -23.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.09,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.91,\n                \"BaselineRequirementsVariancePct\": 569.5,\n                \"TotalAdjustedRequirements\": 2.61,\n                \"TotalAdjustedRequirementsVariance\": 11.39,\n                \"TotalAdjustedRequirementsVariancePct\": 435.76,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 210,\n                \"ActualAHT\": 252,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 20,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 14,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 13.5,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 126,\n                \"ActualAHT\": 252,\n                \"AHTVariance\": 126,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 158,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 51.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 158,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 73.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 14,\n                \"BaselineRequirementsVariancePct\": 1400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 13.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1100,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 275,\n                \"ActualAHT\": 190,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -30.91,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 12.89,\n                \"BaselineRequirementsVariancePct\": 610.53,\n                \"TotalAdjustedRequirements\": 2.64,\n                \"TotalAdjustedRequirementsVariance\": 12.36,\n                \"TotalAdjustedRequirementsVariancePct\": 468.38,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 276,\n                \"ActualAHT\": 190,\n                \"AHTVariance\": -86,\n                \"AHTVariancePct\": -31.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 187,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": 13,\n                \"AHTVariancePct\": 6.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 9.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 20,\n                \"BaselineRequirementsVariancePct\": 2000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 19.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1580,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 300,\n                \"AHTVariance\": 88,\n                \"AHTVariancePct\": 41.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 18,\n                \"BaselineRequirementsVariancePct\": 900,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 17.5,\n                \"TotalAdjustedRequirementsVariancePct\": 700,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 300,\n                \"AHTVariance\": 88,\n                \"AHTVariancePct\": 41.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 19,\n                \"BaselineRequirementsVariancePct\": 950,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 18.5,\n                \"TotalAdjustedRequirementsVariancePct\": 740,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 175,\n                \"ActualAHT\": 197,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 12.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.92,\n                \"BaselineRequirementsVariancePct\": 908.02,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 18.4,\n                \"TotalAdjustedRequirementsVariancePct\": 706.67,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 175,\n                \"ActualAHT\": 197,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 12.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 16.92,\n                \"BaselineRequirementsVariancePct\": 812.01,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 16.4,\n                \"TotalAdjustedRequirementsVariancePct\": 629.84,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": -57,\n                \"AHTVariancePct\": -32.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 18,\n                \"BaselineRequirementsVariancePct\": 1800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 17.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1420,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": -57,\n                \"AHTVariancePct\": -32.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 176,\n                \"ActualAHT\": 196,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 11.36,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.48,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.52,\n                \"BaselineRequirementsVariancePct\": 586.09,\n                \"TotalAdjustedRequirements\": 3.1,\n                \"TotalAdjustedRequirementsVariance\": 13.9,\n                \"TotalAdjustedRequirementsVariancePct\": 448.78,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 164,\n                \"ActualAHT\": 168,\n                \"AHTVariance\": 4,\n                \"AHTVariancePct\": 2.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.41,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.59,\n                \"BaselineRequirementsVariancePct\": 770.97,\n                \"TotalAdjustedRequirements\": 3.01,\n                \"TotalAdjustedRequirementsVariance\": 17.99,\n                \"TotalAdjustedRequirementsVariancePct\": 596.96,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 172,\n                \"ActualAHT\": 154,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -10.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 20,\n                \"BaselineRequirementsVariancePct\": 2000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 19.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1580,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 170,\n                \"ActualAHT\": 154,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -9.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 19,\n                \"BaselineRequirementsVariancePct\": 1900,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 18.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1500,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 205,\n                \"ActualAHT\": 186,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -9.27,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 16,\n                \"BaselineRequirementsVariancePct\": 1600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 15.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1260,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 186,\n                \"AHTVariance\": -26,\n                \"AHTVariancePct\": -12.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 650,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 12.5,\n                \"TotalAdjustedRequirementsVariancePct\": 500,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 186,\n                \"ActualAHT\": 206,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 10.75,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 186,\n                \"ActualAHT\": 205,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 10.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 255,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 5.88,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.07,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.93,\n                \"BaselineRequirementsVariancePct\": 770.95,\n                \"TotalAdjustedRequirements\": 2.58,\n                \"TotalAdjustedRequirementsVariance\": 15.42,\n                \"TotalAdjustedRequirementsVariancePct\": 596.95,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 8.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 238,\n                \"AHTVariance\": 26,\n                \"AHTVariancePct\": 12.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 238,\n                \"ActualAHT\": 238,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 214,\n                \"ActualAHT\": 236,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 10.28,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 750,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 14.5,\n                \"TotalAdjustedRequirementsVariancePct\": 580,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 180,\n                \"ActualAHT\": 236,\n                \"AHTVariance\": 56,\n                \"AHTVariancePct\": 31.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 201,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -201,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 402,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -402,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 202,\n                \"ActualAHT\": 202,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.83,\n                \"BaselineRequirementsVariancePct\": 728.23,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 15.28,\n                \"TotalAdjustedRequirementsVariancePct\": 562.42,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 202,\n                \"ActualAHT\": 202,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.83,\n                \"BaselineRequirementsVariancePct\": 682.22,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 14.28,\n                \"TotalAdjustedRequirementsVariancePct\": 525.62,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 486,\n                \"AHTVariance\": 163,\n                \"AHTVariancePct\": 50.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 486,\n                \"ActualAHT\": 486,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.04,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.96,\n                \"BaselineRequirementsVariancePct\": 586.27,\n                \"TotalAdjustedRequirements\": 2.55,\n                \"TotalAdjustedRequirementsVariance\": 11.45,\n                \"TotalAdjustedRequirementsVariancePct\": 449.02,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 367,\n                \"ActualAHT\": 551,\n                \"AHTVariance\": 184,\n                \"AHTVariancePct\": 50.14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.32,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.68,\n                \"BaselineRequirementsVariancePct\": 504.59,\n                \"TotalAdjustedRequirements\": 2.89,\n                \"TotalAdjustedRequirementsVariance\": 11.11,\n                \"TotalAdjustedRequirementsVariancePct\": 383.83,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 551,\n                \"ActualAHT\": 551,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.89,\n                \"BaselineRequirementsVariancePct\": 515.47,\n                \"TotalAdjustedRequirements\": 2.64,\n                \"TotalAdjustedRequirementsVariance\": 10.36,\n                \"TotalAdjustedRequirementsVariancePct\": 392.39,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 127,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 17.59,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 102,\n                \"ActualAHT\": 127,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 24.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 1000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 780,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 368,\n                \"ActualAHT\": 368,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 1000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 780,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 154,\n                \"ActualAHT\": 160,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 3.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 160,\n                \"ActualAHT\": 160,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 234,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 182,\n                \"AHTVariance\": 48,\n                \"AHTVariancePct\": 35.82,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 122,\n                \"ActualAHT\": 122,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 900,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 8.75,\n                \"TotalAdjustedRequirementsVariancePct\": 700,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 84,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 84,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 372,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 15.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 272,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -272,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 151,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": -47,\n                \"AHTVariancePct\": -31.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 198,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -198,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 78,\n                \"ActualAHT\": 134,\n                \"AHTVariance\": 56,\n                \"AHTVariancePct\": 71.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 134,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 138,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -138,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 138,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -138,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 110,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -110,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 110,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -110,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 260,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 19.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 263,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 65,\n                \"AHTVariancePct\": 24.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 26.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 287,\n                \"AHTVariance\": 59,\n                \"AHTVariancePct\": 25.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 45,\n                \"AHTVariancePct\": 15.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 279,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 2.15,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 302,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 22.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 348,\n                \"AHTVariance\": 65,\n                \"AHTVariancePct\": 22.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 263,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 65,\n                \"AHTVariancePct\": 24.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 292,\n                \"ActualAHT\": 319,\n                \"AHTVariance\": 27,\n                \"AHTVariancePct\": 9.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 263,\n                \"ActualAHT\": 282,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 7.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 250,\n                \"ActualAHT\": 242,\n                \"AHTVariance\": -8,\n                \"AHTVariancePct\": -3.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 316,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": 47,\n                \"AHTVariancePct\": 14.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 352,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 6.34,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 319,\n                \"ActualAHT\": 342,\n                \"AHTVariance\": 23,\n                \"AHTVariancePct\": 7.21,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 305,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 1.64,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 360,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 2.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 348,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": 10,\n                \"AHTVariancePct\": 2.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 4,\n                \"AHTVariancePct\": 1.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 394,\n                \"AHTVariance\": 30,\n                \"AHTVariancePct\": 8.24,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 375,\n                \"AHTVariance\": 30,\n                \"AHTVariancePct\": 8.7,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 367,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 29,\n                \"AHTVariancePct\": 7.9,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 377,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 33,\n                \"AHTVariancePct\": 8.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 392,\n                \"ActualAHT\": 425,\n                \"AHTVariance\": 33,\n                \"AHTVariancePct\": 8.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 368,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 4.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 336,\n                \"ActualAHT\": 330,\n                \"AHTVariance\": -6,\n                \"AHTVariancePct\": -1.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 390,\n                \"ActualAHT\": 377,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -3.33,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 399,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -1.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 405,\n                \"ActualAHT\": 423,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 4.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 408,\n                \"ActualAHT\": 450,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 10.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 411,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 3.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 427,\n                \"ActualAHT\": 469,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 9.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 427,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 2.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 360,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 13.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 407,\n                \"ActualAHT\": 430,\n                \"AHTVariance\": 23,\n                \"AHTVariancePct\": 5.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 379,\n                \"ActualAHT\": 385,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 1.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 375,\n                \"AHTVariance\": 46,\n                \"AHTVariancePct\": 13.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 17,\n                \"AHTVariancePct\": 4.33,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 398,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 420,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 1.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 395,\n                \"ActualAHT\": 371,\n                \"AHTVariance\": -24,\n                \"AHTVariancePct\": -6.08,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 388,\n                \"ActualAHT\": 371,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -4.38,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 374,\n                \"ActualAHT\": 400,\n                \"AHTVariance\": 26,\n                \"AHTVariancePct\": 6.95,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 398,\n                \"ActualAHT\": 436,\n                \"AHTVariance\": 38,\n                \"AHTVariancePct\": 9.55,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 455,\n                \"ActualAHT\": 510,\n                \"AHTVariance\": 55,\n                \"AHTVariancePct\": 12.09,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 464,\n                \"ActualAHT\": 482,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 3.88,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 455,\n                \"ActualAHT\": 397,\n                \"AHTVariance\": -58,\n                \"AHTVariancePct\": -12.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 485,\n                \"ActualAHT\": 452,\n                \"AHTVariance\": -33,\n                \"AHTVariancePct\": -6.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 437,\n                \"ActualAHT\": 448,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 2.52,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 447,\n                \"ActualAHT\": 430,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 346,\n                \"ActualAHT\": 398,\n                \"AHTVariance\": 52,\n                \"AHTVariancePct\": 15.03,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 475,\n                \"AHTVariance\": 82,\n                \"AHTVariancePct\": 20.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 417,\n                \"ActualAHT\": 469,\n                \"AHTVariance\": 52,\n                \"AHTVariancePct\": 12.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 472,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 12.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 523,\n                \"ActualAHT\": 463,\n                \"AHTVariance\": -60,\n                \"AHTVariancePct\": -11.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.33,\n                \"TotalAdjustedRequirementsVariance\": -9.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.4,\n                \"NondiscretionaryRequirements\": 0.93,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 426,\n                \"ActualAHT\": 428,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 367,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -16.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": -44,\n                \"AHTVariancePct\": -10.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 434,\n                \"ActualAHT\": 345,\n                \"AHTVariance\": -89,\n                \"AHTVariancePct\": -20.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 365,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -1.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 388,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -4.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 330,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -32,\n                \"AHTVariancePct\": -9.7,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 385,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 2.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 386,\n                \"ActualAHT\": 420,\n                \"AHTVariance\": 34,\n                \"AHTVariancePct\": 8.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 386,\n                \"ActualAHT\": 372,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 369,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -11,\n                \"AHTVariancePct\": -2.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 365,\n                \"ActualAHT\": 339,\n                \"AHTVariance\": -26,\n                \"AHTVariancePct\": -7.12,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 425,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 2.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 458,\n                \"ActualAHT\": 496,\n                \"AHTVariance\": 38,\n                \"AHTVariancePct\": 8.3,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 385,\n                \"ActualAHT\": 367,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -4.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 348,\n                \"AHTVariance\": -68,\n                \"AHTVariancePct\": -16.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 397,\n                \"ActualAHT\": 397,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 336,\n                \"AHTVariance\": 13,\n                \"AHTVariancePct\": 4.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 316,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 13.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 360,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 13.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 336,\n                \"ActualAHT\": 362,\n                \"AHTVariance\": 26,\n                \"AHTVariancePct\": 7.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 6.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 358,\n                \"ActualAHT\": 399,\n                \"AHTVariance\": 41,\n                \"AHTVariancePct\": 11.45,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 377,\n                \"AHTVariance\": 32,\n                \"AHTVariancePct\": 9.28,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 379,\n                \"ActualAHT\": 426,\n                \"AHTVariance\": 47,\n                \"AHTVariancePct\": 12.4,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 40,\n                \"AHTVariancePct\": 10.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 371,\n                \"ActualAHT\": 429,\n                \"AHTVariance\": 58,\n                \"AHTVariancePct\": 15.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 339,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": 47,\n                \"AHTVariancePct\": 13.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": 44,\n                \"AHTVariancePct\": 12.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 324,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": 34,\n                \"AHTVariancePct\": 10.49,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 319,\n                \"ActualAHT\": 428,\n                \"AHTVariance\": 109,\n                \"AHTVariancePct\": 34.17,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 439,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 22.28,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 339,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 18.29,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 333,\n                \"ActualAHT\": 385,\n                \"AHTVariance\": 52,\n                \"AHTVariancePct\": 15.62,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 20.36,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 290,\n                \"ActualAHT\": 352,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 21.38,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 285,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 8.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 188,\n                \"ActualAHT\": 207,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 10.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 4.67,\n                \"BaselineRequirementsVariancePct\": 466.67,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.42,\n                \"TotalAdjustedRequirementsVariancePct\": 353.33,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 207,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 13.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -66.67,\n                \"ForecastedAHT\": 207,\n                \"ActualAHT\": 230,\n                \"AHTVariance\": 23,\n                \"AHTVariancePct\": 11.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.19,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.81,\n                \"BaselineRequirementsVariancePct\": 173.97,\n                \"TotalAdjustedRequirements\": 2.74,\n                \"TotalAdjustedRequirementsVariance\": 3.26,\n                \"TotalAdjustedRequirementsVariancePct\": 119.14,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 209,\n                \"ActualAHT\": 230,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 10.05,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 3.5,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 378,\n                \"ActualAHT\": 345,\n                \"AHTVariance\": -33,\n                \"AHTVariancePct\": -8.73,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.34,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.66,\n                \"BaselineRequirementsVariancePct\": 113.68,\n                \"TotalAdjustedRequirements\": 2.92,\n                \"TotalAdjustedRequirementsVariance\": 2.08,\n                \"TotalAdjustedRequirementsVariancePct\": 71,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.94\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": -50,\n                \"AHTVariancePct\": -12.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": 108,\n                \"AHTVariancePct\": 40,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.9,\n                \"BaselineRequirementsVariancePct\": 90.48,\n                \"TotalAdjustedRequirements\": 2.62,\n                \"TotalAdjustedRequirementsVariance\": 1.38,\n                \"TotalAdjustedRequirementsVariancePct\": 52.44,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 297,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": 81,\n                \"AHTVariancePct\": 27.27,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 11.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.19,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.81,\n                \"BaselineRequirementsVariancePct\": 82.92,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 1.27,\n                \"TotalAdjustedRequirementsVariancePct\": 46.38,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.74,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 19.74,\n                \"ServiceVariancePct\": 24.67,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.57\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 11.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.19,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.81,\n                \"BaselineRequirementsVariancePct\": 37.19,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 0.27,\n                \"TotalAdjustedRequirementsVariancePct\": 9.78,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.25,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 18.25,\n                \"ServiceVariancePct\": 22.81,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.42\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 321,\n                \"ActualAHT\": 403,\n                \"AHTVariance\": 82,\n                \"AHTVariancePct\": 25.55,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.79,\n                \"BaselineRequirementsVariancePct\": 80.73,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 1.23,\n                \"TotalAdjustedRequirementsVariancePct\": 44.55,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 99.69,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.17\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 321,\n                \"ActualAHT\": 403,\n                \"AHTVariance\": 82,\n                \"AHTVariancePct\": 25.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.79,\n                \"BaselineRequirementsVariancePct\": 80.73,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 1.23,\n                \"TotalAdjustedRequirementsVariancePct\": 44.55,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 99.69,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.17\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 351,\n                \"AHTVariance\": -65,\n                \"AHTVariancePct\": -15.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.42,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.58,\n                \"BaselineRequirementsVariancePct\": 23.74,\n                \"TotalAdjustedRequirements\": 3.03,\n                \"TotalAdjustedRequirementsVariance\": -0.03,\n                \"TotalAdjustedRequirementsVariancePct\": -1,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 95.25,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 15.25,\n                \"ServiceVariancePct\": 19.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 97.29\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 351,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.87,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 17.87,\n                \"ServiceVariancePct\": 22.34,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 86.94\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -70,\n                \"AHTVariancePct\": -29.91,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.02,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -0.99,\n                \"TotalAdjustedRequirements\": 2.52,\n                \"TotalAdjustedRequirementsVariance\": -0.52,\n                \"TotalAdjustedRequirementsVariancePct\": -20.76,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 95.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 15.56,\n                \"ServiceVariancePct\": 19.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.41\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -70,\n                \"AHTVariancePct\": -29.91,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.02,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -0.99,\n                \"TotalAdjustedRequirements\": 2.52,\n                \"TotalAdjustedRequirementsVariance\": -0.52,\n                \"TotalAdjustedRequirementsVariancePct\": -20.76,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 95.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 15.56,\n                \"ServiceVariancePct\": 19.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.41\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 378,\n                \"ActualAHT\": 448,\n                \"AHTVariance\": 70,\n                \"AHTVariancePct\": 18.52,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.34,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.34,\n                \"BaselineRequirementsVariancePct\": -14.53,\n                \"TotalAdjustedRequirements\": 2.92,\n                \"TotalAdjustedRequirementsVariance\": -0.92,\n                \"TotalAdjustedRequirementsVariancePct\": -31.6,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 84.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 4.28,\n                \"ServiceVariancePct\": 5.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 76.33\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 344,\n                \"ActualAHT\": 448,\n                \"AHTVariance\": 104,\n                \"AHTVariancePct\": 30.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 17.99,\n                \"ServiceVariancePct\": 22.49,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 95.8\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 98,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -68.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.82,\n                \"BaselineRequirementsVariancePct\": 37.34,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 0.27,\n                \"TotalAdjustedRequirementsVariancePct\": 9.87,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.27,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 18.27,\n                \"ServiceVariancePct\": 22.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 98,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -68.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.82,\n                \"BaselineRequirementsVariancePct\": 37.34,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 0.27,\n                \"TotalAdjustedRequirementsVariancePct\": 9.87,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.27,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 18.27,\n                \"ServiceVariancePct\": 22.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 117,\n                \"ActualAHT\": 83,\n                \"AHTVariance\": -34,\n                \"AHTVariancePct\": -29.06,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 122,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -38,\n                \"AHTVariancePct\": -31.15,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -9.01,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.57,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.43,\n                \"BaselineRequirementsVariancePct\": 39.93,\n                \"TotalAdjustedRequirements\": 4.47,\n                \"TotalAdjustedRequirementsVariance\": 0.53,\n                \"TotalAdjustedRequirementsVariancePct\": 11.92,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.69,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.81\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -9.01,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.57,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.43,\n                \"BaselineRequirementsVariancePct\": 67.91,\n                \"TotalAdjustedRequirements\": 4.47,\n                \"TotalAdjustedRequirementsVariance\": 1.53,\n                \"TotalAdjustedRequirementsVariancePct\": 34.31,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 300,\n                \"ActualAHT\": 263,\n                \"AHTVariance\": -37,\n                \"AHTVariancePct\": -12.33,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.5,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.5,\n                \"BaselineRequirementsVariancePct\": 42.86,\n                \"TotalAdjustedRequirements\": 4.38,\n                \"TotalAdjustedRequirementsVariance\": 0.62,\n                \"TotalAdjustedRequirementsVariancePct\": 14.26,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 99.79,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 19.79,\n                \"ServiceVariancePct\": 24.74,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.89\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 294,\n                \"ActualAHT\": 263,\n                \"AHTVariance\": -31,\n                \"AHTVariancePct\": -10.54,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.15,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.85,\n                \"BaselineRequirementsVariancePct\": 132.2,\n                \"TotalAdjustedRequirements\": 2.69,\n                \"TotalAdjustedRequirementsVariance\": 2.31,\n                \"TotalAdjustedRequirementsVariancePct\": 85.78,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 40,\n                \"ForecastedAHT\": 174,\n                \"ActualAHT\": 191,\n                \"AHTVariance\": 17,\n                \"AHTVariancePct\": 9.77,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 3.47,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.53,\n                \"BaselineRequirementsVariancePct\": 101.92,\n                \"TotalAdjustedRequirements\": 4.33,\n                \"TotalAdjustedRequirementsVariance\": 2.67,\n                \"TotalAdjustedRequirementsVariancePct\": 61.56,\n                \"DiscretionaryRequirements\": 0.43,\n                \"NondiscretionaryRequirements\": 0.43,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.96\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 40,\n                \"ForecastedAHT\": 161,\n                \"ActualAHT\": 173,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 7.45,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.39,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.61,\n                \"BaselineRequirementsVariancePct\": 192.35,\n                \"TotalAdjustedRequirements\": 2.99,\n                \"TotalAdjustedRequirementsVariance\": 4.01,\n                \"TotalAdjustedRequirementsVariancePct\": 133.93,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 72,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -20.88,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.31,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.69,\n                \"BaselineRequirementsVariancePct\": 246.49,\n                \"TotalAdjustedRequirements\": 2.89,\n                \"TotalAdjustedRequirementsVariance\": 5.11,\n                \"TotalAdjustedRequirementsVariancePct\": 177.11,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 92,\n                \"ActualAHT\": 72,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -21.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.32,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.68,\n                \"BaselineRequirementsVariancePct\": 202.01,\n                \"TotalAdjustedRequirements\": 2.9,\n                \"TotalAdjustedRequirementsVariance\": 4.1,\n                \"TotalAdjustedRequirementsVariancePct\": 141.56,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 102,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 1.96,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 3.63,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 4.37,\n                \"BaselineRequirementsVariancePct\": 120.19,\n                \"TotalAdjustedRequirements\": 4.54,\n                \"TotalAdjustedRequirementsVariance\": 3.46,\n                \"TotalAdjustedRequirementsVariancePct\": 76.16,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 99,\n                \"ActualAHT\": 99,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.49,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.51,\n                \"BaselineRequirementsVariancePct\": 221.29,\n                \"TotalAdjustedRequirements\": 3.11,\n                \"TotalAdjustedRequirementsVariance\": 4.89,\n                \"TotalAdjustedRequirementsVariancePct\": 157.07,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 135,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 18.42,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.85,\n                \"BaselineRequirementsVariancePct\": 68.81,\n                \"TotalAdjustedRequirements\": 5.18,\n                \"TotalAdjustedRequirementsVariance\": 1.82,\n                \"TotalAdjustedRequirementsVariancePct\": 35.06,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 99.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 19.94,\n                \"ServiceVariancePct\": 24.92,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.93\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 135,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 18.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.02,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.98,\n                \"BaselineRequirementsVariancePct\": 131.79,\n                \"TotalAdjustedRequirements\": 3.77,\n                \"TotalAdjustedRequirementsVariance\": 3.23,\n                \"TotalAdjustedRequirementsVariancePct\": 85.48,\n                \"DiscretionaryRequirements\": 0.38,\n                \"NondiscretionaryRequirements\": 0.38,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.96\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 18.75,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 115,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 6.48,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.42,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.58,\n                \"BaselineRequirementsVariancePct\": 103.62,\n                \"TotalAdjustedRequirements\": 5.52,\n                \"TotalAdjustedRequirementsVariance\": 3.48,\n                \"TotalAdjustedRequirementsVariancePct\": 62.93,\n                \"DiscretionaryRequirements\": 0.55,\n                \"NondiscretionaryRequirements\": 0.55,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 115,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 6.48,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.3,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.7,\n                \"BaselineRequirementsVariancePct\": 86.05,\n                \"TotalAdjustedRequirements\": 5.37,\n                \"TotalAdjustedRequirementsVariance\": 2.63,\n                \"TotalAdjustedRequirementsVariancePct\": 48.86,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.9\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 110,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 17.27,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.58,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 7.02,\n                \"BaselineRequirementsVariancePct\": 153.4,\n                \"TotalAdjustedRequirements\": 5.72,\n                \"TotalAdjustedRequirementsVariance\": 5.88,\n                \"TotalAdjustedRequirementsVariancePct\": 102.73,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 16.22,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.6,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 9.4,\n                \"BaselineRequirementsVariancePct\": 204.57,\n                \"TotalAdjustedRequirements\": 5.75,\n                \"TotalAdjustedRequirementsVariance\": 8.25,\n                \"TotalAdjustedRequirementsVariancePct\": 143.62,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 115,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 6.48,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.06,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.94,\n                \"BaselineRequirementsVariancePct\": 422.88,\n                \"TotalAdjustedRequirements\": 3.82,\n                \"TotalAdjustedRequirementsVariance\": 12.18,\n                \"TotalAdjustedRequirementsVariancePct\": 318.41,\n                \"DiscretionaryRequirements\": 0.38,\n                \"NondiscretionaryRequirements\": 0.38,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 111,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 4.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.03,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 10.97,\n                \"BaselineRequirementsVariancePct\": 361.88,\n                \"TotalAdjustedRequirements\": 3.79,\n                \"TotalAdjustedRequirementsVariance\": 10.21,\n                \"TotalAdjustedRequirementsVariancePct\": 269.48,\n                \"DiscretionaryRequirements\": 0.38,\n                \"NondiscretionaryRequirements\": 0.38,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -13.33,\n                \"ForecastedAHT\": 101,\n                \"ActualAHT\": 85,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -15.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.18,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 11.82,\n                \"BaselineRequirementsVariancePct\": 282.47,\n                \"TotalAdjustedRequirements\": 5.23,\n                \"TotalAdjustedRequirementsVariance\": 10.77,\n                \"TotalAdjustedRequirementsVariancePct\": 205.97,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -13.33,\n                \"ForecastedAHT\": 99,\n                \"ActualAHT\": 85,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -14.14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 10.85,\n                \"BaselineRequirementsVariancePct\": 261.45,\n                \"TotalAdjustedRequirements\": 5.19,\n                \"TotalAdjustedRequirementsVariance\": 9.81,\n                \"TotalAdjustedRequirementsVariancePct\": 189.13,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 101,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -4.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.27,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 10.73,\n                \"BaselineRequirementsVariancePct\": 251.56,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": 9.67,\n                \"TotalAdjustedRequirementsVariancePct\": 181.28,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 101,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -4.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.27,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 13.73,\n                \"BaselineRequirementsVariancePct\": 321.87,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": 12.67,\n                \"TotalAdjustedRequirementsVariancePct\": 237.54,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.14,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 143,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 6.72,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.58,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 13.42,\n                \"BaselineRequirementsVariancePct\": 292.64,\n                \"TotalAdjustedRequirements\": 5.73,\n                \"TotalAdjustedRequirementsVariance\": 12.27,\n                \"TotalAdjustedRequirementsVariancePct\": 214.11,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.14,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 143,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 6.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.58,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 16.42,\n                \"BaselineRequirementsVariancePct\": 358.08,\n                \"TotalAdjustedRequirements\": 5.73,\n                \"TotalAdjustedRequirementsVariance\": 15.27,\n                \"TotalAdjustedRequirementsVariancePct\": 266.47,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 105,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 24,\n                \"AHTVariancePct\": 22.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.9,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 16.1,\n                \"BaselineRequirementsVariancePct\": 412.82,\n                \"TotalAdjustedRequirements\": 4.88,\n                \"TotalAdjustedRequirementsVariance\": 15.12,\n                \"TotalAdjustedRequirementsVariancePct\": 310.17,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 24.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 17.11,\n                \"BaselineRequirementsVariancePct\": 440.3,\n                \"TotalAdjustedRequirements\": 4.86,\n                \"TotalAdjustedRequirementsVariance\": 16.14,\n                \"TotalAdjustedRequirementsVariancePct\": 332.21,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -26.67,\n                \"ForecastedAHT\": 83,\n                \"ActualAHT\": 88,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 6.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.88,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 17.12,\n                \"BaselineRequirementsVariancePct\": 440.78,\n                \"TotalAdjustedRequirements\": 4.85,\n                \"TotalAdjustedRequirementsVariance\": 16.15,\n                \"TotalAdjustedRequirementsVariancePct\": 332.7,\n                \"DiscretionaryRequirements\": 0.48,\n                \"NondiscretionaryRequirements\": 0.48,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 81,\n                \"ActualAHT\": 88,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 8.64,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 15.24,\n                \"BaselineRequirementsVariancePct\": 405.32,\n                \"TotalAdjustedRequirements\": 4.7,\n                \"TotalAdjustedRequirementsVariance\": 14.3,\n                \"TotalAdjustedRequirementsVariancePct\": 304.26,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 81,\n                \"ActualAHT\": 77,\n                \"AHTVariance\": -4,\n                \"AHTVariancePct\": -4.94,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.4,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 16.6,\n                \"BaselineRequirementsVariancePct\": 691.67,\n                \"TotalAdjustedRequirements\": 3,\n                \"TotalAdjustedRequirementsVariance\": 16,\n                \"TotalAdjustedRequirementsVariancePct\": 533.33,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 81,\n                \"ActualAHT\": 77,\n                \"AHTVariance\": -4,\n                \"AHTVariancePct\": -4.94,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.4,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.6,\n                \"BaselineRequirementsVariancePct\": 441.67,\n                \"TotalAdjustedRequirements\": 3,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 333.33,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 115,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 14,\n                \"AHTVariancePct\": 12.17,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.16,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 12.84,\n                \"BaselineRequirementsVariancePct\": 308.55,\n                \"TotalAdjustedRequirements\": 5.2,\n                \"TotalAdjustedRequirementsVariance\": 11.8,\n                \"TotalAdjustedRequirementsVariancePct\": 226.85,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 113,\n                \"ActualAHT\": 125,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 10.62,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.13,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 16.87,\n                \"BaselineRequirementsVariancePct\": 408.2,\n                \"TotalAdjustedRequirements\": 5.17,\n                \"TotalAdjustedRequirementsVariance\": 15.83,\n                \"TotalAdjustedRequirementsVariancePct\": 306.49,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 121,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": 43,\n                \"AHTVariancePct\": 35.54,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.11,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 17.89,\n                \"BaselineRequirementsVariancePct\": 574.53,\n                \"TotalAdjustedRequirements\": 3.89,\n                \"TotalAdjustedRequirementsVariance\": 17.11,\n                \"TotalAdjustedRequirementsVariancePct\": 439.67,\n                \"DiscretionaryRequirements\": 0.39,\n                \"NondiscretionaryRequirements\": 0.39,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -27.27,\n                \"ForecastedAHT\": 120,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": 44,\n                \"AHTVariancePct\": 36.67,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.97,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 16.03,\n                \"BaselineRequirementsVariancePct\": 404.2,\n                \"TotalAdjustedRequirements\": 4.96,\n                \"TotalAdjustedRequirementsVariance\": 15.04,\n                \"TotalAdjustedRequirementsVariancePct\": 303.33,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 93,\n                \"ActualAHT\": 109,\n                \"AHTVariance\": 16,\n                \"AHTVariancePct\": 17.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.74,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 13.26,\n                \"BaselineRequirementsVariancePct\": 354.55,\n                \"TotalAdjustedRequirements\": 4.67,\n                \"TotalAdjustedRequirementsVariance\": 12.33,\n                \"TotalAdjustedRequirementsVariancePct\": 263.71,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 93,\n                \"ActualAHT\": 109,\n                \"AHTVariance\": 16,\n                \"AHTVariancePct\": 17.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.74,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 11.26,\n                \"BaselineRequirementsVariancePct\": 301.07,\n                \"TotalAdjustedRequirements\": 4.67,\n                \"TotalAdjustedRequirementsVariance\": 10.33,\n                \"TotalAdjustedRequirementsVariancePct\": 220.92,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -8.33,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 90,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -15.09,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.91,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.09,\n                \"BaselineRequirementsVariancePct\": 359.97,\n                \"TotalAdjustedRequirements\": 4.89,\n                \"TotalAdjustedRequirementsVariance\": 13.11,\n                \"TotalAdjustedRequirementsVariancePct\": 268,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 90,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -13.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.11,\n                \"BaselineRequirementsVariancePct\": 311.66,\n                \"TotalAdjustedRequirements\": 4.86,\n                \"TotalAdjustedRequirementsVariance\": 11.14,\n                \"TotalAdjustedRequirementsVariancePct\": 229.31,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 105,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -7.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.11,\n                \"BaselineRequirementsVariancePct\": 362.33,\n                \"TotalAdjustedRequirements\": 4.87,\n                \"TotalAdjustedRequirementsVariance\": 13.13,\n                \"TotalAdjustedRequirementsVariancePct\": 269.81,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 105,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -7.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.11,\n                \"BaselineRequirementsVariancePct\": 310.96,\n                \"TotalAdjustedRequirements\": 4.87,\n                \"TotalAdjustedRequirementsVariance\": 11.13,\n                \"TotalAdjustedRequirementsVariancePct\": 228.72,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 143,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.09,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.91,\n                \"BaselineRequirementsVariancePct\": 417.98,\n                \"TotalAdjustedRequirements\": 3.86,\n                \"TotalAdjustedRequirementsVariance\": 12.14,\n                \"TotalAdjustedRequirementsVariancePct\": 314.41,\n                \"DiscretionaryRequirements\": 0.39,\n                \"NondiscretionaryRequirements\": 0.39,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 144,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -12.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 11.9,\n                \"BaselineRequirementsVariancePct\": 290.24,\n                \"TotalAdjustedRequirements\": 5.12,\n                \"TotalAdjustedRequirementsVariance\": 10.88,\n                \"TotalAdjustedRequirementsVariancePct\": 212.26,\n                \"DiscretionaryRequirements\": 0.51,\n                \"NondiscretionaryRequirements\": 0.51,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 96,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -12,\n                \"AHTVariancePct\": -12.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.46,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.54,\n                \"BaselineRequirementsVariancePct\": 591.06,\n                \"TotalAdjustedRequirements\": 3.07,\n                \"TotalAdjustedRequirementsVariance\": 13.93,\n                \"TotalAdjustedRequirementsVariancePct\": 453.03,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 96,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -12,\n                \"AHTVariancePct\": -12.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.46,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.54,\n                \"BaselineRequirementsVariancePct\": 550.41,\n                \"TotalAdjustedRequirements\": 3.07,\n                \"TotalAdjustedRequirementsVariance\": 12.93,\n                \"TotalAdjustedRequirementsVariancePct\": 420.49,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 119,\n                \"ActualAHT\": 113,\n                \"AHTVariance\": -6,\n                \"AHTVariancePct\": -5.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.56,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.44,\n                \"BaselineRequirementsVariancePct\": 405.93,\n                \"TotalAdjustedRequirements\": 4.45,\n                \"TotalAdjustedRequirementsVariance\": 13.55,\n                \"TotalAdjustedRequirementsVariancePct\": 304.69,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 14.29,\n                \"ForecastedAHT\": 120,\n                \"ActualAHT\": 113,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -5.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.43,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.57,\n                \"BaselineRequirementsVariancePct\": 557.54,\n                \"TotalAdjustedRequirements\": 3.04,\n                \"TotalAdjustedRequirementsVariance\": 12.96,\n                \"TotalAdjustedRequirementsVariancePct\": 426.09,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 116,\n                \"ActualAHT\": 116,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 3.53,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.47,\n                \"BaselineRequirementsVariancePct\": 409.76,\n                \"TotalAdjustedRequirements\": 4.41,\n                \"TotalAdjustedRequirementsVariance\": 13.59,\n                \"TotalAdjustedRequirementsVariancePct\": 307.88,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 116,\n                \"ActualAHT\": 116,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 3.53,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 13.47,\n                \"BaselineRequirementsVariancePct\": 381.44,\n                \"TotalAdjustedRequirements\": 4.41,\n                \"TotalAdjustedRequirementsVariance\": 12.59,\n                \"TotalAdjustedRequirementsVariancePct\": 285.22,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 97,\n                \"ActualAHT\": 111,\n                \"AHTVariance\": 14,\n                \"AHTVariancePct\": 14.43,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.04,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.96,\n                \"BaselineRequirementsVariancePct\": 586.64,\n                \"TotalAdjustedRequirements\": 2.55,\n                \"TotalAdjustedRequirementsVariance\": 11.45,\n                \"TotalAdjustedRequirementsVariancePct\": 449.26,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 96,\n                \"ActualAHT\": 111,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 15.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 93,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 11.83,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 2.33,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.67,\n                \"BaselineRequirementsVariancePct\": 501.71,\n                \"TotalAdjustedRequirements\": 2.91,\n                \"TotalAdjustedRequirementsVariance\": 11.09,\n                \"TotalAdjustedRequirementsVariancePct\": 381.31,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 92,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 13.04,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.78,\n                \"BaselineRequirementsVariancePct\": 486.75,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 10.23,\n                \"TotalAdjustedRequirementsVariancePct\": 369.38,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 136,\n                \"ActualAHT\": 140,\n                \"AHTVariance\": 4,\n                \"AHTVariancePct\": 2.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.26,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.74,\n                \"BaselineRequirementsVariancePct\": 476.34,\n                \"TotalAdjustedRequirements\": 2.82,\n                \"TotalAdjustedRequirementsVariance\": 10.18,\n                \"TotalAdjustedRequirementsVariancePct\": 361.06,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 129,\n                \"ActualAHT\": 140,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 8.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 8.78,\n                \"BaselineRequirementsVariancePct\": 396.23,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 8.23,\n                \"TotalAdjustedRequirementsVariancePct\": 297.01,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -6.31,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 8.88,\n                \"BaselineRequirementsVariancePct\": 419.68,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 8.35,\n                \"TotalAdjustedRequirementsVariancePct\": 315.61,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -6.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.88,\n                \"BaselineRequirementsVariancePct\": 372.43,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 7.35,\n                \"TotalAdjustedRequirementsVariancePct\": 277.83,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 121,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 4.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.83,\n                \"BaselineRequirementsVariancePct\": 314.33,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 6.28,\n                \"TotalAdjustedRequirementsVariancePct\": 231.35,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 121,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 4.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.83,\n                \"BaselineRequirementsVariancePct\": 314.33,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 6.28,\n                \"TotalAdjustedRequirementsVariancePct\": 231.35,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 103,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -18.45,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 98,\n                \"ActualAHT\": 76,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -22.45,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 131,\n                \"ActualAHT\": 118,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -9.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.92,\n                \"BaselineRequirementsVariancePct\": 332.24,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 6.4,\n                \"TotalAdjustedRequirementsVariancePct\": 245.86,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 123,\n                \"ActualAHT\": 106,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -13.82,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.05,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.95,\n                \"BaselineRequirementsVariancePct\": 388.59,\n                \"TotalAdjustedRequirements\": 2.56,\n                \"TotalAdjustedRequirementsVariance\": 7.44,\n                \"TotalAdjustedRequirementsVariancePct\": 290.82,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 179,\n                \"ActualAHT\": 176,\n                \"AHTVariance\": -3,\n                \"AHTVariancePct\": -1.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.9,\n                \"BaselineRequirementsVariancePct\": 233.86,\n                \"TotalAdjustedRequirements\": 2.62,\n                \"TotalAdjustedRequirementsVariance\": 4.38,\n                \"TotalAdjustedRequirementsVariancePct\": 167.1,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 179,\n                \"ActualAHT\": 176,\n                \"AHTVariance\": -3,\n                \"AHTVariancePct\": -1.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.9,\n                \"BaselineRequirementsVariancePct\": 186.16,\n                \"TotalAdjustedRequirements\": 2.62,\n                \"TotalAdjustedRequirementsVariance\": 3.38,\n                \"TotalAdjustedRequirementsVariancePct\": 128.95,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 170,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -3.95,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.29,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.71,\n                \"BaselineRequirementsVariancePct\": 206.12,\n                \"TotalAdjustedRequirements\": 2.86,\n                \"TotalAdjustedRequirementsVariance\": 4.14,\n                \"TotalAdjustedRequirementsVariancePct\": 144.87,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 170,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -3.95,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.29,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.71,\n                \"BaselineRequirementsVariancePct\": 118.66,\n                \"TotalAdjustedRequirements\": 2.86,\n                \"TotalAdjustedRequirementsVariance\": 2.14,\n                \"TotalAdjustedRequirementsVariancePct\": 74.9,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.96\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 71,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -21.98,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 71,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -21.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 171,\n                \"ActualAHT\": 158,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -7.6,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.07,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.93,\n                \"BaselineRequirementsVariancePct\": 189.86,\n                \"TotalAdjustedRequirements\": 2.59,\n                \"TotalAdjustedRequirementsVariance\": 3.41,\n                \"TotalAdjustedRequirementsVariancePct\": 131.84,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 147,\n                \"ActualAHT\": 132,\n                \"AHTVariance\": -15,\n                \"AHTVariancePct\": -10.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 256,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 90,\n                \"AHTVariancePct\": 35.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.35,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.65,\n                \"BaselineRequirementsVariancePct\": 239.95,\n                \"TotalAdjustedRequirements\": 2.94,\n                \"TotalAdjustedRequirementsVariance\": 5.06,\n                \"TotalAdjustedRequirementsVariancePct\": 171.99,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 246,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 100,\n                \"AHTVariancePct\": 40.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.05,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.95,\n                \"BaselineRequirementsVariancePct\": 193.15,\n                \"TotalAdjustedRequirements\": 2.56,\n                \"TotalAdjustedRequirementsVariance\": 3.44,\n                \"TotalAdjustedRequirementsVariancePct\": 134.49,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 260,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -96,\n                \"AHTVariancePct\": -36.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.37,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.63,\n                \"BaselineRequirementsVariancePct\": 153.52,\n                \"TotalAdjustedRequirements\": 2.96,\n                \"TotalAdjustedRequirementsVariance\": 3.04,\n                \"TotalAdjustedRequirementsVariancePct\": 102.79,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 250,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -86,\n                \"AHTVariancePct\": -34.4,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.33,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.67,\n                \"BaselineRequirementsVariancePct\": 157.15,\n                \"TotalAdjustedRequirements\": 2.92,\n                \"TotalAdjustedRequirementsVariance\": 3.08,\n                \"TotalAdjustedRequirementsVariancePct\": 105.67,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 144,\n                \"AHTVariance\": 40,\n                \"AHTVariancePct\": 38.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 372,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.97\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1552,\n                \"ActualAHT\": 1444,\n                \"AHTVariance\": -108,\n                \"AHTVariancePct\": -6.96,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.95,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -3.95,\n                \"BaselineRequirementsVariancePct\": -56.83,\n                \"TotalAdjustedRequirements\": 8.69,\n                \"TotalAdjustedRequirementsVariance\": -5.69,\n                \"TotalAdjustedRequirementsVariancePct\": -65.47,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 75.79\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 286,\n                \"ActualAHT\": 572,\n                \"AHTVariance\": 286,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1625,\n                \"ActualAHT\": 572,\n                \"AHTVariance\": -1053,\n                \"AHTVariancePct\": -64.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.31,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 0.69,\n                \"BaselineRequirementsVariancePct\": 16.13,\n                \"TotalAdjustedRequirements\": 5.38,\n                \"TotalAdjustedRequirementsVariance\": -0.38,\n                \"TotalAdjustedRequirementsVariancePct\": -7.09,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 96.39,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 16.39,\n                \"ServiceVariancePct\": 20.49,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.98\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 706,\n                \"ActualAHT\": 895,\n                \"AHTVariance\": 189,\n                \"AHTVariancePct\": 26.77,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.07,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.93,\n                \"BaselineRequirementsVariancePct\": 47.46,\n                \"TotalAdjustedRequirements\": 5.09,\n                \"TotalAdjustedRequirementsVariance\": 0.91,\n                \"TotalAdjustedRequirementsVariancePct\": 17.95,\n                \"DiscretionaryRequirements\": 0.51,\n                \"NondiscretionaryRequirements\": 0.51,\n                \"ServiceMetric\": 99.55,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 19.55,\n                \"ServiceVariancePct\": 24.44,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.5\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 556,\n                \"ActualAHT\": 671,\n                \"AHTVariance\": 115,\n                \"AHTVariancePct\": 20.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.74,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.26,\n                \"BaselineRequirementsVariancePct\": 60.62,\n                \"TotalAdjustedRequirements\": 4.67,\n                \"TotalAdjustedRequirementsVariance\": 1.33,\n                \"TotalAdjustedRequirementsVariancePct\": 28.49,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.88,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 19.88,\n                \"ServiceVariancePct\": 24.85,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.65\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1481,\n                \"ActualAHT\": 2334,\n                \"AHTVariance\": 853,\n                \"AHTVariancePct\": 57.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.85,\n                \"BaselineRequirementsVariancePct\": 68.85,\n                \"TotalAdjustedRequirements\": 5.18,\n                \"TotalAdjustedRequirementsVariance\": 1.82,\n                \"TotalAdjustedRequirementsVariancePct\": 35.09,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.26\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1481,\n                \"ActualAHT\": 2334,\n                \"AHTVariance\": 853,\n                \"AHTVariancePct\": 57.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.85,\n                \"BaselineRequirementsVariancePct\": 117.1,\n                \"TotalAdjustedRequirements\": 5.18,\n                \"TotalAdjustedRequirementsVariance\": 3.82,\n                \"TotalAdjustedRequirementsVariancePct\": 73.69,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.86\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 768,\n                \"ActualAHT\": 822,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 7.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.21,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.79,\n                \"BaselineRequirementsVariancePct\": 113.94,\n                \"TotalAdjustedRequirements\": 5.26,\n                \"TotalAdjustedRequirementsVariance\": 3.74,\n                \"TotalAdjustedRequirementsVariancePct\": 71.14,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 742,\n                \"ActualAHT\": 822,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 10.78,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.32,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.68,\n                \"BaselineRequirementsVariancePct\": 330.22,\n                \"TotalAdjustedRequirements\": 2.91,\n                \"TotalAdjustedRequirementsVariance\": 7.09,\n                \"TotalAdjustedRequirementsVariancePct\": 244.07,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1141,\n                \"ActualAHT\": 962,\n                \"AHTVariance\": -179,\n                \"AHTVariancePct\": -15.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.77,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.23,\n                \"BaselineRequirementsVariancePct\": 165.41,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 5.29,\n                \"TotalAdjustedRequirementsVariancePct\": 112.32,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1141,\n                \"ActualAHT\": 962,\n                \"AHTVariance\": -179,\n                \"AHTVariancePct\": -15.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.77,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.23,\n                \"BaselineRequirementsVariancePct\": 165.41,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 5.29,\n                \"TotalAdjustedRequirementsVariancePct\": 112.32,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 473,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": 473,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.03,\n                \"AgentsInQueue\": 8.6,\n                \"BaselineRequirementsVariance\": 6.57,\n                \"BaselineRequirementsVariancePct\": 324.57,\n                \"TotalAdjustedRequirements\": 2.53,\n                \"TotalAdjustedRequirementsVariance\": 6.07,\n                \"TotalAdjustedRequirementsVariancePct\": 239.71,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1144,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": -198,\n                \"AHTVariancePct\": -17.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.77,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.23,\n                \"BaselineRequirementsVariancePct\": 165.17,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 5.29,\n                \"TotalAdjustedRequirementsVariancePct\": 112.17,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1525,\n                \"ActualAHT\": 2026,\n                \"AHTVariance\": 501,\n                \"AHTVariancePct\": 32.85,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.89,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 4.11,\n                \"BaselineRequirementsVariancePct\": 59.68,\n                \"TotalAdjustedRequirements\": 8.61,\n                \"TotalAdjustedRequirementsVariance\": 2.39,\n                \"TotalAdjustedRequirementsVariancePct\": 27.75,\n                \"DiscretionaryRequirements\": 0.86,\n                \"NondiscretionaryRequirements\": 0.86,\n                \"ServiceMetric\": 99.93,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 19.93,\n                \"ServiceVariancePct\": 24.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.32\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 963,\n                \"ActualAHT\": 1926,\n                \"AHTVariance\": 963,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.57,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 7.43,\n                \"BaselineRequirementsVariancePct\": 208.12,\n                \"TotalAdjustedRequirements\": 4.46,\n                \"TotalAdjustedRequirementsVariance\": 6.54,\n                \"TotalAdjustedRequirementsVariancePct\": 146.53,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 454,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -454,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 548.57,\n                \"TotalAdjustedRequirements\": 2.51,\n                \"TotalAdjustedRequirementsVariance\": 10.49,\n                \"TotalAdjustedRequirementsVariancePct\": 418.67,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1826,\n                \"ActualAHT\": 2412,\n                \"AHTVariance\": 586,\n                \"AHTVariancePct\": 32.09,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.53,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 6.47,\n                \"BaselineRequirementsVariancePct\": 142.88,\n                \"TotalAdjustedRequirements\": 5.66,\n                \"TotalAdjustedRequirementsVariance\": 5.34,\n                \"TotalAdjustedRequirementsVariancePct\": 94.32,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 11,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 843,\n                \"ActualAHT\": 862,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 2.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.44,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.56,\n                \"BaselineRequirementsVariancePct\": 190.98,\n                \"TotalAdjustedRequirements\": 4.3,\n                \"TotalAdjustedRequirementsVariance\": 5.7,\n                \"TotalAdjustedRequirementsVariancePct\": 132.74,\n                \"DiscretionaryRequirements\": 0.43,\n                \"NondiscretionaryRequirements\": 0.43,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 12,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 764,\n                \"ActualAHT\": 838,\n                \"AHTVariance\": 74,\n                \"AHTVariancePct\": 9.69,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.2,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 6.8,\n                \"BaselineRequirementsVariancePct\": 162.04,\n                \"TotalAdjustedRequirements\": 5.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 109.61,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 558,\n                \"ActualAHT\": 558,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.88,\n                \"BaselineRequirementsVariancePct\": 324.53,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 6.35,\n                \"TotalAdjustedRequirementsVariancePct\": 239.62,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 2587,\n                \"ActualAHT\": 4852,\n                \"AHTVariance\": 2265,\n                \"AHTVariancePct\": 87.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.37,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 4.63,\n                \"BaselineRequirementsVariancePct\": 86.07,\n                \"TotalAdjustedRequirements\": 6.72,\n                \"TotalAdjustedRequirementsVariance\": 3.28,\n                \"TotalAdjustedRequirementsVariancePct\": 48.84,\n                \"DiscretionaryRequirements\": 0.67,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 99.92,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 19.92,\n                \"ServiceVariancePct\": 24.9,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 94.51\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -322,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 3114,\n                \"ActualAHT\": 3550,\n                \"AHTVariance\": 436,\n                \"AHTVariancePct\": 14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.96,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 5.04,\n                \"BaselineRequirementsVariancePct\": 72.41,\n                \"TotalAdjustedRequirements\": 8.7,\n                \"TotalAdjustedRequirementsVariance\": 3.3,\n                \"TotalAdjustedRequirementsVariancePct\": 37.93,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.92\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 12,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 568,\n                \"ActualAHT\": 290,\n                \"AHTVariance\": -278,\n                \"AHTVariancePct\": -48.94,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 8.24,\n                \"BaselineRequirementsVariancePct\": 218.96,\n                \"TotalAdjustedRequirements\": 4.7,\n                \"TotalAdjustedRequirementsVariance\": 7.3,\n                \"TotalAdjustedRequirementsVariancePct\": 155.2,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 472,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -472,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.02,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.98,\n                \"BaselineRequirementsVariancePct\": 393.97,\n                \"TotalAdjustedRequirements\": 2.53,\n                \"TotalAdjustedRequirementsVariance\": 7.47,\n                \"TotalAdjustedRequirementsVariancePct\": 295.19,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1536,\n                \"ActualAHT\": 1708,\n                \"AHTVariance\": 172,\n                \"AHTVariancePct\": 11.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.21,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.79,\n                \"BaselineRequirementsVariancePct\": 113.94,\n                \"TotalAdjustedRequirements\": 5.26,\n                \"TotalAdjustedRequirementsVariance\": 3.74,\n                \"TotalAdjustedRequirementsVariancePct\": 71.14,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1138,\n                \"ActualAHT\": 2276,\n                \"AHTVariance\": 1138,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.24,\n                \"BaselineRequirementsVariancePct\": 85.95,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 2.29,\n                \"TotalAdjustedRequirementsVariancePct\": 48.73,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 98.47\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 616,\n                \"ActualAHT\": 22,\n                \"AHTVariance\": -594,\n                \"AHTVariancePct\": -96.43,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.82,\n                \"BaselineRequirementsVariancePct\": 266.23,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 5.27,\n                \"TotalAdjustedRequirementsVariancePct\": 193,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -924,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -924,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 580,\n                \"AHTVariance\": -344,\n                \"AHTVariancePct\": -37.23,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -924,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 917,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -917,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 917,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -917,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 917,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -917,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 166,\n                \"AHTVariance\": -750,\n                \"AHTVariancePct\": -81.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -910,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.01,\n                \"BaselineRequirementsVariancePct\": -1.1,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": -0.35,\n                \"TotalAdjustedRequirementsVariancePct\": -25.82,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -910,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 196.71,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 1.65,\n                \"TotalAdjustedRequirementsVariancePct\": 122.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -910,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 196.71,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 1.65,\n                \"TotalAdjustedRequirementsVariancePct\": 122.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 904,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -904,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 198.69,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.98,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 902,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -902,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 199.34,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 124.52,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 907,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -907,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 197.68,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.25,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 906,\n                \"ActualAHT\": 714,\n                \"AHTVariance\": -192,\n                \"AHTVariancePct\": -21.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 198,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.6,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 900,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -900,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 1.67,\n                \"TotalAdjustedRequirementsVariancePct\": 125.06,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 901,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -901,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": -0.11,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -0.33,\n                \"TotalAdjustedRequirementsVariancePct\": -25.04,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 905,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -905,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 198.33,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.78,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 906,\n                \"ActualAHT\": 788,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -13.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 0.99,\n                \"BaselineRequirementsVariancePct\": 98.67,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 0.66,\n                \"TotalAdjustedRequirementsVariancePct\": 49.06,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 788,\n                \"AHTVariance\": -122,\n                \"AHTVariancePct\": -13.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 196.71,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 1.65,\n                \"TotalAdjustedRequirementsVariancePct\": 122.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 908,\n                \"ActualAHT\": 359,\n                \"AHTVariance\": -549,\n                \"AHTVariancePct\": -60.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.99,\n                \"BaselineRequirementsVariancePct\": 296.47,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 2.65,\n                \"TotalAdjustedRequirementsVariancePct\": 197.2,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 905,\n                \"ActualAHT\": 360,\n                \"AHTVariance\": -545,\n                \"AHTVariancePct\": -60.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.99,\n                \"BaselineRequirementsVariancePct\": 297.77,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 2.66,\n                \"TotalAdjustedRequirementsVariancePct\": 198.37,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 911,\n                \"ActualAHT\": 829,\n                \"AHTVariance\": -82,\n                \"AHTVariancePct\": -9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.99,\n                \"BaselineRequirementsVariancePct\": 295.18,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 2.65,\n                \"TotalAdjustedRequirementsVariancePct\": 196.47,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 829,\n                \"AHTVariance\": -87,\n                \"AHTVariancePct\": -9.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.98,\n                \"BaselineRequirementsVariancePct\": 293,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": 2.64,\n                \"TotalAdjustedRequirementsVariancePct\": 194.59,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 919,\n                \"ActualAHT\": 1136,\n                \"AHTVariance\": 217,\n                \"AHTVariancePct\": 23.61,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.98,\n                \"BaselineRequirementsVariancePct\": 193.8,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": 1.64,\n                \"TotalAdjustedRequirementsVariancePct\": 120.41,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 922,\n                \"ActualAHT\": 1136,\n                \"AHTVariance\": 214,\n                \"AHTVariancePct\": 23.21,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 4.98,\n                \"BaselineRequirementsVariancePct\": 485.71,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": 4.63,\n                \"TotalAdjustedRequirementsVariancePct\": 339.11,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 914,\n                \"ActualAHT\": 5060,\n                \"AHTVariance\": 4146,\n                \"AHTVariancePct\": 453.61,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 4.98,\n                \"BaselineRequirementsVariancePct\": 490.78,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 4.65,\n                \"TotalAdjustedRequirementsVariancePct\": 343.26,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 908,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -908,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 3.99,\n                \"BaselineRequirementsVariancePct\": 395.59,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 3.65,\n                \"TotalAdjustedRequirementsVariancePct\": 271.5,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 903,\n                \"ActualAHT\": 689,\n                \"AHTVariance\": -214,\n                \"AHTVariancePct\": -23.7,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 498.03,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 4.66,\n                \"TotalAdjustedRequirementsVariancePct\": 348.33,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 898,\n                \"ActualAHT\": 551,\n                \"AHTVariance\": -347,\n                \"AHTVariancePct\": -38.64,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 501.32,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 4.67,\n                \"TotalAdjustedRequirementsVariancePct\": 350.86,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 903,\n                \"ActualAHT\": 711,\n                \"AHTVariance\": -192,\n                \"AHTVariancePct\": -21.26,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 597.7,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 5.66,\n                \"TotalAdjustedRequirementsVariancePct\": 423.05,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 906,\n                \"ActualAHT\": 533,\n                \"AHTVariance\": -373,\n                \"AHTVariancePct\": -41.17,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 7.99,\n                \"BaselineRequirementsVariancePct\": 794.01,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 7.66,\n                \"TotalAdjustedRequirementsVariancePct\": 570.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 904,\n                \"ActualAHT\": 979,\n                \"AHTVariance\": 75,\n                \"AHTVariancePct\": 8.3,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 796.06,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 7.66,\n                \"TotalAdjustedRequirementsVariancePct\": 571.94,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 901,\n                \"ActualAHT\": 979,\n                \"AHTVariance\": 78,\n                \"AHTVariancePct\": 8.66,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 898.9,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 8.67,\n                \"TotalAdjustedRequirementsVariancePct\": 649.57,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 893,\n                \"ActualAHT\": 1200,\n                \"AHTVariance\": 307,\n                \"AHTVariancePct\": 34.38,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 907.86,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 8.68,\n                \"TotalAdjustedRequirementsVariancePct\": 656.32,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 887,\n                \"ActualAHT\": 1200,\n                \"AHTVariance\": 313,\n                \"AHTVariancePct\": 35.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 914.61,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 8.69,\n                \"TotalAdjustedRequirementsVariancePct\": 661.27,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 887,\n                \"ActualAHT\": 779,\n                \"AHTVariance\": -108,\n                \"AHTVariancePct\": -12.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 8.6,\n                \"BaselineRequirementsVariance\": 7.61,\n                \"BaselineRequirementsVariancePct\": 772.56,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 7.29,\n                \"TotalAdjustedRequirementsVariancePct\": 554.69,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 889,\n                \"ActualAHT\": 779,\n                \"AHTVariance\": -110,\n                \"AHTVariancePct\": -12.37,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 912.35,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 8.68,\n                \"TotalAdjustedRequirementsVariancePct\": 658.84,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 1144,\n                \"AHTVariance\": 258,\n                \"AHTVariancePct\": 29.12,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.02,\n                \"BaselineRequirementsVariancePct\": 1017.43,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 9.69,\n                \"TotalAdjustedRequirementsVariancePct\": 738.16,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 884,\n                \"ActualAHT\": 1144,\n                \"AHTVariance\": 260,\n                \"AHTVariancePct\": 29.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.02,\n                \"BaselineRequirementsVariancePct\": 816.31,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 7.69,\n                \"TotalAdjustedRequirementsVariancePct\": 587.44,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 300,\n                \"ForecastedAHT\": 877,\n                \"ActualAHT\": 931,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 6.16,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.03,\n                \"BaselineRequirementsVariancePct\": 1028.9,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 9.7,\n                \"TotalAdjustedRequirementsVariancePct\": 746.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 872,\n                \"ActualAHT\": 931,\n                \"AHTVariance\": 59,\n                \"AHTVariancePct\": 6.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12.03,\n                \"BaselineRequirementsVariancePct\": 1241.73,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 11.71,\n                \"TotalAdjustedRequirementsVariancePct\": 906.27,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 868,\n                \"ActualAHT\": 1700,\n                \"AHTVariance\": 832,\n                \"AHTVariancePct\": 95.85,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 1040.61,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 9.71,\n                \"TotalAdjustedRequirementsVariancePct\": 755.1,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 864,\n                \"ActualAHT\": 1700,\n                \"AHTVariance\": 836,\n                \"AHTVariancePct\": 96.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 1045.83,\n                \"TotalAdjustedRequirements\": 1.28,\n                \"TotalAdjustedRequirementsVariance\": 9.72,\n                \"TotalAdjustedRequirementsVariancePct\": 759.38,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 863,\n                \"ActualAHT\": 1387,\n                \"AHTVariance\": 524,\n                \"AHTVariancePct\": 60.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.04,\n                \"BaselineRequirementsVariancePct\": 942.86,\n                \"TotalAdjustedRequirements\": 1.28,\n                \"TotalAdjustedRequirementsVariance\": 8.72,\n                \"TotalAdjustedRequirementsVariancePct\": 681.92,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 860,\n                \"ActualAHT\": 1387,\n                \"AHTVariance\": 527,\n                \"AHTVariancePct\": 61.28,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.04,\n                \"BaselineRequirementsVariancePct\": 1155.76,\n                \"TotalAdjustedRequirements\": 1.27,\n                \"TotalAdjustedRequirementsVariance\": 10.73,\n                \"TotalAdjustedRequirementsVariancePct\": 842.21,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 865,\n                \"ActualAHT\": 1531,\n                \"AHTVariance\": 666,\n                \"AHTVariancePct\": 76.99,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 1044.52,\n                \"TotalAdjustedRequirements\": 1.28,\n                \"TotalAdjustedRequirementsVariance\": 9.72,\n                \"TotalAdjustedRequirementsVariancePct\": 758.64,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 868,\n                \"ActualAHT\": 1225,\n                \"AHTVariance\": 357,\n                \"AHTVariancePct\": 41.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.04,\n                \"BaselineRequirementsVariancePct\": 833.22,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 7.71,\n                \"TotalAdjustedRequirementsVariancePct\": 599.63,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 875,\n                \"ActualAHT\": 1478,\n                \"AHTVariance\": 603,\n                \"AHTVariancePct\": 68.91,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.03,\n                \"BaselineRequirementsVariancePct\": 928.59,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 8.7,\n                \"TotalAdjustedRequirementsVariancePct\": 671.49,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 884,\n                \"ActualAHT\": 1478,\n                \"AHTVariance\": 594,\n                \"AHTVariancePct\": 67.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12.02,\n                \"BaselineRequirementsVariancePct\": 1223.56,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 11.69,\n                \"TotalAdjustedRequirementsVariancePct\": 892.97,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 888,\n                \"ActualAHT\": 1105,\n                \"AHTVariance\": 217,\n                \"AHTVariancePct\": 24.44,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.01,\n                \"BaselineRequirementsVariancePct\": 1116.18,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 10.68,\n                \"TotalAdjustedRequirementsVariancePct\": 812.06,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 894,\n                \"ActualAHT\": 1105,\n                \"AHTVariance\": 211,\n                \"AHTVariancePct\": 23.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.01,\n                \"BaselineRequirementsVariancePct\": 1108.09,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 10.68,\n                \"TotalAdjustedRequirementsVariancePct\": 806.14,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 894,\n                \"ActualAHT\": 1097,\n                \"AHTVariance\": 203,\n                \"AHTVariancePct\": 22.71,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.01,\n                \"BaselineRequirementsVariancePct\": 1108.09,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 10.68,\n                \"TotalAdjustedRequirementsVariancePct\": 806.14,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 894,\n                \"ActualAHT\": 1097,\n                \"AHTVariance\": 203,\n                \"AHTVariancePct\": 22.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 906.75,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 8.68,\n                \"TotalAdjustedRequirementsVariancePct\": 655.12,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 1586,\n                \"AHTVariance\": 696,\n                \"AHTVariancePct\": 78.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.01,\n                \"BaselineRequirementsVariancePct\": 810.1,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 7.68,\n                \"TotalAdjustedRequirementsVariancePct\": 582.39,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 883,\n                \"ActualAHT\": 1586,\n                \"AHTVariance\": 703,\n                \"AHTVariancePct\": 79.61,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6.02,\n                \"BaselineRequirementsVariancePct\": 613.48,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 5.69,\n                \"TotalAdjustedRequirementsVariancePct\": 435.13,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 889,\n                \"ActualAHT\": 945,\n                \"AHTVariance\": 56,\n                \"AHTVariancePct\": 6.3,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6.01,\n                \"BaselineRequirementsVariancePct\": 608.65,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 5.68,\n                \"TotalAdjustedRequirementsVariancePct\": 431.19,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 896,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 5.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 803.98,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 7.67,\n                \"TotalAdjustedRequirementsVariancePct\": 577.92,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 899,\n                \"ActualAHT\": 710,\n                \"AHTVariance\": -189,\n                \"AHTVariancePct\": -21.02,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700.88,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 6.67,\n                \"TotalAdjustedRequirementsVariancePct\": 500.65,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 899,\n                \"ActualAHT\": 709,\n                \"AHTVariance\": -190,\n                \"AHTVariancePct\": -21.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 901.1,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 8.67,\n                \"TotalAdjustedRequirementsVariancePct\": 650.81,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 901,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -155,\n                \"AHTVariancePct\": -17.2,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 799.01,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 7.67,\n                \"TotalAdjustedRequirementsVariancePct\": 574.61,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 903,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -157,\n                \"AHTVariancePct\": -17.39,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 797.04,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 7.66,\n                \"TotalAdjustedRequirementsVariancePct\": 572.49,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 882,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -882,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.02,\n                \"BaselineRequirementsVariancePct\": 818.37,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 7.69,\n                \"TotalAdjustedRequirementsVariancePct\": 588.6,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 888,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -888,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 406.74,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 280.03,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 892,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -892,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5.01,\n                \"BaselineRequirementsVariancePct\": 505.39,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 4.68,\n                \"TotalAdjustedRequirementsVariancePct\": 354.17,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 892,\n                \"ActualAHT\": 2046,\n                \"AHTVariance\": 1154,\n                \"AHTVariancePct\": 129.37,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6.01,\n                \"BaselineRequirementsVariancePct\": 606.29,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 5.68,\n                \"TotalAdjustedRequirementsVariancePct\": 429.86,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 1536,\n                \"AHTVariance\": 646,\n                \"AHTVariancePct\": 72.58,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 405.61,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 279.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -890,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5.01,\n                \"BaselineRequirementsVariancePct\": 506.73,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 4.68,\n                \"TotalAdjustedRequirementsVariancePct\": 354.92,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 891,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -891,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5.01,\n                \"BaselineRequirementsVariancePct\": 506.06,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 4.68,\n                \"TotalAdjustedRequirementsVariancePct\": 354.55,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 892,\n                \"ActualAHT\": 1030,\n                \"AHTVariance\": 138,\n                \"AHTVariancePct\": 15.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 404.49,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 278.47,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -890,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 405.61,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 279.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -890,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.01,\n                \"BaselineRequirementsVariancePct\": 304.49,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 2.68,\n                \"TotalAdjustedRequirementsVariancePct\": 203.28,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 355,\n                \"AHTVariance\": -531,\n                \"AHTVariancePct\": -59.93,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.02,\n                \"BaselineRequirementsVariancePct\": 407.92,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 3.69,\n                \"TotalAdjustedRequirementsVariancePct\": 280.98,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 356,\n                \"AHTVariance\": -530,\n                \"AHTVariancePct\": -59.82,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.02,\n                \"BaselineRequirementsVariancePct\": 407.92,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 3.69,\n                \"TotalAdjustedRequirementsVariancePct\": 280.98,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 1248,\n                \"AHTVariance\": 362,\n                \"AHTVariancePct\": 40.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 306.34,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 204.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 884,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -884,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 307.25,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 205.53,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 262,\n                \"AHTVariance\": -624,\n                \"AHTVariancePct\": -70.43,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 306.34,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 204.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 887,\n                \"ActualAHT\": 262,\n                \"AHTVariance\": -625,\n                \"AHTVariancePct\": -70.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.01,\n                \"BaselineRequirementsVariancePct\": 305.84,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 204.51,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 883,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -883,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 307.71,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 205.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 882,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": -612,\n                \"AHTVariancePct\": -69.39,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 308.16,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 206.04,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 882,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -882,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1.02,\n                \"BaselineRequirementsVariancePct\": 104.08,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 0.69,\n                \"TotalAdjustedRequirementsVariancePct\": 53.02,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 880,\n                \"ActualAHT\": 764,\n                \"AHTVariance\": -116,\n                \"AHTVariancePct\": -13.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 206.81,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 880,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -880,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 206.81,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 879,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -879,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 0.02,\n                \"BaselineRequirementsVariancePct\": 2.39,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": -0.3,\n                \"TotalAdjustedRequirementsVariancePct\": -23.18,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 878,\n                \"ActualAHT\": 1006,\n                \"AHTVariance\": 128,\n                \"AHTVariancePct\": 14.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 207.5,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.66,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 878,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -878,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 207.5,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.66,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 874,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -874,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.03,\n                \"BaselineRequirementsVariancePct\": 208.93,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 1.71,\n                \"TotalAdjustedRequirementsVariancePct\": 131.82,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 874,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -874,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1.03,\n                \"BaselineRequirementsVariancePct\": 105.95,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 0.71,\n                \"TotalAdjustedRequirementsVariancePct\": 54.55,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 24\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 247,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -247,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 247,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -247,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 229,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -229,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 229,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -229,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 242,\n                \"ActualAHT\": 636,\n                \"AHTVariance\": 394,\n                \"AHTVariancePct\": 162.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 636,\n                \"AHTVariance\": 388,\n                \"AHTVariancePct\": 156.45,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 252,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -252,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 252,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -252,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 238,\n                \"ActualAHT\": 834,\n                \"AHTVariance\": 596,\n                \"AHTVariancePct\": 250.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -248,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 252,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -252,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 249,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -249,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 249,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -249,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 251,\n                \"ActualAHT\": 256,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 1.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 251,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -251,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 242,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -242,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 854,\n                \"AHTVariance\": 606,\n                \"AHTVariancePct\": 244.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 1308,\n                \"AHTVariance\": 1060,\n                \"AHTVariancePct\": 427.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 152,\n                \"AHTVariance\": -92,\n                \"AHTVariancePct\": -37.7,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 241,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -241,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 235,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -235,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 48\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 234,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 326,\n                \"ActualAHT\": 326,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 326,\n                \"ActualAHT\": 326,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1431,\n                \"ActualAHT\": 2410,\n                \"AHTVariance\": 979,\n                \"AHTVariancePct\": 68.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1467,\n                \"ActualAHT\": 1416,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -3.48,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1416,\n                \"ActualAHT\": 1416,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1106,\n                \"ActualAHT\": 1682,\n                \"AHTVariance\": 576,\n                \"AHTVariancePct\": 52.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 820,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -820,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 775,\n                \"ActualAHT\": 812,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 4.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 775,\n                \"ActualAHT\": 812,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 4.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1725,\n                \"ActualAHT\": 1612,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -6.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.67,\n                \"TotalAdjustedRequirementsVariance\": -10.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.6,\n                \"NondiscretionaryRequirements\": 1.07,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1329,\n                \"ActualAHT\": 1612,\n                \"AHTVariance\": 283,\n                \"AHTVariancePct\": 21.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 685,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -685,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 685,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -685,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 837,\n                \"ActualAHT\": 652,\n                \"AHTVariance\": -185,\n                \"AHTVariancePct\": -22.1,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 930,\n                \"ActualAHT\": 652,\n                \"AHTVariance\": -278,\n                \"AHTVariancePct\": -29.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 661,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -661,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1770,\n                \"ActualAHT\": 1770,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 559,\n                \"ActualAHT\": 1118,\n                \"AHTVariance\": 559,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1046,\n                \"ActualAHT\": 1118,\n                \"AHTVariance\": 72,\n                \"AHTVariancePct\": 6.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1694,\n                \"ActualAHT\": 1694,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 712,\n                \"ActualAHT\": 1086,\n                \"AHTVariance\": 374,\n                \"AHTVariancePct\": 52.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 712,\n                \"ActualAHT\": 1086,\n                \"AHTVariance\": 374,\n                \"AHTVariancePct\": 52.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1038,\n                \"ActualAHT\": 612,\n                \"AHTVariance\": -426,\n                \"AHTVariancePct\": -41.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 612,\n                \"ActualAHT\": 612,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 822,\n                \"ActualAHT\": 1256,\n                \"AHTVariance\": 434,\n                \"AHTVariancePct\": 52.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 822,\n                \"ActualAHT\": 1256,\n                \"AHTVariance\": 434,\n                \"AHTVariancePct\": 52.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1590,\n                \"ActualAHT\": 1942,\n                \"AHTVariance\": 352,\n                \"AHTVariancePct\": 22.14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1016,\n                \"ActualAHT\": 1036,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 1.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1007,\n                \"ActualAHT\": 1036,\n                \"AHTVariance\": 29,\n                \"AHTVariancePct\": 2.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1455,\n                \"ActualAHT\": 2378,\n                \"AHTVariance\": 923,\n                \"AHTVariancePct\": 63.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 532,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -532,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1481,\n                \"ActualAHT\": 2962,\n                \"AHTVariance\": 1481,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 1472,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1472,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 692,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": 254,\n                \"AHTVariancePct\": 36.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -438,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 2439,\n                \"ActualAHT\": 4212,\n                \"AHTVariance\": 1773,\n                \"AHTVariancePct\": 72.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 666,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -666,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1194,\n                \"ActualAHT\": 2388,\n                \"AHTVariance\": 1194,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 431,\n                \"ActualAHT\": 862,\n                \"AHTVariance\": 431,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 576,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -576,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 619,\n                \"ActualAHT\": 1238,\n                \"AHTVariance\": 619,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 1616,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1616,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 644,\n                \"ActualAHT\": 322,\n                \"AHTVariance\": -322,\n                \"AHTVariancePct\": -50,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 322,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 672,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -672,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 786,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -786,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 146,\n                \"ActualAHT\": 146,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 300,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -300,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 368,\n                \"ActualAHT\": 368,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 118,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 5.67,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5.67,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 4,\n                \"ActualAHT\": 4,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 268,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -268,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1644,\n                \"ActualAHT\": 1644,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.33,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.67,\n                \"BaselineRequirementsVariancePct\": 61.79,\n                \"TotalAdjustedRequirements\": 5.41,\n                \"TotalAdjustedRequirementsVariance\": 1.59,\n                \"TotalAdjustedRequirementsVariancePct\": 29.42,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.75,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 19.75,\n                \"ServiceVariancePct\": 24.69,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.75\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 678,\n                \"ActualAHT\": 678,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.25,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.75,\n                \"BaselineRequirementsVariancePct\": 255.03,\n                \"TotalAdjustedRequirements\": 2.82,\n                \"TotalAdjustedRequirementsVariance\": 5.18,\n                \"TotalAdjustedRequirementsVariancePct\": 183.96,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 793,\n                \"ActualAHT\": 672,\n                \"AHTVariance\": -121,\n                \"AHTVariancePct\": -15.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.38,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.62,\n                \"BaselineRequirementsVariancePct\": 193.98,\n                \"TotalAdjustedRequirements\": 2.98,\n                \"TotalAdjustedRequirementsVariance\": 4.02,\n                \"TotalAdjustedRequirementsVariancePct\": 135.13,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 914,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -914,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.52,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.48,\n                \"BaselineRequirementsVariancePct\": 99.11,\n                \"TotalAdjustedRequirements\": 4.39,\n                \"TotalAdjustedRequirementsVariance\": 2.61,\n                \"TotalAdjustedRequirementsVariancePct\": 59.32,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 673,\n                \"ActualAHT\": 1010,\n                \"AHTVariance\": 337,\n                \"AHTVariancePct\": 50.07,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 125.25,\n                \"TotalAdjustedRequirements\": 4.99,\n                \"TotalAdjustedRequirementsVariance\": 4.01,\n                \"TotalAdjustedRequirementsVariancePct\": 80.23,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.95\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1631,\n                \"ActualAHT\": 674,\n                \"AHTVariance\": -957,\n                \"AHTVariancePct\": -58.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.31,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.69,\n                \"BaselineRequirementsVariancePct\": 85.52,\n                \"TotalAdjustedRequirements\": 5.39,\n                \"TotalAdjustedRequirementsVariance\": 2.61,\n                \"TotalAdjustedRequirementsVariancePct\": 48.42,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1303,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -557,\n                \"AHTVariancePct\": -42.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.95,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 7.65,\n                \"BaselineRequirementsVariancePct\": 193.83,\n                \"TotalAdjustedRequirements\": 4.93,\n                \"TotalAdjustedRequirementsVariance\": 6.67,\n                \"TotalAdjustedRequirementsVariancePct\": 135.11,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1303,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -557,\n                \"AHTVariancePct\": -42.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.95,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 10.05,\n                \"BaselineRequirementsVariancePct\": 254.63,\n                \"TotalAdjustedRequirements\": 4.93,\n                \"TotalAdjustedRequirementsVariance\": 9.07,\n                \"TotalAdjustedRequirementsVariancePct\": 183.76,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1161,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1161,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.79,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.21,\n                \"BaselineRequirementsVariancePct\": 322.16,\n                \"TotalAdjustedRequirements\": 4.74,\n                \"TotalAdjustedRequirementsVariance\": 11.26,\n                \"TotalAdjustedRequirementsVariancePct\": 237.7,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 14,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 14,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1126,\n                \"ActualAHT\": 548,\n                \"AHTVariance\": -578,\n                \"AHTVariancePct\": -51.33,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 219.86,\n                \"TotalAdjustedRequirements\": 6.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 155.91,\n                \"DiscretionaryRequirements\": 0.63,\n                \"NondiscretionaryRequirements\": 0.63,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 548,\n                \"ActualAHT\": 548,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 12.89,\n                \"BaselineRequirementsVariancePct\": 611.27,\n                \"TotalAdjustedRequirements\": 2.64,\n                \"TotalAdjustedRequirementsVariance\": 12.36,\n                \"TotalAdjustedRequirementsVariancePct\": 468.85,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 989,\n                \"ActualAHT\": 774,\n                \"AHTVariance\": -215,\n                \"AHTVariancePct\": -21.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.6,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 11.4,\n                \"BaselineRequirementsVariancePct\": 316.79,\n                \"TotalAdjustedRequirements\": 4.5,\n                \"TotalAdjustedRequirementsVariance\": 10.5,\n                \"TotalAdjustedRequirementsVariancePct\": 233.41,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 774,\n                \"ActualAHT\": 774,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.36,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.64,\n                \"BaselineRequirementsVariancePct\": 662.71,\n                \"TotalAdjustedRequirements\": 2.95,\n                \"TotalAdjustedRequirementsVariance\": 15.05,\n                \"TotalAdjustedRequirementsVariancePct\": 510.17,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 702,\n                \"ActualAHT\": 702,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.28,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.72,\n                \"BaselineRequirementsVariancePct\": 689.47,\n                \"TotalAdjustedRequirements\": 2.85,\n                \"TotalAdjustedRequirementsVariance\": 15.15,\n                \"TotalAdjustedRequirementsVariancePct\": 531.58,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 21,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 21,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 568,\n                \"ActualAHT\": 568,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.13,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 17.87,\n                \"BaselineRequirementsVariancePct\": 838.48,\n                \"TotalAdjustedRequirements\": 2.66,\n                \"TotalAdjustedRequirementsVariance\": 17.34,\n                \"TotalAdjustedRequirementsVariancePct\": 651,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 568,\n                \"ActualAHT\": 568,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.13,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.87,\n                \"BaselineRequirementsVariancePct\": 885.41,\n                \"TotalAdjustedRequirements\": 2.66,\n                \"TotalAdjustedRequirementsVariance\": 18.34,\n                \"TotalAdjustedRequirementsVariancePct\": 688.55,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 638,\n                \"ActualAHT\": 960,\n                \"AHTVariance\": 322,\n                \"AHTVariancePct\": 50.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.79,\n                \"BaselineRequirementsVariancePct\": 850.7,\n                \"TotalAdjustedRequirements\": 2.76,\n                \"TotalAdjustedRequirementsVariance\": 18.24,\n                \"TotalAdjustedRequirementsVariancePct\": 660.62,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 638,\n                \"ActualAHT\": 960,\n                \"AHTVariance\": 322,\n                \"AHTVariancePct\": 50.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 16.79,\n                \"BaselineRequirementsVariancePct\": 760.16,\n                \"TotalAdjustedRequirements\": 2.76,\n                \"TotalAdjustedRequirementsVariance\": 16.24,\n                \"TotalAdjustedRequirementsVariancePct\": 588.18,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 166,\n                \"ActualAHT\": 332,\n                \"AHTVariance\": 166,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 18,\n                \"BaselineRequirementsVariancePct\": 1800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 17.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1420,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 606,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -606,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.83,\n                \"BaselineRequirementsVariancePct\": 498.17,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 10.28,\n                \"TotalAdjustedRequirementsVariancePct\": 378.42,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 468,\n                \"ActualAHT\": 182,\n                \"AHTVariance\": -286,\n                \"AHTVariancePct\": -61.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.54,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 13.46,\n                \"BaselineRequirementsVariancePct\": 380.23,\n                \"TotalAdjustedRequirements\": 4.42,\n                \"TotalAdjustedRequirementsVariance\": 12.58,\n                \"TotalAdjustedRequirementsVariancePct\": 284.27,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 182,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 20,\n                \"BaselineRequirementsVariancePct\": 2000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 19.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1580,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 798,\n                \"ActualAHT\": 826,\n                \"AHTVariance\": 28,\n                \"AHTVariancePct\": 3.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.27,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 16.73,\n                \"BaselineRequirementsVariancePct\": 391.42,\n                \"TotalAdjustedRequirements\": 5.34,\n                \"TotalAdjustedRequirementsVariance\": 15.66,\n                \"TotalAdjustedRequirementsVariancePct\": 293.16,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 807,\n                \"ActualAHT\": 826,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 2.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.29,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 15.71,\n                \"BaselineRequirementsVariancePct\": 365.84,\n                \"TotalAdjustedRequirements\": 5.37,\n                \"TotalAdjustedRequirementsVariance\": 14.63,\n                \"TotalAdjustedRequirementsVariancePct\": 272.63,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1718,\n                \"ActualAHT\": 1840,\n                \"AHTVariance\": 122,\n                \"AHTVariancePct\": 7.1,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 7.32,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 9.68,\n                \"BaselineRequirementsVariancePct\": 132.31,\n                \"TotalAdjustedRequirements\": 9.15,\n                \"TotalAdjustedRequirementsVariance\": 7.85,\n                \"TotalAdjustedRequirementsVariancePct\": 85.84,\n                \"DiscretionaryRequirements\": 0.92,\n                \"NondiscretionaryRequirements\": 0.92,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 15,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -182,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 500,\n                \"ActualAHT\": 636,\n                \"AHTVariance\": 136,\n                \"AHTVariancePct\": 27.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.06,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.94,\n                \"BaselineRequirementsVariancePct\": 678.36,\n                \"TotalAdjustedRequirements\": 2.57,\n                \"TotalAdjustedRequirementsVariance\": 13.43,\n                \"TotalAdjustedRequirementsVariancePct\": 522.67,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 660,\n                \"ActualAHT\": 660,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.23,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.77,\n                \"BaselineRequirementsVariancePct\": 705.98,\n                \"TotalAdjustedRequirements\": 2.79,\n                \"TotalAdjustedRequirementsVariance\": 15.21,\n                \"TotalAdjustedRequirementsVariancePct\": 544.86,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 660,\n                \"ActualAHT\": 660,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.23,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.77,\n                \"BaselineRequirementsVariancePct\": 616.43,\n                \"TotalAdjustedRequirements\": 2.79,\n                \"TotalAdjustedRequirementsVariance\": 13.21,\n                \"TotalAdjustedRequirementsVariancePct\": 473.21,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 650,\n                \"ActualAHT\": 650,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.78,\n                \"BaselineRequirementsVariancePct\": 620.01,\n                \"TotalAdjustedRequirements\": 2.78,\n                \"TotalAdjustedRequirementsVariance\": 13.22,\n                \"TotalAdjustedRequirementsVariancePct\": 475.91,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 16,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 16,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1515,\n                \"ActualAHT\": 2054,\n                \"AHTVariance\": 539,\n                \"AHTVariancePct\": 35.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.18,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 12.82,\n                \"BaselineRequirementsVariancePct\": 306.38,\n                \"TotalAdjustedRequirements\": 5.23,\n                \"TotalAdjustedRequirementsVariance\": 11.77,\n                \"TotalAdjustedRequirementsVariancePct\": 225.09,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 976,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -976,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.58,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.42,\n                \"BaselineRequirementsVariancePct\": 346.38,\n                \"TotalAdjustedRequirements\": 4.48,\n                \"TotalAdjustedRequirementsVariance\": 11.52,\n                \"TotalAdjustedRequirementsVariancePct\": 257.11,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 940,\n                \"ActualAHT\": 1289,\n                \"AHTVariance\": 349,\n                \"AHTVariancePct\": 37.13,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.59,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 13.41,\n                \"BaselineRequirementsVariancePct\": 292.25,\n                \"TotalAdjustedRequirements\": 5.74,\n                \"TotalAdjustedRequirementsVariance\": 12.26,\n                \"TotalAdjustedRequirementsVariancePct\": 213.76,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 765,\n                \"ActualAHT\": 1289,\n                \"AHTVariance\": 524,\n                \"AHTVariancePct\": 68.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.35,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.65,\n                \"BaselineRequirementsVariancePct\": 580.85,\n                \"TotalAdjustedRequirements\": 2.94,\n                \"TotalAdjustedRequirementsVariance\": 13.06,\n                \"TotalAdjustedRequirementsVariancePct\": 444.59,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 557,\n                \"ActualAHT\": 552,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -0.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.88,\n                \"BaselineRequirementsVariancePct\": 749.5,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 15.35,\n                \"TotalAdjustedRequirementsVariancePct\": 579.53,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 557,\n                \"ActualAHT\": 552,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -0.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.88,\n                \"BaselineRequirementsVariancePct\": 702.3,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 14.35,\n                \"TotalAdjustedRequirementsVariancePct\": 541.78,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 762,\n                \"AHTVariance\": 381,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 2808,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -2808,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.62,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 7.38,\n                \"BaselineRequirementsVariancePct\": 111.48,\n                \"TotalAdjustedRequirements\": 8.28,\n                \"TotalAdjustedRequirementsVariance\": 5.72,\n                \"TotalAdjustedRequirementsVariancePct\": 69.16,\n                \"DiscretionaryRequirements\": 0.83,\n                \"NondiscretionaryRequirements\": 0.83,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 2046,\n                \"ActualAHT\": 2046,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.77,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 8.23,\n                \"BaselineRequirementsVariancePct\": 142.5,\n                \"TotalAdjustedRequirements\": 7.22,\n                \"TotalAdjustedRequirementsVariance\": 6.78,\n                \"TotalAdjustedRequirementsVariancePct\": 93.98,\n                \"DiscretionaryRequirements\": 0.72,\n                \"NondiscretionaryRequirements\": 0.72,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 13,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 144,\n                \"ActualAHT\": 144,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 11,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -177,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 1000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 780,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 419,\n                \"ActualAHT\": 272,\n                \"AHTVariance\": -147,\n                \"AHTVariancePct\": -35.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 350,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 6.5,\n                \"TotalAdjustedRequirementsVariancePct\": 260,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -438,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 5.5,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 522,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -522,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.92,\n                \"BaselineRequirementsVariancePct\": 332.69,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 6.4,\n                \"TotalAdjustedRequirementsVariancePct\": 246.15,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 402,\n                \"ActualAHT\": 402,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 336,\n                \"AHTVariance\": -45,\n                \"AHTVariancePct\": -11.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 100\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 958,\n                \"ActualAHT\": 958,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.56,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.44,\n                \"BaselineRequirementsVariancePct\": 96.39,\n                \"TotalAdjustedRequirements\": 4.46,\n                \"TotalAdjustedRequirementsVariance\": 2.54,\n                \"TotalAdjustedRequirementsVariancePct\": 57.08,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 99.99\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 10,\n                \"ActualAHT\": 10,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 954,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -954,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 480,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -480,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -331,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 837,\n                \"ActualAHT\": 1628,\n                \"AHTVariance\": 791,\n                \"AHTVariancePct\": 94.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 458,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -458,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 253,\n                \"ActualAHT\": 506,\n                \"AHTVariance\": 253,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 305,\n                \"ActualAHT\": 610,\n                \"AHTVariance\": 305,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 284,\n                \"ActualAHT\": 568,\n                \"AHTVariance\": 284,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 619,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -619,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 470,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -470,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 280,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -280,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 594,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -594,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 842,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -842,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 94,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -94,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 334,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -334,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 540,\n                \"AHTVariance\": 270,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 107,\n                \"ActualAHT\": 214,\n                \"AHTVariance\": 107,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -308,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -308,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1044,\n                \"ActualAHT\": 1044,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 137,\n                \"ActualAHT\": 274,\n                \"AHTVariance\": 137,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 328,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -328,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 499,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -499,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 998,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -998,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 1348,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1348,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 20,\n                \"ActualAHT\": 20,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1174,\n                \"ActualAHT\": 1174,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 750,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -750,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 611,\n                \"ActualAHT\": 376,\n                \"AHTVariance\": -235,\n                \"AHTVariancePct\": -38.46,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 376,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -329,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 330,\n                \"ActualAHT\": 330,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 0\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 45\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ObservedServiceMetric\": 80\n            }\n        ],\n        \"activityScheduleDates\": [\n            {\n                \"ActivityId\": 9,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 813,\n                \"ActualContacts\": 803,\n                \"ContactVariance\": -10,\n                \"ContactVariancePct\": -1.23,\n                \"ForecastedAHT\": 368.49,\n                \"ActualAHT\": 320.15,\n                \"AHTVariance\": -48.34,\n                \"AHTVariancePct\": -13.12,\n                \"ActualNotHandledContacts\": 96,\n                \"BaselineStaffingHours\": 151.19,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 97.63,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 188.98,\n                \"DiscretionaryStaffingHours\": 18.9,\n                \"NonDiscretionaryStaffingHours\": 18.9,\n                \"TotalAdjustedStaffingVariance\": 59.83,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.22,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.22,\n                \"ServiceVariancePct\": 24.02,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.28,\n                \"ObservedServiceMetricVariance\": 19.28,\n                \"ObservedServiceMetricVariancePct\": 24.1\n            },\n            {\n                \"ActivityId\": 65,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 604,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": -39,\n                \"ContactVariancePct\": -6.46,\n                \"ForecastedAHT\": 379.58,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.63,\n                \"AHTVariancePct\": -17.29,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 102.93,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -102.93,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 137.25,\n                \"DiscretionaryStaffingHours\": 20.59,\n                \"NonDiscretionaryStaffingHours\": 13.73,\n                \"TotalAdjustedStaffingVariance\": -137.25,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 66,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 96,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 11,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 137,\n                \"ActualContacts\": 112,\n                \"ContactVariance\": -25,\n                \"ContactVariancePct\": -18.25,\n                \"ForecastedAHT\": 186.35,\n                \"ActualAHT\": 187.29,\n                \"AHTVariance\": 0.94,\n                \"AHTVariancePct\": 0.51,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineStaffingHours\": 26.34,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 222.48,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 32.93,\n                \"DiscretionaryStaffingHours\": 3.29,\n                \"NonDiscretionaryStaffingHours\": 3.29,\n                \"TotalAdjustedStaffingVariance\": 215.89,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.98,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.97,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 19,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 359,\n                \"ActualContacts\": 317,\n                \"ContactVariance\": -42,\n                \"ContactVariancePct\": -11.7,\n                \"ForecastedAHT\": 384.12,\n                \"ActualAHT\": 393.18,\n                \"AHTVariance\": 9.05,\n                \"AHTVariancePct\": 2.36,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 80,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -80,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 106.67,\n                \"DiscretionaryStaffingHours\": 16,\n                \"NonDiscretionaryStaffingHours\": 10.67,\n                \"TotalAdjustedStaffingVariance\": -106.67,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 10,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 669,\n                \"ActualContacts\": 649,\n                \"ContactVariance\": -20,\n                \"ContactVariancePct\": -2.99,\n                \"ForecastedAHT\": 126.42,\n                \"ActualAHT\": 128.31,\n                \"AHTVariance\": 1.89,\n                \"AHTVariancePct\": 1.49,\n                \"ActualNotHandledContacts\": 37,\n                \"BaselineStaffingHours\": 64.68,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 184.13,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 80.85,\n                \"DiscretionaryStaffingHours\": 8.08,\n                \"NonDiscretionaryStaffingHours\": 8.08,\n                \"TotalAdjustedStaffingVariance\": 167.96,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.69,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.53,\n                \"ObservedServiceMetricVariance\": 19.53,\n                \"ObservedServiceMetricVariancePct\": 24.41\n            },\n            {\n                \"ActivityId\": 101,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 24,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 44,\n                \"ActualContacts\": 35,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -20.45,\n                \"ForecastedAHT\": 847.66,\n                \"ActualAHT\": 1182,\n                \"AHTVariance\": 334.34,\n                \"AHTVariancePct\": 39.44,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineStaffingHours\": 26.56,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 102.84,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 33.2,\n                \"DiscretionaryStaffingHours\": 3.32,\n                \"NonDiscretionaryStaffingHours\": 3.32,\n                \"TotalAdjustedStaffingVariance\": 96.2,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 91.48,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 11.48,\n                \"ServiceVariancePct\": 14.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 98.17,\n                \"ObservedServiceMetricVariance\": 18.17,\n                \"ObservedServiceMetricVariancePct\": 22.71\n            },\n            {\n                \"ActivityId\": 23,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 96,\n                \"ActualContacts\": 123,\n                \"ContactVariance\": 27,\n                \"ContactVariancePct\": 28.13,\n                \"ForecastedAHT\": 896.19,\n                \"ActualAHT\": 902.46,\n                \"AHTVariance\": 6.27,\n                \"AHTVariancePct\": 0.7,\n                \"ActualNotHandledContacts\": 31,\n                \"BaselineStaffingHours\": 23.9,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 105.5,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 31.87,\n                \"DiscretionaryStaffingHours\": 4.78,\n                \"NonDiscretionaryStaffingHours\": 3.19,\n                \"TotalAdjustedStaffingVariance\": 97.53,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 24,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -24,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 25,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 18,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 259.78,\n                \"AHTVariance\": 259.78,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 11,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 60,\n                \"ActualContacts\": 44,\n                \"ContactVariance\": -16,\n                \"ContactVariancePct\": -26.67,\n                \"ForecastedAHT\": 890.97,\n                \"ActualAHT\": 1114.55,\n                \"AHTVariance\": 223.58,\n                \"AHTVariancePct\": 25.09,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineStaffingHours\": 41.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -41.5,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 55.33,\n                \"DiscretionaryStaffingHours\": 8.3,\n                \"NonDiscretionaryStaffingHours\": 5.53,\n                \"TotalAdjustedStaffingVariance\": -55.33,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 12,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 65,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -9.23,\n                \"ForecastedAHT\": 689.78,\n                \"ActualAHT\": 619.44,\n                \"AHTVariance\": -70.34,\n                \"AHTVariancePct\": -10.2,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 34.46,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 214.36,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 43.07,\n                \"DiscretionaryStaffingHours\": 4.31,\n                \"NonDiscretionaryStaffingHours\": 4.31,\n                \"TotalAdjustedStaffingVariance\": 205.75,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.99,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 18,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 28,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -11,\n                \"ContactVariancePct\": -39.29,\n                \"ForecastedAHT\": 197.32,\n                \"ActualAHT\": 195.41,\n                \"AHTVariance\": -1.91,\n                \"AHTVariancePct\": -0.97,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineStaffingHours\": 5.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -5.5,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 7.33,\n                \"DiscretionaryStaffingHours\": 1.1,\n                \"NonDiscretionaryStaffingHours\": 0.73,\n                \"TotalAdjustedStaffingVariance\": -7.33,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 17,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 81,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -22,\n                \"ContactVariancePct\": -27.16,\n                \"ForecastedAHT\": 146.63,\n                \"ActualAHT\": 91.08,\n                \"AHTVariance\": -55.54,\n                \"AHTVariancePct\": -37.88,\n                \"ActualNotHandledContacts\": 50,\n                \"BaselineStaffingHours\": 11,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -11,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 14.67,\n                \"DiscretionaryStaffingHours\": 2.2,\n                \"NonDiscretionaryStaffingHours\": 1.47,\n                \"TotalAdjustedStaffingVariance\": -14.67,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 95,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"cd0c0664-843b-407f-969c-738364c35e90","name":"2 Weekly Detail","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedScheduleAnalysis?activityId=1&forecastId=186&algorithmGroupId=1&scheduleDate=3/20/2024&timeZoneId=20&activityDetail=TRUE&limitToWorkHabits=FALSE&duration=1440&userId=1&transactionFlagId=2","host":["{{envName}}"],"path":["api","PublishedScheduleAnalysis"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data."},{"key":"forecastId","value":"186","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL."},{"key":"algorithmGroupId","value":"1","description":"REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list."},{"key":"scheduleDate","value":"3/20/2024","description":"REQUIRED: Date of the schedule you want to analyze."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."},{"key":"activityDetail","value":"TRUE","description":"REQUIRED: This boolean value detrmines if the ActivityDetail section should be included."},{"key":"limitToWorkHabits","value":"FALSE","description":"REQUIRED: This field defines if the scope of the data should be limited to the work habits of the individual or not. This field expects a boolean true/false value."},{"key":"duration","value":"1440","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"transactionFlagId","value":"2","description":"REQUIRED: This defines the scope of the returned data. 1 = Schedule Analysis Detail, 2 = Weekly Detail"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPmrXzSMDz6a5VFptPAtiKjM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:34:22 GMT"},{"key":"Content-Length","value":"75590"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ReportData\": [\n            {\n                \"Interval\": \"1900-01-01T00:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 5.666666666666667,\n                \"VarianceDay1\": 5.666666666666667,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 5,\n                \"VarianceDay2\": 5,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 2,\n                \"VarianceDay6\": 2,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T00:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 6,\n                \"VarianceDay1\": 6,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 6,\n                \"VarianceDay2\": 6,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 4,\n                \"VarianceDay3\": 4,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 1,\n                \"VarianceDay6\": 1,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T00:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 7,\n                \"VarianceDay1\": 7,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 7,\n                \"VarianceDay2\": 7,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 2,\n                \"VarianceDay6\": 2,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T00:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 7,\n                \"VarianceDay1\": 7,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 7,\n                \"VarianceDay2\": 7,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 2,\n                \"VarianceDay6\": 2,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T01:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 5,\n                \"VarianceDay1\": 5,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 6,\n                \"VarianceDay2\": 6,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 4,\n                \"VarianceDay3\": 4,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 2,\n                \"VarianceDay5\": 2,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 2,\n                \"VarianceDay6\": 2,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T01:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 6,\n                \"VarianceDay1\": 6,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 7,\n                \"VarianceDay2\": 7,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 1,\n                \"VarianceDay6\": 1,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T01:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 5,\n                \"VarianceDay1\": 5,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 6,\n                \"VarianceDay2\": 6,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 4,\n                \"VarianceDay3\": 4,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 2,\n                \"VarianceDay6\": 2,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T01:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 4,\n                \"VarianceDay1\": 4,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 6,\n                \"VarianceDay2\": 6,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 4,\n                \"VarianceDay3\": 4,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 2,\n                \"VarianceDay6\": 2,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T02:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 5,\n                \"VarianceDay1\": 5,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 4,\n                \"VarianceDay2\": 4,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 2,\n                \"VarianceDay3\": 2,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 1,\n                \"VarianceDay5\": 1,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 3,\n                \"VarianceDay7\": 3,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T02:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 4,\n                \"VarianceDay1\": 4,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 3,\n                \"VarianceDay2\": 3,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 2,\n                \"VarianceDay3\": 2,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 5,\n                \"VarianceDay7\": 5,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T02:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 5,\n                \"VarianceDay1\": 5,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 3,\n                \"VarianceDay2\": 3,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 1,\n                \"VarianceDay3\": 1,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 2,\n                \"VarianceDay5\": 2,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T02:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 5,\n                \"VarianceDay1\": 5,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 3,\n                \"VarianceDay2\": 3,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 0,\n                \"VarianceDay3\": 0,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 2,\n                \"VarianceDay5\": 2,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T03:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 4,\n                \"VarianceDay1\": 4,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 3,\n                \"VarianceDay2\": 3,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 0,\n                \"VarianceDay3\": 0,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 2,\n                \"VarianceDay5\": 2,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T03:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 3,\n                \"VarianceDay1\": 3,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 3,\n                \"VarianceDay2\": 3,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 0,\n                \"VarianceDay3\": 0,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 2,\n                \"VarianceDay5\": 2,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T03:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 3,\n                \"VarianceDay1\": 3,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 5,\n                \"VarianceDay2\": 5,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 1,\n                \"VarianceDay3\": 1,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 5,\n                \"VarianceDay7\": 5,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T03:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 3,\n                \"VarianceDay1\": 3,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 5,\n                \"VarianceDay2\": 5,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 2,\n                \"VarianceDay3\": 2,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 5,\n                \"VarianceDay7\": 5,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T04:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 4,\n                \"VarianceDay1\": 4,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 4,\n                \"VarianceDay2\": 4,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 2,\n                \"VarianceDay5\": 2,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 2,\n                \"VarianceDay6\": 2,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 1,\n                \"VarianceDay7\": 1,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T04:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 5,\n                \"VarianceDay1\": 5,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 3,\n                \"VarianceDay2\": 3,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 2,\n                \"VarianceDay5\": 2,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 3,\n                \"VarianceDay7\": 3,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T04:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 6,\n                \"VarianceDay1\": 6,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 4,\n                \"VarianceDay2\": 4,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 1,\n                \"VarianceDay5\": 1,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 3,\n                \"VarianceDay6\": 3,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T04:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 6,\n                \"VarianceDay1\": 6,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 4,\n                \"VarianceDay2\": 4,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 1,\n                \"VarianceDay5\": 1,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 4,\n                \"VarianceDay6\": 4,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 4,\n                \"VarianceDay7\": 4,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T05:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 7,\n                \"VarianceDay1\": 7,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 5,\n                \"VarianceDay2\": 5,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 5,\n                \"VarianceDay6\": 5,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T05:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 8,\n                \"VarianceDay1\": 8,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 6,\n                \"VarianceDay2\": 6,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 5,\n                \"VarianceDay5\": 5,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 5,\n                \"VarianceDay6\": 5,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T05:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 5,\n                \"VarianceDay2\": 5,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 3,\n                \"VarianceDay3\": 3,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 5,\n                \"VarianceDay5\": 5,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 6,\n                \"VarianceDay6\": 6,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 6,\n                \"VarianceDay7\": 6,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T05:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 6,\n                \"VarianceDay2\": 6,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 6,\n                \"VarianceDay6\": 6,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 7,\n                \"VarianceDay7\": 7,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T06:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 7,\n                \"VarianceDay1\": 7,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 7,\n                \"VarianceDay2\": 7,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 6,\n                \"VarianceDay5\": 6,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 5,\n                \"VarianceDay6\": 5,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 7,\n                \"VarianceDay7\": 7,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T06:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 9,\n                \"VarianceDay2\": 9,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 7,\n                \"VarianceDay3\": 7,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 6,\n                \"VarianceDay5\": 6,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 4,\n                \"VarianceDay6\": 4,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 8,\n                \"VarianceDay7\": 8,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T06:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 9,\n                \"VarianceDay2\": 9,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 7,\n                \"VarianceDay4\": 7,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 6,\n                \"VarianceDay5\": 6,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 6,\n                \"VarianceDay6\": 6,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 7,\n                \"VarianceDay7\": 7,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T06:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 10,\n                \"VarianceDay1\": 10,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 8,\n                \"VarianceDay2\": 8,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 7,\n                \"VarianceDay3\": 7,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 7,\n                \"VarianceDay4\": 7,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 5,\n                \"VarianceDay5\": 5,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 6,\n                \"VarianceDay6\": 6,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 7,\n                \"VarianceDay7\": 7,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T07:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 12,\n                \"VarianceDay1\": 12,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 12,\n                \"VarianceDay2\": 12,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 10,\n                \"VarianceDay6\": 10,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 12,\n                \"VarianceDay7\": 12,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T07:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 11,\n                \"VarianceDay1\": 11,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 12,\n                \"VarianceDay2\": 12,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 9,\n                \"VarianceDay5\": 9,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 10,\n                \"VarianceDay6\": 10,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 12,\n                \"VarianceDay7\": 12,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T07:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 12,\n                \"VarianceDay1\": 12,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 12,\n                \"VarianceDay2\": 12,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 7,\n                \"VarianceDay4\": 7,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 9,\n                \"VarianceDay5\": 9,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 11,\n                \"VarianceDay6\": 11,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 12,\n                \"VarianceDay7\": 12,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T07:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 12,\n                \"VarianceDay1\": 12,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 11,\n                \"VarianceDay2\": 11,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 7,\n                \"VarianceDay4\": 7,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 9,\n                \"VarianceDay5\": 9,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 10,\n                \"VarianceDay6\": 10,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 10,\n                \"VarianceDay7\": 10,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T08:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 12,\n                \"VarianceDay1\": 12,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 12,\n                \"VarianceDay2\": 12,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 7,\n                \"VarianceDay4\": 7,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 15,\n                \"VarianceDay6\": 15,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 13,\n                \"VarianceDay7\": 13,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T08:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 14,\n                \"VarianceDay1\": 14,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 14,\n                \"VarianceDay2\": 14,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 7,\n                \"VarianceDay3\": 7,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 15,\n                \"VarianceDay6\": 15,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 15,\n                \"VarianceDay7\": 15,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T08:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 15,\n                \"VarianceDay1\": 15,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 11,\n                \"VarianceDay2\": 11,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 6,\n                \"VarianceDay5\": 6,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 14,\n                \"VarianceDay6\": 14,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 13,\n                \"VarianceDay7\": 13,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T08:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 13,\n                \"VarianceDay1\": 13,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 11,\n                \"VarianceDay2\": 11,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 7,\n                \"VarianceDay4\": 7,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 6,\n                \"VarianceDay5\": 6,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 14,\n                \"VarianceDay6\": 14,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 13,\n                \"VarianceDay7\": 13,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T09:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 20.6,\n                \"VarianceDay1\": 20.6,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 18,\n                \"VarianceDay2\": 18,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 13.6,\n                \"VarianceDay3\": 13.6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 18,\n                \"VarianceDay6\": 18,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 17,\n                \"VarianceDay7\": 17,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T09:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 20,\n                \"VarianceDay1\": 20,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 17,\n                \"VarianceDay2\": 17,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 13,\n                \"VarianceDay3\": 13,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 6,\n                \"VarianceDay5\": 6,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 20,\n                \"VarianceDay6\": 20,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 19,\n                \"VarianceDay7\": 19,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T09:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 24,\n                \"VarianceDay1\": 24,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 17,\n                \"VarianceDay2\": 17,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 17,\n                \"VarianceDay3\": 17,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 24,\n                \"VarianceDay6\": 24,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 23,\n                \"VarianceDay7\": 23,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T09:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 23,\n                \"VarianceDay1\": 23,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 19,\n                \"VarianceDay2\": 19,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 16,\n                \"VarianceDay3\": 16,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 7,\n                \"VarianceDay5\": 7,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 21,\n                \"VarianceDay6\": 21,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 23,\n                \"VarianceDay7\": 23,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T10:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 26,\n                \"VarianceDay1\": 26,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 21.533333333333335,\n                \"VarianceDay2\": 21.533333333333335,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 28,\n                \"VarianceDay6\": 28,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 25,\n                \"VarianceDay7\": 25,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T10:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 25,\n                \"VarianceDay1\": 25,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 23,\n                \"VarianceDay2\": 23,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 29,\n                \"VarianceDay6\": 29,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 25,\n                \"VarianceDay7\": 25,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T10:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 25,\n                \"VarianceDay1\": 25,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 26,\n                \"VarianceDay2\": 26,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 27,\n                \"VarianceDay6\": 27,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 25,\n                \"VarianceDay7\": 25,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T10:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 28,\n                \"VarianceDay1\": 28,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 25,\n                \"VarianceDay2\": 25,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 28,\n                \"VarianceDay6\": 28,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 24,\n                \"VarianceDay7\": 24,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T11:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 27.6,\n                \"VarianceDay1\": 27.6,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 27,\n                \"VarianceDay2\": 27,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 21,\n                \"VarianceDay3\": 21,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 9,\n                \"VarianceDay5\": 9,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 34,\n                \"VarianceDay6\": 34,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 29,\n                \"VarianceDay7\": 29,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T11:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 31,\n                \"VarianceDay1\": 31,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 24,\n                \"VarianceDay2\": 24,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 21,\n                \"VarianceDay3\": 21,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 7,\n                \"VarianceDay5\": 7,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 35,\n                \"VarianceDay6\": 35,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 30,\n                \"VarianceDay7\": 30,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T11:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 31,\n                \"VarianceDay1\": 31,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 25,\n                \"VarianceDay2\": 25,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 21,\n                \"VarianceDay3\": 21,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 31,\n                \"VarianceDay6\": 31,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 31,\n                \"VarianceDay7\": 31,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T11:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 30,\n                \"VarianceDay1\": 30,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 26,\n                \"VarianceDay2\": 26,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 7,\n                \"VarianceDay5\": 7,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 33,\n                \"VarianceDay6\": 33,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 27,\n                \"VarianceDay7\": 27,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T12:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 33,\n                \"VarianceDay1\": 33,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 30,\n                \"VarianceDay2\": 30,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 11,\n                \"VarianceDay5\": 11,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 33.666666666666664,\n                \"VarianceDay6\": 33.666666666666664,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 30,\n                \"VarianceDay7\": 30,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T12:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 32,\n                \"VarianceDay1\": 32,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 30,\n                \"VarianceDay2\": 30,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 12,\n                \"VarianceDay5\": 12,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 36,\n                \"VarianceDay6\": 36,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 29,\n                \"VarianceDay7\": 29,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T12:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 30,\n                \"VarianceDay1\": 30,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 27,\n                \"VarianceDay2\": 27,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 17,\n                \"VarianceDay3\": 17,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 11,\n                \"VarianceDay5\": 11,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 31,\n                \"VarianceDay6\": 31,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 23,\n                \"VarianceDay7\": 23,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T12:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 24,\n                \"VarianceDay1\": 24,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 26,\n                \"VarianceDay2\": 26,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 12,\n                \"VarianceDay5\": 12,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 33,\n                \"VarianceDay6\": 33,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 26,\n                \"VarianceDay7\": 26,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T13:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 27.666666666666668,\n                \"VarianceDay1\": 27.666666666666668,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 26,\n                \"VarianceDay2\": 26,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 17,\n                \"VarianceDay3\": 17,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 11,\n                \"VarianceDay5\": 11,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 32,\n                \"VarianceDay6\": 32,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 25,\n                \"VarianceDay7\": 25,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T13:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 33,\n                \"VarianceDay1\": 33,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 23,\n                \"VarianceDay2\": 23,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 12,\n                \"VarianceDay5\": 12,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 35,\n                \"VarianceDay6\": 35,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 32,\n                \"VarianceDay7\": 32,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T13:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 32,\n                \"VarianceDay1\": 32,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 29,\n                \"VarianceDay2\": 29,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 11,\n                \"VarianceDay5\": 11,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 37,\n                \"VarianceDay6\": 37,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 33,\n                \"VarianceDay7\": 33,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T13:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 29,\n                \"VarianceDay1\": 29,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 30,\n                \"VarianceDay2\": 30,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 20,\n                \"VarianceDay3\": 20,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 11,\n                \"VarianceDay5\": 11,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 38,\n                \"VarianceDay6\": 38,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 33,\n                \"VarianceDay7\": 33,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T14:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 27,\n                \"VarianceDay1\": 27,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 23,\n                \"VarianceDay2\": 23,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 16,\n                \"VarianceDay3\": 16,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 11,\n                \"VarianceDay5\": 11,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 33,\n                \"VarianceDay6\": 33,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 28,\n                \"VarianceDay7\": 28,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T14:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 28,\n                \"VarianceDay1\": 28,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 25,\n                \"VarianceDay2\": 25,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 12,\n                \"VarianceDay5\": 12,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 36,\n                \"VarianceDay6\": 36,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 27,\n                \"VarianceDay7\": 27,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T14:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 30,\n                \"VarianceDay1\": 30,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 29,\n                \"VarianceDay2\": 29,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 14,\n                \"VarianceDay5\": 14,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 34,\n                \"VarianceDay6\": 34,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 28,\n                \"VarianceDay7\": 28,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T14:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 29,\n                \"VarianceDay1\": 29,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 27,\n                \"VarianceDay2\": 27,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 6,\n                \"VarianceDay4\": 6,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 36,\n                \"VarianceDay6\": 36,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 30,\n                \"VarianceDay7\": 30,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T15:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 31,\n                \"VarianceDay1\": 31,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 25,\n                \"VarianceDay2\": 25,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 27,\n                \"VarianceDay6\": 27,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 27,\n                \"VarianceDay7\": 27,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T15:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 26,\n                \"VarianceDay1\": 26,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 24,\n                \"VarianceDay2\": 24,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 26,\n                \"VarianceDay6\": 26,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 22,\n                \"VarianceDay7\": 22,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T15:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 25,\n                \"VarianceDay1\": 25,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 21,\n                \"VarianceDay2\": 21,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 16,\n                \"VarianceDay3\": 16,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 9,\n                \"VarianceDay5\": 9,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 23,\n                \"VarianceDay6\": 23,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 25,\n                \"VarianceDay7\": 25,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T15:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 23,\n                \"VarianceDay1\": 23,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 18,\n                \"VarianceDay2\": 18,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 18,\n                \"VarianceDay3\": 18,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 11,\n                \"VarianceDay5\": 11,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 29,\n                \"VarianceDay6\": 29,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 22,\n                \"VarianceDay7\": 22,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T16:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 25,\n                \"VarianceDay1\": 25,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 21.466666666666665,\n                \"VarianceDay2\": 21.466666666666665,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 9,\n                \"VarianceDay5\": 9,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 27,\n                \"VarianceDay6\": 27,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 24,\n                \"VarianceDay7\": 24,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T16:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 25,\n                \"VarianceDay1\": 25,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 21,\n                \"VarianceDay2\": 21,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 12,\n                \"VarianceDay5\": 12,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 27,\n                \"VarianceDay6\": 27,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 26,\n                \"VarianceDay7\": 26,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T16:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 26,\n                \"VarianceDay1\": 26,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 23,\n                \"VarianceDay2\": 23,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 20,\n                \"VarianceDay3\": 20,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 4,\n                \"VarianceDay4\": 4,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 29,\n                \"VarianceDay6\": 29,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 31,\n                \"VarianceDay7\": 31,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T16:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 29,\n                \"VarianceDay1\": 29,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 21,\n                \"VarianceDay2\": 21,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 19,\n                \"VarianceDay3\": 19,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 30,\n                \"VarianceDay6\": 30,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 27,\n                \"VarianceDay7\": 27,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T17:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 27,\n                \"VarianceDay1\": 27,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 22,\n                \"VarianceDay2\": 22,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 17,\n                \"VarianceDay3\": 17,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 28,\n                \"VarianceDay6\": 28,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 28,\n                \"VarianceDay7\": 28,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T17:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 27,\n                \"VarianceDay1\": 27,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 24,\n                \"VarianceDay2\": 24,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 15,\n                \"VarianceDay3\": 15,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 31,\n                \"VarianceDay6\": 31,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 28,\n                \"VarianceDay7\": 28,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T17:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 27,\n                \"VarianceDay1\": 27,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 23,\n                \"VarianceDay2\": 23,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 14,\n                \"VarianceDay3\": 14,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 12,\n                \"VarianceDay5\": 12,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 28,\n                \"VarianceDay6\": 28,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 25,\n                \"VarianceDay7\": 25,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T17:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 19,\n                \"VarianceDay1\": 19,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 21,\n                \"VarianceDay2\": 21,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 15,\n                \"VarianceDay3\": 15,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 5,\n                \"VarianceDay4\": 5,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 29,\n                \"VarianceDay6\": 29,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 25,\n                \"VarianceDay7\": 25,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T18:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 21,\n                \"VarianceDay1\": 21,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 19,\n                \"VarianceDay2\": 19,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 11,\n                \"VarianceDay3\": 11,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 7,\n                \"VarianceDay5\": 7,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 21.666666666666668,\n                \"VarianceDay6\": 21.666666666666668,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 14.666666666666666,\n                \"VarianceDay7\": 14.666666666666666,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T18:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 20,\n                \"VarianceDay1\": 20,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 21,\n                \"VarianceDay2\": 21,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 12,\n                \"VarianceDay3\": 12,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 22,\n                \"VarianceDay6\": 22,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 21,\n                \"VarianceDay7\": 21,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T18:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 19,\n                \"VarianceDay1\": 19,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 19,\n                \"VarianceDay2\": 19,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 12,\n                \"VarianceDay3\": 12,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 6,\n                \"VarianceDay5\": 6,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 19,\n                \"VarianceDay6\": 19,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 18,\n                \"VarianceDay7\": 18,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T18:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 18,\n                \"VarianceDay1\": 18,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 18,\n                \"VarianceDay2\": 18,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 11,\n                \"VarianceDay3\": 11,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 9,\n                \"VarianceDay5\": 9,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 21,\n                \"VarianceDay6\": 21,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 18,\n                \"VarianceDay7\": 18,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T19:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 17,\n                \"VarianceDay1\": 17,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 15,\n                \"VarianceDay2\": 15,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 9,\n                \"VarianceDay3\": 9,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 18,\n                \"VarianceDay6\": 18,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 16,\n                \"VarianceDay7\": 16,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T19:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 15,\n                \"VarianceDay1\": 15,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 17,\n                \"VarianceDay2\": 17,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 8,\n                \"VarianceDay5\": 8,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 19,\n                \"VarianceDay6\": 19,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 15,\n                \"VarianceDay7\": 15,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T19:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 15,\n                \"VarianceDay1\": 15,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 16,\n                \"VarianceDay2\": 16,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 16,\n                \"VarianceDay6\": 16,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 16,\n                \"VarianceDay7\": 16,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T19:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 13,\n                \"VarianceDay1\": 13,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 15,\n                \"VarianceDay2\": 15,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 10,\n                \"VarianceDay5\": 10,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 16,\n                \"VarianceDay6\": 16,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 14,\n                \"VarianceDay7\": 14,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T20:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 13,\n                \"VarianceDay1\": 13,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 13.466666666666667,\n                \"VarianceDay2\": 13.466666666666667,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 9,\n                \"VarianceDay3\": 9,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 7,\n                \"VarianceDay5\": 7,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 14,\n                \"VarianceDay6\": 14,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 11,\n                \"VarianceDay7\": 11,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T20:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 13,\n                \"VarianceDay1\": 13,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 13,\n                \"VarianceDay2\": 13,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 7,\n                \"VarianceDay5\": 7,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 11,\n                \"VarianceDay6\": 11,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 11,\n                \"VarianceDay7\": 11,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T20:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 13,\n                \"VarianceDay1\": 13,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 13,\n                \"VarianceDay2\": 13,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 3,\n                \"VarianceDay4\": 3,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 7,\n                \"VarianceDay5\": 7,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 13,\n                \"VarianceDay6\": 13,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 11,\n                \"VarianceDay7\": 11,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T20:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 14,\n                \"VarianceDay1\": 14,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 12,\n                \"VarianceDay2\": 12,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 5,\n                \"VarianceDay5\": 5,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 15,\n                \"VarianceDay6\": 15,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 11,\n                \"VarianceDay7\": 11,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T21:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 12,\n                \"VarianceDay1\": 12,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 10,\n                \"VarianceDay2\": 10,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 13,\n                \"VarianceDay6\": 13,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 10,\n                \"VarianceDay7\": 10,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T21:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 10,\n                \"VarianceDay1\": 10,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 10,\n                \"VarianceDay2\": 10,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 11,\n                \"VarianceDay6\": 11,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 10,\n                \"VarianceDay7\": 10,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T21:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 11,\n                \"VarianceDay1\": 11,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 8,\n                \"VarianceDay2\": 8,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 7,\n                \"VarianceDay3\": 7,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 10,\n                \"VarianceDay6\": 10,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 9,\n                \"VarianceDay7\": 9,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T21:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 10,\n                \"VarianceDay1\": 10,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 8,\n                \"VarianceDay2\": 8,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 10,\n                \"VarianceDay6\": 10,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 10,\n                \"VarianceDay7\": 10,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T22:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 9,\n                \"VarianceDay2\": 9,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 6,\n                \"VarianceDay3\": 6,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 10,\n                \"VarianceDay6\": 10,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 7,\n                \"VarianceDay7\": 7,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T22:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 9,\n                \"VarianceDay2\": 9,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 7,\n                \"VarianceDay3\": 7,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 4,\n                \"VarianceDay5\": 4,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 10,\n                \"VarianceDay6\": 10,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 9,\n                \"VarianceDay7\": 9,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T22:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 10,\n                \"VarianceDay2\": 10,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 7,\n                \"VarianceDay3\": 7,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 5,\n                \"VarianceDay5\": 5,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 7,\n                \"VarianceDay6\": 7,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 9,\n                \"VarianceDay7\": 9,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T22:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 8,\n                \"VarianceDay1\": 8,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 10,\n                \"VarianceDay2\": 10,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 5,\n                \"VarianceDay3\": 5,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 5,\n                \"VarianceDay5\": 5,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 9,\n                \"VarianceDay6\": 9,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 7,\n                \"VarianceDay7\": 7,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T23:00:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 11,\n                \"VarianceDay1\": 11,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 10,\n                \"VarianceDay2\": 10,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 8,\n                \"VarianceDay6\": 8,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 9,\n                \"VarianceDay7\": 9,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T23:15:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 11,\n                \"VarianceDay1\": 11,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 9,\n                \"VarianceDay2\": 9,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 7,\n                \"VarianceDay3\": 7,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 7,\n                \"VarianceDay6\": 7,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 7,\n                \"VarianceDay7\": 7,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T23:30:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 9,\n                \"VarianceDay1\": 9,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 9,\n                \"VarianceDay2\": 9,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 1,\n                \"VarianceDay4\": 1,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 7,\n                \"VarianceDay6\": 7,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 8,\n                \"VarianceDay7\": 8,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            },\n            {\n                \"Interval\": \"1900-01-01T23:45:00\",\n                \"RequiredDay1\": 0,\n                \"ScheduledDay1\": 8,\n                \"VarianceDay1\": 8,\n                \"ServiceDay1\": 80,\n                \"ServiceBenchmarkDay1\": 80,\n                \"RequiredDay2\": 0,\n                \"ScheduledDay2\": 10,\n                \"VarianceDay2\": 10,\n                \"ServiceDay2\": 80,\n                \"ServiceBenchmarkDay2\": 80,\n                \"RequiredDay3\": 0,\n                \"ScheduledDay3\": 8,\n                \"VarianceDay3\": 8,\n                \"ServiceDay3\": 80,\n                \"ServiceBenchmarkDay3\": 80,\n                \"RequiredDay4\": 0,\n                \"ScheduledDay4\": 2,\n                \"VarianceDay4\": 2,\n                \"ServiceDay4\": 80,\n                \"ServiceBenchmarkDay4\": 80,\n                \"RequiredDay5\": 0,\n                \"ScheduledDay5\": 3,\n                \"VarianceDay5\": 3,\n                \"ServiceDay5\": 80,\n                \"ServiceBenchmarkDay5\": 80,\n                \"RequiredDay6\": 0,\n                \"ScheduledDay6\": 6,\n                \"VarianceDay6\": 6,\n                \"ServiceDay6\": 80,\n                \"ServiceBenchmarkDay6\": 80,\n                \"RequiredDay7\": 0,\n                \"ScheduledDay7\": 8,\n                \"VarianceDay7\": 8,\n                \"ServiceDay7\": 80,\n                \"ServiceBenchmarkDay7\": 80\n            }\n        ],\n        \"ScheduleDates\": [\n            {\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"UTCScheduleDate\": \"2024-03-20T06:00:00\"\n            },\n            {\n                \"ScheduleDate\": \"2024-03-21T00:00:00\",\n                \"UTCScheduleDate\": \"2024-03-21T06:00:00\"\n            },\n            {\n                \"ScheduleDate\": \"2024-03-22T00:00:00\",\n                \"UTCScheduleDate\": \"2024-03-22T06:00:00\"\n            },\n            {\n                \"ScheduleDate\": \"2024-03-23T00:00:00\",\n                \"UTCScheduleDate\": \"2024-03-23T06:00:00\"\n            },\n            {\n                \"ScheduleDate\": \"2024-03-24T00:00:00\",\n                \"UTCScheduleDate\": \"2024-03-24T06:00:00\"\n            },\n            {\n                \"ScheduleDate\": \"2024-03-25T00:00:00\",\n                \"UTCScheduleDate\": \"2024-03-25T06:00:00\"\n            },\n            {\n                \"ScheduleDate\": \"2024-03-26T00:00:00\",\n                \"UTCScheduleDate\": \"2024-03-26T06:00:00\"\n            }\n        ],\n        \"ExecutiveSummary\": [\n            {\n                \"Name\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ReportDate\": \"2024-03-20T00:00:00\",\n                \"ReportEndDate\": \"2024-03-26T00:00:00\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a7a1c101-80a6-4603-9b3c-fb44e505436e"},{"name":"PublishedScheduleAnalysisProjections","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c4431262-dc8c-483a-9277-dcd1501ee1a7"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"0a3445c9-37bd-4770-826a-06e3b6f18937"}}],"id":"f94a5a3b-5547-48c7-b90f-04218d532946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9ce52173-aec6-4bfd-a2b6-92415ad32e0e"}],"url":"{{envName}}/api/PublishedScheduleAnalysisProjections?activityId=1&forecastId=131&algorithmGroupId=1&scheduleDate=3/20/2024&timeZoneId=20&activityDetail=TRUE&limitToWorkHabits=FALSE&duration=1440&useForecastClusters=TRUE&projectionRangeStart=3/20/2024&userId=1","description":"<p>This endpoint returns schedule analysis projections based on the user input.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedScheduleAnalysisProjections"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data.</p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL.</p>\n","type":"text/plain"},"key":"forecastId","value":"131"},{"description":{"content":"<p>REQUIRED: Defines which Forecast Algorithm to use. Use ForecastAlgorithmGroup to get a full list.</p>\n","type":"text/plain"},"key":"algorithmGroupId","value":"1"},{"description":{"content":"<p>REQUIRED: Date of the schedule you want to analyze.</p>\n","type":"text/plain"},"key":"scheduleDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: This boolean value detrmines if the ActivityDetail section should be included.</p>\n","type":"text/plain"},"key":"activityDetail","value":"TRUE"},{"description":{"content":"<p>REQUIRED: This field defines if the scope of the data should be limited to the work habits of the individual or not. This field expects a boolean true/false value.</p>\n","type":"text/plain"},"key":"limitToWorkHabits","value":"FALSE"},{"description":{"content":"<p>REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day</p>\n","type":"text/plain"},"key":"duration","value":"1440"},{"description":{"content":"<p>REQUIRED: Determines if forecasting of activity clusters should be performed. Expects a boolean true/false value.</p>\n","type":"text/plain"},"key":"useForecastClusters","value":"TRUE"},{"description":{"content":"<p>REQUIRED: The start date of the projection range.</p>\n","type":"text/plain"},"key":"projectionRangeStart","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"b179eff8-6f91-4837-8b33-649864533dab","name":"Published Schedule Analysis Projections","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedScheduleAnalysisProjections?activityId=1&forecastId=131&algorithmGroupId=1&scheduleDate=3/20/2024&timeZoneId=20&activityDetail=TRUE&limitToWorkHabits=FALSE&duration=1440&useForecastClusters=TRUE&projectionRangeStart=3/20/2024&userId=1","host":["{{envName}}"],"path":["api","PublishedScheduleAnalysisProjections"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data."},{"key":"forecastId","value":"131","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL."},{"key":"algorithmGroupId","value":"1","description":"REQUIRED: Defines which Forecast Algorithm to use. Use ForecastAlgorithmGroup to get a full list."},{"key":"scheduleDate","value":"3/20/2024","description":"REQUIRED: Date of the schedule you want to analyze."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."},{"key":"activityDetail","value":"TRUE","description":"REQUIRED: This boolean value detrmines if the ActivityDetail section should be included."},{"key":"limitToWorkHabits","value":"FALSE","description":"REQUIRED: This field defines if the scope of the data should be limited to the work habits of the individual or not. This field expects a boolean true/false value."},{"key":"duration","value":"1440","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"useForecastClusters","value":"TRUE","description":"REQUIRED: Determines if forecasting of activity clusters should be performed. Expects a boolean true/false value."},{"key":"projectionRangeStart","value":"3/20/2024","description":"REQUIRED: The start date of the projection range."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqkRRI2sVOIcXYmvxiCKfVg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:43:12 GMT"},{"key":"Content-Length","value":"2035653"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"toCurrentStats\": [\n            {\n                \"ActivityId\": 1,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 4084,\n                \"ActualContacts\": 3931,\n                \"ContactVariance\": -153,\n                \"ContactVariancePct\": -3.75,\n                \"ForecastedAHT\": 353.48,\n                \"ActualAHT\": 322.93,\n                \"AHTVariance\": -30.55,\n                \"AHTVariancePct\": -8.64,\n                \"BaselineStaffingHours\": 759.38,\n                \"ScheduledHours\": 387.88,\n                \"BaselineStaffingVariance\": -371.49,\n                \"BaselineStaffingVariancePct\": -48.92,\n                \"TotalAdjustedStaffingHours\": 987.23,\n                \"TotalAdjustedStaffingVariance\": -599.35,\n                \"TotalAdjustedStaffingHoursPct\": -60.71,\n                \"DiscretionaryStaffingHours\": 129.13,\n                \"NonDiscretionaryStaffingHours\": 98.73,\n                \"ServiceMetricSummary\": 16.42,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -63.58,\n                \"ServiceVariancePct\": -79.48,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 3931,\n                \"ProjectedActualAHT\": 322.93,\n                \"ProjectedContactVariance\": -153,\n                \"ProjectedAHTVariance\": -30.55,\n                \"ProjectedBaselineStaffingHours\": 759.38,\n                \"ProjectedBaselineStaffingVariance\": -371.49,\n                \"ProjectedBaselineStaffingVariancePct\": -48.92,\n                \"ProjectedServiceMetricSummary\": 15.78,\n                \"ProjectedServiceVariance\": -64.22,\n                \"ProjectedServiceVariancePct\": -80.27,\n                \"ObservedServiceMetricSummary\": 15.78,\n                \"ObservedServiceMetricVariance\": -64.22,\n                \"ObservedServiceMetricVariancePct\": -80.27\n            }\n        ],\n        \"hourlyStats\": [\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 37,\n                \"ActualContacts\": 40,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 0.08,\n                \"ForecastedAHT\": 301.57,\n                \"ActualAHT\": 208.93,\n                \"AHTVariance\": -92.64,\n                \"AHTVariancePct\": -0.31,\n                \"BaselineStaffingHours\": 7.77,\n                \"ScheduledHours\": 6.42,\n                \"BaselineStaffingVariance\": -1.36,\n                \"BaselineStaffingVariancePct\": -17.44,\n                \"TotalAdjustedStaffingHours\": 9.88,\n                \"TotalAdjustedStaffingVariance\": -3.47,\n                \"TotalAdjustedStaffingHoursPct\": -35.08,\n                \"DiscretionaryStaffingHours\": 1.12,\n                \"NonDiscretionaryStaffingHours\": 0.99,\n                \"ServiceMetricSummary\": 90.5,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 10.5,\n                \"ServiceVariancePct\": 13.13,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 40,\n                \"ProjectedActualAHT\": 208.93,\n                \"ProjectedContactVariance\": 3,\n                \"ProjectedAHTVariance\": -92.64,\n                \"ProjectedBaselineStaffingHours\": 7.77,\n                \"ProjectedBaselineStaffingVariance\": -1.36,\n                \"ProjectedBaselineStaffingVariancePct\": -17.44,\n                \"ProjectedServiceMetricSummary\": 91.28,\n                \"ProjectedServiceVariance\": 11.28,\n                \"ProjectedServiceVariancePct\": 14.1,\n                \"ObservedServiceMetricSummary\": 91.28,\n                \"ObservedServiceMetricVariance\": 11.28,\n                \"ObservedServiceMetricVariancePct\": 14.1\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 29,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": -10,\n                \"ContactVariancePct\": -0.34,\n                \"ForecastedAHT\": 364.1,\n                \"ActualAHT\": 244.84,\n                \"AHTVariance\": -119.26,\n                \"AHTVariancePct\": -0.33,\n                \"BaselineStaffingHours\": 7.13,\n                \"ScheduledHours\": 5,\n                \"BaselineStaffingVariance\": -2.13,\n                \"BaselineStaffingVariancePct\": -29.89,\n                \"TotalAdjustedStaffingHours\": 9.12,\n                \"TotalAdjustedStaffingVariance\": -4.12,\n                \"TotalAdjustedStaffingHoursPct\": -45.2,\n                \"DiscretionaryStaffingHours\": 1.08,\n                \"NonDiscretionaryStaffingHours\": 0.91,\n                \"ServiceMetricSummary\": 71.51,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -8.49,\n                \"ServiceVariancePct\": -10.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 19,\n                \"ProjectedActualAHT\": 244.84,\n                \"ProjectedContactVariance\": -10,\n                \"ProjectedAHTVariance\": -119.26,\n                \"ProjectedBaselineStaffingHours\": 7.13,\n                \"ProjectedBaselineStaffingVariance\": -2.13,\n                \"ProjectedBaselineStaffingVariancePct\": -29.89,\n                \"ProjectedServiceMetricSummary\": 73.08,\n                \"ProjectedServiceVariance\": -6.92,\n                \"ProjectedServiceVariancePct\": -8.65,\n                \"ObservedServiceMetricSummary\": 73.08,\n                \"ObservedServiceMetricVariance\": -6.92,\n                \"ObservedServiceMetricVariancePct\": -8.65\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 31,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": -0.26,\n                \"ForecastedAHT\": 306.58,\n                \"ActualAHT\": 248.09,\n                \"AHTVariance\": -58.49,\n                \"AHTVariancePct\": -0.19,\n                \"BaselineStaffingHours\": 6.47,\n                \"ScheduledHours\": 4.75,\n                \"BaselineStaffingVariance\": -1.72,\n                \"BaselineStaffingVariancePct\": -26.56,\n                \"TotalAdjustedStaffingHours\": 8.25,\n                \"TotalAdjustedStaffingVariance\": -3.5,\n                \"TotalAdjustedStaffingHoursPct\": -42.45,\n                \"DiscretionaryStaffingHours\": 0.96,\n                \"NonDiscretionaryStaffingHours\": 0.83,\n                \"ServiceMetricSummary\": 82.03,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 2.03,\n                \"ServiceVariancePct\": 2.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 23,\n                \"ProjectedActualAHT\": 248.09,\n                \"ProjectedContactVariance\": -8,\n                \"ProjectedAHTVariance\": -58.49,\n                \"ProjectedBaselineStaffingHours\": 6.47,\n                \"ProjectedBaselineStaffingVariance\": -1.72,\n                \"ProjectedBaselineStaffingVariancePct\": -26.56,\n                \"ProjectedServiceMetricSummary\": 82.08,\n                \"ProjectedServiceVariance\": 2.08,\n                \"ProjectedServiceVariancePct\": 2.59,\n                \"ObservedServiceMetricSummary\": 82.08,\n                \"ObservedServiceMetricVariance\": 2.08,\n                \"ObservedServiceMetricVariancePct\": 2.59\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 28,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -0.18,\n                \"ForecastedAHT\": 362.36,\n                \"ActualAHT\": 235.35,\n                \"AHTVariance\": -127.01,\n                \"AHTVariancePct\": -0.35,\n                \"BaselineStaffingHours\": 7.39,\n                \"ScheduledHours\": 3.25,\n                \"BaselineStaffingVariance\": -4.14,\n                \"BaselineStaffingVariancePct\": -56.04,\n                \"TotalAdjustedStaffingHours\": 9.54,\n                \"TotalAdjustedStaffingVariance\": -6.29,\n                \"TotalAdjustedStaffingHoursPct\": -65.92,\n                \"DiscretionaryStaffingHours\": 1.19,\n                \"NonDiscretionaryStaffingHours\": 0.95,\n                \"ServiceMetricSummary\": 28.8,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -51.2,\n                \"ServiceVariancePct\": -64,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 23,\n                \"ProjectedActualAHT\": 235.35,\n                \"ProjectedContactVariance\": -5,\n                \"ProjectedAHTVariance\": -127.01,\n                \"ProjectedBaselineStaffingHours\": 7.39,\n                \"ProjectedBaselineStaffingVariance\": -4.14,\n                \"ProjectedBaselineStaffingVariancePct\": -56.04,\n                \"ProjectedServiceMetricSummary\": 32.27,\n                \"ProjectedServiceVariance\": -47.73,\n                \"ProjectedServiceVariancePct\": -59.66,\n                \"ObservedServiceMetricSummary\": 32.27,\n                \"ObservedServiceMetricVariance\": -47.73,\n                \"ObservedServiceMetricVariancePct\": -59.66\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 35,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": -12,\n                \"ContactVariancePct\": -0.34,\n                \"ForecastedAHT\": 330.66,\n                \"ActualAHT\": 256.65,\n                \"AHTVariance\": -74,\n                \"AHTVariancePct\": -0.22,\n                \"BaselineStaffingHours\": 7.77,\n                \"ScheduledHours\": 5.25,\n                \"BaselineStaffingVariance\": -2.52,\n                \"BaselineStaffingVariancePct\": -32.47,\n                \"TotalAdjustedStaffingHours\": 9.99,\n                \"TotalAdjustedStaffingVariance\": -4.74,\n                \"TotalAdjustedStaffingHoursPct\": -47.45,\n                \"DiscretionaryStaffingHours\": 1.22,\n                \"NonDiscretionaryStaffingHours\": 1,\n                \"ServiceMetricSummary\": 69.89,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -10.11,\n                \"ServiceVariancePct\": -12.64,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 23,\n                \"ProjectedActualAHT\": 256.65,\n                \"ProjectedContactVariance\": -12,\n                \"ProjectedAHTVariance\": -74,\n                \"ProjectedBaselineStaffingHours\": 7.77,\n                \"ProjectedBaselineStaffingVariance\": -2.52,\n                \"ProjectedBaselineStaffingVariancePct\": -32.47,\n                \"ProjectedServiceMetricSummary\": 63.59,\n                \"ProjectedServiceVariance\": -16.41,\n                \"ProjectedServiceVariancePct\": -20.51,\n                \"ObservedServiceMetricSummary\": 63.59,\n                \"ObservedServiceMetricVariance\": -16.41,\n                \"ObservedServiceMetricVariancePct\": -20.51\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 44,\n                \"ActualContacts\": 35,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -0.2,\n                \"ForecastedAHT\": 320.43,\n                \"ActualAHT\": 302.11,\n                \"AHTVariance\": -18.32,\n                \"AHTVariancePct\": -0.06,\n                \"BaselineStaffingHours\": 9.71,\n                \"ScheduledHours\": 8.25,\n                \"BaselineStaffingVariance\": -1.46,\n                \"BaselineStaffingVariancePct\": -15.02,\n                \"TotalAdjustedStaffingHours\": 12.41,\n                \"TotalAdjustedStaffingVariance\": -4.16,\n                \"TotalAdjustedStaffingHoursPct\": -33.5,\n                \"DiscretionaryStaffingHours\": 1.46,\n                \"NonDiscretionaryStaffingHours\": 1.24,\n                \"ServiceMetricSummary\": 95.71,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 15.71,\n                \"ServiceVariancePct\": 19.64,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 35,\n                \"ProjectedActualAHT\": 302.11,\n                \"ProjectedContactVariance\": -9,\n                \"ProjectedAHTVariance\": -18.32,\n                \"ProjectedBaselineStaffingHours\": 9.71,\n                \"ProjectedBaselineStaffingVariance\": -1.46,\n                \"ProjectedBaselineStaffingVariancePct\": -15.02,\n                \"ProjectedServiceMetricSummary\": 95.92,\n                \"ProjectedServiceVariance\": 15.92,\n                \"ProjectedServiceVariancePct\": 19.9,\n                \"ObservedServiceMetricSummary\": 95.92,\n                \"ObservedServiceMetricVariance\": 15.92,\n                \"ObservedServiceMetricVariancePct\": 19.9\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 53,\n                \"ActualContacts\": 47,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -0.11,\n                \"ForecastedAHT\": 299.27,\n                \"ActualAHT\": 273.81,\n                \"AHTVariance\": -25.46,\n                \"AHTVariancePct\": -0.09,\n                \"BaselineStaffingHours\": 12.17,\n                \"ScheduledHours\": 8.75,\n                \"BaselineStaffingVariance\": -3.42,\n                \"BaselineStaffingVariancePct\": -28.08,\n                \"TotalAdjustedStaffingHours\": 15.64,\n                \"TotalAdjustedStaffingVariance\": -6.89,\n                \"TotalAdjustedStaffingHoursPct\": -44.07,\n                \"DiscretionaryStaffingHours\": 1.91,\n                \"NonDiscretionaryStaffingHours\": 1.56,\n                \"ServiceMetricSummary\": 93.71,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 13.71,\n                \"ServiceVariancePct\": 17.13,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 47,\n                \"ProjectedActualAHT\": 273.81,\n                \"ProjectedContactVariance\": -6,\n                \"ProjectedAHTVariance\": -25.46,\n                \"ProjectedBaselineStaffingHours\": 12.17,\n                \"ProjectedBaselineStaffingVariance\": -3.42,\n                \"ProjectedBaselineStaffingVariancePct\": -28.08,\n                \"ProjectedServiceMetricSummary\": 94.04,\n                \"ProjectedServiceVariance\": 14.04,\n                \"ProjectedServiceVariancePct\": 17.55,\n                \"ObservedServiceMetricSummary\": 94.04,\n                \"ObservedServiceMetricVariance\": 14.04,\n                \"ObservedServiceMetricVariancePct\": 17.55\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 101,\n                \"ActualContacts\": 108,\n                \"ContactVariance\": 7,\n                \"ContactVariancePct\": 0.07,\n                \"ForecastedAHT\": 308.22,\n                \"ActualAHT\": 279,\n                \"AHTVariance\": -29.22,\n                \"AHTVariancePct\": -0.09,\n                \"BaselineStaffingHours\": 20.53,\n                \"ScheduledHours\": 11.75,\n                \"BaselineStaffingVariance\": -8.78,\n                \"BaselineStaffingVariancePct\": -42.76,\n                \"TotalAdjustedStaffingHours\": 26.41,\n                \"TotalAdjustedStaffingVariance\": -14.66,\n                \"TotalAdjustedStaffingHoursPct\": -55.51,\n                \"DiscretionaryStaffingHours\": 3.24,\n                \"NonDiscretionaryStaffingHours\": 2.64,\n                \"ServiceMetricSummary\": 75.99,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -4.01,\n                \"ServiceVariancePct\": -5.01,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 108,\n                \"ProjectedActualAHT\": 279,\n                \"ProjectedContactVariance\": 7,\n                \"ProjectedAHTVariance\": -29.22,\n                \"ProjectedBaselineStaffingHours\": 20.53,\n                \"ProjectedBaselineStaffingVariance\": -8.78,\n                \"ProjectedBaselineStaffingVariancePct\": -42.76,\n                \"ProjectedServiceMetricSummary\": 74.91,\n                \"ProjectedServiceVariance\": -5.09,\n                \"ProjectedServiceVariancePct\": -6.36,\n                \"ObservedServiceMetricSummary\": 74.91,\n                \"ObservedServiceMetricVariance\": -5.09,\n                \"ObservedServiceMetricVariancePct\": -6.36\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 147,\n                \"ActualContacts\": 147,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322.19,\n                \"ActualAHT\": 327.9,\n                \"AHTVariance\": 5.71,\n                \"AHTVariancePct\": 0.02,\n                \"BaselineStaffingHours\": 28.71,\n                \"ScheduledHours\": 13.5,\n                \"BaselineStaffingVariance\": -15.21,\n                \"BaselineStaffingVariancePct\": -52.98,\n                \"TotalAdjustedStaffingHours\": 36.73,\n                \"TotalAdjustedStaffingVariance\": -23.23,\n                \"TotalAdjustedStaffingHoursPct\": -63.24,\n                \"DiscretionaryStaffingHours\": 4.34,\n                \"NonDiscretionaryStaffingHours\": 3.67,\n                \"ServiceMetricSummary\": 27.68,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -52.32,\n                \"ServiceVariancePct\": -65.4,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 147,\n                \"ProjectedActualAHT\": 327.9,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": 5.71,\n                \"ProjectedBaselineStaffingHours\": 28.71,\n                \"ProjectedBaselineStaffingVariance\": -15.21,\n                \"ProjectedBaselineStaffingVariancePct\": -52.98,\n                \"ProjectedServiceMetricSummary\": 32.59,\n                \"ProjectedServiceVariance\": -47.41,\n                \"ProjectedServiceVariancePct\": -59.26,\n                \"ObservedServiceMetricSummary\": 32.59,\n                \"ObservedServiceMetricVariance\": -47.41,\n                \"ObservedServiceMetricVariancePct\": -59.26\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 378,\n                \"ActualContacts\": 343,\n                \"ContactVariance\": -35,\n                \"ContactVariancePct\": -0.09,\n                \"ForecastedAHT\": 329.82,\n                \"ActualAHT\": 273.74,\n                \"AHTVariance\": -56.08,\n                \"AHTVariancePct\": -0.17,\n                \"BaselineStaffingHours\": 61.95,\n                \"ScheduledHours\": 21.9,\n                \"BaselineStaffingVariance\": -40.05,\n                \"BaselineStaffingVariancePct\": -64.65,\n                \"TotalAdjustedStaffingHours\": 80.76,\n                \"TotalAdjustedStaffingVariance\": -58.86,\n                \"TotalAdjustedStaffingHoursPct\": -72.88,\n                \"DiscretionaryStaffingHours\": 10.73,\n                \"NonDiscretionaryStaffingHours\": 8.08,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 343,\n                \"ProjectedActualAHT\": 273.74,\n                \"ProjectedContactVariance\": -35,\n                \"ProjectedAHTVariance\": -56.08,\n                \"ProjectedBaselineStaffingHours\": 61.95,\n                \"ProjectedBaselineStaffingVariance\": -40.05,\n                \"ProjectedBaselineStaffingVariancePct\": -64.65,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 391,\n                \"ActualContacts\": 350,\n                \"ContactVariance\": -41,\n                \"ContactVariancePct\": -0.1,\n                \"ForecastedAHT\": 339.91,\n                \"ActualAHT\": 319.54,\n                \"AHTVariance\": -20.37,\n                \"AHTVariancePct\": -0.06,\n                \"BaselineStaffingHours\": 66,\n                \"ScheduledHours\": 26,\n                \"BaselineStaffingVariance\": -40,\n                \"BaselineStaffingVariancePct\": -60.61,\n                \"TotalAdjustedStaffingHours\": 86.09,\n                \"TotalAdjustedStaffingVariance\": -60.09,\n                \"TotalAdjustedStaffingHoursPct\": -69.8,\n                \"DiscretionaryStaffingHours\": 11.48,\n                \"NonDiscretionaryStaffingHours\": 8.61,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 350,\n                \"ProjectedActualAHT\": 319.54,\n                \"ProjectedContactVariance\": -41,\n                \"ProjectedAHTVariance\": -20.37,\n                \"ProjectedBaselineStaffingHours\": 66,\n                \"ProjectedBaselineStaffingVariance\": -40,\n                \"ProjectedBaselineStaffingVariancePct\": -60.61,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 345,\n                \"ActualContacts\": 362,\n                \"ContactVariance\": 17,\n                \"ContactVariancePct\": 0.05,\n                \"ForecastedAHT\": 347.14,\n                \"ActualAHT\": 346.78,\n                \"AHTVariance\": -0.36,\n                \"AHTVariancePct\": 0,\n                \"BaselineStaffingHours\": 59.25,\n                \"ScheduledHours\": 29.9,\n                \"BaselineStaffingVariance\": -29.35,\n                \"BaselineStaffingVariancePct\": -49.53,\n                \"TotalAdjustedStaffingHours\": 77.32,\n                \"TotalAdjustedStaffingVariance\": -47.42,\n                \"TotalAdjustedStaffingHoursPct\": -61.33,\n                \"DiscretionaryStaffingHours\": 10.34,\n                \"NonDiscretionaryStaffingHours\": 7.73,\n                \"ServiceMetricSummary\": 6.1,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -73.9,\n                \"ServiceVariancePct\": -92.37,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 362,\n                \"ProjectedActualAHT\": 346.78,\n                \"ProjectedContactVariance\": 17,\n                \"ProjectedAHTVariance\": -0.36,\n                \"ProjectedBaselineStaffingHours\": 59.25,\n                \"ProjectedBaselineStaffingVariance\": -29.35,\n                \"ProjectedBaselineStaffingVariancePct\": -49.53,\n                \"ProjectedServiceMetricSummary\": 6.09,\n                \"ProjectedServiceVariance\": -73.91,\n                \"ProjectedServiceVariancePct\": -92.38,\n                \"ObservedServiceMetricSummary\": 6.09,\n                \"ObservedServiceMetricVariance\": -73.91,\n                \"ObservedServiceMetricVariancePct\": -92.38\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 362,\n                \"ActualContacts\": 346,\n                \"ContactVariance\": -16,\n                \"ContactVariancePct\": -0.04,\n                \"ForecastedAHT\": 356.67,\n                \"ActualAHT\": 313.32,\n                \"AHTVariance\": -43.35,\n                \"AHTVariancePct\": -0.12,\n                \"BaselineStaffingHours\": 62.09,\n                \"ScheduledHours\": 29.75,\n                \"BaselineStaffingVariance\": -32.34,\n                \"BaselineStaffingVariancePct\": -52.09,\n                \"TotalAdjustedStaffingHours\": 81.16,\n                \"TotalAdjustedStaffingVariance\": -51.41,\n                \"TotalAdjustedStaffingHoursPct\": -63.35,\n                \"DiscretionaryStaffingHours\": 10.95,\n                \"NonDiscretionaryStaffingHours\": 8.12,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 346,\n                \"ProjectedActualAHT\": 313.32,\n                \"ProjectedContactVariance\": -16,\n                \"ProjectedAHTVariance\": -43.35,\n                \"ProjectedBaselineStaffingHours\": 62.09,\n                \"ProjectedBaselineStaffingVariance\": -32.34,\n                \"ProjectedBaselineStaffingVariancePct\": -52.09,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 383,\n                \"ActualContacts\": 430,\n                \"ContactVariance\": 47,\n                \"ContactVariancePct\": 0.12,\n                \"ForecastedAHT\": 372.96,\n                \"ActualAHT\": 349.1,\n                \"AHTVariance\": -23.87,\n                \"AHTVariancePct\": -0.06,\n                \"BaselineStaffingHours\": 66.27,\n                \"ScheduledHours\": 30.42,\n                \"BaselineStaffingVariance\": -35.86,\n                \"BaselineStaffingVariancePct\": -54.1,\n                \"TotalAdjustedStaffingHours\": 86.5,\n                \"TotalAdjustedStaffingVariance\": -56.08,\n                \"TotalAdjustedStaffingHoursPct\": -64.84,\n                \"DiscretionaryStaffingHours\": 11.58,\n                \"NonDiscretionaryStaffingHours\": 8.65,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 430,\n                \"ProjectedActualAHT\": 349.1,\n                \"ProjectedContactVariance\": 47,\n                \"ProjectedAHTVariance\": -23.87,\n                \"ProjectedBaselineStaffingHours\": 66.27,\n                \"ProjectedBaselineStaffingVariance\": -35.86,\n                \"ProjectedBaselineStaffingVariancePct\": -54.1,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 387,\n                \"ActualContacts\": 367,\n                \"ContactVariance\": -20,\n                \"ContactVariancePct\": -0.05,\n                \"ForecastedAHT\": 362.1,\n                \"ActualAHT\": 329.67,\n                \"AHTVariance\": -32.43,\n                \"AHTVariancePct\": -0.09,\n                \"BaselineStaffingHours\": 65.34,\n                \"ScheduledHours\": 28.5,\n                \"BaselineStaffingVariance\": -36.84,\n                \"BaselineStaffingVariancePct\": -56.38,\n                \"TotalAdjustedStaffingHours\": 85.3,\n                \"TotalAdjustedStaffingVariance\": -56.8,\n                \"TotalAdjustedStaffingHoursPct\": -66.59,\n                \"DiscretionaryStaffingHours\": 11.43,\n                \"NonDiscretionaryStaffingHours\": 8.53,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 367,\n                \"ProjectedActualAHT\": 329.67,\n                \"ProjectedContactVariance\": -20,\n                \"ProjectedAHTVariance\": -32.43,\n                \"ProjectedBaselineStaffingHours\": 65.34,\n                \"ProjectedBaselineStaffingVariance\": -36.84,\n                \"ProjectedBaselineStaffingVariancePct\": -56.38,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 316,\n                \"ActualContacts\": 287,\n                \"ContactVariance\": -29,\n                \"ContactVariancePct\": -0.09,\n                \"ForecastedAHT\": 369.46,\n                \"ActualAHT\": 334.62,\n                \"AHTVariance\": -34.84,\n                \"AHTVariancePct\": -0.09,\n                \"BaselineStaffingHours\": 58.58,\n                \"ScheduledHours\": 26.25,\n                \"BaselineStaffingVariance\": -32.33,\n                \"BaselineStaffingVariancePct\": -55.19,\n                \"TotalAdjustedStaffingHours\": 76.56,\n                \"TotalAdjustedStaffingVariance\": -50.31,\n                \"TotalAdjustedStaffingHoursPct\": -65.71,\n                \"DiscretionaryStaffingHours\": 10.32,\n                \"NonDiscretionaryStaffingHours\": 7.66,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 287,\n                \"ProjectedActualAHT\": 334.62,\n                \"ProjectedContactVariance\": -29,\n                \"ProjectedAHTVariance\": -34.84,\n                \"ProjectedBaselineStaffingHours\": 58.58,\n                \"ProjectedBaselineStaffingVariance\": -32.33,\n                \"ProjectedBaselineStaffingVariancePct\": -55.19,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 271,\n                \"ActualContacts\": 269,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -0.01,\n                \"ForecastedAHT\": 370.97,\n                \"ActualAHT\": 329.24,\n                \"AHTVariance\": -41.73,\n                \"AHTVariancePct\": -0.11,\n                \"BaselineStaffingHours\": 52.88,\n                \"ScheduledHours\": 26.25,\n                \"BaselineStaffingVariance\": -26.63,\n                \"BaselineStaffingVariancePct\": -50.36,\n                \"TotalAdjustedStaffingHours\": 69.05,\n                \"TotalAdjustedStaffingVariance\": -42.8,\n                \"TotalAdjustedStaffingHoursPct\": -61.98,\n                \"DiscretionaryStaffingHours\": 9.27,\n                \"NonDiscretionaryStaffingHours\": 6.9,\n                \"ServiceMetricSummary\": 17.31,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -62.69,\n                \"ServiceVariancePct\": -78.36,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 269,\n                \"ProjectedActualAHT\": 329.24,\n                \"ProjectedContactVariance\": -2,\n                \"ProjectedAHTVariance\": -41.73,\n                \"ProjectedBaselineStaffingHours\": 52.88,\n                \"ProjectedBaselineStaffingVariance\": -26.63,\n                \"ProjectedBaselineStaffingVariancePct\": -50.36,\n                \"ProjectedServiceMetricSummary\": 17.38,\n                \"ProjectedServiceVariance\": -62.62,\n                \"ProjectedServiceVariancePct\": -78.28,\n                \"ObservedServiceMetricSummary\": 17.38,\n                \"ObservedServiceMetricVariance\": -62.62,\n                \"ObservedServiceMetricVariancePct\": -78.28\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 224,\n                \"ActualContacts\": 221,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -0.01,\n                \"ForecastedAHT\": 419.58,\n                \"ActualAHT\": 374.25,\n                \"AHTVariance\": -45.33,\n                \"AHTVariancePct\": -0.11,\n                \"BaselineStaffingHours\": 49.21,\n                \"ScheduledHours\": 25,\n                \"BaselineStaffingVariance\": -24.21,\n                \"BaselineStaffingVariancePct\": -49.2,\n                \"TotalAdjustedStaffingHours\": 64.32,\n                \"TotalAdjustedStaffingVariance\": -39.32,\n                \"TotalAdjustedStaffingHoursPct\": -61.13,\n                \"DiscretionaryStaffingHours\": 8.68,\n                \"NonDiscretionaryStaffingHours\": 6.43,\n                \"ServiceMetricSummary\": 13.85,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -66.15,\n                \"ServiceVariancePct\": -82.69,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 221,\n                \"ProjectedActualAHT\": 374.25,\n                \"ProjectedContactVariance\": -3,\n                \"ProjectedAHTVariance\": -45.33,\n                \"ProjectedBaselineStaffingHours\": 49.21,\n                \"ProjectedBaselineStaffingVariance\": -24.21,\n                \"ProjectedBaselineStaffingVariancePct\": -49.2,\n                \"ProjectedServiceMetricSummary\": 11.76,\n                \"ProjectedServiceVariance\": -68.24,\n                \"ProjectedServiceVariancePct\": -85.29,\n                \"ObservedServiceMetricSummary\": 11.76,\n                \"ObservedServiceMetricVariance\": -68.24,\n                \"ObservedServiceMetricVariancePct\": -85.29\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 221,\n                \"ActualContacts\": 200,\n                \"ContactVariance\": -21,\n                \"ContactVariancePct\": -0.1,\n                \"ForecastedAHT\": 365.88,\n                \"ActualAHT\": 355.39,\n                \"AHTVariance\": -10.49,\n                \"AHTVariancePct\": -0.03,\n                \"BaselineStaffingHours\": 42.93,\n                \"ScheduledHours\": 19.5,\n                \"BaselineStaffingVariance\": -23.43,\n                \"BaselineStaffingVariancePct\": -54.58,\n                \"TotalAdjustedStaffingHours\": 56.14,\n                \"TotalAdjustedStaffingVariance\": -36.64,\n                \"TotalAdjustedStaffingHoursPct\": -65.27,\n                \"DiscretionaryStaffingHours\": 7.6,\n                \"NonDiscretionaryStaffingHours\": 5.61,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 200,\n                \"ProjectedActualAHT\": 355.39,\n                \"ProjectedContactVariance\": -21,\n                \"ProjectedAHTVariance\": -10.49,\n                \"ProjectedBaselineStaffingHours\": 42.93,\n                \"ProjectedBaselineStaffingVariance\": -23.43,\n                \"ProjectedBaselineStaffingVariancePct\": -54.58,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 73,\n                \"ActualContacts\": 65,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": -0.11,\n                \"ForecastedAHT\": 325.63,\n                \"ActualAHT\": 284.29,\n                \"AHTVariance\": -41.34,\n                \"AHTVariancePct\": -0.13,\n                \"BaselineStaffingHours\": 15.25,\n                \"ScheduledHours\": 15,\n                \"BaselineStaffingVariance\": -0.25,\n                \"BaselineStaffingVariancePct\": -1.66,\n                \"TotalAdjustedStaffingHours\": 19.55,\n                \"TotalAdjustedStaffingVariance\": -4.55,\n                \"TotalAdjustedStaffingHoursPct\": -23.26,\n                \"DiscretionaryStaffingHours\": 2.34,\n                \"NonDiscretionaryStaffingHours\": 1.96,\n                \"ServiceMetricSummary\": 99.6,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.6,\n                \"ServiceVariancePct\": 24.5,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 65,\n                \"ProjectedActualAHT\": 284.29,\n                \"ProjectedContactVariance\": -8,\n                \"ProjectedAHTVariance\": -41.34,\n                \"ProjectedBaselineStaffingHours\": 15.25,\n                \"ProjectedBaselineStaffingVariance\": -0.25,\n                \"ProjectedBaselineStaffingVariancePct\": -1.66,\n                \"ProjectedServiceMetricSummary\": 99.62,\n                \"ProjectedServiceVariance\": 19.62,\n                \"ProjectedServiceVariancePct\": 24.52,\n                \"ObservedServiceMetricSummary\": 99.62,\n                \"ObservedServiceMetricVariance\": 19.62,\n                \"ObservedServiceMetricVariancePct\": 24.52\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 64,\n                \"ActualContacts\": 73,\n                \"ContactVariance\": 9,\n                \"ContactVariancePct\": 0.14,\n                \"ForecastedAHT\": 364.38,\n                \"ActualAHT\": 307.92,\n                \"AHTVariance\": -56.46,\n                \"AHTVariancePct\": -0.15,\n                \"BaselineStaffingHours\": 14.86,\n                \"ScheduledHours\": 13.25,\n                \"BaselineStaffingVariance\": -1.61,\n                \"BaselineStaffingVariancePct\": -10.83,\n                \"TotalAdjustedStaffingHours\": 19.01,\n                \"TotalAdjustedStaffingVariance\": -5.76,\n                \"TotalAdjustedStaffingHoursPct\": -30.3,\n                \"DiscretionaryStaffingHours\": 2.25,\n                \"NonDiscretionaryStaffingHours\": 1.9,\n                \"ServiceMetricSummary\": 97.4,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 17.4,\n                \"ServiceVariancePct\": 21.76,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 73,\n                \"ProjectedActualAHT\": 307.92,\n                \"ProjectedContactVariance\": 9,\n                \"ProjectedAHTVariance\": -56.46,\n                \"ProjectedBaselineStaffingHours\": 14.86,\n                \"ProjectedBaselineStaffingVariance\": -1.61,\n                \"ProjectedBaselineStaffingVariancePct\": -10.83,\n                \"ProjectedServiceMetricSummary\": 97.4,\n                \"ProjectedServiceVariance\": 17.4,\n                \"ProjectedServiceVariancePct\": 21.75,\n                \"ObservedServiceMetricSummary\": 97.4,\n                \"ObservedServiceMetricVariance\": 17.4,\n                \"ObservedServiceMetricVariancePct\": 21.75\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 61,\n                \"ActualContacts\": 61,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 333.02,\n                \"ActualAHT\": 286.33,\n                \"AHTVariance\": -46.69,\n                \"AHTVariancePct\": -0.14,\n                \"BaselineStaffingHours\": 14.16,\n                \"ScheduledHours\": 10.75,\n                \"BaselineStaffingVariance\": -3.41,\n                \"BaselineStaffingVariancePct\": -24.08,\n                \"TotalAdjustedStaffingHours\": 18.18,\n                \"TotalAdjustedStaffingVariance\": -7.43,\n                \"TotalAdjustedStaffingHoursPct\": -40.86,\n                \"DiscretionaryStaffingHours\": 2.2,\n                \"NonDiscretionaryStaffingHours\": 1.82,\n                \"ServiceMetricSummary\": 97.01,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 17.01,\n                \"ServiceVariancePct\": 21.26,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 61,\n                \"ProjectedActualAHT\": 286.33,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": -46.69,\n                \"ProjectedBaselineStaffingHours\": 14.16,\n                \"ProjectedBaselineStaffingVariance\": -3.41,\n                \"ProjectedBaselineStaffingVariancePct\": -24.08,\n                \"ProjectedServiceMetricSummary\": 97.01,\n                \"ProjectedServiceVariance\": 17.01,\n                \"ProjectedServiceVariancePct\": 21.26,\n                \"ObservedServiceMetricSummary\": 97.01,\n                \"ObservedServiceMetricVariance\": 17.01,\n                \"ObservedServiceMetricVariancePct\": 21.26\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 53,\n                \"ActualContacts\": 53,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 296.53,\n                \"AHTVariance\": -26.47,\n                \"AHTVariancePct\": -0.08,\n                \"BaselineStaffingHours\": 11.8,\n                \"ScheduledHours\": 8.75,\n                \"BaselineStaffingVariance\": -3.05,\n                \"BaselineStaffingVariancePct\": -25.88,\n                \"TotalAdjustedStaffingHours\": 15.09,\n                \"TotalAdjustedStaffingVariance\": -6.34,\n                \"TotalAdjustedStaffingHoursPct\": -42,\n                \"DiscretionaryStaffingHours\": 1.77,\n                \"NonDiscretionaryStaffingHours\": 1.51,\n                \"ServiceMetricSummary\": 92.53,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 12.53,\n                \"ServiceVariancePct\": 15.66,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 53,\n                \"ProjectedActualAHT\": 296.53,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": -26.47,\n                \"ProjectedBaselineStaffingHours\": 11.8,\n                \"ProjectedBaselineStaffingVariance\": -3.05,\n                \"ProjectedBaselineStaffingVariancePct\": -25.88,\n                \"ProjectedServiceMetricSummary\": 92.56,\n                \"ProjectedServiceVariance\": 12.56,\n                \"ProjectedServiceVariancePct\": 15.7,\n                \"ObservedServiceMetricSummary\": 92.56,\n                \"ObservedServiceMetricVariance\": 12.56,\n                \"ObservedServiceMetricVariancePct\": 15.7\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"RecordCount\": 4,\n                \"ForecastedContacts\": 50,\n                \"ActualContacts\": 39,\n                \"ContactVariance\": -11,\n                \"ContactVariancePct\": -0.22,\n                \"ForecastedAHT\": 322.72,\n                \"ActualAHT\": 367.67,\n                \"AHTVariance\": 44.94,\n                \"AHTVariancePct\": 0.14,\n                \"BaselineStaffingHours\": 11.14,\n                \"ScheduledHours\": 9.75,\n                \"BaselineStaffingVariance\": -1.39,\n                \"BaselineStaffingVariancePct\": -12.5,\n                \"TotalAdjustedStaffingHours\": 14.24,\n                \"TotalAdjustedStaffingVariance\": -4.49,\n                \"TotalAdjustedStaffingHoursPct\": -31.53,\n                \"DiscretionaryStaffingHours\": 1.67,\n                \"NonDiscretionaryStaffingHours\": 1.42,\n                \"ServiceMetricSummary\": 97.7,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 17.7,\n                \"ServiceVariancePct\": 22.13,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": 0,\n                \"ProjectedActualContacts\": 39,\n                \"ProjectedActualAHT\": 367.67,\n                \"ProjectedContactVariance\": -11,\n                \"ProjectedAHTVariance\": 44.94,\n                \"ProjectedBaselineStaffingHours\": 11.14,\n                \"ProjectedBaselineStaffingVariance\": -1.39,\n                \"ProjectedBaselineStaffingVariancePct\": -12.5,\n                \"ProjectedServiceMetricSummary\": 97.93,\n                \"ProjectedServiceVariance\": 17.93,\n                \"ProjectedServiceVariancePct\": 22.41,\n                \"ObservedServiceMetricSummary\": 97.93,\n                \"ObservedServiceMetricVariance\": 17.93,\n                \"ObservedServiceMetricVariancePct\": 22.41\n            }\n        ],\n        \"executiveSummary\": [\n            {\n                \"name\": \"CommunityWFM\",\n                \"ForecastDescription\": \"March 2024\",\n                \"ForecastGroupName\": \"Standard Forecasting Methods\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ForecastFrom\": \"2024-03-20T00:00:00\",\n                \"ForecastThru\": \"2024-03-21T00:00:00\",\n                \"ActivityId\": 1,\n                \"ForecastedContacts\": 4084,\n                \"ActualContacts\": 3931,\n                \"ContactVariance\": -153,\n                \"ContactVariancePct\": -3.75,\n                \"ForecastedAHT\": 353.48,\n                \"ActualAHT\": 322.93,\n                \"AHTVariance\": -30.55,\n                \"AHTVariancePct\": -8.64,\n                \"ActualNotHandledContacts\": 499,\n                \"BaselineStaffingHours\": 759.38,\n                \"ScheduledHours\": 387.88,\n                \"BaselineStaffingVariance\": -371.49,\n                \"BaselineStaffingVariancePct\": -48.92,\n                \"TotalAdjustedStaffingHours\": 987.23,\n                \"DiscretionaryStaffingHours\": 129.13,\n                \"NonDiscretionaryStaffingHours\": 98.73,\n                \"TotalAdjustedStaffingVariance\": -599.35,\n                \"TotalAdjustedStaffingVariancePct\": -60.71,\n                \"ServiceMetricSummary\": 16.42,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -63.58,\n                \"ServiceVariancePct\": -79.48,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 3931,\n                \"ProjectedActualAHT\": 322.93,\n                \"ProjectedContactVariance\": -153,\n                \"ProjectedAHTVariance\": -30.55,\n                \"ProjectedBaselineStaffingHours\": 759.38,\n                \"ProjectedBaselineStaffingVariance\": -371.49,\n                \"ProjectedBaselineStaffingVariancePct\": -48.92,\n                \"ProjectedServiceMetricSummary\": 15.78,\n                \"ProjectedServiceVariance\": -64.22,\n                \"ProjectedServiceVariancePct\": -80.27,\n                \"EnterpriseName\": \"CommunityWFM\",\n                \"EnterpriseDescription\": \"Company Name\",\n                \"CurrentTime\": \"2024-03-27T15:30:00\",\n                \"ObservedServiceMetricSummary\": 15.78,\n                \"ObservedServiceMetricVariance\": -64.22,\n                \"ObservedServiceMetricVariancePct\": -80.27,\n                \"ToCurrentForecastedContacts\": 4084,\n                \"ToCurrentForecastedContactVariance\": -153,\n                \"ToCurrentForecastedContactVariancePct\": -3.75,\n                \"ToCurrentForecastedAHT\": 353.48,\n                \"ToCurrentForecastedAHTVariance\": -30.55,\n                \"ToCurrentForecastedAHTVariancePct\": -8.64\n            }\n        ],\n        \"scheduleDates\": [\n            {\n                \"ActivityId\": 1,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 4084,\n                \"ActualContacts\": 3931,\n                \"ContactVariance\": -153,\n                \"ContactVariancePct\": -3.75,\n                \"ForecastedAHT\": 353.48,\n                \"ActualAHT\": 322.93,\n                \"AHTVariance\": -30.55,\n                \"AHTVariancePct\": -8.64,\n                \"ActualNotHandledContacts\": 499,\n                \"BaselineStaffingHours\": 759.38,\n                \"ScheduledHours\": 387.88,\n                \"BaselineStaffingVariance\": -371.49,\n                \"BaselineStaffingVariancePct\": -48.92,\n                \"TotalAdjustedStaffingHours\": 987.23,\n                \"DiscretionaryStaffingHours\": 129.13,\n                \"NonDiscretionaryStaffingHours\": 98.73,\n                \"TotalAdjustedStaffingVariance\": -599.35,\n                \"TotalAdjustedStaffingVariancePct\": -60.71,\n                \"ServiceMetricSummary\": 16.42,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -63.58,\n                \"ServiceVariancePct\": -79.48,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 3931,\n                \"ProjectedActualAHT\": 322.93,\n                \"ProjectedContactVariance\": -153,\n                \"ProjectedAHTVariance\": -30.55,\n                \"ProjectedBaselineStaffingHours\": 759.38,\n                \"ProjectedBaselineStaffingVariance\": -371.49,\n                \"ProjectedBaselineStaffingVariancePct\": -48.92,\n                \"ProjectedServiceMetricSummary\": 15.78,\n                \"ProjectedServiceVariance\": -64.22,\n                \"ProjectedServiceVariancePct\": -80.27,\n                \"ObservedServiceMetricSummary\": 15.78,\n                \"ObservedServiceMetricVariance\": -64.22,\n                \"ObservedServiceMetricVariancePct\": -80.27\n            }\n        ],\n        \"reportData\": [\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 22.22,\n                \"ForecastedAHT\": 313.67,\n                \"ActualAHT\": 166.82,\n                \"AHTVariance\": -146.85,\n                \"AHTVariancePct\": -46.82,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.81,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": -2.14,\n                \"BaselineRequirementsVariancePct\": -27.41,\n                \"TotalAdjustedRequirements\": 9.93,\n                \"TotalAdjustedRequirementsVariance\": -4.26,\n                \"TotalAdjustedRequirementsVariancePct\": -42.91,\n                \"DiscretionaryRequirements\": 1.13,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 76.38,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": -3.62,\n                \"ServiceVariancePct\": -4.53,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 7.81,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 76.38,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 11.11,\n                \"ForecastedAHT\": 289.67,\n                \"ActualAHT\": 161.8,\n                \"AHTVariance\": -127.87,\n                \"AHTVariancePct\": -44.14,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.7,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": -0.7,\n                \"BaselineRequirementsVariancePct\": -10.45,\n                \"TotalAdjustedRequirements\": 8.54,\n                \"TotalAdjustedRequirementsVariance\": -2.54,\n                \"TotalAdjustedRequirementsVariancePct\": -29.77,\n                \"DiscretionaryRequirements\": 0.99,\n                \"NondiscretionaryRequirements\": 0.85,\n                \"ServiceMetric\": 93.23,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 13.23,\n                \"ServiceVariancePct\": 16.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 6.7,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 93.23,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 287.1,\n                \"ActualAHT\": 287.7,\n                \"AHTVariance\": 0.6,\n                \"AHTVariancePct\": 0.21,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": -0.93,\n                \"BaselineRequirementsVariancePct\": -11.69,\n                \"TotalAdjustedRequirements\": 10.08,\n                \"TotalAdjustedRequirementsVariance\": -3.08,\n                \"TotalAdjustedRequirementsVariancePct\": -30.54,\n                \"DiscretionaryRequirements\": 1.14,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 96.21,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 16.21,\n                \"ServiceVariancePct\": 20.26,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 7.93,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 96.21,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 317.44,\n                \"ActualAHT\": 225.22,\n                \"AHTVariance\": -92.22,\n                \"AHTVariancePct\": -29.05,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.66,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": -1.66,\n                \"BaselineRequirementsVariancePct\": -19.14,\n                \"TotalAdjustedRequirements\": 10.99,\n                \"TotalAdjustedRequirementsVariance\": -3.99,\n                \"TotalAdjustedRequirementsVariancePct\": -36.3,\n                \"DiscretionaryRequirements\": 1.23,\n                \"NondiscretionaryRequirements\": 1.1,\n                \"ServiceMetric\": 96.23,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 16.23,\n                \"ServiceVariancePct\": 20.29,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 8.66,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 96.23,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -37.5,\n                \"ForecastedAHT\": 367.88,\n                \"ActualAHT\": 268.6,\n                \"AHTVariance\": -99.28,\n                \"AHTVariancePct\": -26.99,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 7.96,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -2.96,\n                \"BaselineRequirementsVariancePct\": -37.15,\n                \"TotalAdjustedRequirements\": 10.11,\n                \"TotalAdjustedRequirementsVariance\": -5.11,\n                \"TotalAdjustedRequirementsVariancePct\": -50.56,\n                \"DiscretionaryRequirements\": 1.15,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 72.45,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": -7.55,\n                \"ServiceVariancePct\": -9.44,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 7.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 72.45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 430.4,\n                \"ActualAHT\": 283.33,\n                \"AHTVariance\": -147.07,\n                \"AHTVariancePct\": -34.17,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.14,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 0.86,\n                \"BaselineRequirementsVariancePct\": 16.71,\n                \"TotalAdjustedRequirements\": 6.59,\n                \"TotalAdjustedRequirementsVariance\": -0.59,\n                \"TotalAdjustedRequirementsVariancePct\": -9.01,\n                \"DiscretionaryRequirements\": 0.79,\n                \"NondiscretionaryRequirements\": 0.66,\n                \"ServiceMetric\": 96.81,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 16.81,\n                \"ServiceVariancePct\": 21.01,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 5.14,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 96.81,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 283.11,\n                \"ActualAHT\": 198.71,\n                \"AHTVariance\": -84.4,\n                \"AHTVariancePct\": -29.81,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 7.24,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -2.24,\n                \"BaselineRequirementsVariancePct\": -30.91,\n                \"TotalAdjustedRequirements\": 9.21,\n                \"TotalAdjustedRequirementsVariance\": -4.21,\n                \"TotalAdjustedRequirementsVariancePct\": -45.73,\n                \"DiscretionaryRequirements\": 1.06,\n                \"NondiscretionaryRequirements\": 0.92,\n                \"ServiceMetric\": 83.5,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 3.5,\n                \"ServiceVariancePct\": 4.38,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 7.24,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 83.5,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -42.86,\n                \"ForecastedAHT\": 416.57,\n                \"ActualAHT\": 267,\n                \"AHTVariance\": -149.57,\n                \"AHTVariancePct\": -35.91,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.19,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": -4.19,\n                \"BaselineRequirementsVariancePct\": -51.18,\n                \"TotalAdjustedRequirements\": 10.58,\n                \"TotalAdjustedRequirementsVariance\": -6.58,\n                \"TotalAdjustedRequirementsVariancePct\": -62.18,\n                \"DiscretionaryRequirements\": 1.33,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 41.42,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -38.58,\n                \"ServiceVariancePct\": -48.22,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 8.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 41.42,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 246.9,\n                \"ActualAHT\": 195,\n                \"AHTVariance\": -51.9,\n                \"AHTVariancePct\": -21.02,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.2,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -2.2,\n                \"BaselineRequirementsVariancePct\": -30.6,\n                \"TotalAdjustedRequirements\": 9.17,\n                \"TotalAdjustedRequirementsVariance\": -4.17,\n                \"TotalAdjustedRequirementsVariancePct\": -45.5,\n                \"DiscretionaryRequirements\": 1.05,\n                \"NondiscretionaryRequirements\": 0.92,\n                \"ServiceMetric\": 85.75,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 5.75,\n                \"ServiceVariancePct\": 7.19,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 7.2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 85.75,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 338.57,\n                \"ActualAHT\": 279,\n                \"AHTVariance\": -59.57,\n                \"AHTVariancePct\": -17.59,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.2,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": -2.2,\n                \"BaselineRequirementsVariancePct\": -35.53,\n                \"TotalAdjustedRequirements\": 7.92,\n                \"TotalAdjustedRequirementsVariance\": -3.92,\n                \"TotalAdjustedRequirementsVariancePct\": -49.52,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.79,\n                \"ServiceMetric\": 67.15,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": -12.85,\n                \"ServiceVariancePct\": -16.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 6.2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 67.15,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 338.43,\n                \"ActualAHT\": 255.83,\n                \"AHTVariance\": -82.6,\n                \"AHTVariancePct\": -24.41,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 6.23,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -1.23,\n                \"BaselineRequirementsVariancePct\": -19.76,\n                \"TotalAdjustedRequirements\": 7.96,\n                \"TotalAdjustedRequirementsVariance\": -2.96,\n                \"TotalAdjustedRequirementsVariancePct\": -37.17,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 86.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 6.95,\n                \"ServiceVariancePct\": 8.69,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 6.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 86.95,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -42.86,\n                \"ForecastedAHT\": 328,\n                \"ActualAHT\": 304,\n                \"AHTVariance\": -24,\n                \"AHTVariancePct\": -7.32,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.23,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -1.23,\n                \"BaselineRequirementsVariancePct\": -19.76,\n                \"TotalAdjustedRequirements\": 7.96,\n                \"TotalAdjustedRequirementsVariance\": -2.96,\n                \"TotalAdjustedRequirementsVariancePct\": -37.17,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 88.33,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 8.33,\n                \"ServiceVariancePct\": 10.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 6.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 88.33,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 330.44,\n                \"ActualAHT\": 249,\n                \"AHTVariance\": -81.44,\n                \"AHTVariancePct\": -24.65,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.48,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": -5.48,\n                \"BaselineRequirementsVariancePct\": -57.82,\n                \"TotalAdjustedRequirements\": 12.11,\n                \"TotalAdjustedRequirementsVariance\": -8.11,\n                \"TotalAdjustedRequirementsVariancePct\": -66.96,\n                \"DiscretionaryRequirements\": 1.41,\n                \"NondiscretionaryRequirements\": 1.21,\n                \"ServiceMetric\": 38.87,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": -41.13,\n                \"ServiceVariancePct\": -51.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 9.48,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 38.87,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 357.33,\n                \"ActualAHT\": 253,\n                \"AHTVariance\": -104.33,\n                \"AHTVariancePct\": -29.2,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.02,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -3.02,\n                \"BaselineRequirementsVariancePct\": -50.15,\n                \"TotalAdjustedRequirements\": 7.77,\n                \"TotalAdjustedRequirementsVariance\": -4.77,\n                \"TotalAdjustedRequirementsVariancePct\": -61.41,\n                \"DiscretionaryRequirements\": 0.98,\n                \"NondiscretionaryRequirements\": 0.78,\n                \"ServiceMetric\": 40.01,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": -39.99,\n                \"ServiceVariancePct\": -49.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 6.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 40.01,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 419.86,\n                \"ActualAHT\": 218,\n                \"AHTVariance\": -201.86,\n                \"AHTVariancePct\": -48.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.04,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -6.04,\n                \"BaselineRequirementsVariancePct\": -66.81,\n                \"TotalAdjustedRequirements\": 11.8,\n                \"TotalAdjustedRequirementsVariance\": -8.8,\n                \"TotalAdjustedRequirementsVariancePct\": -74.57,\n                \"DiscretionaryRequirements\": 1.58,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 9.04,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 348.17,\n                \"ActualAHT\": 212.4,\n                \"AHTVariance\": -135.77,\n                \"AHTVariancePct\": -39,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.04,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -2.04,\n                \"BaselineRequirementsVariancePct\": -40.45,\n                \"TotalAdjustedRequirements\": 6.46,\n                \"TotalAdjustedRequirementsVariance\": -3.46,\n                \"TotalAdjustedRequirementsVariancePct\": -53.59,\n                \"DiscretionaryRequirements\": 0.78,\n                \"NondiscretionaryRequirements\": 0.65,\n                \"ServiceMetric\": 43.49,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": -36.51,\n                \"ServiceVariancePct\": -45.64,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 5.04,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 43.49,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 358,\n                \"ActualAHT\": 314.86,\n                \"AHTVariance\": -43.14,\n                \"AHTVariancePct\": -12.05,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": -4.55,\n                \"BaselineRequirementsVariancePct\": -53.2,\n                \"TotalAdjustedRequirements\": 10.93,\n                \"TotalAdjustedRequirementsVariance\": -6.93,\n                \"TotalAdjustedRequirementsVariancePct\": -63.41,\n                \"DiscretionaryRequirements\": 1.29,\n                \"NondiscretionaryRequirements\": 1.09,\n                \"ServiceMetric\": 24.29,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": -55.71,\n                \"ServiceVariancePct\": -69.64,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 8.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 24.29,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 410.67,\n                \"ActualAHT\": 361.5,\n                \"AHTVariance\": -49.17,\n                \"AHTVariancePct\": -11.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.01,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": -1.01,\n                \"BaselineRequirementsVariancePct\": -16.82,\n                \"TotalAdjustedRequirements\": 7.77,\n                \"TotalAdjustedRequirementsVariance\": -2.77,\n                \"TotalAdjustedRequirementsVariancePct\": -35.61,\n                \"DiscretionaryRequirements\": 0.98,\n                \"NondiscretionaryRequirements\": 0.78,\n                \"ServiceMetric\": 84.66,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 4.66,\n                \"ServiceVariancePct\": 5.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 6.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 84.66,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -27.27,\n                \"ForecastedAHT\": 273.18,\n                \"ActualAHT\": 170,\n                \"AHTVariance\": -103.18,\n                \"AHTVariancePct\": -37.77,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.35,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": -2.35,\n                \"BaselineRequirementsVariancePct\": -28.16,\n                \"TotalAdjustedRequirements\": 10.69,\n                \"TotalAdjustedRequirementsVariance\": -4.69,\n                \"TotalAdjustedRequirementsVariancePct\": -43.88,\n                \"DiscretionaryRequirements\": 1.27,\n                \"NondiscretionaryRequirements\": 1.07,\n                \"ServiceMetric\": 87.89,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 7.89,\n                \"ServiceVariancePct\": 9.86,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 8.35,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 87.89,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -55.56,\n                \"ForecastedAHT\": 320.22,\n                \"ActualAHT\": 223.25,\n                \"AHTVariance\": -96.97,\n                \"AHTVariancePct\": -30.28,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.19,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": -2.19,\n                \"BaselineRequirementsVariancePct\": -26.73,\n                \"TotalAdjustedRequirements\": 10.57,\n                \"TotalAdjustedRequirementsVariance\": -4.57,\n                \"TotalAdjustedRequirementsVariancePct\": -43.23,\n                \"DiscretionaryRequirements\": 1.32,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 89.46,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 9.46,\n                \"ServiceVariancePct\": 11.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 8.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 89.46,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -23.08,\n                \"ForecastedAHT\": 276.85,\n                \"ActualAHT\": 238.4,\n                \"AHTVariance\": -38.45,\n                \"AHTVariancePct\": -13.89,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.97,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": -2.97,\n                \"BaselineRequirementsVariancePct\": -29.81,\n                \"TotalAdjustedRequirements\": 12.8,\n                \"TotalAdjustedRequirementsVariance\": -5.8,\n                \"TotalAdjustedRequirementsVariancePct\": -45.31,\n                \"DiscretionaryRequirements\": 1.55,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 89.34,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 9.34,\n                \"ServiceVariancePct\": 11.68,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 9.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 89.34,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 372.25,\n                \"ActualAHT\": 320,\n                \"AHTVariance\": -52.25,\n                \"AHTVariancePct\": -14.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.77,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 0.23,\n                \"BaselineRequirementsVariancePct\": 2.95,\n                \"TotalAdjustedRequirements\": 9.96,\n                \"TotalAdjustedRequirementsVariance\": -1.96,\n                \"TotalAdjustedRequirementsVariancePct\": -19.71,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 98.3,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 18.3,\n                \"ServiceVariancePct\": 22.87,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 7.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 98.3,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.69,\n                \"ForecastedAHT\": 295.31,\n                \"ActualAHT\": 318.42,\n                \"AHTVariance\": 23.11,\n                \"AHTVariancePct\": 7.82,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 11.1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -2.1,\n                \"BaselineRequirementsVariancePct\": -18.89,\n                \"TotalAdjustedRequirements\": 14.12,\n                \"TotalAdjustedRequirementsVariance\": -5.12,\n                \"TotalAdjustedRequirementsVariancePct\": -36.27,\n                \"DiscretionaryRequirements\": 1.61,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 97.54,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 17.54,\n                \"ServiceVariancePct\": 21.93,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 11.1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 97.54,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -30,\n                \"ForecastedAHT\": 368.3,\n                \"ActualAHT\": 349.86,\n                \"AHTVariance\": -18.44,\n                \"AHTVariancePct\": -5.01,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.99,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -0.99,\n                \"BaselineRequirementsVariancePct\": -9.91,\n                \"TotalAdjustedRequirements\": 12.74,\n                \"TotalAdjustedRequirementsVariance\": -3.74,\n                \"TotalAdjustedRequirementsVariancePct\": -29.35,\n                \"DiscretionaryRequirements\": 1.47,\n                \"NondiscretionaryRequirements\": 1.27,\n                \"ServiceMetric\": 97.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 17.94,\n                \"ServiceVariancePct\": 22.42,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 9.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 97.94,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 318.92,\n                \"ActualAHT\": 262.78,\n                \"AHTVariance\": -56.14,\n                \"AHTVariancePct\": -17.6,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 12.94,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": -5.94,\n                \"BaselineRequirementsVariancePct\": -45.91,\n                \"TotalAdjustedRequirements\": 16.59,\n                \"TotalAdjustedRequirementsVariance\": -9.59,\n                \"TotalAdjustedRequirementsVariancePct\": -57.81,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.66,\n                \"ServiceMetric\": 85.63,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 5.63,\n                \"ServiceVariancePct\": 7.04,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 12.94,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 85.63,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 384.88,\n                \"ActualAHT\": 314.17,\n                \"AHTVariance\": -70.71,\n                \"AHTVariancePct\": -18.37,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.27,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -0.27,\n                \"BaselineRequirementsVariancePct\": -2.87,\n                \"TotalAdjustedRequirements\": 12,\n                \"TotalAdjustedRequirementsVariance\": -3,\n                \"TotalAdjustedRequirementsVariancePct\": -24.99,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.2,\n                \"ServiceMetric\": 99.32,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 19.32,\n                \"ServiceVariancePct\": 24.15,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 9.27,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.32,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 276.65,\n                \"ActualAHT\": 269.71,\n                \"AHTVariance\": -6.94,\n                \"AHTVariancePct\": -2.51,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 14.81,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -5.81,\n                \"BaselineRequirementsVariancePct\": -39.24,\n                \"TotalAdjustedRequirements\": 19.01,\n                \"TotalAdjustedRequirementsVariance\": -10.01,\n                \"TotalAdjustedRequirementsVariancePct\": -52.67,\n                \"DiscretionaryRequirements\": 2.3,\n                \"NondiscretionaryRequirements\": 1.9,\n                \"ServiceMetric\": 92.44,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 12.44,\n                \"ServiceVariancePct\": 15.55,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 14.81,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 92.44,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.25,\n                \"ForecastedAHT\": 265.75,\n                \"ActualAHT\": 268.93,\n                \"AHTVariance\": 3.18,\n                \"AHTVariancePct\": 1.2,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 11.64,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": -1.64,\n                \"BaselineRequirementsVariancePct\": -14.12,\n                \"TotalAdjustedRequirements\": 14.97,\n                \"TotalAdjustedRequirementsVariance\": -4.97,\n                \"TotalAdjustedRequirementsVariancePct\": -33.21,\n                \"DiscretionaryRequirements\": 1.83,\n                \"NondiscretionaryRequirements\": 1.5,\n                \"ServiceMetric\": 98.31,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 18.31,\n                \"ServiceVariancePct\": 22.89,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 11.64,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 98.31,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 25,\n                \"ActualContacts\": 25,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 313.6,\n                \"ActualAHT\": 267.88,\n                \"AHTVariance\": -45.72,\n                \"AHTVariancePct\": -14.58,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 21.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -9.99,\n                \"BaselineRequirementsVariancePct\": -45.42,\n                \"TotalAdjustedRequirements\": 28.49,\n                \"TotalAdjustedRequirementsVariance\": -16.49,\n                \"TotalAdjustedRequirementsVariancePct\": -57.88,\n                \"DiscretionaryRequirements\": 3.65,\n                \"NondiscretionaryRequirements\": 2.85,\n                \"ServiceMetric\": 82.05,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 2.05,\n                \"ServiceVariancePct\": 2.56,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 21.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 82.05,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 312.11,\n                \"ActualAHT\": 259.16,\n                \"AHTVariance\": -52.95,\n                \"AHTVariancePct\": -16.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 15.95,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": -4.95,\n                \"BaselineRequirementsVariancePct\": -31.03,\n                \"TotalAdjustedRequirements\": 20.27,\n                \"TotalAdjustedRequirementsVariance\": -9.27,\n                \"TotalAdjustedRequirementsVariancePct\": -45.74,\n                \"DiscretionaryRequirements\": 2.29,\n                \"NondiscretionaryRequirements\": 2.03,\n                \"ServiceMetric\": 93.53,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 13.53,\n                \"ServiceVariancePct\": 16.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 15.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 93.53,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 30,\n                \"ActualContacts\": 33,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 10,\n                \"ForecastedAHT\": 299.4,\n                \"ActualAHT\": 284.64,\n                \"AHTVariance\": -14.76,\n                \"AHTVariancePct\": -4.93,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 22.93,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -10.93,\n                \"BaselineRequirementsVariancePct\": -47.67,\n                \"TotalAdjustedRequirements\": 29.42,\n                \"TotalAdjustedRequirementsVariance\": -17.42,\n                \"TotalAdjustedRequirementsVariancePct\": -59.2,\n                \"DiscretionaryRequirements\": 3.54,\n                \"NondiscretionaryRequirements\": 2.94,\n                \"ServiceMetric\": 61.39,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -18.61,\n                \"ServiceVariancePct\": -23.26,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 22.93,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 61.39,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 27,\n                \"ActualContacts\": 31,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 14.81,\n                \"ForecastedAHT\": 310.3,\n                \"ActualAHT\": 294.13,\n                \"AHTVariance\": -16.17,\n                \"AHTVariancePct\": -5.21,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 21.24,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -9.24,\n                \"BaselineRequirementsVariancePct\": -43.5,\n                \"TotalAdjustedRequirements\": 27.46,\n                \"TotalAdjustedRequirementsVariance\": -15.46,\n                \"TotalAdjustedRequirementsVariancePct\": -56.31,\n                \"DiscretionaryRequirements\": 3.48,\n                \"NondiscretionaryRequirements\": 2.75,\n                \"ServiceMetric\": 73.55,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -6.45,\n                \"ServiceVariancePct\": -8.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 21.24,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 73.55,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 36,\n                \"ActualContacts\": 31,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -13.89,\n                \"ForecastedAHT\": 349.81,\n                \"ActualAHT\": 338.97,\n                \"AHTVariance\": -10.84,\n                \"AHTVariancePct\": -3.1,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 30.55,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -18.55,\n                \"BaselineRequirementsVariancePct\": -60.72,\n                \"TotalAdjustedRequirements\": 39.11,\n                \"TotalAdjustedRequirementsVariance\": -27.11,\n                \"TotalAdjustedRequirementsVariancePct\": -69.32,\n                \"DiscretionaryRequirements\": 4.65,\n                \"NondiscretionaryRequirements\": 3.91,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 30.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 33,\n                \"ActualContacts\": 29,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -12.12,\n                \"ForecastedAHT\": 327.82,\n                \"ActualAHT\": 312.21,\n                \"AHTVariance\": -15.61,\n                \"AHTVariancePct\": -4.76,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 25.89,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": -11.89,\n                \"BaselineRequirementsVariancePct\": -45.92,\n                \"TotalAdjustedRequirements\": 33.19,\n                \"TotalAdjustedRequirementsVariance\": -19.19,\n                \"TotalAdjustedRequirementsVariancePct\": -57.82,\n                \"DiscretionaryRequirements\": 3.99,\n                \"NondiscretionaryRequirements\": 3.32,\n                \"ServiceMetric\": 57.58,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -22.42,\n                \"ServiceVariancePct\": -28.02,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 25.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 57.58,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 41,\n                \"ActualContacts\": 46,\n                \"ContactVariance\": 5,\n                \"ContactVariancePct\": 12.2,\n                \"ForecastedAHT\": 283.85,\n                \"ActualAHT\": 385.85,\n                \"AHTVariance\": 102,\n                \"AHTVariancePct\": 35.93,\n                \"ActualNotHandledContacts\": 10,\n                \"BaselineRequirements\": 27.53,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": -12.53,\n                \"BaselineRequirementsVariancePct\": -45.52,\n                \"TotalAdjustedRequirements\": 35.16,\n                \"TotalAdjustedRequirementsVariance\": -20.16,\n                \"TotalAdjustedRequirementsVariancePct\": -57.34,\n                \"DiscretionaryRequirements\": 4.12,\n                \"NondiscretionaryRequirements\": 3.51,\n                \"ServiceMetric\": 59.14,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -20.86,\n                \"ServiceVariancePct\": -26.07,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 27.53,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 59.14,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 37,\n                \"ActualContacts\": 41,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 10.81,\n                \"ForecastedAHT\": 332.78,\n                \"ActualAHT\": 265.63,\n                \"AHTVariance\": -67.15,\n                \"AHTVariancePct\": -20.18,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 30.89,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -17.89,\n                \"BaselineRequirementsVariancePct\": -57.91,\n                \"TotalAdjustedRequirements\": 39.44,\n                \"TotalAdjustedRequirementsVariance\": -26.44,\n                \"TotalAdjustedRequirementsVariancePct\": -67.04,\n                \"DiscretionaryRequirements\": 4.61,\n                \"NondiscretionaryRequirements\": 3.94,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 30.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 87,\n                \"ActualContacts\": 81,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -6.9,\n                \"ForecastedAHT\": 320.64,\n                \"ActualAHT\": 245.28,\n                \"AHTVariance\": -75.36,\n                \"AHTVariancePct\": -23.5,\n                \"ActualNotHandledContacts\": 18,\n                \"BaselineRequirements\": 59.9,\n                \"AgentsInQueue\": 20.6,\n                \"BaselineRequirementsVariance\": -39.3,\n                \"BaselineRequirementsVariancePct\": -65.61,\n                \"TotalAdjustedRequirements\": 77.97,\n                \"TotalAdjustedRequirementsVariance\": -57.37,\n                \"TotalAdjustedRequirementsVariancePct\": -73.58,\n                \"DiscretionaryRequirements\": 10.27,\n                \"NondiscretionaryRequirements\": 7.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 59.9,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 103,\n                \"ActualContacts\": 102,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -0.97,\n                \"ForecastedAHT\": 306.85,\n                \"ActualAHT\": 286.01,\n                \"AHTVariance\": -20.84,\n                \"AHTVariancePct\": -6.79,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineRequirements\": 63.06,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": -43.06,\n                \"BaselineRequirementsVariancePct\": -68.28,\n                \"TotalAdjustedRequirements\": 82.1,\n                \"TotalAdjustedRequirementsVariance\": -62.1,\n                \"TotalAdjustedRequirementsVariancePct\": -75.64,\n                \"DiscretionaryRequirements\": 10.83,\n                \"NondiscretionaryRequirements\": 8.21,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 63.06,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 95,\n                \"ActualContacts\": 81,\n                \"ContactVariance\": -14,\n                \"ContactVariancePct\": -14.74,\n                \"ForecastedAHT\": 346.24,\n                \"ActualAHT\": 277.22,\n                \"AHTVariance\": -69.02,\n                \"AHTVariancePct\": -19.93,\n                \"ActualNotHandledContacts\": 8,\n                \"BaselineRequirements\": 65.06,\n                \"AgentsInQueue\": 24,\n                \"BaselineRequirementsVariance\": -41.06,\n                \"BaselineRequirementsVariancePct\": -63.11,\n                \"TotalAdjustedRequirements\": 84.82,\n                \"TotalAdjustedRequirementsVariance\": -60.82,\n                \"TotalAdjustedRequirementsVariancePct\": -71.7,\n                \"DiscretionaryRequirements\": 11.28,\n                \"NondiscretionaryRequirements\": 8.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 65.06,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 93,\n                \"ActualContacts\": 79,\n                \"ContactVariance\": -14,\n                \"ContactVariancePct\": -15.05,\n                \"ForecastedAHT\": 347.08,\n                \"ActualAHT\": 283.49,\n                \"AHTVariance\": -63.59,\n                \"AHTVariancePct\": -18.32,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 59.78,\n                \"AgentsInQueue\": 23,\n                \"BaselineRequirementsVariance\": -36.78,\n                \"BaselineRequirementsVariancePct\": -61.53,\n                \"TotalAdjustedRequirements\": 78.15,\n                \"TotalAdjustedRequirementsVariance\": -55.15,\n                \"TotalAdjustedRequirementsVariancePct\": -70.57,\n                \"DiscretionaryRequirements\": 10.55,\n                \"NondiscretionaryRequirements\": 7.81,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 59.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 106,\n                \"ActualContacts\": 97,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -8.49,\n                \"ForecastedAHT\": 309.46,\n                \"ActualAHT\": 299.35,\n                \"AHTVariance\": -10.11,\n                \"AHTVariancePct\": -3.27,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 64.22,\n                \"AgentsInQueue\": 26,\n                \"BaselineRequirementsVariance\": -38.22,\n                \"BaselineRequirementsVariancePct\": -59.51,\n                \"TotalAdjustedRequirements\": 83.62,\n                \"TotalAdjustedRequirementsVariance\": -57.62,\n                \"TotalAdjustedRequirementsVariancePct\": -68.91,\n                \"DiscretionaryRequirements\": 11.04,\n                \"NondiscretionaryRequirements\": 8.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 64.22,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 107,\n                \"ActualContacts\": 88,\n                \"ContactVariance\": -19,\n                \"ContactVariancePct\": -17.76,\n                \"ForecastedAHT\": 314.02,\n                \"ActualAHT\": 297.58,\n                \"AHTVariance\": -16.44,\n                \"AHTVariancePct\": -5.24,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 64.84,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -39.84,\n                \"BaselineRequirementsVariancePct\": -61.45,\n                \"TotalAdjustedRequirements\": 84.69,\n                \"TotalAdjustedRequirementsVariance\": -59.69,\n                \"TotalAdjustedRequirementsVariancePct\": -70.48,\n                \"DiscretionaryRequirements\": 11.37,\n                \"NondiscretionaryRequirements\": 8.47,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 64.84,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 90,\n                \"ActualContacts\": 84,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 351.43,\n                \"ActualAHT\": 306.13,\n                \"AHTVariance\": -45.3,\n                \"AHTVariancePct\": -12.89,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 67.22,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -42.22,\n                \"BaselineRequirementsVariancePct\": -62.81,\n                \"TotalAdjustedRequirements\": 87.59,\n                \"TotalAdjustedRequirementsVariance\": -62.59,\n                \"TotalAdjustedRequirementsVariancePct\": -71.46,\n                \"DiscretionaryRequirements\": 11.61,\n                \"NondiscretionaryRequirements\": 8.76,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 67.22,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 88,\n                \"ActualContacts\": 81,\n                \"ContactVariance\": -7,\n                \"ContactVariancePct\": -7.95,\n                \"ForecastedAHT\": 396.3,\n                \"ActualAHT\": 381.48,\n                \"AHTVariance\": -14.82,\n                \"AHTVariancePct\": -3.74,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 67.71,\n                \"AgentsInQueue\": 28,\n                \"BaselineRequirementsVariance\": -39.71,\n                \"BaselineRequirementsVariancePct\": -58.65,\n                \"TotalAdjustedRequirements\": 88.46,\n                \"TotalAdjustedRequirementsVariance\": -60.46,\n                \"TotalAdjustedRequirementsVariancePct\": -68.35,\n                \"DiscretionaryRequirements\": 11.9,\n                \"NondiscretionaryRequirements\": 8.85,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 67.71,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 94,\n                \"ActualContacts\": 101,\n                \"ContactVariance\": 7,\n                \"ContactVariancePct\": 7.45,\n                \"ForecastedAHT\": 335.52,\n                \"ActualAHT\": 340.49,\n                \"AHTVariance\": 4.97,\n                \"AHTVariancePct\": 1.48,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineRequirements\": 58.6,\n                \"AgentsInQueue\": 27.6,\n                \"BaselineRequirementsVariance\": -31,\n                \"BaselineRequirementsVariancePct\": -52.9,\n                \"TotalAdjustedRequirements\": 76.47,\n                \"TotalAdjustedRequirementsVariance\": -48.87,\n                \"TotalAdjustedRequirementsVariancePct\": -63.91,\n                \"DiscretionaryRequirements\": 10.22,\n                \"NondiscretionaryRequirements\": 7.65,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 58.6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 88,\n                \"ActualContacts\": 92,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 4.55,\n                \"ForecastedAHT\": 354.19,\n                \"ActualAHT\": 319.32,\n                \"AHTVariance\": -34.87,\n                \"AHTVariancePct\": -9.85,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 61.47,\n                \"AgentsInQueue\": 31,\n                \"BaselineRequirementsVariance\": -30.47,\n                \"BaselineRequirementsVariancePct\": -49.57,\n                \"TotalAdjustedRequirements\": 80.4,\n                \"TotalAdjustedRequirementsVariance\": -49.4,\n                \"TotalAdjustedRequirementsVariancePct\": -61.44,\n                \"DiscretionaryRequirements\": 10.89,\n                \"NondiscretionaryRequirements\": 8.04,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 61.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 85,\n                \"ActualContacts\": 90,\n                \"ContactVariance\": 5,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 365.58,\n                \"ActualAHT\": 384.12,\n                \"AHTVariance\": 18.54,\n                \"AHTVariancePct\": 5.07,\n                \"ActualNotHandledContacts\": 10,\n                \"BaselineRequirements\": 66.13,\n                \"AgentsInQueue\": 31,\n                \"BaselineRequirementsVariance\": -35.13,\n                \"BaselineRequirementsVariancePct\": -53.13,\n                \"TotalAdjustedRequirements\": 86.11,\n                \"TotalAdjustedRequirementsVariance\": -55.11,\n                \"TotalAdjustedRequirementsVariancePct\": -64,\n                \"DiscretionaryRequirements\": 11.36,\n                \"NondiscretionaryRequirements\": 8.61,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 66.13,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 78,\n                \"ActualContacts\": 79,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 1.28,\n                \"ForecastedAHT\": 333.1,\n                \"ActualAHT\": 344.25,\n                \"AHTVariance\": 11.15,\n                \"AHTVariancePct\": 3.35,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 50.79,\n                \"AgentsInQueue\": 30,\n                \"BaselineRequirementsVariance\": -20.79,\n                \"BaselineRequirementsVariancePct\": -40.93,\n                \"TotalAdjustedRequirements\": 66.31,\n                \"TotalAdjustedRequirementsVariance\": -36.31,\n                \"TotalAdjustedRequirementsVariancePct\": -54.76,\n                \"DiscretionaryRequirements\": 8.89,\n                \"NondiscretionaryRequirements\": 6.63,\n                \"ServiceMetric\": 28.13,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -51.87,\n                \"ServiceVariancePct\": -64.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 50.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 28.13,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 99,\n                \"ActualContacts\": 100,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 1.01,\n                \"ForecastedAHT\": 337.36,\n                \"ActualAHT\": 321.84,\n                \"AHTVariance\": -15.52,\n                \"AHTVariancePct\": -4.6,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 64.78,\n                \"AgentsInQueue\": 33,\n                \"BaselineRequirementsVariance\": -31.78,\n                \"BaselineRequirementsVariancePct\": -49.06,\n                \"TotalAdjustedRequirements\": 84.52,\n                \"TotalAdjustedRequirementsVariance\": -51.52,\n                \"TotalAdjustedRequirementsVariancePct\": -60.96,\n                \"DiscretionaryRequirements\": 11.29,\n                \"NondiscretionaryRequirements\": 8.45,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 64.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 93,\n                \"ActualContacts\": 91,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -2.15,\n                \"ForecastedAHT\": 330.54,\n                \"ActualAHT\": 282.3,\n                \"AHTVariance\": -48.24,\n                \"AHTVariancePct\": -14.6,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 62.59,\n                \"AgentsInQueue\": 32,\n                \"BaselineRequirementsVariance\": -30.59,\n                \"BaselineRequirementsVariancePct\": -48.88,\n                \"TotalAdjustedRequirements\": 81.72,\n                \"TotalAdjustedRequirementsVariance\": -49.72,\n                \"TotalAdjustedRequirementsVariancePct\": -60.84,\n                \"DiscretionaryRequirements\": 10.95,\n                \"NondiscretionaryRequirements\": 8.17,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 62.59,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 86,\n                \"ActualContacts\": 79,\n                \"ContactVariance\": -7,\n                \"ContactVariancePct\": -8.14,\n                \"ForecastedAHT\": 394.83,\n                \"ActualAHT\": 332.57,\n                \"AHTVariance\": -62.26,\n                \"AHTVariancePct\": -15.77,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 64.09,\n                \"AgentsInQueue\": 30,\n                \"BaselineRequirementsVariance\": -34.09,\n                \"BaselineRequirementsVariancePct\": -53.19,\n                \"TotalAdjustedRequirements\": 83.84,\n                \"TotalAdjustedRequirementsVariance\": -53.84,\n                \"TotalAdjustedRequirementsVariancePct\": -64.22,\n                \"DiscretionaryRequirements\": 11.37,\n                \"NondiscretionaryRequirements\": 8.38,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 64.09,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 84,\n                \"ActualContacts\": 76,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": -9.52,\n                \"ForecastedAHT\": 369.27,\n                \"ActualAHT\": 319.22,\n                \"AHTVariance\": -50.05,\n                \"AHTVariancePct\": -13.55,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 56.92,\n                \"AgentsInQueue\": 24,\n                \"BaselineRequirementsVariance\": -32.92,\n                \"BaselineRequirementsVariancePct\": -57.83,\n                \"TotalAdjustedRequirements\": 74.57,\n                \"TotalAdjustedRequirementsVariance\": -50.57,\n                \"TotalAdjustedRequirementsVariancePct\": -67.82,\n                \"DiscretionaryRequirements\": 10.2,\n                \"NondiscretionaryRequirements\": 7.46,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 56.92,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 108,\n                \"ActualContacts\": 124,\n                \"ContactVariance\": 16,\n                \"ContactVariancePct\": 14.81,\n                \"ForecastedAHT\": 368.57,\n                \"ActualAHT\": 311.6,\n                \"AHTVariance\": -56.97,\n                \"AHTVariancePct\": -15.46,\n                \"ActualNotHandledContacts\": 28,\n                \"BaselineRequirements\": 72.74,\n                \"AgentsInQueue\": 27.67,\n                \"BaselineRequirementsVariance\": -45.07,\n                \"BaselineRequirementsVariancePct\": -61.96,\n                \"TotalAdjustedRequirements\": 94.83,\n                \"TotalAdjustedRequirementsVariance\": -67.17,\n                \"TotalAdjustedRequirementsVariancePct\": -70.83,\n                \"DiscretionaryRequirements\": 12.61,\n                \"NondiscretionaryRequirements\": 9.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 72.74,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 105,\n                \"ActualContacts\": 120,\n                \"ContactVariance\": 15,\n                \"ContactVariancePct\": 14.29,\n                \"ForecastedAHT\": 366.34,\n                \"ActualAHT\": 338.81,\n                \"AHTVariance\": -27.53,\n                \"AHTVariancePct\": -7.52,\n                \"ActualNotHandledContacts\": 21,\n                \"BaselineRequirements\": 67,\n                \"AgentsInQueue\": 33,\n                \"BaselineRequirementsVariance\": -34,\n                \"BaselineRequirementsVariancePct\": -50.75,\n                \"TotalAdjustedRequirements\": 87.69,\n                \"TotalAdjustedRequirementsVariance\": -54.69,\n                \"TotalAdjustedRequirementsVariancePct\": -62.37,\n                \"DiscretionaryRequirements\": 11.91,\n                \"NondiscretionaryRequirements\": 8.77,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 67,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 89,\n                \"ActualContacts\": 97,\n                \"ContactVariance\": 8,\n                \"ContactVariancePct\": 8.99,\n                \"ForecastedAHT\": 400.31,\n                \"ActualAHT\": 417.32,\n                \"AHTVariance\": 17.01,\n                \"AHTVariancePct\": 4.25,\n                \"ActualNotHandledContacts\": 31,\n                \"BaselineRequirements\": 67.88,\n                \"AgentsInQueue\": 32,\n                \"BaselineRequirementsVariance\": -35.88,\n                \"BaselineRequirementsVariancePct\": -52.86,\n                \"TotalAdjustedRequirements\": 88.58,\n                \"TotalAdjustedRequirementsVariance\": -56.58,\n                \"TotalAdjustedRequirementsVariancePct\": -63.87,\n                \"DiscretionaryRequirements\": 11.85,\n                \"NondiscretionaryRequirements\": 8.86,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 67.88,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 81,\n                \"ActualContacts\": 89,\n                \"ContactVariance\": 8,\n                \"ContactVariancePct\": 9.88,\n                \"ForecastedAHT\": 357.35,\n                \"ActualAHT\": 340.84,\n                \"AHTVariance\": -16.51,\n                \"AHTVariancePct\": -4.62,\n                \"ActualNotHandledContacts\": 24,\n                \"BaselineRequirements\": 57.47,\n                \"AgentsInQueue\": 29,\n                \"BaselineRequirementsVariance\": -28.47,\n                \"BaselineRequirementsVariancePct\": -49.54,\n                \"TotalAdjustedRequirements\": 74.9,\n                \"TotalAdjustedRequirementsVariance\": -45.9,\n                \"TotalAdjustedRequirementsVariancePct\": -61.28,\n                \"DiscretionaryRequirements\": 9.93,\n                \"NondiscretionaryRequirements\": 7.49,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 57.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 98,\n                \"ActualContacts\": 93,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -5.1,\n                \"ForecastedAHT\": 399.63,\n                \"ActualAHT\": 372.43,\n                \"AHTVariance\": -27.2,\n                \"AHTVariancePct\": -6.81,\n                \"ActualNotHandledContacts\": 11,\n                \"BaselineRequirements\": 73.23,\n                \"AgentsInQueue\": 27,\n                \"BaselineRequirementsVariance\": -46.23,\n                \"BaselineRequirementsVariancePct\": -63.13,\n                \"TotalAdjustedRequirements\": 95.33,\n                \"TotalAdjustedRequirementsVariance\": -68.33,\n                \"TotalAdjustedRequirementsVariancePct\": -71.68,\n                \"DiscretionaryRequirements\": 12.56,\n                \"NondiscretionaryRequirements\": 9.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 73.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 94,\n                \"ActualContacts\": 87,\n                \"ContactVariance\": -7,\n                \"ContactVariancePct\": -7.45,\n                \"ForecastedAHT\": 320.36,\n                \"ActualAHT\": 292.59,\n                \"AHTVariance\": -27.77,\n                \"AHTVariancePct\": -8.67,\n                \"ActualNotHandledContacts\": 9,\n                \"BaselineRequirements\": 56.17,\n                \"AgentsInQueue\": 28,\n                \"BaselineRequirementsVariance\": -28.17,\n                \"BaselineRequirementsVariancePct\": -50.15,\n                \"TotalAdjustedRequirements\": 73.5,\n                \"TotalAdjustedRequirementsVariance\": -45.5,\n                \"TotalAdjustedRequirementsVariancePct\": -61.9,\n                \"DiscretionaryRequirements\": 9.98,\n                \"NondiscretionaryRequirements\": 7.35,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 56.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 99,\n                \"ActualContacts\": 99,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 365.08,\n                \"ActualAHT\": 346.7,\n                \"AHTVariance\": -18.38,\n                \"AHTVariancePct\": -5.04,\n                \"ActualNotHandledContacts\": 26,\n                \"BaselineRequirements\": 70.14,\n                \"AgentsInQueue\": 30,\n                \"BaselineRequirementsVariance\": -40.14,\n                \"BaselineRequirementsVariancePct\": -57.23,\n                \"TotalAdjustedRequirements\": 91.47,\n                \"TotalAdjustedRequirementsVariance\": -61.47,\n                \"TotalAdjustedRequirementsVariancePct\": -67.2,\n                \"DiscretionaryRequirements\": 12.18,\n                \"NondiscretionaryRequirements\": 9.15,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 70.14,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 96,\n                \"ActualContacts\": 88,\n                \"ContactVariance\": -8,\n                \"ContactVariancePct\": -8.33,\n                \"ForecastedAHT\": 361.59,\n                \"ActualAHT\": 302,\n                \"AHTVariance\": -59.59,\n                \"AHTVariancePct\": -16.48,\n                \"ActualNotHandledContacts\": 21,\n                \"BaselineRequirements\": 61.81,\n                \"AgentsInQueue\": 29,\n                \"BaselineRequirementsVariance\": -32.81,\n                \"BaselineRequirementsVariancePct\": -53.08,\n                \"TotalAdjustedRequirements\": 80.89,\n                \"TotalAdjustedRequirementsVariance\": -51.89,\n                \"TotalAdjustedRequirementsVariancePct\": -64.15,\n                \"DiscretionaryRequirements\": 10.99,\n                \"NondiscretionaryRequirements\": 8.09,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 61.81,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 91,\n                \"ActualContacts\": 94,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 3.3,\n                \"ForecastedAHT\": 346.29,\n                \"ActualAHT\": 327.93,\n                \"AHTVariance\": -18.36,\n                \"AHTVariancePct\": -5.3,\n                \"ActualNotHandledContacts\": 26,\n                \"BaselineRequirements\": 65.85,\n                \"AgentsInQueue\": 31,\n                \"BaselineRequirementsVariance\": -34.85,\n                \"BaselineRequirementsVariancePct\": -52.93,\n                \"TotalAdjustedRequirements\": 86.03,\n                \"TotalAdjustedRequirementsVariance\": -55.03,\n                \"TotalAdjustedRequirementsVariancePct\": -63.96,\n                \"DiscretionaryRequirements\": 11.57,\n                \"NondiscretionaryRequirements\": 8.6,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 65.85,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 84,\n                \"ActualContacts\": 90,\n                \"ContactVariance\": 6,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 338.39,\n                \"ActualAHT\": 311.59,\n                \"AHTVariance\": -26.8,\n                \"AHTVariancePct\": -7.92,\n                \"ActualNotHandledContacts\": 21,\n                \"BaselineRequirements\": 55.8,\n                \"AgentsInQueue\": 26,\n                \"BaselineRequirementsVariance\": -29.8,\n                \"BaselineRequirementsVariancePct\": -53.4,\n                \"TotalAdjustedRequirements\": 72.86,\n                \"TotalAdjustedRequirementsVariance\": -46.86,\n                \"TotalAdjustedRequirementsVariancePct\": -64.31,\n                \"DiscretionaryRequirements\": 9.77,\n                \"NondiscretionaryRequirements\": 7.29,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 55.8,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 72,\n                \"ActualContacts\": 55,\n                \"ContactVariance\": -17,\n                \"ContactVariancePct\": -23.61,\n                \"ForecastedAHT\": 410.19,\n                \"ActualAHT\": 365.35,\n                \"AHTVariance\": -44.84,\n                \"AHTVariancePct\": -10.93,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 60.19,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -35.19,\n                \"BaselineRequirementsVariancePct\": -58.46,\n                \"TotalAdjustedRequirements\": 78.6,\n                \"TotalAdjustedRequirementsVariance\": -53.6,\n                \"TotalAdjustedRequirementsVariancePct\": -68.19,\n                \"DiscretionaryRequirements\": 10.55,\n                \"NondiscretionaryRequirements\": 7.86,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 60.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 69,\n                \"ActualContacts\": 48,\n                \"ContactVariance\": -21,\n                \"ContactVariancePct\": -30.43,\n                \"ForecastedAHT\": 395.35,\n                \"ActualAHT\": 355.71,\n                \"AHTVariance\": -39.64,\n                \"AHTVariancePct\": -10.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 52.47,\n                \"AgentsInQueue\": 23,\n                \"BaselineRequirementsVariance\": -29.47,\n                \"BaselineRequirementsVariancePct\": -56.17,\n                \"TotalAdjustedRequirements\": 68.75,\n                \"TotalAdjustedRequirementsVariance\": -45.75,\n                \"TotalAdjustedRequirementsVariancePct\": -66.54,\n                \"DiscretionaryRequirements\": 9.4,\n                \"NondiscretionaryRequirements\": 6.88,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 52.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 68,\n                \"ActualContacts\": 71,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 4.41,\n                \"ForecastedAHT\": 411.24,\n                \"ActualAHT\": 384,\n                \"AHTVariance\": -27.24,\n                \"AHTVariancePct\": -6.62,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 58.05,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -33.05,\n                \"BaselineRequirementsVariancePct\": -56.93,\n                \"TotalAdjustedRequirements\": 75.65,\n                \"TotalAdjustedRequirementsVariance\": -50.65,\n                \"TotalAdjustedRequirementsVariancePct\": -66.95,\n                \"DiscretionaryRequirements\": 10.04,\n                \"NondiscretionaryRequirements\": 7.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 58.05,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 69,\n                \"ActualContacts\": 68,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -1.45,\n                \"ForecastedAHT\": 361.55,\n                \"ActualAHT\": 262.62,\n                \"AHTVariance\": -98.93,\n                \"AHTVariancePct\": -27.36,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 53.49,\n                \"AgentsInQueue\": 25,\n                \"BaselineRequirementsVariance\": -28.49,\n                \"BaselineRequirementsVariancePct\": -53.26,\n                \"TotalAdjustedRequirements\": 70.02,\n                \"TotalAdjustedRequirementsVariance\": -45.02,\n                \"TotalAdjustedRequirementsVariancePct\": -64.3,\n                \"DiscretionaryRequirements\": 9.53,\n                \"NondiscretionaryRequirements\": 7,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 53.49,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 71,\n                \"ActualContacts\": 70,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -1.41,\n                \"ForecastedAHT\": 362.55,\n                \"ActualAHT\": 344.19,\n                \"AHTVariance\": -18.36,\n                \"AHTVariancePct\": -5.07,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 54.98,\n                \"AgentsInQueue\": 26,\n                \"BaselineRequirementsVariance\": -28.98,\n                \"BaselineRequirementsVariancePct\": -52.71,\n                \"TotalAdjustedRequirements\": 71.68,\n                \"TotalAdjustedRequirementsVariance\": -45.68,\n                \"TotalAdjustedRequirementsVariancePct\": -63.73,\n                \"DiscretionaryRequirements\": 9.53,\n                \"NondiscretionaryRequirements\": 7.17,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 54.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 63,\n                \"ActualContacts\": 60,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -4.76,\n                \"ForecastedAHT\": 347.33,\n                \"ActualAHT\": 322.52,\n                \"AHTVariance\": -24.81,\n                \"AHTVariancePct\": -7.14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 44.98,\n                \"AgentsInQueue\": 29,\n                \"BaselineRequirementsVariance\": -15.98,\n                \"BaselineRequirementsVariancePct\": -35.53,\n                \"TotalAdjustedRequirements\": 58.83,\n                \"TotalAdjustedRequirementsVariance\": -29.83,\n                \"TotalAdjustedRequirementsVariancePct\": -50.71,\n                \"DiscretionaryRequirements\": 7.97,\n                \"NondiscretionaryRequirements\": 5.88,\n                \"ServiceMetric\": 79.53,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -0.47,\n                \"ServiceVariancePct\": -0.59,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 44.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 79.53,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 66,\n                \"ActualContacts\": 76,\n                \"ContactVariance\": 10,\n                \"ContactVariancePct\": 15.15,\n                \"ForecastedAHT\": 396.95,\n                \"ActualAHT\": 384.95,\n                \"AHTVariance\": -12,\n                \"AHTVariancePct\": -3.02,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineRequirements\": 54.72,\n                \"AgentsInQueue\": 27,\n                \"BaselineRequirementsVariance\": -27.72,\n                \"BaselineRequirementsVariancePct\": -50.66,\n                \"TotalAdjustedRequirements\": 71.58,\n                \"TotalAdjustedRequirementsVariance\": -44.58,\n                \"TotalAdjustedRequirementsVariancePct\": -62.28,\n                \"DiscretionaryRequirements\": 9.7,\n                \"NondiscretionaryRequirements\": 7.16,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 54.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 66,\n                \"ActualContacts\": 71,\n                \"ContactVariance\": 5,\n                \"ContactVariancePct\": 7.58,\n                \"ForecastedAHT\": 366.5,\n                \"ActualAHT\": 357.63,\n                \"AHTVariance\": -8.87,\n                \"AHTVariancePct\": -2.42,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineRequirements\": 51.28,\n                \"AgentsInQueue\": 27,\n                \"BaselineRequirementsVariance\": -24.28,\n                \"BaselineRequirementsVariancePct\": -47.34,\n                \"TotalAdjustedRequirements\": 67.01,\n                \"TotalAdjustedRequirementsVariance\": -40.01,\n                \"TotalAdjustedRequirementsVariancePct\": -59.71,\n                \"DiscretionaryRequirements\": 9.03,\n                \"NondiscretionaryRequirements\": 6.7,\n                \"ServiceMetric\": 4.47,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -75.53,\n                \"ServiceVariancePct\": -94.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 51.28,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 4.47,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 50,\n                \"ActualContacts\": 41,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -18,\n                \"ForecastedAHT\": 440.14,\n                \"ActualAHT\": 386.66,\n                \"AHTVariance\": -53.48,\n                \"AHTVariancePct\": -12.15,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 45.05,\n                \"AgentsInQueue\": 27,\n                \"BaselineRequirementsVariance\": -18.05,\n                \"BaselineRequirementsVariancePct\": -40.06,\n                \"TotalAdjustedRequirements\": 59.05,\n                \"TotalAdjustedRequirementsVariance\": -32.05,\n                \"TotalAdjustedRequirementsVariancePct\": -54.28,\n                \"DiscretionaryRequirements\": 8.1,\n                \"NondiscretionaryRequirements\": 5.91,\n                \"ServiceMetric\": 54.22,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -25.78,\n                \"ServiceVariancePct\": -32.23,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 45.05,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 54.22,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 42,\n                \"ActualContacts\": 33,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -21.43,\n                \"ForecastedAHT\": 514.07,\n                \"ActualAHT\": 369.94,\n                \"AHTVariance\": -144.13,\n                \"AHTVariancePct\": -28.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 45.79,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": -26.79,\n                \"BaselineRequirementsVariancePct\": -58.51,\n                \"TotalAdjustedRequirements\": 59.63,\n                \"TotalAdjustedRequirementsVariance\": -40.63,\n                \"TotalAdjustedRequirementsVariancePct\": -68.14,\n                \"DiscretionaryRequirements\": 7.88,\n                \"NondiscretionaryRequirements\": 5.96,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 45.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 61,\n                \"ActualContacts\": 55,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -9.84,\n                \"ForecastedAHT\": 386.46,\n                \"ActualAHT\": 349.89,\n                \"AHTVariance\": -36.57,\n                \"AHTVariancePct\": -9.46,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 51.35,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": -30.35,\n                \"BaselineRequirementsVariancePct\": -59.11,\n                \"TotalAdjustedRequirements\": 66.97,\n                \"TotalAdjustedRequirementsVariance\": -45.97,\n                \"TotalAdjustedRequirementsVariancePct\": -68.64,\n                \"DiscretionaryRequirements\": 8.92,\n                \"NondiscretionaryRequirements\": 6.7,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 51.35,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 56,\n                \"ActualContacts\": 50,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -10.71,\n                \"ForecastedAHT\": 334.48,\n                \"ActualAHT\": 339.66,\n                \"AHTVariance\": 5.18,\n                \"AHTVariancePct\": 1.55,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 39.67,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": -19.67,\n                \"BaselineRequirementsVariancePct\": -49.59,\n                \"TotalAdjustedRequirements\": 51.91,\n                \"TotalAdjustedRequirementsVariance\": -31.91,\n                \"TotalAdjustedRequirementsVariancePct\": -61.48,\n                \"DiscretionaryRequirements\": 7.05,\n                \"NondiscretionaryRequirements\": 5.19,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 39.67,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 53,\n                \"ActualContacts\": 50,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -5.66,\n                \"ForecastedAHT\": 357.7,\n                \"ActualAHT\": 404.26,\n                \"AHTVariance\": 46.56,\n                \"AHTVariancePct\": 13.02,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 40.85,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": -21.85,\n                \"BaselineRequirementsVariancePct\": -53.49,\n                \"TotalAdjustedRequirements\": 53.49,\n                \"TotalAdjustedRequirementsVariance\": -34.49,\n                \"TotalAdjustedRequirementsVariancePct\": -64.48,\n                \"DiscretionaryRequirements\": 7.29,\n                \"NondiscretionaryRequirements\": 5.35,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 40.85,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 51,\n                \"ActualContacts\": 45,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -11.76,\n                \"ForecastedAHT\": 384.25,\n                \"ActualAHT\": 325.29,\n                \"AHTVariance\": -58.96,\n                \"AHTVariancePct\": -15.34,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 39.84,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": -21.84,\n                \"BaselineRequirementsVariancePct\": -54.82,\n                \"TotalAdjustedRequirements\": 52.21,\n                \"TotalAdjustedRequirementsVariance\": -34.21,\n                \"TotalAdjustedRequirementsVariancePct\": -65.52,\n                \"DiscretionaryRequirements\": 7.14,\n                \"NondiscretionaryRequirements\": 5.22,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 39.84,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 21,\n                \"ActualContacts\": 21,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 335.33,\n                \"ActualAHT\": 256.62,\n                \"AHTVariance\": -78.71,\n                \"AHTVariancePct\": -23.47,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 17.07,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": -0.07,\n                \"BaselineRequirementsVariancePct\": -0.4,\n                \"TotalAdjustedRequirements\": 21.83,\n                \"TotalAdjustedRequirementsVariance\": -4.83,\n                \"TotalAdjustedRequirementsVariancePct\": -22.14,\n                \"DiscretionaryRequirements\": 2.58,\n                \"NondiscretionaryRequirements\": 2.18,\n                \"ServiceMetric\": 99.82,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 19.82,\n                \"ServiceVariancePct\": 24.77,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 17.07,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.82,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 337.58,\n                \"ActualAHT\": 369.75,\n                \"AHTVariance\": 32.17,\n                \"AHTVariancePct\": 9.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 15.36,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": -0.36,\n                \"BaselineRequirementsVariancePct\": -2.37,\n                \"TotalAdjustedRequirements\": 19.71,\n                \"TotalAdjustedRequirementsVariance\": -4.71,\n                \"TotalAdjustedRequirementsVariancePct\": -23.88,\n                \"DiscretionaryRequirements\": 2.37,\n                \"NondiscretionaryRequirements\": 1.97,\n                \"ServiceMetric\": 99.55,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 19.55,\n                \"ServiceVariancePct\": 24.44,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 15.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.55,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -11.76,\n                \"ForecastedAHT\": 273.71,\n                \"ActualAHT\": 234.87,\n                \"AHTVariance\": -38.84,\n                \"AHTVariancePct\": -14.19,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 11.8,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 3.2,\n                \"BaselineRequirementsVariancePct\": 27.13,\n                \"TotalAdjustedRequirements\": 15.08,\n                \"TotalAdjustedRequirementsVariance\": -0.08,\n                \"TotalAdjustedRequirementsVariancePct\": -0.55,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 11.8,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -18.75,\n                \"ForecastedAHT\": 353.88,\n                \"ActualAHT\": 280.85,\n                \"AHTVariance\": -73.03,\n                \"AHTVariancePct\": -20.64,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 16.78,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -3.78,\n                \"BaselineRequirementsVariancePct\": -22.53,\n                \"TotalAdjustedRequirements\": 21.56,\n                \"TotalAdjustedRequirementsVariance\": -8.56,\n                \"TotalAdjustedRequirementsVariancePct\": -39.7,\n                \"DiscretionaryRequirements\": 2.62,\n                \"NondiscretionaryRequirements\": 2.16,\n                \"ServiceMetric\": 99.07,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 19.07,\n                \"ServiceVariancePct\": 23.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 16.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.07,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 383.13,\n                \"ActualAHT\": 278.24,\n                \"AHTVariance\": -104.89,\n                \"AHTVariancePct\": -27.38,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 16.55,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -3.55,\n                \"BaselineRequirementsVariancePct\": -21.46,\n                \"TotalAdjustedRequirements\": 21.19,\n                \"TotalAdjustedRequirementsVariance\": -8.19,\n                \"TotalAdjustedRequirementsVariancePct\": -38.64,\n                \"DiscretionaryRequirements\": 2.52,\n                \"NondiscretionaryRequirements\": 2.12,\n                \"ServiceMetric\": 98.18,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 18.18,\n                \"ServiceVariancePct\": 22.73,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 16.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 98.18,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 15.38,\n                \"ForecastedAHT\": 343.08,\n                \"ActualAHT\": 284.47,\n                \"AHTVariance\": -58.61,\n                \"AHTVariancePct\": -17.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.22,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 3.78,\n                \"BaselineRequirementsVariancePct\": 40.93,\n                \"TotalAdjustedRequirements\": 11.78,\n                \"TotalAdjustedRequirementsVariance\": 1.22,\n                \"TotalAdjustedRequirementsVariancePct\": 10.36,\n                \"DiscretionaryRequirements\": 1.38,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 99.88,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 19.88,\n                \"ServiceVariancePct\": 24.85,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 9.22,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.88,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 22,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 10,\n                \"ForecastedAHT\": 366.9,\n                \"ActualAHT\": 336.32,\n                \"AHTVariance\": -30.58,\n                \"AHTVariancePct\": -8.34,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 19.07,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": -6.07,\n                \"BaselineRequirementsVariancePct\": -31.83,\n                \"TotalAdjustedRequirements\": 24.42,\n                \"TotalAdjustedRequirementsVariance\": -11.42,\n                \"TotalAdjustedRequirementsVariancePct\": -46.76,\n                \"DiscretionaryRequirements\": 2.91,\n                \"NondiscretionaryRequirements\": 2.44,\n                \"ServiceMetric\": 93.52,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 13.52,\n                \"ServiceVariancePct\": 16.9,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 19.07,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 93.52,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 26.67,\n                \"ForecastedAHT\": 359.47,\n                \"ActualAHT\": 320.11,\n                \"AHTVariance\": -39.36,\n                \"AHTVariancePct\": -10.95,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 14.6,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": -0.6,\n                \"BaselineRequirementsVariancePct\": -4.08,\n                \"TotalAdjustedRequirements\": 18.66,\n                \"TotalAdjustedRequirementsVariance\": -4.66,\n                \"TotalAdjustedRequirementsVariancePct\": -24.98,\n                \"DiscretionaryRequirements\": 2.2,\n                \"NondiscretionaryRequirements\": 1.87,\n                \"ServiceMetric\": 99.76,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 19.76,\n                \"ServiceVariancePct\": 24.7,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 14.6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.76,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 334,\n                \"ActualAHT\": 274.94,\n                \"AHTVariance\": -59.06,\n                \"AHTVariancePct\": -17.68,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 16.84,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": -4.84,\n                \"BaselineRequirementsVariancePct\": -28.73,\n                \"TotalAdjustedRequirements\": 21.63,\n                \"TotalAdjustedRequirementsVariance\": -9.63,\n                \"TotalAdjustedRequirementsVariancePct\": -44.51,\n                \"DiscretionaryRequirements\": 2.63,\n                \"NondiscretionaryRequirements\": 2.16,\n                \"ServiceMetric\": 97.74,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 17.74,\n                \"ServiceVariancePct\": 22.17,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 16.84,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 97.74,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 334.36,\n                \"ActualAHT\": 279.07,\n                \"AHTVariance\": -55.29,\n                \"AHTVariancePct\": -16.54,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 13.5,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": -3.5,\n                \"BaselineRequirementsVariancePct\": -25.95,\n                \"TotalAdjustedRequirements\": 17.38,\n                \"TotalAdjustedRequirementsVariance\": -7.38,\n                \"TotalAdjustedRequirementsVariancePct\": -42.46,\n                \"DiscretionaryRequirements\": 2.14,\n                \"NondiscretionaryRequirements\": 1.74,\n                \"ServiceMetric\": 96.61,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 16.61,\n                \"ServiceVariancePct\": 20.76,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 13.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 96.61,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 328.69,\n                \"ActualAHT\": 281.13,\n                \"AHTVariance\": -47.56,\n                \"AHTVariancePct\": -14.47,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 14.52,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": -3.52,\n                \"BaselineRequirementsVariancePct\": -24.26,\n                \"TotalAdjustedRequirements\": 18.65,\n                \"TotalAdjustedRequirementsVariance\": -7.65,\n                \"TotalAdjustedRequirementsVariancePct\": -41.03,\n                \"DiscretionaryRequirements\": 2.26,\n                \"NondiscretionaryRequirements\": 1.87,\n                \"ServiceMetric\": 96.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 16.99,\n                \"ServiceVariancePct\": 21.24,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 14.52,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 96.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.14,\n                \"ForecastedAHT\": 335.43,\n                \"ActualAHT\": 316.31,\n                \"AHTVariance\": -19.12,\n                \"AHTVariancePct\": -5.7,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 11.78,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": -1.78,\n                \"BaselineRequirementsVariancePct\": -15.08,\n                \"TotalAdjustedRequirements\": 15.05,\n                \"TotalAdjustedRequirementsVariance\": -5.05,\n                \"TotalAdjustedRequirementsVariancePct\": -33.57,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 96.54,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 16.54,\n                \"ServiceVariancePct\": 20.68,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 11.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 96.54,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 327.6,\n                \"ActualAHT\": 298.36,\n                \"AHTVariance\": -29.24,\n                \"AHTVariancePct\": -8.93,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 14.78,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -5.78,\n                \"BaselineRequirementsVariancePct\": -39.1,\n                \"TotalAdjustedRequirements\": 18.89,\n                \"TotalAdjustedRequirementsVariance\": -9.89,\n                \"TotalAdjustedRequirementsVariancePct\": -52.35,\n                \"DiscretionaryRequirements\": 2.22,\n                \"NondiscretionaryRequirements\": 1.89,\n                \"ServiceMetric\": 90.02,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 10.02,\n                \"ServiceVariancePct\": 12.52,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 14.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 90.02,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 310.27,\n                \"ActualAHT\": 349,\n                \"AHTVariance\": 38.73,\n                \"AHTVariancePct\": 12.48,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.06,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -0.06,\n                \"BaselineRequirementsVariancePct\": -0.66,\n                \"TotalAdjustedRequirements\": 11.57,\n                \"TotalAdjustedRequirementsVariance\": -2.57,\n                \"TotalAdjustedRequirementsVariancePct\": -22.23,\n                \"DiscretionaryRequirements\": 1.36,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 98.77,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 18.77,\n                \"ServiceVariancePct\": 23.46,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 9.06,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 98.77,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 325.21,\n                \"ActualAHT\": 288.73,\n                \"AHTVariance\": -36.48,\n                \"AHTVariancePct\": -11.22,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 12.78,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -3.78,\n                \"BaselineRequirementsVariancePct\": -29.55,\n                \"TotalAdjustedRequirements\": 16.3,\n                \"TotalAdjustedRequirementsVariance\": -7.3,\n                \"TotalAdjustedRequirementsVariancePct\": -44.79,\n                \"DiscretionaryRequirements\": 1.9,\n                \"NondiscretionaryRequirements\": 1.63,\n                \"ServiceMetric\": 93.32,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 13.32,\n                \"ServiceVariancePct\": 16.65,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 12.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 93.32,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 15.38,\n                \"ForecastedAHT\": 326.08,\n                \"ActualAHT\": 271.13,\n                \"AHTVariance\": -54.95,\n                \"AHTVariancePct\": -16.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 10.6,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": -2.6,\n                \"BaselineRequirementsVariancePct\": -24.56,\n                \"TotalAdjustedRequirements\": 13.59,\n                \"TotalAdjustedRequirementsVariance\": -5.59,\n                \"TotalAdjustedRequirementsVariancePct\": -41.11,\n                \"DiscretionaryRequirements\": 1.62,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 89.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 9.56,\n                \"ServiceVariancePct\": 11.95,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 10.6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 89.56,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -21.43,\n                \"ForecastedAHT\": 320.79,\n                \"ActualAHT\": 466.27,\n                \"AHTVariance\": 145.48,\n                \"AHTVariancePct\": 45.35,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 11.73,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": -0.73,\n                \"BaselineRequirementsVariancePct\": -6.2,\n                \"TotalAdjustedRequirements\": 14.99,\n                \"TotalAdjustedRequirementsVariance\": -3.99,\n                \"TotalAdjustedRequirementsVariancePct\": -26.62,\n                \"DiscretionaryRequirements\": 1.76,\n                \"NondiscretionaryRequirements\": 1.5,\n                \"ServiceMetric\": 99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 19,\n                \"ServiceVariancePct\": 23.75,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 11.73,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 332.92,\n                \"ActualAHT\": 393.11,\n                \"AHTVariance\": 60.19,\n                \"AHTVariancePct\": 18.08,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 11.19,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": -0.19,\n                \"BaselineRequirementsVariancePct\": -1.69,\n                \"TotalAdjustedRequirements\": 14.32,\n                \"TotalAdjustedRequirementsVariance\": -3.32,\n                \"TotalAdjustedRequirementsVariancePct\": -23.17,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.43,\n                \"ServiceMetric\": 99.57,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 19.57,\n                \"ServiceVariancePct\": 24.46,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 11.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 99.57,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -23.08,\n                \"ForecastedAHT\": 306.23,\n                \"ActualAHT\": 288.4,\n                \"AHTVariance\": -17.83,\n                \"AHTVariancePct\": -5.82,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 11.33,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": -2.33,\n                \"BaselineRequirementsVariancePct\": -20.6,\n                \"TotalAdjustedRequirements\": 14.5,\n                \"TotalAdjustedRequirementsVariance\": -5.5,\n                \"TotalAdjustedRequirementsVariancePct\": -37.93,\n                \"DiscretionaryRequirements\": 1.71,\n                \"NondiscretionaryRequirements\": 1.45,\n                \"ServiceMetric\": 96.91,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 16.91,\n                \"ServiceVariancePct\": 21.14,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 11.33,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 96.91,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 1,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 333.55,\n                \"ActualAHT\": 309.78,\n                \"AHTVariance\": -23.77,\n                \"AHTVariancePct\": -7.13,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.32,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": -2.32,\n                \"BaselineRequirementsVariancePct\": -22.49,\n                \"TotalAdjustedRequirements\": 13.15,\n                \"TotalAdjustedRequirementsVariance\": -5.15,\n                \"TotalAdjustedRequirementsVariancePct\": -39.16,\n                \"DiscretionaryRequirements\": 1.51,\n                \"NondiscretionaryRequirements\": 1.31,\n                \"ServiceMetric\": 94.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 14.94,\n                \"ServiceVariancePct\": 18.67,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedActualContactVariancePct\": null,\n                \"ProjectedActualAHTVariancePct\": null,\n                \"ProjectedBaselineRequirements\": 10.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ProjectedServiceVariance\": null,\n                \"ProjectedServiceVariancePct\": null,\n                \"ObservedServiceMetric\": 94.94,\n                \"IncludedInProjectionsFlag\": true\n            }\n        ],\n        \"includedActivities\": [\n            {\n                \"ActivityId\": 9,\n                \"name\": \"Billing\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 813,\n                \"ActualContacts\": 803,\n                \"ContactVariance\": -10,\n                \"ContactVariancePct\": -1.23,\n                \"ForecastedAHT\": 368.49,\n                \"ActualAHT\": 320.15,\n                \"AHTVariance\": -48.34,\n                \"AHTVariancePct\": -13.12,\n                \"ActualNotHandledContacts\": 96,\n                \"BaselineStaffingHours\": 151.19,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 97.63,\n                \"BaselineStaffingVariancePct\": 64.57,\n                \"TotalAdjustedStaffingHours\": 188.98,\n                \"DiscretionaryStaffingHours\": 18.9,\n                \"NonDiscretionaryStaffingHours\": 18.9,\n                \"TotalAdjustedStaffingVariance\": 59.83,\n                \"TotalAdjustedStaffingVariancePct\": 31.66,\n                \"ServiceMetricSummary\": 99.22,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.22,\n                \"ServiceVariancePct\": 24.02,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 803,\n                \"ProjectedActualAHT\": 320.15,\n                \"ProjectedContactVariance\": -10,\n                \"ProjectedAHTVariance\": -48.34,\n                \"ProjectedBaselineStaffingHours\": 151.19,\n                \"ProjectedBaselineStaffingVariance\": 97.63,\n                \"ProjectedBaselineStaffingVariancePct\": 64.57,\n                \"ProjectedServiceMetricSummary\": 99.17,\n                \"ProjectedServiceVariance\": 19.17,\n                \"ProjectedServiceVariancePct\": 23.96,\n                \"ObservedServiceMetricSummary\": 99.28,\n                \"ObservedServiceMetricVariance\": 19.28,\n                \"ObservedServiceMetricVariancePct\": 24.1\n            },\n            {\n                \"ActivityId\": 65,\n                \"name\": \"BPO A\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 604,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": -39,\n                \"ContactVariancePct\": -6.46,\n                \"ForecastedAHT\": 379.58,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.63,\n                \"AHTVariancePct\": -17.29,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 102.93,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -102.93,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 137.25,\n                \"DiscretionaryStaffingHours\": 20.59,\n                \"NonDiscretionaryStaffingHours\": 13.73,\n                \"TotalAdjustedStaffingVariance\": -137.25,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 565,\n                \"ProjectedActualAHT\": 313.95,\n                \"ProjectedContactVariance\": -39,\n                \"ProjectedAHTVariance\": -65.63,\n                \"ProjectedBaselineStaffingHours\": 102.93,\n                \"ProjectedBaselineStaffingVariance\": -102.93,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 66,\n                \"name\": \"BPO B\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 565,\n                \"ProjectedActualAHT\": 313.95,\n                \"ProjectedContactVariance\": 1,\n                \"ProjectedAHTVariance\": -65.24,\n                \"ProjectedBaselineStaffingHours\": 95.66,\n                \"ProjectedBaselineStaffingVariance\": -95.66,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 96,\n                \"name\": \"BPO C\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 565,\n                \"ProjectedActualAHT\": 313.95,\n                \"ProjectedContactVariance\": 1,\n                \"ProjectedAHTVariance\": -65.24,\n                \"ProjectedBaselineStaffingHours\": 95.66,\n                \"ProjectedBaselineStaffingVariance\": -95.66,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 11,\n                \"name\": \"Customer Success\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 137,\n                \"ActualContacts\": 112,\n                \"ContactVariance\": -25,\n                \"ContactVariancePct\": -18.25,\n                \"ForecastedAHT\": 186.35,\n                \"ActualAHT\": 187.29,\n                \"AHTVariance\": 0.94,\n                \"AHTVariancePct\": 0.51,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineStaffingHours\": 26.34,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 222.48,\n                \"BaselineStaffingVariancePct\": 844.61,\n                \"TotalAdjustedStaffingHours\": 32.93,\n                \"DiscretionaryStaffingHours\": 3.29,\n                \"NonDiscretionaryStaffingHours\": 3.29,\n                \"TotalAdjustedStaffingVariance\": 215.89,\n                \"TotalAdjustedStaffingVariancePct\": 655.7,\n                \"ServiceMetricSummary\": 99.98,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.97,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 112,\n                \"ProjectedActualAHT\": 187.29,\n                \"ProjectedContactVariance\": -25,\n                \"ProjectedAHTVariance\": 0.94,\n                \"ProjectedBaselineStaffingHours\": 26.34,\n                \"ProjectedBaselineStaffingVariance\": 222.48,\n                \"ProjectedBaselineStaffingVariancePct\": 844.61,\n                \"ProjectedServiceMetricSummary\": 99.98,\n                \"ProjectedServiceVariance\": 19.98,\n                \"ProjectedServiceVariancePct\": 24.98,\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 19,\n                \"name\": \"Devloper support\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 359,\n                \"ActualContacts\": 317,\n                \"ContactVariance\": -42,\n                \"ContactVariancePct\": -11.7,\n                \"ForecastedAHT\": 384.12,\n                \"ActualAHT\": 393.18,\n                \"AHTVariance\": 9.05,\n                \"AHTVariancePct\": 2.36,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 80,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -80,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 106.67,\n                \"DiscretionaryStaffingHours\": 16,\n                \"NonDiscretionaryStaffingHours\": 10.67,\n                \"TotalAdjustedStaffingVariance\": -106.67,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 317,\n                \"ProjectedActualAHT\": 393.18,\n                \"ProjectedContactVariance\": -42,\n                \"ProjectedAHTVariance\": 9.05,\n                \"ProjectedBaselineStaffingHours\": 80,\n                \"ProjectedBaselineStaffingVariance\": -80,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 10,\n                \"name\": \"New Customer Sales\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 669,\n                \"ActualContacts\": 649,\n                \"ContactVariance\": -20,\n                \"ContactVariancePct\": -2.99,\n                \"ForecastedAHT\": 126.42,\n                \"ActualAHT\": 128.31,\n                \"AHTVariance\": 1.89,\n                \"AHTVariancePct\": 1.49,\n                \"ActualNotHandledContacts\": 37,\n                \"BaselineStaffingHours\": 64.68,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 184.13,\n                \"BaselineStaffingVariancePct\": 284.67,\n                \"TotalAdjustedStaffingHours\": 80.85,\n                \"DiscretionaryStaffingHours\": 8.08,\n                \"NonDiscretionaryStaffingHours\": 8.08,\n                \"TotalAdjustedStaffingVariance\": 167.96,\n                \"TotalAdjustedStaffingVariancePct\": 207.74,\n                \"ServiceMetricSummary\": 99.69,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 649,\n                \"ProjectedActualAHT\": 128.31,\n                \"ProjectedContactVariance\": -20,\n                \"ProjectedAHTVariance\": 1.89,\n                \"ProjectedBaselineStaffingHours\": 64.68,\n                \"ProjectedBaselineStaffingVariance\": 184.13,\n                \"ProjectedBaselineStaffingVariancePct\": 284.67,\n                \"ProjectedServiceMetricSummary\": 99.69,\n                \"ProjectedServiceVariance\": 19.69,\n                \"ProjectedServiceVariancePct\": 24.61,\n                \"ObservedServiceMetricSummary\": 99.53,\n                \"ObservedServiceMetricVariance\": 19.53,\n                \"ObservedServiceMetricVariancePct\": 24.41\n            },\n            {\n                \"ActivityId\": 101,\n                \"name\": \"Outbound \",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": 0,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": 0,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": 0,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": 0,\n                \"ProjectedBaselineStaffingHours\": 0,\n                \"ProjectedBaselineStaffingVariance\": 0,\n                \"ProjectedBaselineStaffingVariancePct\": 0,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": 0,\n                \"ProjectedServiceVariancePct\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 24,\n                \"name\": \"Sales Chat\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 44,\n                \"ActualContacts\": 35,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -20.45,\n                \"ForecastedAHT\": 847.66,\n                \"ActualAHT\": 1182,\n                \"AHTVariance\": 334.34,\n                \"AHTVariancePct\": 39.44,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineStaffingHours\": 26.56,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 102.84,\n                \"BaselineStaffingVariancePct\": 387.21,\n                \"TotalAdjustedStaffingHours\": 33.2,\n                \"DiscretionaryStaffingHours\": 3.32,\n                \"NonDiscretionaryStaffingHours\": 3.32,\n                \"TotalAdjustedStaffingVariance\": 96.2,\n                \"TotalAdjustedStaffingVariancePct\": 289.76,\n                \"ServiceMetricSummary\": 91.48,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 11.48,\n                \"ServiceVariancePct\": 14.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 35,\n                \"ProjectedActualAHT\": 1182,\n                \"ProjectedContactVariance\": -9,\n                \"ProjectedAHTVariance\": 334.34,\n                \"ProjectedBaselineStaffingHours\": 26.56,\n                \"ProjectedBaselineStaffingVariance\": 102.84,\n                \"ProjectedBaselineStaffingVariancePct\": 387.21,\n                \"ProjectedServiceMetricSummary\": 96.41,\n                \"ProjectedServiceVariance\": 16.41,\n                \"ProjectedServiceVariancePct\": 20.51,\n                \"ObservedServiceMetricSummary\": 98.17,\n                \"ObservedServiceMetricVariance\": 18.17,\n                \"ObservedServiceMetricVariancePct\": 22.71\n            },\n            {\n                \"ActivityId\": 23,\n                \"name\": \"Sales Email\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 96,\n                \"ActualContacts\": 123,\n                \"ContactVariance\": 27,\n                \"ContactVariancePct\": 28.13,\n                \"ForecastedAHT\": 896.19,\n                \"ActualAHT\": 902.46,\n                \"AHTVariance\": 6.27,\n                \"AHTVariancePct\": 0.7,\n                \"ActualNotHandledContacts\": 31,\n                \"BaselineStaffingHours\": 23.9,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 105.5,\n                \"BaselineStaffingVariancePct\": 441.46,\n                \"TotalAdjustedStaffingHours\": 31.87,\n                \"DiscretionaryStaffingHours\": 4.78,\n                \"NonDiscretionaryStaffingHours\": 3.19,\n                \"TotalAdjustedStaffingVariance\": 97.53,\n                \"TotalAdjustedStaffingVariancePct\": 306.08,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 24,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 123,\n                \"ProjectedActualAHT\": 902.46,\n                \"ProjectedContactVariance\": 27,\n                \"ProjectedAHTVariance\": 6.27,\n                \"ProjectedBaselineStaffingHours\": 23.9,\n                \"ProjectedBaselineStaffingVariance\": 105.5,\n                \"ProjectedBaselineStaffingVariancePct\": 441.46,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -24,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -24,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 25,\n                \"name\": \"Support Chat\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 18,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 259.78,\n                \"AHTVariance\": 259.78,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 11,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": 0,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": 0,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 18,\n                \"ProjectedActualAHT\": 259.78,\n                \"ProjectedContactVariance\": 18,\n                \"ProjectedAHTVariance\": 259.78,\n                \"ProjectedBaselineStaffingHours\": 0,\n                \"ProjectedBaselineStaffingVariance\": 0,\n                \"ProjectedBaselineStaffingVariancePct\": 0,\n                \"ProjectedServiceMetricSummary\": 48,\n                \"ProjectedServiceVariance\": 48,\n                \"ProjectedServiceVariancePct\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"name\": \"Support Email \",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 60,\n                \"ActualContacts\": 44,\n                \"ContactVariance\": -16,\n                \"ContactVariancePct\": -26.67,\n                \"ForecastedAHT\": 890.97,\n                \"ActualAHT\": 1114.55,\n                \"AHTVariance\": 223.58,\n                \"AHTVariancePct\": 25.09,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineStaffingHours\": 41.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -41.5,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 55.33,\n                \"DiscretionaryStaffingHours\": 8.3,\n                \"NonDiscretionaryStaffingHours\": 5.53,\n                \"TotalAdjustedStaffingVariance\": -55.33,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 44,\n                \"ProjectedActualAHT\": 1114.55,\n                \"ProjectedContactVariance\": -16,\n                \"ProjectedAHTVariance\": 223.58,\n                \"ProjectedBaselineStaffingHours\": 41.5,\n                \"ProjectedBaselineStaffingVariance\": -41.5,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 12,\n                \"name\": \"Tier 1 support\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 65,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -9.23,\n                \"ForecastedAHT\": 689.78,\n                \"ActualAHT\": 619.44,\n                \"AHTVariance\": -70.34,\n                \"AHTVariancePct\": -10.2,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 34.46,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 214.36,\n                \"BaselineStaffingVariancePct\": 622.13,\n                \"TotalAdjustedStaffingHours\": 43.07,\n                \"DiscretionaryStaffingHours\": 4.31,\n                \"NonDiscretionaryStaffingHours\": 4.31,\n                \"TotalAdjustedStaffingVariance\": 205.75,\n                \"TotalAdjustedStaffingVariancePct\": 477.7,\n                \"ServiceMetricSummary\": 99.99,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 59,\n                \"ProjectedActualAHT\": 619.44,\n                \"ProjectedContactVariance\": -6,\n                \"ProjectedAHTVariance\": -70.34,\n                \"ProjectedBaselineStaffingHours\": 34.46,\n                \"ProjectedBaselineStaffingVariance\": 214.36,\n                \"ProjectedBaselineStaffingVariancePct\": 622.13,\n                \"ProjectedServiceMetricSummary\": 99.99,\n                \"ProjectedServiceVariance\": 19.99,\n                \"ProjectedServiceVariancePct\": 24.98,\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 18,\n                \"name\": \"Tier 2\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 28,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -11,\n                \"ContactVariancePct\": -39.29,\n                \"ForecastedAHT\": 197.32,\n                \"ActualAHT\": 195.41,\n                \"AHTVariance\": -1.91,\n                \"AHTVariancePct\": -0.97,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineStaffingHours\": 5.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -5.5,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 7.33,\n                \"DiscretionaryStaffingHours\": 1.1,\n                \"NonDiscretionaryStaffingHours\": 0.73,\n                \"TotalAdjustedStaffingVariance\": -7.33,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 17,\n                \"ProjectedActualAHT\": 195.41,\n                \"ProjectedContactVariance\": -11,\n                \"ProjectedAHTVariance\": -1.91,\n                \"ProjectedBaselineStaffingHours\": 5.5,\n                \"ProjectedBaselineStaffingVariance\": -5.5,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 17,\n                \"name\": \"Tier 3\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 81,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -22,\n                \"ContactVariancePct\": -27.16,\n                \"ForecastedAHT\": 146.63,\n                \"ActualAHT\": 91.08,\n                \"AHTVariance\": -55.54,\n                \"AHTVariancePct\": -37.88,\n                \"ActualNotHandledContacts\": 50,\n                \"BaselineStaffingHours\": 11,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -11,\n                \"BaselineStaffingVariancePct\": -100,\n                \"TotalAdjustedStaffingHours\": 14.67,\n                \"DiscretionaryStaffingHours\": 2.2,\n                \"NonDiscretionaryStaffingHours\": 1.47,\n                \"TotalAdjustedStaffingVariance\": -14.67,\n                \"TotalAdjustedStaffingVariancePct\": -100,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 59,\n                \"ProjectedActualAHT\": 91.08,\n                \"ProjectedContactVariance\": -22,\n                \"ProjectedAHTVariance\": -55.54,\n                \"ProjectedBaselineStaffingHours\": 11,\n                \"ProjectedBaselineStaffingVariance\": -11,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 95,\n                \"name\": \"Virtual Activity\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": 0,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": 0,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": 0,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": 0,\n                \"ProjectedBaselineStaffingHours\": 0,\n                \"ProjectedBaselineStaffingVariance\": 0,\n                \"ProjectedBaselineStaffingVariancePct\": 0,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": 0,\n                \"ProjectedServiceVariancePct\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            }\n        ],\n        \"activityDetail\": [\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 384,\n                \"ActualAHT\": 226,\n                \"AHTVariance\": -158,\n                \"AHTVariancePct\": -41.15,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.78,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 1.89,\n                \"BaselineRequirementsVariancePct\": 49.91,\n                \"TotalAdjustedRequirements\": 4.72,\n                \"TotalAdjustedRequirementsVariance\": 0.94,\n                \"TotalAdjustedRequirementsVariancePct\": 19.95,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 19.28,\n                \"ServiceVariancePct\": 24.1,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.8,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 352,\n                \"ActualAHT\": 219,\n                \"AHTVariance\": -133,\n                \"AHTVariancePct\": -37.78,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.67,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.33,\n                \"BaselineRequirementsVariancePct\": 36.12,\n                \"TotalAdjustedRequirements\": 4.59,\n                \"TotalAdjustedRequirementsVariance\": 0.41,\n                \"TotalAdjustedRequirementsVariancePct\": 8.9,\n                \"DiscretionaryRequirements\": 0.46,\n                \"NondiscretionaryRequirements\": 0.46,\n                \"ServiceMetric\": 99.52,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 19.52,\n                \"ServiceVariancePct\": 24.4,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.67,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.83,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 297,\n                \"AHTVariance\": -66,\n                \"AHTVariancePct\": -18.18,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.71,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.29,\n                \"BaselineRequirementsVariancePct\": 61.73,\n                \"TotalAdjustedRequirements\": 4.64,\n                \"TotalAdjustedRequirementsVariance\": 1.36,\n                \"TotalAdjustedRequirementsVariancePct\": 29.37,\n                \"DiscretionaryRequirements\": 0.46,\n                \"NondiscretionaryRequirements\": 0.46,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.71,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.85,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 339,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -8.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.63,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.37,\n                \"BaselineRequirementsVariancePct\": 65.29,\n                \"TotalAdjustedRequirements\": 4.54,\n                \"TotalAdjustedRequirementsVariance\": 1.46,\n                \"TotalAdjustedRequirementsVariancePct\": 32.22,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.93,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 19.93,\n                \"ServiceVariancePct\": 24.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.63,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.8,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -66.67,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -4,\n                \"AHTVariancePct\": -1.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.6,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.4,\n                \"BaselineRequirementsVariancePct\": 39.02,\n                \"TotalAdjustedRequirements\": 4.5,\n                \"TotalAdjustedRequirementsVariance\": 0.5,\n                \"TotalAdjustedRequirementsVariancePct\": 11.19,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.66,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 19.66,\n                \"ServiceVariancePct\": 24.57,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 280,\n                \"ActualAHT\": 219,\n                \"AHTVariance\": -61,\n                \"AHTVariancePct\": -21.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.88,\n                \"BaselineRequirementsVariancePct\": 135.6,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 2.35,\n                \"TotalAdjustedRequirementsVariancePct\": 88.52,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 278,\n                \"ActualAHT\": 198,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -28.78,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.88,\n                \"BaselineRequirementsVariancePct\": 88.88,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 1.35,\n                \"TotalAdjustedRequirementsVariancePct\": 51.07,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 19.84,\n                \"ServiceVariancePct\": 24.8,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 304,\n                \"ActualAHT\": 176,\n                \"AHTVariance\": -128,\n                \"AHTVariancePct\": -42.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.82,\n                \"BaselineRequirementsVariancePct\": 83.86,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 1.28,\n                \"TotalAdjustedRequirementsVariancePct\": 47.08,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.76,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 19.76,\n                \"ServiceVariancePct\": 24.7,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 150,\n                \"ActualAHT\": 180,\n                \"AHTVariance\": 30,\n                \"AHTVariancePct\": 20,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 1.5,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.88,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 161,\n                \"ActualAHT\": 192,\n                \"AHTVariance\": 31,\n                \"AHTVariancePct\": 19.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.85,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 19.85,\n                \"ServiceVariancePct\": 24.81,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.7,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 175,\n                \"ActualAHT\": 187,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 6.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 176,\n                \"ActualAHT\": 168,\n                \"AHTVariance\": -8,\n                \"AHTVariancePct\": -4.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -66.67,\n                \"ForecastedAHT\": 162,\n                \"ActualAHT\": 250,\n                \"AHTVariance\": 88,\n                \"AHTVariancePct\": 54.32,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.04,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.96,\n                \"BaselineRequirementsVariancePct\": 47.06,\n                \"TotalAdjustedRequirements\": 2.55,\n                \"TotalAdjustedRequirementsVariance\": 0.45,\n                \"TotalAdjustedRequirementsVariancePct\": 17.65,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 99.34,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 19.34,\n                \"ServiceVariancePct\": 24.18,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.04,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.94,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 166,\n                \"ActualAHT\": 250,\n                \"AHTVariance\": 84,\n                \"AHTVariancePct\": 50.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 98.35,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 18.35,\n                \"ServiceVariancePct\": 22.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.21,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 197,\n                \"ActualAHT\": 210,\n                \"AHTVariance\": 13,\n                \"AHTVariancePct\": 6.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 17.28,\n                \"ServiceVariancePct\": 21.6,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 96.73,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 200,\n                \"ActualAHT\": 212,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.16,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 17.16,\n                \"ServiceVariancePct\": 21.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 96.64,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 313,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -28,\n                \"AHTVariancePct\": -8.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.2,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.2,\n                \"BaselineRequirementsVariancePct\": -8.91,\n                \"TotalAdjustedRequirements\": 2.74,\n                \"TotalAdjustedRequirementsVariance\": -0.74,\n                \"TotalAdjustedRequirementsVariancePct\": -27.1,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 90.26,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 10.26,\n                \"ServiceVariancePct\": 12.83,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 92.39,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 304,\n                \"ActualAHT\": 282,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -7.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 98.59,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 18.59,\n                \"ServiceVariancePct\": 23.24,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 98.87,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 197,\n                \"ActualAHT\": 196,\n                \"AHTVariance\": -1,\n                \"AHTVariancePct\": -0.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.16,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.84,\n                \"BaselineRequirementsVariancePct\": 39.1,\n                \"TotalAdjustedRequirements\": 2.7,\n                \"TotalAdjustedRequirementsVariance\": 0.3,\n                \"TotalAdjustedRequirementsVariancePct\": 11.25,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.62,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 18.62,\n                \"ServiceVariancePct\": 23.28,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.16,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.68,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 176,\n                \"ActualAHT\": 177,\n                \"AHTVariance\": 1,\n                \"AHTVariancePct\": 0.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.79,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 19.79,\n                \"ServiceVariancePct\": 24.74,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 342,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 3.32,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.97,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 0.03,\n                \"BaselineRequirementsVariancePct\": 0.73,\n                \"TotalAdjustedRequirements\": 4.96,\n                \"TotalAdjustedRequirementsVariance\": -0.96,\n                \"TotalAdjustedRequirementsVariancePct\": -19.41,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 94.78,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 14.78,\n                \"ServiceVariancePct\": 18.48,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 97.92,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 379,\n                \"ActualAHT\": 362,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -4.49,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.24,\n                \"BaselineRequirementsVariancePct\": 32.86,\n                \"TotalAdjustedRequirements\": 4.7,\n                \"TotalAdjustedRequirementsVariance\": 0.3,\n                \"TotalAdjustedRequirementsVariancePct\": 6.31,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.32,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 19.32,\n                \"ServiceVariancePct\": 24.15,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.76,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 305,\n                \"ActualAHT\": 321,\n                \"AHTVariance\": 16,\n                \"AHTVariancePct\": 5.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.52,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.48,\n                \"BaselineRequirementsVariancePct\": 42.18,\n                \"TotalAdjustedRequirements\": 4.4,\n                \"TotalAdjustedRequirementsVariance\": 0.6,\n                \"TotalAdjustedRequirementsVariancePct\": 13.72,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 99.77,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 19.77,\n                \"ServiceVariancePct\": 24.71,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.52,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.96,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 275,\n                \"ActualAHT\": 375,\n                \"AHTVariance\": 100,\n                \"AHTVariancePct\": 36.36,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.42,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.58,\n                \"BaselineRequirementsVariancePct\": 148.27,\n                \"TotalAdjustedRequirements\": 3.02,\n                \"TotalAdjustedRequirementsVariance\": 2.98,\n                \"TotalAdjustedRequirementsVariancePct\": 98.63,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.42,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 282,\n                \"ActualAHT\": 246,\n                \"AHTVariance\": -36,\n                \"AHTVariancePct\": -12.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.44,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.56,\n                \"BaselineRequirementsVariancePct\": 45.35,\n                \"TotalAdjustedRequirements\": 4.3,\n                \"TotalAdjustedRequirementsVariance\": 0.7,\n                \"TotalAdjustedRequirementsVariancePct\": 16.28,\n                \"DiscretionaryRequirements\": 0.43,\n                \"NondiscretionaryRequirements\": 0.43,\n                \"ServiceMetric\": 99.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 19.84,\n                \"ServiceVariancePct\": 24.8,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.44,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 273,\n                \"ActualAHT\": 255,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -6.59,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.89,\n                \"BaselineRequirementsVariancePct\": 137.34,\n                \"TotalAdjustedRequirements\": 2.63,\n                \"TotalAdjustedRequirementsVariance\": 2.37,\n                \"TotalAdjustedRequirementsVariancePct\": 89.92,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -21,\n                \"AHTVariancePct\": -6.34,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.34,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.66,\n                \"BaselineRequirementsVariancePct\": 61.33,\n                \"TotalAdjustedRequirements\": 5.42,\n                \"TotalAdjustedRequirementsVariance\": 1.58,\n                \"TotalAdjustedRequirementsVariancePct\": 29.08,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.8,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 19.8,\n                \"ServiceVariancePct\": 24.75,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.34,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 313,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 15.97,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.24,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.76,\n                \"BaselineRequirementsVariancePct\": 65.14,\n                \"TotalAdjustedRequirements\": 5.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 32.1,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.24,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 279,\n                \"ActualAHT\": 245,\n                \"AHTVariance\": -34,\n                \"AHTVariancePct\": -12.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.67,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.33,\n                \"BaselineRequirementsVariancePct\": 71.31,\n                \"TotalAdjustedRequirements\": 5.84,\n                \"TotalAdjustedRequirementsVariance\": 2.16,\n                \"TotalAdjustedRequirementsVariancePct\": 37.03,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.88,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 19.88,\n                \"ServiceVariancePct\": 24.85,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.67,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.95,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 242,\n                \"AHTVariance\": -28,\n                \"AHTVariancePct\": -10.37,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.3,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.7,\n                \"BaselineRequirementsVariancePct\": 62.79,\n                \"TotalAdjustedRequirements\": 5.37,\n                \"TotalAdjustedRequirementsVariance\": 1.63,\n                \"TotalAdjustedRequirementsVariancePct\": 30.26,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.83,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 19.83,\n                \"ServiceVariancePct\": 24.79,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.92,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 10,\n                \"ForecastedAHT\": 318,\n                \"ActualAHT\": 209,\n                \"AHTVariance\": -109,\n                \"AHTVariancePct\": -34.28,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.03,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.97,\n                \"BaselineRequirementsVariancePct\": 32.6,\n                \"TotalAdjustedRequirements\": 7.54,\n                \"TotalAdjustedRequirementsVariance\": 0.46,\n                \"TotalAdjustedRequirementsVariancePct\": 6.08,\n                \"DiscretionaryRequirements\": 0.75,\n                \"NondiscretionaryRequirements\": 0.75,\n                \"ServiceMetric\": 97.65,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 17.65,\n                \"ServiceVariancePct\": 22.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.03,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.7,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 11.11,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 263,\n                \"AHTVariance\": -60,\n                \"AHTVariancePct\": -18.58,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.73,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.27,\n                \"BaselineRequirementsVariancePct\": 18.87,\n                \"TotalAdjustedRequirements\": 8.41,\n                \"TotalAdjustedRequirementsVariance\": -0.41,\n                \"TotalAdjustedRequirementsVariancePct\": -4.9,\n                \"DiscretionaryRequirements\": 0.84,\n                \"NondiscretionaryRequirements\": 0.84,\n                \"ServiceMetric\": 98.57,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 18.57,\n                \"ServiceVariancePct\": 23.21,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.73,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.25,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 230,\n                \"ActualAHT\": 180,\n                \"AHTVariance\": -50,\n                \"AHTVariancePct\": -21.74,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 5.06,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 1.94,\n                \"BaselineRequirementsVariancePct\": 38.46,\n                \"TotalAdjustedRequirements\": 6.32,\n                \"TotalAdjustedRequirementsVariance\": 0.68,\n                \"TotalAdjustedRequirementsVariancePct\": 10.77,\n                \"DiscretionaryRequirements\": 0.63,\n                \"NondiscretionaryRequirements\": 0.63,\n                \"ServiceMetric\": 98.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 18.86,\n                \"ServiceVariancePct\": 23.57,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5.06,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.86,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 362,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -14.64,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.33,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": -1.33,\n                \"BaselineRequirementsVariancePct\": -15.93,\n                \"TotalAdjustedRequirements\": 10.41,\n                \"TotalAdjustedRequirementsVariance\": -3.41,\n                \"TotalAdjustedRequirementsVariancePct\": -32.75,\n                \"DiscretionaryRequirements\": 1.04,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 74.83,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -5.17,\n                \"ServiceVariancePct\": -6.46,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.33,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 82.19,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 343,\n                \"AHTVariance\": -2,\n                \"AHTVariancePct\": -0.58,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineRequirements\": 8.1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 0.9,\n                \"BaselineRequirementsVariancePct\": 11.11,\n                \"TotalAdjustedRequirements\": 10.12,\n                \"TotalAdjustedRequirementsVariance\": -1.12,\n                \"TotalAdjustedRequirementsVariancePct\": -11.1,\n                \"DiscretionaryRequirements\": 1.01,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 95.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 15.99,\n                \"ServiceVariancePct\": 19.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 93.94,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 289,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 2.12,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.96,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.04,\n                \"BaselineRequirementsVariancePct\": 14.96,\n                \"TotalAdjustedRequirements\": 8.7,\n                \"TotalAdjustedRequirementsVariance\": -0.7,\n                \"TotalAdjustedRequirementsVariancePct\": -8.03,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 97.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 17.98,\n                \"ServiceVariancePct\": 22.48,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 94.44,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 3.67,\n                \"BaselineRequirementsVariancePct\": 46.2,\n                \"TotalAdjustedRequirements\": 9.92,\n                \"TotalAdjustedRequirementsVariance\": 1.68,\n                \"TotalAdjustedRequirementsVariancePct\": 16.95,\n                \"DiscretionaryRequirements\": 0.99,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 99.58,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 19.58,\n                \"ServiceVariancePct\": 24.47,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.93,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 4.66,\n                \"BaselineRequirementsVariancePct\": 49.95,\n                \"TotalAdjustedRequirements\": 11.67,\n                \"TotalAdjustedRequirementsVariance\": 2.33,\n                \"TotalAdjustedRequirementsVariancePct\": 19.96,\n                \"DiscretionaryRequirements\": 1.17,\n                \"NondiscretionaryRequirements\": 1.17,\n                \"ServiceMetric\": 99.82,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 19.82,\n                \"ServiceVariancePct\": 24.77,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.34,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.88,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.17,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 5.83,\n                \"BaselineRequirementsVariancePct\": 57.36,\n                \"TotalAdjustedRequirements\": 12.71,\n                \"TotalAdjustedRequirementsVariance\": 3.29,\n                \"TotalAdjustedRequirementsVariancePct\": 25.89,\n                \"DiscretionaryRequirements\": 1.27,\n                \"NondiscretionaryRequirements\": 1.27,\n                \"ServiceMetric\": 99.91,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 19.91,\n                \"ServiceVariancePct\": 24.89,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.55,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 3.45,\n                \"BaselineRequirementsVariancePct\": 32.76,\n                \"TotalAdjustedRequirements\": 13.18,\n                \"TotalAdjustedRequirementsVariance\": 0.82,\n                \"TotalAdjustedRequirementsVariancePct\": 6.21,\n                \"DiscretionaryRequirements\": 1.32,\n                \"NondiscretionaryRequirements\": 1.32,\n                \"ServiceMetric\": 98.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 18.97,\n                \"ServiceVariancePct\": 23.71,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.62,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.38,\n                \"BaselineRequirementsVariancePct\": 66.32,\n                \"TotalAdjustedRequirements\": 12.02,\n                \"TotalAdjustedRequirementsVariance\": 3.98,\n                \"TotalAdjustedRequirementsVariancePct\": 33.07,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 1.2,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.62,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 3.28,\n                \"BaselineRequirementsVariancePct\": 27.99,\n                \"TotalAdjustedRequirements\": 14.65,\n                \"TotalAdjustedRequirementsVariance\": 0.35,\n                \"TotalAdjustedRequirementsVariancePct\": 2.39,\n                \"DiscretionaryRequirements\": 1.47,\n                \"NondiscretionaryRequirements\": 1.47,\n                \"ServiceMetric\": 99.48,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 19.48,\n                \"ServiceVariancePct\": 24.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.77,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 4.23,\n                \"BaselineRequirementsVariancePct\": 39.32,\n                \"TotalAdjustedRequirements\": 13.46,\n                \"TotalAdjustedRequirementsVariance\": 1.54,\n                \"TotalAdjustedRequirementsVariancePct\": 11.45,\n                \"DiscretionaryRequirements\": 1.35,\n                \"NondiscretionaryRequirements\": 1.35,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 7.53,\n                \"BaselineRequirementsVariancePct\": 71.97,\n                \"TotalAdjustedRequirements\": 13.08,\n                \"TotalAdjustedRequirementsVariance\": 4.92,\n                \"TotalAdjustedRequirementsVariancePct\": 37.59,\n                \"DiscretionaryRequirements\": 1.31,\n                \"NondiscretionaryRequirements\": 1.31,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.08,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 7.92,\n                \"BaselineRequirementsVariancePct\": 78.61,\n                \"TotalAdjustedRequirements\": 12.6,\n                \"TotalAdjustedRequirementsVariance\": 5.4,\n                \"TotalAdjustedRequirementsVariancePct\": 42.88,\n                \"DiscretionaryRequirements\": 1.26,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 11.57,\n                \"BaselineRequirementsVariancePct\": 122.62,\n                \"TotalAdjustedRequirements\": 11.79,\n                \"TotalAdjustedRequirementsVariance\": 9.21,\n                \"TotalAdjustedRequirementsVariancePct\": 78.1,\n                \"DiscretionaryRequirements\": 1.18,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.96,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 100.8,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": 7.55,\n                \"TotalAdjustedRequirementsVariancePct\": 60.64,\n                \"DiscretionaryRequirements\": 1.25,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.84,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 12.16,\n                \"BaselineRequirementsVariancePct\": 137.44,\n                \"TotalAdjustedRequirements\": 11.06,\n                \"TotalAdjustedRequirementsVariance\": 9.94,\n                \"TotalAdjustedRequirementsVariancePct\": 89.94,\n                \"DiscretionaryRequirements\": 1.11,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.84,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.41,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 10.59,\n                \"BaselineRequirementsVariancePct\": 101.67,\n                \"TotalAdjustedRequirements\": 13.02,\n                \"TotalAdjustedRequirementsVariance\": 7.98,\n                \"TotalAdjustedRequirementsVariancePct\": 61.32,\n                \"DiscretionaryRequirements\": 1.3,\n                \"NondiscretionaryRequirements\": 1.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.41,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.79,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 8.21,\n                \"BaselineRequirementsVariancePct\": 76.04,\n                \"TotalAdjustedRequirements\": 13.49,\n                \"TotalAdjustedRequirementsVariance\": 5.51,\n                \"TotalAdjustedRequirementsVariancePct\": 40.83,\n                \"DiscretionaryRequirements\": 1.35,\n                \"NondiscretionaryRequirements\": 1.35,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.43,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 8.57,\n                \"BaselineRequirementsVariancePct\": 82.11,\n                \"TotalAdjustedRequirements\": 13.04,\n                \"TotalAdjustedRequirementsVariance\": 5.96,\n                \"TotalAdjustedRequirementsVariancePct\": 45.69,\n                \"DiscretionaryRequirements\": 1.3,\n                \"NondiscretionaryRequirements\": 1.3,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.23,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 2.77,\n                \"BaselineRequirementsVariancePct\": 27.04,\n                \"TotalAdjustedRequirements\": 12.79,\n                \"TotalAdjustedRequirementsVariance\": 0.21,\n                \"TotalAdjustedRequirementsVariancePct\": 1.63,\n                \"DiscretionaryRequirements\": 1.28,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 98.3,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 18.3,\n                \"ServiceVariancePct\": 22.87,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.93,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 12.18,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 4.82,\n                \"BaselineRequirementsVariancePct\": 39.61,\n                \"TotalAdjustedRequirements\": 15.22,\n                \"TotalAdjustedRequirementsVariance\": 1.78,\n                \"TotalAdjustedRequirementsVariancePct\": 11.69,\n                \"DiscretionaryRequirements\": 1.52,\n                \"NondiscretionaryRequirements\": 1.52,\n                \"ServiceMetric\": 99.42,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 19.42,\n                \"ServiceVariancePct\": 24.28,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 12.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.87,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.26,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 8.74,\n                \"BaselineRequirementsVariancePct\": 71.27,\n                \"TotalAdjustedRequirements\": 15.33,\n                \"TotalAdjustedRequirementsVariance\": 5.67,\n                \"TotalAdjustedRequirementsVariancePct\": 37.01,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.53,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 12.26,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 10.53,\n                \"BaselineRequirementsVariancePct\": 100.64,\n                \"TotalAdjustedRequirements\": 13.08,\n                \"TotalAdjustedRequirementsVariance\": 7.92,\n                \"TotalAdjustedRequirementsVariancePct\": 60.52,\n                \"DiscretionaryRequirements\": 1.31,\n                \"NondiscretionaryRequirements\": 1.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 21.43,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 10.57,\n                \"BaselineRequirementsVariancePct\": 112.16,\n                \"TotalAdjustedRequirements\": 11.78,\n                \"TotalAdjustedRequirementsVariance\": 8.22,\n                \"TotalAdjustedRequirementsVariancePct\": 69.74,\n                \"DiscretionaryRequirements\": 1.18,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.36,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 6.64,\n                \"BaselineRequirementsVariancePct\": 64.14,\n                \"TotalAdjustedRequirements\": 12.95,\n                \"TotalAdjustedRequirementsVariance\": 4.05,\n                \"TotalAdjustedRequirementsVariancePct\": 31.31,\n                \"DiscretionaryRequirements\": 1.29,\n                \"NondiscretionaryRequirements\": 1.29,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.02,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 4.98,\n                \"BaselineRequirementsVariancePct\": 49.75,\n                \"TotalAdjustedRequirements\": 12.52,\n                \"TotalAdjustedRequirementsVariance\": 2.48,\n                \"TotalAdjustedRequirementsVariancePct\": 19.8,\n                \"DiscretionaryRequirements\": 1.25,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 99.8,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 19.8,\n                \"ServiceVariancePct\": 24.75,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 6.28,\n                \"BaselineRequirementsVariancePct\": 53.58,\n                \"TotalAdjustedRequirements\": 14.65,\n                \"TotalAdjustedRequirementsVariance\": 3.35,\n                \"TotalAdjustedRequirementsVariancePct\": 22.87,\n                \"DiscretionaryRequirements\": 1.47,\n                \"NondiscretionaryRequirements\": 1.47,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.36,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 4.64,\n                \"BaselineRequirementsVariancePct\": 40.85,\n                \"TotalAdjustedRequirements\": 14.2,\n                \"TotalAdjustedRequirementsVariance\": 1.8,\n                \"TotalAdjustedRequirementsVariancePct\": 12.68,\n                \"DiscretionaryRequirements\": 1.42,\n                \"NondiscretionaryRequirements\": 1.42,\n                \"ServiceMetric\": 99.49,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 19.49,\n                \"ServiceVariancePct\": 24.36,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.38,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 8.62,\n                \"BaselineRequirementsVariancePct\": 91.81,\n                \"TotalAdjustedRequirements\": 11.73,\n                \"TotalAdjustedRequirementsVariance\": 6.27,\n                \"TotalAdjustedRequirementsVariancePct\": 53.45,\n                \"DiscretionaryRequirements\": 1.17,\n                \"NondiscretionaryRequirements\": 1.17,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.38,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.32,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.68,\n                \"BaselineRequirementsVariancePct\": 71.73,\n                \"TotalAdjustedRequirements\": 11.65,\n                \"TotalAdjustedRequirementsVariance\": 4.35,\n                \"TotalAdjustedRequirementsVariancePct\": 37.38,\n                \"DiscretionaryRequirements\": 1.17,\n                \"NondiscretionaryRequirements\": 1.17,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.3,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.7,\n                \"BaselineRequirementsVariancePct\": 72.04,\n                \"TotalAdjustedRequirements\": 11.62,\n                \"TotalAdjustedRequirementsVariance\": 4.38,\n                \"TotalAdjustedRequirementsVariancePct\": 37.65,\n                \"DiscretionaryRequirements\": 1.16,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.47,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 6.53,\n                \"BaselineRequirementsVariancePct\": 68.9,\n                \"TotalAdjustedRequirements\": 11.84,\n                \"TotalAdjustedRequirementsVariance\": 4.16,\n                \"TotalAdjustedRequirementsVariancePct\": 35.12,\n                \"DiscretionaryRequirements\": 1.18,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 8.45,\n                \"BaselineRequirementsVariancePct\": 98.88,\n                \"TotalAdjustedRequirements\": 10.68,\n                \"TotalAdjustedRequirementsVariance\": 6.32,\n                \"TotalAdjustedRequirementsVariancePct\": 59.12,\n                \"DiscretionaryRequirements\": 1.07,\n                \"NondiscretionaryRequirements\": 1.07,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 7.5,\n                \"BaselineRequirementsVariancePct\": 88.26,\n                \"TotalAdjustedRequirements\": 10.62,\n                \"TotalAdjustedRequirementsVariance\": 5.38,\n                \"TotalAdjustedRequirementsVariancePct\": 50.62,\n                \"DiscretionaryRequirements\": 1.06,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.31,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 9.69,\n                \"BaselineRequirementsVariancePct\": 116.52,\n                \"TotalAdjustedRequirements\": 10.39,\n                \"TotalAdjustedRequirementsVariance\": 7.61,\n                \"TotalAdjustedRequirementsVariancePct\": 73.22,\n                \"DiscretionaryRequirements\": 1.04,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.31,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 8.05,\n                \"BaselineRequirementsVariancePct\": 101.29,\n                \"TotalAdjustedRequirements\": 9.94,\n                \"TotalAdjustedRequirementsVariance\": 6.06,\n                \"TotalAdjustedRequirementsVariancePct\": 61.02,\n                \"DiscretionaryRequirements\": 0.99,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.85,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 9.15,\n                \"BaselineRequirementsVariancePct\": 103.31,\n                \"TotalAdjustedRequirements\": 11.07,\n                \"TotalAdjustedRequirementsVariance\": 6.93,\n                \"TotalAdjustedRequirementsVariancePct\": 62.64,\n                \"DiscretionaryRequirements\": 1.11,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.85,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 8.5,\n                \"BaselineRequirementsVariancePct\": 100.03,\n                \"TotalAdjustedRequirements\": 10.62,\n                \"TotalAdjustedRequirementsVariance\": 6.38,\n                \"TotalAdjustedRequirementsVariancePct\": 60.03,\n                \"DiscretionaryRequirements\": 1.06,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.11,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 5.89,\n                \"BaselineRequirementsVariancePct\": 72.56,\n                \"TotalAdjustedRequirements\": 10.14,\n                \"TotalAdjustedRequirementsVariance\": 3.86,\n                \"TotalAdjustedRequirementsVariancePct\": 38.05,\n                \"DiscretionaryRequirements\": 1.01,\n                \"NondiscretionaryRequirements\": 1.01,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.4,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 6.6,\n                \"BaselineRequirementsVariancePct\": 89.27,\n                \"TotalAdjustedRequirements\": 9.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 51.41,\n                \"DiscretionaryRequirements\": 0.93,\n                \"NondiscretionaryRequirements\": 0.93,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.63,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 6.37,\n                \"BaselineRequirementsVariancePct\": 83.41,\n                \"TotalAdjustedRequirements\": 9.54,\n                \"TotalAdjustedRequirementsVariance\": 4.46,\n                \"TotalAdjustedRequirementsVariancePct\": 46.73,\n                \"DiscretionaryRequirements\": 0.95,\n                \"NondiscretionaryRequirements\": 0.95,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.63,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.49,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 5.51,\n                \"BaselineRequirementsVariancePct\": 73.59,\n                \"TotalAdjustedRequirements\": 9.36,\n                \"TotalAdjustedRequirementsVariance\": 3.64,\n                \"TotalAdjustedRequirementsVariancePct\": 38.88,\n                \"DiscretionaryRequirements\": 0.94,\n                \"NondiscretionaryRequirements\": 0.94,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.49,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.54,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 5.46,\n                \"BaselineRequirementsVariancePct\": 72.41,\n                \"TotalAdjustedRequirements\": 9.42,\n                \"TotalAdjustedRequirementsVariance\": 3.58,\n                \"TotalAdjustedRequirementsVariancePct\": 37.95,\n                \"DiscretionaryRequirements\": 0.94,\n                \"NondiscretionaryRequirements\": 0.94,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.54,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.79,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 3.21,\n                \"BaselineRequirementsVariancePct\": 41.21,\n                \"TotalAdjustedRequirements\": 9.74,\n                \"TotalAdjustedRequirementsVariance\": 1.26,\n                \"TotalAdjustedRequirementsVariancePct\": 12.96,\n                \"DiscretionaryRequirements\": 0.97,\n                \"NondiscretionaryRequirements\": 0.97,\n                \"ServiceMetric\": 99.63,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 19.63,\n                \"ServiceVariancePct\": 24.54,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.95,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 445,\n                \"ActualAHT\": 405,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -8.99,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 4.04,\n                \"BaselineRequirementsVariancePct\": 58.02,\n                \"TotalAdjustedRequirements\": 8.7,\n                \"TotalAdjustedRequirementsVariance\": 2.3,\n                \"TotalAdjustedRequirementsVariancePct\": 26.42,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 99.93,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 19.93,\n                \"ServiceVariancePct\": 24.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 483,\n                \"ActualAHT\": 495,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 2.48,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.26,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 2.74,\n                \"BaselineRequirementsVariancePct\": 37.8,\n                \"TotalAdjustedRequirements\": 9.07,\n                \"TotalAdjustedRequirementsVariance\": 0.93,\n                \"TotalAdjustedRequirementsVariancePct\": 10.25,\n                \"DiscretionaryRequirements\": 0.91,\n                \"NondiscretionaryRequirements\": 0.91,\n                \"ServiceMetric\": 99.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 19.56,\n                \"ServiceVariancePct\": 24.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.26,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.82,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 481,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 4.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.64,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.36,\n                \"BaselineRequirementsVariancePct\": 94.06,\n                \"TotalAdjustedRequirements\": 5.8,\n                \"TotalAdjustedRequirementsVariance\": 3.2,\n                \"TotalAdjustedRequirementsVariancePct\": 55.23,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.64,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 477,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 24,\n                \"AHTVariancePct\": 5.03,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.62,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.38,\n                \"BaselineRequirementsVariancePct\": 94.81,\n                \"TotalAdjustedRequirements\": 5.77,\n                \"TotalAdjustedRequirementsVariance\": 3.23,\n                \"TotalAdjustedRequirementsVariancePct\": 55.87,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.62,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 460,\n                \"ActualAHT\": 397,\n                \"AHTVariance\": -63,\n                \"AHTVariancePct\": -13.7,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.57,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 1.43,\n                \"BaselineRequirementsVariancePct\": 21.83,\n                \"TotalAdjustedRequirements\": 8.21,\n                \"TotalAdjustedRequirementsVariance\": -0.21,\n                \"TotalAdjustedRequirementsVariancePct\": -2.54,\n                \"DiscretionaryRequirements\": 0.82,\n                \"NondiscretionaryRequirements\": 0.82,\n                \"ServiceMetric\": 98.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 18.84,\n                \"ServiceVariancePct\": 23.55,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.57,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.53,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 389,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.24,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 2.76,\n                \"BaselineRequirementsVariancePct\": 52.67,\n                \"TotalAdjustedRequirements\": 6.55,\n                \"TotalAdjustedRequirementsVariance\": 1.45,\n                \"TotalAdjustedRequirementsVariancePct\": 22.14,\n                \"DiscretionaryRequirements\": 0.66,\n                \"NondiscretionaryRequirements\": 0.66,\n                \"ServiceMetric\": 99.42,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 19.42,\n                \"ServiceVariancePct\": 24.28,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5.24,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.59,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 14.29,\n                \"ForecastedAHT\": 440,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -44,\n                \"AHTVariancePct\": -10,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.92,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 2.08,\n                \"BaselineRequirementsVariancePct\": 30.02,\n                \"TotalAdjustedRequirements\": 8.65,\n                \"TotalAdjustedRequirementsVariance\": 0.35,\n                \"TotalAdjustedRequirementsVariancePct\": 4.02,\n                \"DiscretionaryRequirements\": 0.86,\n                \"NondiscretionaryRequirements\": 0.86,\n                \"ServiceMetric\": 99.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 19.28,\n                \"ServiceVariancePct\": 24.1,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.92,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.17,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 460,\n                \"ActualAHT\": 425,\n                \"AHTVariance\": -35,\n                \"AHTVariancePct\": -7.61,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 6.57,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 3.43,\n                \"BaselineRequirementsVariancePct\": 52.28,\n                \"TotalAdjustedRequirements\": 8.21,\n                \"TotalAdjustedRequirementsVariance\": 1.79,\n                \"TotalAdjustedRequirementsVariancePct\": 21.82,\n                \"DiscretionaryRequirements\": 0.82,\n                \"NondiscretionaryRequirements\": 0.82,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.57,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.56,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 406,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -1.23,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5.76,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 1.24,\n                \"BaselineRequirementsVariancePct\": 21.62,\n                \"TotalAdjustedRequirements\": 7.19,\n                \"TotalAdjustedRequirementsVariance\": -0.19,\n                \"TotalAdjustedRequirementsVariancePct\": -2.69,\n                \"DiscretionaryRequirements\": 0.72,\n                \"NondiscretionaryRequirements\": 0.72,\n                \"ServiceMetric\": 99.31,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 19.31,\n                \"ServiceVariancePct\": 24.14,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5.76,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.36,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 346,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -36,\n                \"AHTVariancePct\": -10.4,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.42,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.58,\n                \"BaselineRequirementsVariancePct\": 35.68,\n                \"TotalAdjustedRequirements\": 5.53,\n                \"TotalAdjustedRequirementsVariance\": 0.47,\n                \"TotalAdjustedRequirementsVariancePct\": 8.53,\n                \"DiscretionaryRequirements\": 0.55,\n                \"NondiscretionaryRequirements\": 0.55,\n                \"ServiceMetric\": 98.89,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 18.89,\n                \"ServiceVariancePct\": 23.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.42,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.8,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 395,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 1,\n                \"AHTVariancePct\": 0.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.26,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.74,\n                \"BaselineRequirementsVariancePct\": 64.49,\n                \"TotalAdjustedRequirements\": 5.32,\n                \"TotalAdjustedRequirementsVariance\": 1.68,\n                \"TotalAdjustedRequirementsVariancePct\": 31.59,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.84,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 19.84,\n                \"ServiceVariancePct\": 24.8,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.26,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.83,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 452,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 49,\n                \"AHTVariancePct\": 10.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.51,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 0.49,\n                \"BaselineRequirementsVariancePct\": 10.89,\n                \"TotalAdjustedRequirements\": 5.64,\n                \"TotalAdjustedRequirementsVariance\": -0.64,\n                \"TotalAdjustedRequirementsVariancePct\": -11.3,\n                \"DiscretionaryRequirements\": 0.56,\n                \"NondiscretionaryRequirements\": 0.56,\n                \"ServiceMetric\": 95.02,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 15.02,\n                \"ServiceVariancePct\": 18.77,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.51,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 92.52,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 390,\n                \"ActualAHT\": 457,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 17.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.23,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.77,\n                \"BaselineRequirementsVariancePct\": 65.36,\n                \"TotalAdjustedRequirements\": 5.29,\n                \"TotalAdjustedRequirementsVariance\": 1.71,\n                \"TotalAdjustedRequirementsVariancePct\": 32.29,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.85,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 19.85,\n                \"ServiceVariancePct\": 24.81,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.6,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 436,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 22.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.08,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.92,\n                \"BaselineRequirementsVariancePct\": 46.98,\n                \"TotalAdjustedRequirements\": 5.1,\n                \"TotalAdjustedRequirementsVariance\": 0.9,\n                \"TotalAdjustedRequirementsVariancePct\": 17.6,\n                \"DiscretionaryRequirements\": 0.51,\n                \"NondiscretionaryRequirements\": 0.51,\n                \"ServiceMetric\": 99.58,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 19.58,\n                \"ServiceVariancePct\": 24.47,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.72,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 401,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.73,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 0.27,\n                \"BaselineRequirementsVariancePct\": 4.75,\n                \"TotalAdjustedRequirements\": 7.16,\n                \"TotalAdjustedRequirementsVariance\": -1.16,\n                \"TotalAdjustedRequirementsVariancePct\": -16.2,\n                \"DiscretionaryRequirements\": 0.72,\n                \"NondiscretionaryRequirements\": 0.72,\n                \"ServiceMetric\": 97.71,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 17.71,\n                \"ServiceVariancePct\": 22.14,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5.73,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 94.83,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 383,\n                \"ActualAHT\": 389,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 1.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.63,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.37,\n                \"BaselineRequirementsVariancePct\": 51.26,\n                \"TotalAdjustedRequirements\": 5.78,\n                \"TotalAdjustedRequirementsVariance\": 1.22,\n                \"TotalAdjustedRequirementsVariancePct\": 21.03,\n                \"DiscretionaryRequirements\": 0.58,\n                \"NondiscretionaryRequirements\": 0.58,\n                \"ServiceMetric\": 99.51,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 19.51,\n                \"ServiceVariancePct\": 24.39,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.63,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 98.56,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 427,\n                \"ActualAHT\": 569,\n                \"AHTVariance\": 142,\n                \"AHTVariancePct\": 33.26,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.4,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.6,\n                \"BaselineRequirementsVariancePct\": 81.91,\n                \"TotalAdjustedRequirements\": 5.5,\n                \"TotalAdjustedRequirementsVariance\": 2.5,\n                \"TotalAdjustedRequirementsVariancePct\": 45.51,\n                \"DiscretionaryRequirements\": 0.55,\n                \"NondiscretionaryRequirements\": 0.55,\n                \"ServiceMetric\": 99.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 19.94,\n                \"ServiceVariancePct\": 24.92,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.61,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 375,\n                \"ActualAHT\": 501,\n                \"AHTVariance\": 126,\n                \"AHTVariancePct\": 33.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.17,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.83,\n                \"BaselineRequirementsVariancePct\": 44,\n                \"TotalAdjustedRequirements\": 5.21,\n                \"TotalAdjustedRequirementsVariance\": 0.79,\n                \"TotalAdjustedRequirementsVariancePct\": 15.19,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 99.45,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 19.45,\n                \"ServiceVariancePct\": 24.31,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 97.62,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 449,\n                \"ActualAHT\": 500,\n                \"AHTVariance\": 51,\n                \"AHTVariancePct\": 11.36,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 50.12,\n                \"TotalAdjustedRequirements\": 5,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 20.08,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 99.67,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 19.67,\n                \"ServiceVariancePct\": 24.59,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.41,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 9,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 1,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 455,\n                \"ActualAHT\": 510,\n                \"AHTVariance\": 55,\n                \"AHTVariancePct\": 12.09,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.02,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.98,\n                \"BaselineRequirementsVariancePct\": 49.38,\n                \"TotalAdjustedRequirements\": 5.02,\n                \"TotalAdjustedRequirementsVariance\": 0.98,\n                \"TotalAdjustedRequirementsVariancePct\": 19.51,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 99.64,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 19.64,\n                \"ServiceVariancePct\": 24.55,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.35,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -21.43,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 8.28,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.28,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.03,\n                \"TotalAdjustedRequirementsVariance\": -11.03,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.66,\n                \"NondiscretionaryRequirements\": 1.1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.28,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.68,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.68,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.91,\n                \"TotalAdjustedRequirementsVariance\": -12.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.94,\n                \"NondiscretionaryRequirements\": 1.29,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.68,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.56,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.56,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.08,\n                \"TotalAdjustedRequirementsVariance\": -14.08,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.11,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.56,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 11.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.95,\n                \"TotalAdjustedRequirementsVariance\": -15.95,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.39,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -10.53,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.61,\n                \"TotalAdjustedRequirementsVariance\": -14.61,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.19,\n                \"NondiscretionaryRequirements\": 1.46,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.8,\n                \"TotalAdjustedRequirementsVariance\": -14.8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.22,\n                \"NondiscretionaryRequirements\": 1.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.18,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.18,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.58,\n                \"TotalAdjustedRequirementsVariance\": -13.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.04,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.91,\n                \"TotalAdjustedRequirementsVariance\": -15.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.39,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.93,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.49,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.49,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.99,\n                \"TotalAdjustedRequirementsVariance\": -13.99,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.1,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.49,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.83,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.83,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.44,\n                \"TotalAdjustedRequirementsVariance\": -14.44,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.17,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.83,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.35,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.35,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.47,\n                \"TotalAdjustedRequirementsVariance\": -12.47,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.35,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.26,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.26,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.34,\n                \"TotalAdjustedRequirementsVariance\": -12.34,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.85,\n                \"NondiscretionaryRequirements\": 1.23,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.26,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 11.82,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.82,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.76,\n                \"TotalAdjustedRequirementsVariance\": -15.76,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.36,\n                \"NondiscretionaryRequirements\": 1.58,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.82,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.19,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.19,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.58,\n                \"TotalAdjustedRequirementsVariance\": -13.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.04,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 11.9,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.9,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.86,\n                \"TotalAdjustedRequirementsVariance\": -15.86,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.38,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.9,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.68,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.68,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.58,\n                \"TotalAdjustedRequirementsVariance\": -15.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.68,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 15,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 13.63,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -13.63,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 18.18,\n                \"TotalAdjustedRequirementsVariance\": -18.18,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.73,\n                \"NondiscretionaryRequirements\": 1.82,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 13.63,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 20,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 15,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 13.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -13.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 18.3,\n                \"TotalAdjustedRequirementsVariance\": -18.3,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.74,\n                \"NondiscretionaryRequirements\": 1.83,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 13.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 11.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.91,\n                \"TotalAdjustedRequirementsVariance\": -15.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.39,\n                \"NondiscretionaryRequirements\": 1.59,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.93,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 10.85,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.85,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.47,\n                \"TotalAdjustedRequirementsVariance\": -14.47,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.17,\n                \"NondiscretionaryRequirements\": 1.45,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.85,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 11.76,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.76,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.68,\n                \"TotalAdjustedRequirementsVariance\": -15.68,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.35,\n                \"NondiscretionaryRequirements\": 1.57,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.76,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.87,\n                \"TotalAdjustedRequirementsVariance\": -13.87,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.08,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.26,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.12,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.12,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.83,\n                \"TotalAdjustedRequirementsVariance\": -14.83,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.22,\n                \"NondiscretionaryRequirements\": 1.48,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -10.53,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.8,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.8,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 17.06,\n                \"TotalAdjustedRequirementsVariance\": -17.06,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.56,\n                \"NondiscretionaryRequirements\": 1.71,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 12.8,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 10.75,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.75,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.34,\n                \"TotalAdjustedRequirementsVariance\": -14.34,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.15,\n                \"NondiscretionaryRequirements\": 1.43,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.75,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.7,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.7,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.94,\n                \"TotalAdjustedRequirementsVariance\": -12.94,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.94,\n                \"NondiscretionaryRequirements\": 1.29,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.7,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -38.46,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.78,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.78,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.38,\n                \"TotalAdjustedRequirementsVariance\": -14.38,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.16,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.78,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -5,\n                \"ContactVariancePct\": -38.46,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.97,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.97,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.63,\n                \"TotalAdjustedRequirementsVariance\": -14.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.19,\n                \"NondiscretionaryRequirements\": 1.46,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.01,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.01,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.01,\n                \"TotalAdjustedRequirementsVariance\": -12.01,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.8,\n                \"NondiscretionaryRequirements\": 1.2,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.27,\n                \"TotalAdjustedRequirementsVariance\": -13.27,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.69,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.71,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.71,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.62,\n                \"TotalAdjustedRequirementsVariance\": -11.62,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.74,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.71,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -8.33,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.35,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.35,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.14,\n                \"TotalAdjustedRequirementsVariance\": -11.14,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.67,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.35,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.34,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": -12.45,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.34,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 9.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.27,\n                \"TotalAdjustedRequirementsVariance\": -13.27,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.69,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.69,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.59,\n                \"TotalAdjustedRequirementsVariance\": -11.59,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.74,\n                \"NondiscretionaryRequirements\": 1.16,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.69,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.6,\n                \"TotalAdjustedRequirementsVariance\": -10.6,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.05,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.05,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.4,\n                \"TotalAdjustedRequirementsVariance\": -9.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.41,\n                \"NondiscretionaryRequirements\": 0.94,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.05,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -18.18,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.89,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.89,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.52,\n                \"TotalAdjustedRequirementsVariance\": -10.52,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.58,\n                \"NondiscretionaryRequirements\": 1.05,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.99,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.99,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.65,\n                \"TotalAdjustedRequirementsVariance\": -10.65,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.6,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.27,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.27,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.02,\n                \"TotalAdjustedRequirementsVariance\": -11.02,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.65,\n                \"NondiscretionaryRequirements\": 1.1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.27,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 65,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 2,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.58,\n                \"TotalAdjustedRequirementsVariance\": -10.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.93,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.34,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": -12.45,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.34,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.17,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.17,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.56,\n                \"TotalAdjustedRequirementsVariance\": -13.56,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.03,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.06,\n                \"TotalAdjustedRequirementsVariance\": -14.06,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.11,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.62,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.62,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.83,\n                \"TotalAdjustedRequirementsVariance\": -12.83,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.92,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.62,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.77,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.77,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.36,\n                \"TotalAdjustedRequirementsVariance\": -14.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.15,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.08,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.08,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.44,\n                \"TotalAdjustedRequirementsVariance\": -13.44,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.02,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.58,\n                \"TotalAdjustedRequirementsVariance\": -12.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.28,\n                \"TotalAdjustedRequirementsVariance\": -13.28,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.84,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.84,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.79,\n                \"TotalAdjustedRequirementsVariance\": -11.79,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.84,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.41,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.41,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.88,\n                \"TotalAdjustedRequirementsVariance\": -13.88,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.08,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.41,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.39,\n                \"TotalAdjustedRequirementsVariance\": -14.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.16,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.91,\n                \"TotalAdjustedRequirementsVariance\": -13.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.23,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.23,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.64,\n                \"TotalAdjustedRequirementsVariance\": -13.64,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.05,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 12.18,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.18,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.24,\n                \"TotalAdjustedRequirementsVariance\": -16.24,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.44,\n                \"NondiscretionaryRequirements\": 1.62,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 12.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.26,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.26,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.35,\n                \"TotalAdjustedRequirementsVariance\": -16.35,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.45,\n                \"NondiscretionaryRequirements\": 1.64,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 12.26,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 21.43,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.57,\n                \"TotalAdjustedRequirementsVariance\": -12.57,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.81,\n                \"TotalAdjustedRequirementsVariance\": -13.81,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.07,\n                \"NondiscretionaryRequirements\": 1.38,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.36,\n                \"TotalAdjustedRequirementsVariance\": -13.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.15,\n                \"TotalAdjustedRequirementsVariance\": -15.15,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.27,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.38,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.38,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.51,\n                \"TotalAdjustedRequirementsVariance\": -12.51,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.88,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.38,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.32,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.32,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.42,\n                \"TotalAdjustedRequirementsVariance\": -12.42,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.4,\n                \"TotalAdjustedRequirementsVariance\": -12.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.63,\n                \"TotalAdjustedRequirementsVariance\": -12.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.9,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.4,\n                \"TotalAdjustedRequirementsVariance\": -11.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.71,\n                \"NondiscretionaryRequirements\": 1.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.31,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.31,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.08,\n                \"TotalAdjustedRequirementsVariance\": -11.08,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.66,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.31,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.6,\n                \"TotalAdjustedRequirementsVariance\": -10.6,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.85,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.85,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.8,\n                \"TotalAdjustedRequirementsVariance\": -11.8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.85,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.11,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.11,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.82,\n                \"TotalAdjustedRequirementsVariance\": -10.82,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.62,\n                \"NondiscretionaryRequirements\": 1.08,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.86,\n                \"TotalAdjustedRequirementsVariance\": -9.86,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.48,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.63,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.63,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.18,\n                \"TotalAdjustedRequirementsVariance\": -10.18,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.02,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.63,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.49,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.49,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.99,\n                \"TotalAdjustedRequirementsVariance\": -9.99,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.5,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.49,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.54,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.54,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.05,\n                \"TotalAdjustedRequirementsVariance\": -10.05,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.51,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.54,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.39,\n                \"TotalAdjustedRequirementsVariance\": -10.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.56,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 66,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 3,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": -107,\n                \"AHTVariancePct\": -34.85,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 7.93,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.93,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.58,\n                \"TotalAdjustedRequirementsVariance\": -10.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.93,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 296,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.21,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 9.34,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.34,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.45,\n                \"TotalAdjustedRequirementsVariance\": -12.45,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.87,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.34,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 247,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -30.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.17,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.17,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.56,\n                \"TotalAdjustedRequirementsVariance\": -13.56,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.03,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -17.65,\n                \"ForecastedAHT\": 373,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -23.59,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.06,\n                \"TotalAdjustedRequirementsVariance\": -14.06,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.11,\n                \"NondiscretionaryRequirements\": 1.41,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.62,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.62,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.83,\n                \"TotalAdjustedRequirementsVariance\": -12.83,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.92,\n                \"NondiscretionaryRequirements\": 1.28,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.62,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 16,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -15.79,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 325,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -13.56,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.77,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.77,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.36,\n                \"TotalAdjustedRequirementsVariance\": -14.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.15,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -5.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 341,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -7.84,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.08,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.08,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.44,\n                \"TotalAdjustedRequirementsVariance\": -13.44,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.02,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.58,\n                \"TotalAdjustedRequirementsVariance\": -12.58,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.14,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -12.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 9.96,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.96,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.28,\n                \"TotalAdjustedRequirementsVariance\": -13.28,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.99,\n                \"NondiscretionaryRequirements\": 1.33,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 350,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -5.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.84,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.84,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.79,\n                \"TotalAdjustedRequirementsVariance\": -11.79,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.84,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 5.88,\n                \"ForecastedAHT\": 366,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -80,\n                \"AHTVariancePct\": -21.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.41,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.41,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.88,\n                \"TotalAdjustedRequirementsVariance\": -13.88,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.08,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.41,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 354,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": -106,\n                \"AHTVariancePct\": -29.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 14.39,\n                \"TotalAdjustedRequirementsVariance\": -14.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.16,\n                \"NondiscretionaryRequirements\": 1.44,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -130,\n                \"AHTVariancePct\": -31.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 10.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.91,\n                \"TotalAdjustedRequirementsVariance\": -13.91,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.39,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -6.67,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 301,\n                \"AHTVariance\": -103,\n                \"AHTVariancePct\": -25.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 10.23,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.23,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.64,\n                \"TotalAdjustedRequirementsVariance\": -13.64,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.05,\n                \"NondiscretionaryRequirements\": 1.36,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 411,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -27.49,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 12.18,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.18,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.24,\n                \"TotalAdjustedRequirementsVariance\": -16.24,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.44,\n                \"NondiscretionaryRequirements\": 1.62,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 12.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 19,\n                \"ActualContacts\": 23,\n                \"ContactVariance\": 4,\n                \"ContactVariancePct\": 21.05,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 344,\n                \"AHTVariance\": -71,\n                \"AHTVariancePct\": -17.11,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 12.26,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -12.26,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 16.35,\n                \"TotalAdjustedRequirementsVariance\": -16.35,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.45,\n                \"NondiscretionaryRequirements\": 1.64,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 12.26,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -13.16,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineRequirements\": 10.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.96,\n                \"TotalAdjustedRequirementsVariance\": -13.96,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.09,\n                \"NondiscretionaryRequirements\": 1.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 21.43,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 303,\n                \"AHTVariance\": -78,\n                \"AHTVariancePct\": -20.47,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.43,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.43,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.57,\n                \"TotalAdjustedRequirementsVariance\": -12.57,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.89,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 363,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -88,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.81,\n                \"TotalAdjustedRequirementsVariance\": -13.81,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.07,\n                \"NondiscretionaryRequirements\": 1.38,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 286,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -17.1,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 10.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -10.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 13.36,\n                \"TotalAdjustedRequirementsVariance\": -13.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2,\n                \"NondiscretionaryRequirements\": 1.34,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 10.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": -62,\n                \"AHTVariancePct\": -17.17,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.72,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.72,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.63,\n                \"TotalAdjustedRequirementsVariance\": -15.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.34,\n                \"NondiscretionaryRequirements\": 1.56,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.72,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 18,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -5.56,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -21.63,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 11.36,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -11.36,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 15.15,\n                \"TotalAdjustedRequirementsVariance\": -15.15,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 2.27,\n                \"NondiscretionaryRequirements\": 1.51,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 11.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 6.25,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -56,\n                \"AHTVariancePct\": -16.92,\n                \"ActualNotHandledContacts\": 6,\n                \"BaselineRequirements\": 9.38,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.38,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.51,\n                \"TotalAdjustedRequirementsVariance\": -12.51,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.88,\n                \"NondiscretionaryRequirements\": 1.25,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.38,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 13.33,\n                \"ForecastedAHT\": 349,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": -40,\n                \"AHTVariancePct\": -11.46,\n                \"ActualNotHandledContacts\": 5,\n                \"BaselineRequirements\": 9.32,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.32,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.42,\n                \"TotalAdjustedRequirementsVariance\": -12.42,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 435,\n                \"ActualAHT\": 334,\n                \"AHTVariance\": -101,\n                \"AHTVariancePct\": -23.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.4,\n                \"TotalAdjustedRequirementsVariance\": -12.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.86,\n                \"NondiscretionaryRequirements\": 1.24,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 448,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -53,\n                \"AHTVariancePct\": -11.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 9.47,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -9.47,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 12.63,\n                \"TotalAdjustedRequirementsVariance\": -12.63,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.9,\n                \"NondiscretionaryRequirements\": 1.26,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 9.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 284,\n                \"AHTVariance\": -129,\n                \"AHTVariancePct\": -31.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.55,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.55,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.4,\n                \"TotalAdjustedRequirementsVariance\": -11.4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.71,\n                \"NondiscretionaryRequirements\": 1.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.55,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 275,\n                \"AHTVariance\": -134,\n                \"AHTVariancePct\": -32.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 361,\n                \"ActualAHT\": 306,\n                \"AHTVariance\": -55,\n                \"AHTVariancePct\": -15.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.31,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.31,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.08,\n                \"TotalAdjustedRequirementsVariance\": -11.08,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.66,\n                \"NondiscretionaryRequirements\": 1.11,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.31,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -54,\n                \"AHTVariancePct\": -14.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.95,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.95,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.6,\n                \"TotalAdjustedRequirementsVariance\": -10.6,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.59,\n                \"NondiscretionaryRequirements\": 1.06,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 18.18,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 421,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.88,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.85,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.85,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.8,\n                \"TotalAdjustedRequirementsVariance\": -11.8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.77,\n                \"NondiscretionaryRequirements\": 1.18,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.85,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 409,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.42,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 8.5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 11.33,\n                \"TotalAdjustedRequirementsVariance\": -11.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.7,\n                \"NondiscretionaryRequirements\": 1.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 519,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -22.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8.11,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8.11,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.82,\n                \"TotalAdjustedRequirementsVariance\": -10.82,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.62,\n                \"NondiscretionaryRequirements\": 1.08,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 501,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": -115,\n                \"AHTVariancePct\": -22.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.86,\n                \"TotalAdjustedRequirementsVariance\": -9.86,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.48,\n                \"NondiscretionaryRequirements\": 0.99,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.63,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.63,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.18,\n                \"TotalAdjustedRequirementsVariance\": -10.18,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.53,\n                \"NondiscretionaryRequirements\": 1.02,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.63,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 316,\n                \"AHTVariance\": -43,\n                \"AHTVariancePct\": -11.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.49,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.49,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.99,\n                \"TotalAdjustedRequirementsVariance\": -9.99,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.5,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.49,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 395,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -2.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.54,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.54,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.05,\n                \"TotalAdjustedRequirementsVariance\": -10.05,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.51,\n                \"NondiscretionaryRequirements\": 1,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.54,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -11.11,\n                \"ForecastedAHT\": 429,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7.79,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7.79,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.39,\n                \"TotalAdjustedRequirementsVariance\": -10.39,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.56,\n                \"NondiscretionaryRequirements\": 1.04,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 96,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 4,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -111,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 4.67,\n                \"BaselineRequirementsVariancePct\": 466.67,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.42,\n                \"TotalAdjustedRequirementsVariancePct\": 353.33,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 233,\n                \"ActualAHT\": 248,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 6.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 218,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -218,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 222,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -222,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 222,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -222,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.96,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 19.96,\n                \"ServiceVariancePct\": 24.95,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 198,\n                \"ActualAHT\": 260,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 31.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 136,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -136,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 214,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 50,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 0.5,\n                \"TotalAdjustedRequirementsVariancePct\": 20,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 99.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 19.56,\n                \"ServiceVariancePct\": 24.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.55,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 214,\n                \"ActualAHT\": 214,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.5,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 19.5,\n                \"ServiceVariancePct\": 24.38,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.5,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 210,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.53,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 19.53,\n                \"ServiceVariancePct\": 24.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 210,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.53,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 19.53,\n                \"ServiceVariancePct\": 24.41,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 276,\n                \"ActualAHT\": 250,\n                \"AHTVariance\": -26,\n                \"AHTVariancePct\": -9.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.94,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 302,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -302,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 1.75,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 284,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -284,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 318,\n                \"ActualAHT\": 398,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 25.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 238,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -238,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 162,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -162,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 217,\n                \"ActualAHT\": 94,\n                \"AHTVariance\": -123,\n                \"AHTVariancePct\": -56.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 217,\n                \"ActualAHT\": 94,\n                \"AHTVariance\": -123,\n                \"AHTVariancePct\": -56.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 118,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 1.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 118,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 1.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 132,\n                \"ActualAHT\": 100,\n                \"AHTVariance\": -32,\n                \"AHTVariancePct\": -24.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 125,\n                \"ActualAHT\": 100,\n                \"AHTVariance\": -25,\n                \"AHTVariancePct\": -20,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 155,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -155,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 130,\n                \"ActualAHT\": 130,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 163,\n                \"ActualAHT\": 102,\n                \"AHTVariance\": -61,\n                \"AHTVariancePct\": -37.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 9.38,\n                \"BaselineRequirementsVariancePct\": 421.49,\n                \"TotalAdjustedRequirements\": 2.78,\n                \"TotalAdjustedRequirementsVariance\": 8.82,\n                \"TotalAdjustedRequirementsVariancePct\": 317.21,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.22,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 133,\n                \"ActualAHT\": 102,\n                \"AHTVariance\": -31,\n                \"AHTVariancePct\": -23.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.09,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.91,\n                \"BaselineRequirementsVariancePct\": 569.5,\n                \"TotalAdjustedRequirements\": 2.61,\n                \"TotalAdjustedRequirementsVariance\": 11.39,\n                \"TotalAdjustedRequirementsVariancePct\": 435.76,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.09,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 210,\n                \"ActualAHT\": 252,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 20,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 14,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 13.5,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 126,\n                \"ActualAHT\": 252,\n                \"AHTVariance\": 126,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 158,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 51.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 158,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 73.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 14,\n                \"BaselineRequirementsVariancePct\": 1400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 13.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1100,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 275,\n                \"ActualAHT\": 190,\n                \"AHTVariance\": -85,\n                \"AHTVariancePct\": -30.91,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 12.89,\n                \"BaselineRequirementsVariancePct\": 610.53,\n                \"TotalAdjustedRequirements\": 2.64,\n                \"TotalAdjustedRequirementsVariance\": 12.36,\n                \"TotalAdjustedRequirementsVariancePct\": 468.38,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 276,\n                \"ActualAHT\": 190,\n                \"AHTVariance\": -86,\n                \"AHTVariancePct\": -31.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 187,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": 13,\n                \"AHTVariancePct\": 6.95,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 200,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 9.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 20,\n                \"BaselineRequirementsVariancePct\": 2000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 19.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1580,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 300,\n                \"AHTVariance\": 88,\n                \"AHTVariancePct\": 41.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 18,\n                \"BaselineRequirementsVariancePct\": 900,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 17.5,\n                \"TotalAdjustedRequirementsVariancePct\": 700,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 300,\n                \"AHTVariance\": 88,\n                \"AHTVariancePct\": 41.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 19,\n                \"BaselineRequirementsVariancePct\": 950,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 18.5,\n                \"TotalAdjustedRequirementsVariancePct\": 740,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 175,\n                \"ActualAHT\": 197,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 12.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.92,\n                \"BaselineRequirementsVariancePct\": 908.02,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 18.4,\n                \"TotalAdjustedRequirementsVariancePct\": 706.67,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 175,\n                \"ActualAHT\": 197,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 12.57,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 16.92,\n                \"BaselineRequirementsVariancePct\": 812.01,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 16.4,\n                \"TotalAdjustedRequirementsVariancePct\": 629.84,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": -57,\n                \"AHTVariancePct\": -32.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 18,\n                \"BaselineRequirementsVariancePct\": 1800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 17.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1420,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 120,\n                \"AHTVariance\": -57,\n                \"AHTVariancePct\": -32.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 176,\n                \"ActualAHT\": 196,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 11.36,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.48,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.52,\n                \"BaselineRequirementsVariancePct\": 586.09,\n                \"TotalAdjustedRequirements\": 3.1,\n                \"TotalAdjustedRequirementsVariance\": 13.9,\n                \"TotalAdjustedRequirementsVariancePct\": 448.78,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.48,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 164,\n                \"ActualAHT\": 168,\n                \"AHTVariance\": 4,\n                \"AHTVariancePct\": 2.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.41,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.59,\n                \"BaselineRequirementsVariancePct\": 770.97,\n                \"TotalAdjustedRequirements\": 3.01,\n                \"TotalAdjustedRequirementsVariance\": 17.99,\n                \"TotalAdjustedRequirementsVariancePct\": 596.96,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.41,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 172,\n                \"ActualAHT\": 154,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -10.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 20,\n                \"BaselineRequirementsVariancePct\": 2000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 19.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1580,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 170,\n                \"ActualAHT\": 154,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -9.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 19,\n                \"BaselineRequirementsVariancePct\": 1900,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 18.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1500,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 205,\n                \"ActualAHT\": 186,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -9.27,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 16,\n                \"BaselineRequirementsVariancePct\": 1600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 15.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1260,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 186,\n                \"AHTVariance\": -26,\n                \"AHTVariancePct\": -12.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 650,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 12.5,\n                \"TotalAdjustedRequirementsVariancePct\": 500,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 186,\n                \"ActualAHT\": 206,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 10.75,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 186,\n                \"ActualAHT\": 205,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 10.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 255,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 5.88,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.07,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.93,\n                \"BaselineRequirementsVariancePct\": 770.95,\n                \"TotalAdjustedRequirements\": 2.58,\n                \"TotalAdjustedRequirementsVariance\": 15.42,\n                \"TotalAdjustedRequirementsVariancePct\": 596.95,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.07,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 8.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 212,\n                \"ActualAHT\": 238,\n                \"AHTVariance\": 26,\n                \"AHTVariancePct\": 12.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 238,\n                \"ActualAHT\": 238,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 214,\n                \"ActualAHT\": 236,\n                \"AHTVariance\": 22,\n                \"AHTVariancePct\": 10.28,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 750,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 14.5,\n                \"TotalAdjustedRequirementsVariancePct\": 580,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 180,\n                \"ActualAHT\": 236,\n                \"AHTVariance\": 56,\n                \"AHTVariancePct\": 31.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 201,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -201,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 402,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -402,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 1500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 14.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1180,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 202,\n                \"ActualAHT\": 202,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.83,\n                \"BaselineRequirementsVariancePct\": 728.23,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 15.28,\n                \"TotalAdjustedRequirementsVariancePct\": 562.42,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 202,\n                \"ActualAHT\": 202,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.83,\n                \"BaselineRequirementsVariancePct\": 682.22,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 14.28,\n                \"TotalAdjustedRequirementsVariancePct\": 525.62,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 486,\n                \"AHTVariance\": 163,\n                \"AHTVariancePct\": 50.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 486,\n                \"ActualAHT\": 486,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.04,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.96,\n                \"BaselineRequirementsVariancePct\": 586.27,\n                \"TotalAdjustedRequirements\": 2.55,\n                \"TotalAdjustedRequirementsVariance\": 11.45,\n                \"TotalAdjustedRequirementsVariancePct\": 449.02,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.04,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 367,\n                \"ActualAHT\": 551,\n                \"AHTVariance\": 184,\n                \"AHTVariancePct\": 50.14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.32,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.68,\n                \"BaselineRequirementsVariancePct\": 504.59,\n                \"TotalAdjustedRequirements\": 2.89,\n                \"TotalAdjustedRequirementsVariance\": 11.11,\n                \"TotalAdjustedRequirementsVariancePct\": 383.83,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 551,\n                \"ActualAHT\": 551,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.89,\n                \"BaselineRequirementsVariancePct\": 515.47,\n                \"TotalAdjustedRequirements\": 2.64,\n                \"TotalAdjustedRequirementsVariance\": 10.36,\n                \"TotalAdjustedRequirementsVariancePct\": 392.39,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 127,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 17.59,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 102,\n                \"ActualAHT\": 127,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 24.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 1000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 780,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 368,\n                \"ActualAHT\": 368,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 1000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 780,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 154,\n                \"ActualAHT\": 160,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 3.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 160,\n                \"ActualAHT\": 160,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 234,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 182,\n                \"AHTVariance\": 48,\n                \"AHTVariancePct\": 35.82,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 7.75,\n                \"TotalAdjustedRequirementsVariancePct\": 620,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 122,\n                \"ActualAHT\": 122,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 900,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 8.75,\n                \"TotalAdjustedRequirementsVariancePct\": 700,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 84,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 84,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 372,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 15.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 272,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -272,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 151,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": -47,\n                \"AHTVariancePct\": -31.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 198,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -198,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 78,\n                \"ActualAHT\": 134,\n                \"AHTVariance\": 56,\n                \"AHTVariancePct\": 71.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 134,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 138,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -138,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 138,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -138,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 110,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -110,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 11,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 5,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 110,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -110,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 260,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 19.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 263,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 65,\n                \"AHTVariancePct\": 24.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 299,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 26.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 287,\n                \"AHTVariance\": 59,\n                \"AHTVariancePct\": 25.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 45,\n                \"AHTVariancePct\": 15.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 279,\n                \"ActualAHT\": 285,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 2.15,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 302,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 22.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 283,\n                \"ActualAHT\": 348,\n                \"AHTVariance\": 65,\n                \"AHTVariancePct\": 22.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 263,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 65,\n                \"AHTVariancePct\": 24.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 292,\n                \"ActualAHT\": 319,\n                \"AHTVariance\": 27,\n                \"AHTVariancePct\": 9.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 263,\n                \"ActualAHT\": 282,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 7.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 250,\n                \"ActualAHT\": 242,\n                \"AHTVariance\": -8,\n                \"AHTVariancePct\": -3.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 316,\n                \"ActualAHT\": 363,\n                \"AHTVariance\": 47,\n                \"AHTVariancePct\": 14.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 352,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 6.34,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 319,\n                \"ActualAHT\": 342,\n                \"AHTVariance\": 23,\n                \"AHTVariancePct\": 7.21,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 305,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 1.64,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 360,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 2.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 348,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": 10,\n                \"AHTVariancePct\": 2.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 306,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 4,\n                \"AHTVariancePct\": 1.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 309,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 364,\n                \"ActualAHT\": 394,\n                \"AHTVariance\": 30,\n                \"AHTVariancePct\": 8.24,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 375,\n                \"AHTVariance\": 30,\n                \"AHTVariancePct\": 8.7,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 367,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 29,\n                \"AHTVariancePct\": 7.9,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 377,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 33,\n                \"AHTVariancePct\": 8.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 392,\n                \"ActualAHT\": 425,\n                \"AHTVariance\": 33,\n                \"AHTVariancePct\": 8.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 353,\n                \"ActualAHT\": 368,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 4.25,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 336,\n                \"ActualAHT\": 330,\n                \"AHTVariance\": -6,\n                \"AHTVariancePct\": -1.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -4.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 390,\n                \"ActualAHT\": 377,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -3.33,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 404,\n                \"ActualAHT\": 399,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -1.24,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 405,\n                \"ActualAHT\": 423,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 4.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 408,\n                \"ActualAHT\": 450,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 10.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 411,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 3.79,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 427,\n                \"ActualAHT\": 469,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 9.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 415,\n                \"ActualAHT\": 427,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 2.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 360,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 13.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 407,\n                \"ActualAHT\": 430,\n                \"AHTVariance\": 23,\n                \"AHTVariancePct\": 5.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 379,\n                \"ActualAHT\": 385,\n                \"AHTVariance\": 6,\n                \"AHTVariancePct\": 1.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 375,\n                \"AHTVariance\": 46,\n                \"AHTVariancePct\": 13.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 17,\n                \"AHTVariancePct\": 4.33,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 398,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 420,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 1.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 395,\n                \"ActualAHT\": 371,\n                \"AHTVariance\": -24,\n                \"AHTVariancePct\": -6.08,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -40,\n                \"ForecastedAHT\": 388,\n                \"ActualAHT\": 371,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -4.38,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 374,\n                \"ActualAHT\": 400,\n                \"AHTVariance\": 26,\n                \"AHTVariancePct\": 6.95,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 398,\n                \"ActualAHT\": 436,\n                \"AHTVariance\": 38,\n                \"AHTVariancePct\": 9.55,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 455,\n                \"ActualAHT\": 510,\n                \"AHTVariance\": 55,\n                \"AHTVariancePct\": 12.09,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 464,\n                \"ActualAHT\": 482,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 3.88,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 455,\n                \"ActualAHT\": 397,\n                \"AHTVariance\": -58,\n                \"AHTVariancePct\": -12.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 485,\n                \"ActualAHT\": 452,\n                \"AHTVariance\": -33,\n                \"AHTVariancePct\": -6.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 437,\n                \"ActualAHT\": 448,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 2.52,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 447,\n                \"ActualAHT\": 430,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -3.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 346,\n                \"ActualAHT\": 398,\n                \"AHTVariance\": 52,\n                \"AHTVariancePct\": 15.03,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 393,\n                \"ActualAHT\": 475,\n                \"AHTVariance\": 82,\n                \"AHTVariancePct\": 20.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 417,\n                \"ActualAHT\": 469,\n                \"AHTVariance\": 52,\n                \"AHTVariancePct\": 12.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 418,\n                \"ActualAHT\": 472,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 12.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 523,\n                \"ActualAHT\": 463,\n                \"AHTVariance\": -60,\n                \"AHTVariancePct\": -11.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 7,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -7,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 9.33,\n                \"TotalAdjustedRequirementsVariance\": -9.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.4,\n                \"NondiscretionaryRequirements\": 0.93,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 426,\n                \"ActualAHT\": 428,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 0.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 367,\n                \"ActualAHT\": 308,\n                \"AHTVariance\": -59,\n                \"AHTVariancePct\": -16.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 413,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": -44,\n                \"AHTVariancePct\": -10.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 434,\n                \"ActualAHT\": 345,\n                \"AHTVariance\": -89,\n                \"AHTVariancePct\": -20.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 356,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -46,\n                \"AHTVariancePct\": -12.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 365,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -1.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 388,\n                \"ActualAHT\": 369,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -4.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": -41,\n                \"AHTVariancePct\": -11.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 330,\n                \"ActualAHT\": 298,\n                \"AHTVariance\": -32,\n                \"AHTVariancePct\": -9.7,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 385,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 2.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 386,\n                \"ActualAHT\": 420,\n                \"AHTVariance\": 34,\n                \"AHTVariancePct\": 8.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 386,\n                \"ActualAHT\": 372,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -3.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 369,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": -11,\n                \"AHTVariancePct\": -2.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 365,\n                \"ActualAHT\": 339,\n                \"AHTVariance\": -26,\n                \"AHTVariancePct\": -7.12,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 6,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 425,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 2.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 458,\n                \"ActualAHT\": 496,\n                \"AHTVariance\": 38,\n                \"AHTVariancePct\": 8.3,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 385,\n                \"ActualAHT\": 367,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -4.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 348,\n                \"AHTVariance\": -68,\n                \"AHTVariancePct\": -16.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 397,\n                \"ActualAHT\": 397,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 323,\n                \"ActualAHT\": 336,\n                \"AHTVariance\": 13,\n                \"AHTVariancePct\": 4.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 316,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": 42,\n                \"AHTVariancePct\": 13.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 360,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 13.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 336,\n                \"ActualAHT\": 362,\n                \"AHTVariance\": 26,\n                \"AHTVariancePct\": 7.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 307,\n                \"ActualAHT\": 328,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 6.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 358,\n                \"ActualAHT\": 399,\n                \"AHTVariance\": 41,\n                \"AHTVariancePct\": 11.45,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 345,\n                \"ActualAHT\": 377,\n                \"AHTVariance\": 32,\n                \"AHTVariancePct\": 9.28,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 379,\n                \"ActualAHT\": 426,\n                \"AHTVariance\": 47,\n                \"AHTVariancePct\": 12.4,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 370,\n                \"ActualAHT\": 410,\n                \"AHTVariance\": 40,\n                \"AHTVariancePct\": 10.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 371,\n                \"ActualAHT\": 429,\n                \"AHTVariance\": 58,\n                \"AHTVariancePct\": 15.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 339,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": 47,\n                \"AHTVariancePct\": 13.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 342,\n                \"ActualAHT\": 386,\n                \"AHTVariance\": 44,\n                \"AHTVariancePct\": 12.87,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 324,\n                \"ActualAHT\": 358,\n                \"AHTVariance\": 34,\n                \"AHTVariancePct\": 10.49,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 319,\n                \"ActualAHT\": 428,\n                \"AHTVariance\": 109,\n                \"AHTVariancePct\": 34.17,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 359,\n                \"ActualAHT\": 439,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 22.28,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 339,\n                \"ActualAHT\": 401,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 18.29,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 333,\n                \"ActualAHT\": 385,\n                \"AHTVariance\": 52,\n                \"AHTVariancePct\": 15.62,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 396,\n                \"AHTVariance\": 67,\n                \"AHTVariancePct\": 20.36,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 290,\n                \"ActualAHT\": 352,\n                \"AHTVariance\": 62,\n                \"AHTVariancePct\": 21.38,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 19,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 6,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 285,\n                \"ActualAHT\": 310,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 8.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 188,\n                \"ActualAHT\": 207,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 10.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 4.67,\n                \"BaselineRequirementsVariancePct\": 466.67,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.42,\n                \"TotalAdjustedRequirementsVariancePct\": 353.33,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 207,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 13.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -66.67,\n                \"ForecastedAHT\": 207,\n                \"ActualAHT\": 230,\n                \"AHTVariance\": 23,\n                \"AHTVariancePct\": 11.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.19,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.81,\n                \"BaselineRequirementsVariancePct\": 173.97,\n                \"TotalAdjustedRequirements\": 2.74,\n                \"TotalAdjustedRequirementsVariance\": 3.26,\n                \"TotalAdjustedRequirementsVariancePct\": 119.14,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 209,\n                \"ActualAHT\": 230,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 10.05,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 3.5,\n                \"TotalAdjustedRequirementsVariancePct\": 140,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 378,\n                \"ActualAHT\": 345,\n                \"AHTVariance\": -33,\n                \"AHTVariancePct\": -8.73,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.34,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.66,\n                \"BaselineRequirementsVariancePct\": 113.68,\n                \"TotalAdjustedRequirements\": 2.92,\n                \"TotalAdjustedRequirementsVariance\": 2.08,\n                \"TotalAdjustedRequirementsVariancePct\": 71,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 99.9,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 19.9,\n                \"ServiceVariancePct\": 24.88,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.34,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.94,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 396,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": -50,\n                \"AHTVariancePct\": -12.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": 108,\n                \"AHTVariancePct\": 40,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.9,\n                \"BaselineRequirementsVariancePct\": 90.48,\n                \"TotalAdjustedRequirements\": 2.62,\n                \"TotalAdjustedRequirementsVariance\": 1.38,\n                \"TotalAdjustedRequirementsVariancePct\": 52.44,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 297,\n                \"ActualAHT\": 378,\n                \"AHTVariance\": 81,\n                \"AHTVariancePct\": 27.27,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 11.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.19,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.81,\n                \"BaselineRequirementsVariancePct\": 82.92,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 1.27,\n                \"TotalAdjustedRequirementsVariancePct\": 46.38,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.74,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 19.74,\n                \"ServiceVariancePct\": 24.67,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.57,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 309,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 11.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.19,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.81,\n                \"BaselineRequirementsVariancePct\": 37.19,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 0.27,\n                \"TotalAdjustedRequirementsVariancePct\": 9.78,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.25,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 18.25,\n                \"ServiceVariancePct\": 22.81,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.19,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 97.42,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 321,\n                \"ActualAHT\": 403,\n                \"AHTVariance\": 82,\n                \"AHTVariancePct\": 25.55,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.79,\n                \"BaselineRequirementsVariancePct\": 80.73,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 1.23,\n                \"TotalAdjustedRequirementsVariancePct\": 44.55,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 99.69,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.21,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.17,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 321,\n                \"ActualAHT\": 403,\n                \"AHTVariance\": 82,\n                \"AHTVariancePct\": 25.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 1.79,\n                \"BaselineRequirementsVariancePct\": 80.73,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 1.23,\n                \"TotalAdjustedRequirementsVariancePct\": 44.55,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 99.69,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.21,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.17,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 416,\n                \"ActualAHT\": 351,\n                \"AHTVariance\": -65,\n                \"AHTVariancePct\": -15.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.42,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.58,\n                \"BaselineRequirementsVariancePct\": 23.74,\n                \"TotalAdjustedRequirements\": 3.03,\n                \"TotalAdjustedRequirementsVariance\": -0.03,\n                \"TotalAdjustedRequirementsVariancePct\": -1,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 95.25,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 15.25,\n                \"ServiceVariancePct\": 19.06,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.42,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 97.29,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 351,\n                \"ActualAHT\": 351,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.87,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 17.87,\n                \"ServiceVariancePct\": 22.34,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 86.94,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -70,\n                \"AHTVariancePct\": -29.91,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.02,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -0.99,\n                \"TotalAdjustedRequirements\": 2.52,\n                \"TotalAdjustedRequirementsVariance\": -0.52,\n                \"TotalAdjustedRequirementsVariancePct\": -20.76,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 95.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 15.56,\n                \"ServiceVariancePct\": 19.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 98.41,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -70,\n                \"AHTVariancePct\": -29.91,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.02,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -0.99,\n                \"TotalAdjustedRequirements\": 2.52,\n                \"TotalAdjustedRequirementsVariance\": -0.52,\n                \"TotalAdjustedRequirementsVariancePct\": -20.76,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 95.56,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 15.56,\n                \"ServiceVariancePct\": 19.45,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 98.41,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 378,\n                \"ActualAHT\": 448,\n                \"AHTVariance\": 70,\n                \"AHTVariancePct\": 18.52,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.34,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": -0.34,\n                \"BaselineRequirementsVariancePct\": -14.53,\n                \"TotalAdjustedRequirements\": 2.92,\n                \"TotalAdjustedRequirementsVariance\": -0.92,\n                \"TotalAdjustedRequirementsVariancePct\": -31.6,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 84.28,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 4.28,\n                \"ServiceVariancePct\": 5.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.34,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 76.33,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 344,\n                \"ActualAHT\": 448,\n                \"AHTVariance\": 104,\n                \"AHTVariancePct\": 30.23,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 100,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 0.75,\n                \"TotalAdjustedRequirementsVariancePct\": 60,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 97.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 17.99,\n                \"ServiceVariancePct\": 22.49,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 95.8,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 98,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -68.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.82,\n                \"BaselineRequirementsVariancePct\": 37.34,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 0.27,\n                \"TotalAdjustedRequirementsVariancePct\": 9.87,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.27,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 18.27,\n                \"ServiceVariancePct\": 22.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 98,\n                \"AHTVariance\": -210,\n                \"AHTVariancePct\": -68.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 0.82,\n                \"BaselineRequirementsVariancePct\": 37.34,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 0.27,\n                \"TotalAdjustedRequirementsVariancePct\": 9.87,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 98.27,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 18.27,\n                \"ServiceVariancePct\": 22.84,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 117,\n                \"ActualAHT\": 83,\n                \"AHTVariance\": -34,\n                \"AHTVariancePct\": -29.06,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 122,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -38,\n                \"AHTVariancePct\": -31.15,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 400,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 3.75,\n                \"TotalAdjustedRequirementsVariancePct\": 300,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -9.01,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.57,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.43,\n                \"BaselineRequirementsVariancePct\": 39.93,\n                \"TotalAdjustedRequirements\": 4.47,\n                \"TotalAdjustedRequirementsVariance\": 0.53,\n                \"TotalAdjustedRequirementsVariancePct\": 11.92,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.69,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.57,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.81,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 293,\n                \"AHTVariance\": -29,\n                \"AHTVariancePct\": -9.01,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.57,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.43,\n                \"BaselineRequirementsVariancePct\": 67.91,\n                \"TotalAdjustedRequirements\": 4.47,\n                \"TotalAdjustedRequirementsVariance\": 1.53,\n                \"TotalAdjustedRequirementsVariancePct\": 34.31,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.57,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 300,\n                \"ActualAHT\": 263,\n                \"AHTVariance\": -37,\n                \"AHTVariancePct\": -12.33,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.5,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 1.5,\n                \"BaselineRequirementsVariancePct\": 42.86,\n                \"TotalAdjustedRequirements\": 4.38,\n                \"TotalAdjustedRequirementsVariance\": 0.62,\n                \"TotalAdjustedRequirementsVariancePct\": 14.26,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 99.79,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 19.79,\n                \"ServiceVariancePct\": 24.74,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.89,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 294,\n                \"ActualAHT\": 263,\n                \"AHTVariance\": -31,\n                \"AHTVariancePct\": -10.54,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.15,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.85,\n                \"BaselineRequirementsVariancePct\": 132.2,\n                \"TotalAdjustedRequirements\": 2.69,\n                \"TotalAdjustedRequirementsVariance\": 2.31,\n                \"TotalAdjustedRequirementsVariancePct\": 85.78,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.15,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 40,\n                \"ForecastedAHT\": 174,\n                \"ActualAHT\": 191,\n                \"AHTVariance\": 17,\n                \"AHTVariancePct\": 9.77,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 3.47,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.53,\n                \"BaselineRequirementsVariancePct\": 101.92,\n                \"TotalAdjustedRequirements\": 4.33,\n                \"TotalAdjustedRequirementsVariance\": 2.67,\n                \"TotalAdjustedRequirementsVariancePct\": 61.56,\n                \"DiscretionaryRequirements\": 0.43,\n                \"NondiscretionaryRequirements\": 0.43,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.47,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.96,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 40,\n                \"ForecastedAHT\": 161,\n                \"ActualAHT\": 173,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 7.45,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.39,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.61,\n                \"BaselineRequirementsVariancePct\": 192.35,\n                \"TotalAdjustedRequirements\": 2.99,\n                \"TotalAdjustedRequirementsVariance\": 4.01,\n                \"TotalAdjustedRequirementsVariancePct\": 133.93,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.39,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 72,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -20.88,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.31,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.69,\n                \"BaselineRequirementsVariancePct\": 246.49,\n                \"TotalAdjustedRequirements\": 2.89,\n                \"TotalAdjustedRequirementsVariance\": 5.11,\n                \"TotalAdjustedRequirementsVariancePct\": 177.11,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.31,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 92,\n                \"ActualAHT\": 72,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -21.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.32,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.68,\n                \"BaselineRequirementsVariancePct\": 202.01,\n                \"TotalAdjustedRequirements\": 2.9,\n                \"TotalAdjustedRequirementsVariance\": 4.1,\n                \"TotalAdjustedRequirementsVariancePct\": 141.56,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 102,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": 2,\n                \"AHTVariancePct\": 1.96,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 3.63,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 4.37,\n                \"BaselineRequirementsVariancePct\": 120.19,\n                \"TotalAdjustedRequirements\": 4.54,\n                \"TotalAdjustedRequirementsVariance\": 3.46,\n                \"TotalAdjustedRequirementsVariancePct\": 76.16,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.63,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 99,\n                \"ActualAHT\": 99,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.49,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.51,\n                \"BaselineRequirementsVariancePct\": 221.29,\n                \"TotalAdjustedRequirements\": 3.11,\n                \"TotalAdjustedRequirementsVariance\": 4.89,\n                \"TotalAdjustedRequirementsVariancePct\": 157.07,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.49,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -15.38,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 135,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 18.42,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.85,\n                \"BaselineRequirementsVariancePct\": 68.81,\n                \"TotalAdjustedRequirements\": 5.18,\n                \"TotalAdjustedRequirementsVariance\": 1.82,\n                \"TotalAdjustedRequirementsVariancePct\": 35.06,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 99.94,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 19.94,\n                \"ServiceVariancePct\": 24.92,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.15,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.93,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 135,\n                \"AHTVariance\": 21,\n                \"AHTVariancePct\": 18.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.02,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.98,\n                \"BaselineRequirementsVariancePct\": 131.79,\n                \"TotalAdjustedRequirements\": 3.77,\n                \"TotalAdjustedRequirementsVariance\": 3.23,\n                \"TotalAdjustedRequirementsVariancePct\": 85.48,\n                \"DiscretionaryRequirements\": 0.38,\n                \"NondiscretionaryRequirements\": 0.38,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.96,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 16,\n                \"ActualContacts\": 19,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 18.75,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 115,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 6.48,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.42,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.58,\n                \"BaselineRequirementsVariancePct\": 103.62,\n                \"TotalAdjustedRequirements\": 5.52,\n                \"TotalAdjustedRequirementsVariance\": 3.48,\n                \"TotalAdjustedRequirementsVariancePct\": 62.93,\n                \"DiscretionaryRequirements\": 0.55,\n                \"NondiscretionaryRequirements\": 0.55,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.42,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 20,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 115,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 6.48,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.3,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.7,\n                \"BaselineRequirementsVariancePct\": 86.05,\n                \"TotalAdjustedRequirements\": 5.37,\n                \"TotalAdjustedRequirementsVariance\": 2.63,\n                \"TotalAdjustedRequirementsVariancePct\": 48.86,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.98,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.98,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.9,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 110,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 17.27,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.58,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 7.02,\n                \"BaselineRequirementsVariancePct\": 153.4,\n                \"TotalAdjustedRequirements\": 5.72,\n                \"TotalAdjustedRequirementsVariance\": 5.88,\n                \"TotalAdjustedRequirementsVariancePct\": 102.73,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.58,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 17,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 18,\n                \"AHTVariancePct\": 16.22,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.6,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 9.4,\n                \"BaselineRequirementsVariancePct\": 204.57,\n                \"TotalAdjustedRequirements\": 5.75,\n                \"TotalAdjustedRequirementsVariance\": 8.25,\n                \"TotalAdjustedRequirementsVariancePct\": 143.62,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 108,\n                \"ActualAHT\": 115,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 6.48,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.06,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.94,\n                \"BaselineRequirementsVariancePct\": 422.88,\n                \"TotalAdjustedRequirements\": 3.82,\n                \"TotalAdjustedRequirementsVariance\": 12.18,\n                \"TotalAdjustedRequirementsVariancePct\": 318.41,\n                \"DiscretionaryRequirements\": 0.38,\n                \"NondiscretionaryRequirements\": 0.38,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.06,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 111,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 4.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.03,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 10.97,\n                \"BaselineRequirementsVariancePct\": 361.88,\n                \"TotalAdjustedRequirements\": 3.79,\n                \"TotalAdjustedRequirementsVariance\": 10.21,\n                \"TotalAdjustedRequirementsVariancePct\": 269.48,\n                \"DiscretionaryRequirements\": 0.38,\n                \"NondiscretionaryRequirements\": 0.38,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.03,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -13.33,\n                \"ForecastedAHT\": 101,\n                \"ActualAHT\": 85,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -15.84,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.18,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 11.82,\n                \"BaselineRequirementsVariancePct\": 282.47,\n                \"TotalAdjustedRequirements\": 5.23,\n                \"TotalAdjustedRequirementsVariance\": 10.77,\n                \"TotalAdjustedRequirementsVariancePct\": 205.97,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -13.33,\n                \"ForecastedAHT\": 99,\n                \"ActualAHT\": 85,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -14.14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 10.85,\n                \"BaselineRequirementsVariancePct\": 261.45,\n                \"TotalAdjustedRequirements\": 5.19,\n                \"TotalAdjustedRequirementsVariance\": 9.81,\n                \"TotalAdjustedRequirementsVariancePct\": 189.13,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.15,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 101,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -4.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.27,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 10.73,\n                \"BaselineRequirementsVariancePct\": 251.56,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": 9.67,\n                \"TotalAdjustedRequirementsVariancePct\": 181.28,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.27,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 15,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 101,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -4.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.27,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 13.73,\n                \"BaselineRequirementsVariancePct\": 321.87,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": 12.67,\n                \"TotalAdjustedRequirementsVariancePct\": 237.54,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.27,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.14,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 143,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 6.72,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.58,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 13.42,\n                \"BaselineRequirementsVariancePct\": 292.64,\n                \"TotalAdjustedRequirements\": 5.73,\n                \"TotalAdjustedRequirementsVariance\": 12.27,\n                \"TotalAdjustedRequirementsVariancePct\": 214.11,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.58,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -7.14,\n                \"ForecastedAHT\": 134,\n                \"ActualAHT\": 143,\n                \"AHTVariance\": 9,\n                \"AHTVariancePct\": 6.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.58,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 16.42,\n                \"BaselineRequirementsVariancePct\": 358.08,\n                \"TotalAdjustedRequirements\": 5.73,\n                \"TotalAdjustedRequirementsVariance\": 15.27,\n                \"TotalAdjustedRequirementsVariancePct\": 266.47,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.58,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 13,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 8.33,\n                \"ForecastedAHT\": 105,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 24,\n                \"AHTVariancePct\": 22.86,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.9,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 16.1,\n                \"BaselineRequirementsVariancePct\": 412.82,\n                \"TotalAdjustedRequirements\": 4.88,\n                \"TotalAdjustedRequirementsVariance\": 15.12,\n                \"TotalAdjustedRequirementsVariancePct\": 310.17,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.9,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 25,\n                \"AHTVariancePct\": 24.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 17.11,\n                \"BaselineRequirementsVariancePct\": 440.3,\n                \"TotalAdjustedRequirements\": 4.86,\n                \"TotalAdjustedRequirementsVariance\": 16.14,\n                \"TotalAdjustedRequirementsVariancePct\": 332.21,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 15,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -26.67,\n                \"ForecastedAHT\": 83,\n                \"ActualAHT\": 88,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 6.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.88,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 17.12,\n                \"BaselineRequirementsVariancePct\": 440.78,\n                \"TotalAdjustedRequirements\": 4.85,\n                \"TotalAdjustedRequirementsVariance\": 16.15,\n                \"TotalAdjustedRequirementsVariancePct\": 332.7,\n                \"DiscretionaryRequirements\": 0.48,\n                \"NondiscretionaryRequirements\": 0.48,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.88,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 14,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -4,\n                \"ContactVariancePct\": -28.57,\n                \"ForecastedAHT\": 81,\n                \"ActualAHT\": 88,\n                \"AHTVariance\": 7,\n                \"AHTVariancePct\": 8.64,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 15.24,\n                \"BaselineRequirementsVariancePct\": 405.32,\n                \"TotalAdjustedRequirements\": 4.7,\n                \"TotalAdjustedRequirementsVariance\": 14.3,\n                \"TotalAdjustedRequirementsVariancePct\": 304.26,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.76,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 81,\n                \"ActualAHT\": 77,\n                \"AHTVariance\": -4,\n                \"AHTVariancePct\": -4.94,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.4,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 16.6,\n                \"BaselineRequirementsVariancePct\": 691.67,\n                \"TotalAdjustedRequirements\": 3,\n                \"TotalAdjustedRequirementsVariance\": 16,\n                \"TotalAdjustedRequirementsVariancePct\": 533.33,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 81,\n                \"ActualAHT\": 77,\n                \"AHTVariance\": -4,\n                \"AHTVariancePct\": -4.94,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.4,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.6,\n                \"BaselineRequirementsVariancePct\": 441.67,\n                \"TotalAdjustedRequirements\": 3,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 333.33,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 115,\n                \"ActualAHT\": 129,\n                \"AHTVariance\": 14,\n                \"AHTVariancePct\": 12.17,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.16,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 12.84,\n                \"BaselineRequirementsVariancePct\": 308.55,\n                \"TotalAdjustedRequirements\": 5.2,\n                \"TotalAdjustedRequirementsVariance\": 11.8,\n                \"TotalAdjustedRequirementsVariancePct\": 226.85,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.16,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 13,\n                \"ActualContacts\": 14,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 7.69,\n                \"ForecastedAHT\": 113,\n                \"ActualAHT\": 125,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 10.62,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.13,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 16.87,\n                \"BaselineRequirementsVariancePct\": 408.2,\n                \"TotalAdjustedRequirements\": 5.17,\n                \"TotalAdjustedRequirementsVariance\": 15.83,\n                \"TotalAdjustedRequirementsVariancePct\": 306.49,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.13,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 121,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": 43,\n                \"AHTVariancePct\": 35.54,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.11,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 17.89,\n                \"BaselineRequirementsVariancePct\": 574.53,\n                \"TotalAdjustedRequirements\": 3.89,\n                \"TotalAdjustedRequirementsVariance\": 17.11,\n                \"TotalAdjustedRequirementsVariancePct\": 439.67,\n                \"DiscretionaryRequirements\": 0.39,\n                \"NondiscretionaryRequirements\": 0.39,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -27.27,\n                \"ForecastedAHT\": 120,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": 44,\n                \"AHTVariancePct\": 36.67,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.97,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 16.03,\n                \"BaselineRequirementsVariancePct\": 404.2,\n                \"TotalAdjustedRequirements\": 4.96,\n                \"TotalAdjustedRequirementsVariance\": 15.04,\n                \"TotalAdjustedRequirementsVariancePct\": 303.33,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 93,\n                \"ActualAHT\": 109,\n                \"AHTVariance\": 16,\n                \"AHTVariancePct\": 17.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.74,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 13.26,\n                \"BaselineRequirementsVariancePct\": 354.55,\n                \"TotalAdjustedRequirements\": 4.67,\n                \"TotalAdjustedRequirementsVariance\": 12.33,\n                \"TotalAdjustedRequirementsVariancePct\": 263.71,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.74,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -3,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 93,\n                \"ActualAHT\": 109,\n                \"AHTVariance\": 16,\n                \"AHTVariancePct\": 17.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.74,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 11.26,\n                \"BaselineRequirementsVariancePct\": 301.07,\n                \"TotalAdjustedRequirements\": 4.67,\n                \"TotalAdjustedRequirementsVariance\": 10.33,\n                \"TotalAdjustedRequirementsVariancePct\": 220.92,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.74,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 11,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -8.33,\n                \"ForecastedAHT\": 106,\n                \"ActualAHT\": 90,\n                \"AHTVariance\": -16,\n                \"AHTVariancePct\": -15.09,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.91,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.09,\n                \"BaselineRequirementsVariancePct\": 359.97,\n                \"TotalAdjustedRequirements\": 4.89,\n                \"TotalAdjustedRequirementsVariance\": 13.11,\n                \"TotalAdjustedRequirementsVariancePct\": 268,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.91,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 12,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -16.67,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 90,\n                \"AHTVariance\": -14,\n                \"AHTVariancePct\": -13.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.11,\n                \"BaselineRequirementsVariancePct\": 311.66,\n                \"TotalAdjustedRequirements\": 4.86,\n                \"TotalAdjustedRequirementsVariance\": 11.14,\n                \"TotalAdjustedRequirementsVariancePct\": 229.31,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 105,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -7.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.11,\n                \"BaselineRequirementsVariancePct\": 362.33,\n                \"TotalAdjustedRequirements\": 4.87,\n                \"TotalAdjustedRequirementsVariance\": 13.13,\n                \"TotalAdjustedRequirementsVariancePct\": 269.81,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 11,\n                \"ActualContacts\": 12,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 9.09,\n                \"ForecastedAHT\": 114,\n                \"ActualAHT\": 105,\n                \"AHTVariance\": -9,\n                \"AHTVariancePct\": -7.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.89,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.11,\n                \"BaselineRequirementsVariancePct\": 310.96,\n                \"TotalAdjustedRequirements\": 4.87,\n                \"TotalAdjustedRequirementsVariance\": 11.13,\n                \"TotalAdjustedRequirementsVariancePct\": 228.72,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 10,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 143,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -11.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.09,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.91,\n                \"BaselineRequirementsVariancePct\": 417.98,\n                \"TotalAdjustedRequirements\": 3.86,\n                \"TotalAdjustedRequirementsVariance\": 12.14,\n                \"TotalAdjustedRequirementsVariancePct\": 314.41,\n                \"DiscretionaryRequirements\": 0.39,\n                \"NondiscretionaryRequirements\": 0.39,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.09,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 10,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -10,\n                \"ForecastedAHT\": 144,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": -18,\n                \"AHTVariancePct\": -12.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.1,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 11.9,\n                \"BaselineRequirementsVariancePct\": 290.24,\n                \"TotalAdjustedRequirements\": 5.12,\n                \"TotalAdjustedRequirementsVariance\": 10.88,\n                \"TotalAdjustedRequirementsVariancePct\": 212.26,\n                \"DiscretionaryRequirements\": 0.51,\n                \"NondiscretionaryRequirements\": 0.51,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 96,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -12,\n                \"AHTVariancePct\": -12.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.46,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.54,\n                \"BaselineRequirementsVariancePct\": 591.06,\n                \"TotalAdjustedRequirements\": 3.07,\n                \"TotalAdjustedRequirementsVariance\": 13.93,\n                \"TotalAdjustedRequirementsVariancePct\": 453.03,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.46,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 9,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -2,\n                \"ContactVariancePct\": -22.22,\n                \"ForecastedAHT\": 96,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -12,\n                \"AHTVariancePct\": -12.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.46,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.54,\n                \"BaselineRequirementsVariancePct\": 550.41,\n                \"TotalAdjustedRequirements\": 3.07,\n                \"TotalAdjustedRequirementsVariance\": 12.93,\n                \"TotalAdjustedRequirementsVariancePct\": 420.49,\n                \"DiscretionaryRequirements\": 0.31,\n                \"NondiscretionaryRequirements\": 0.31,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.46,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 119,\n                \"ActualAHT\": 113,\n                \"AHTVariance\": -6,\n                \"AHTVariancePct\": -5.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.56,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.44,\n                \"BaselineRequirementsVariancePct\": 405.93,\n                \"TotalAdjustedRequirements\": 4.45,\n                \"TotalAdjustedRequirementsVariance\": 13.55,\n                \"TotalAdjustedRequirementsVariancePct\": 304.69,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.56,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 8,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 14.29,\n                \"ForecastedAHT\": 120,\n                \"ActualAHT\": 113,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -5.83,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.43,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.57,\n                \"BaselineRequirementsVariancePct\": 557.54,\n                \"TotalAdjustedRequirements\": 3.04,\n                \"TotalAdjustedRequirementsVariance\": 12.96,\n                \"TotalAdjustedRequirementsVariancePct\": 426.09,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.43,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 116,\n                \"ActualAHT\": 116,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 3,\n                \"BaselineRequirements\": 3.53,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 14.47,\n                \"BaselineRequirementsVariancePct\": 409.76,\n                \"TotalAdjustedRequirements\": 4.41,\n                \"TotalAdjustedRequirementsVariance\": 13.59,\n                \"TotalAdjustedRequirementsVariancePct\": 307.88,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.53,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 9,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 12.5,\n                \"ForecastedAHT\": 116,\n                \"ActualAHT\": 116,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 3.53,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 13.47,\n                \"BaselineRequirementsVariancePct\": 381.44,\n                \"TotalAdjustedRequirements\": 4.41,\n                \"TotalAdjustedRequirementsVariance\": 12.59,\n                \"TotalAdjustedRequirementsVariancePct\": 285.22,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.53,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -20,\n                \"ForecastedAHT\": 97,\n                \"ActualAHT\": 111,\n                \"AHTVariance\": 14,\n                \"AHTVariancePct\": 14.43,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.04,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.96,\n                \"BaselineRequirementsVariancePct\": 586.64,\n                \"TotalAdjustedRequirements\": 2.55,\n                \"TotalAdjustedRequirementsVariance\": 11.45,\n                \"TotalAdjustedRequirementsVariancePct\": 449.26,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.04,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -25,\n                \"ForecastedAHT\": 96,\n                \"ActualAHT\": 111,\n                \"AHTVariance\": 15,\n                \"AHTVariancePct\": 15.63,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 8,\n                \"ActualContacts\": 7,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -12.5,\n                \"ForecastedAHT\": 93,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 11.83,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 2.33,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 11.67,\n                \"BaselineRequirementsVariancePct\": 501.71,\n                \"TotalAdjustedRequirements\": 2.91,\n                \"TotalAdjustedRequirementsVariance\": 11.09,\n                \"TotalAdjustedRequirementsVariancePct\": 381.31,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.33,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 7,\n                \"ActualContacts\": 6,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -14.29,\n                \"ForecastedAHT\": 92,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": 12,\n                \"AHTVariancePct\": 13.04,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.78,\n                \"BaselineRequirementsVariancePct\": 486.75,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 10.23,\n                \"TotalAdjustedRequirementsVariancePct\": 369.38,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.22,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 136,\n                \"ActualAHT\": 140,\n                \"AHTVariance\": 4,\n                \"AHTVariancePct\": 2.94,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.26,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.74,\n                \"BaselineRequirementsVariancePct\": 476.34,\n                \"TotalAdjustedRequirements\": 2.82,\n                \"TotalAdjustedRequirementsVariance\": 10.18,\n                \"TotalAdjustedRequirementsVariancePct\": 361.06,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.26,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 129,\n                \"ActualAHT\": 140,\n                \"AHTVariance\": 11,\n                \"AHTVariancePct\": 8.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 8.78,\n                \"BaselineRequirementsVariancePct\": 396.23,\n                \"TotalAdjustedRequirements\": 2.77,\n                \"TotalAdjustedRequirementsVariance\": 8.23,\n                \"TotalAdjustedRequirementsVariancePct\": 297.01,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.22,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -6.31,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 8.88,\n                \"BaselineRequirementsVariancePct\": 419.68,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 8.35,\n                \"TotalAdjustedRequirementsVariancePct\": 315.61,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 111,\n                \"ActualAHT\": 104,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -6.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.88,\n                \"BaselineRequirementsVariancePct\": 372.43,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 7.35,\n                \"TotalAdjustedRequirementsVariancePct\": 277.83,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 121,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 4.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.83,\n                \"BaselineRequirementsVariancePct\": 314.33,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 6.28,\n                \"TotalAdjustedRequirementsVariancePct\": 231.35,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 5,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 121,\n                \"ActualAHT\": 126,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 4.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.83,\n                \"BaselineRequirementsVariancePct\": 314.33,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 6.28,\n                \"TotalAdjustedRequirementsVariancePct\": 231.35,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 103,\n                \"ActualAHT\": 84,\n                \"AHTVariance\": -19,\n                \"AHTVariancePct\": -18.45,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 98,\n                \"ActualAHT\": 76,\n                \"AHTVariance\": -22,\n                \"AHTVariancePct\": -22.45,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 131,\n                \"ActualAHT\": 118,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -9.92,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.92,\n                \"BaselineRequirementsVariancePct\": 332.24,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 6.4,\n                \"TotalAdjustedRequirementsVariancePct\": 245.86,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 5,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 25,\n                \"ForecastedAHT\": 123,\n                \"ActualAHT\": 106,\n                \"AHTVariance\": -17,\n                \"AHTVariancePct\": -13.82,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.05,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.95,\n                \"BaselineRequirementsVariancePct\": 388.59,\n                \"TotalAdjustedRequirements\": 2.56,\n                \"TotalAdjustedRequirementsVariance\": 7.44,\n                \"TotalAdjustedRequirementsVariancePct\": 290.82,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.05,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 179,\n                \"ActualAHT\": 176,\n                \"AHTVariance\": -3,\n                \"AHTVariancePct\": -1.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.9,\n                \"BaselineRequirementsVariancePct\": 233.86,\n                \"TotalAdjustedRequirements\": 2.62,\n                \"TotalAdjustedRequirementsVariance\": 4.38,\n                \"TotalAdjustedRequirementsVariancePct\": 167.1,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 33.33,\n                \"ForecastedAHT\": 179,\n                \"ActualAHT\": 176,\n                \"AHTVariance\": -3,\n                \"AHTVariancePct\": -1.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.9,\n                \"BaselineRequirementsVariancePct\": 186.16,\n                \"TotalAdjustedRequirements\": 2.62,\n                \"TotalAdjustedRequirementsVariance\": 3.38,\n                \"TotalAdjustedRequirementsVariancePct\": 128.95,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 170,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -3.95,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.29,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.71,\n                \"BaselineRequirementsVariancePct\": 206.12,\n                \"TotalAdjustedRequirements\": 2.86,\n                \"TotalAdjustedRequirementsVariance\": 4.14,\n                \"TotalAdjustedRequirementsVariancePct\": 144.87,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.29,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 4,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 170,\n                \"AHTVariance\": -7,\n                \"AHTVariancePct\": -3.95,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.29,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 2.71,\n                \"BaselineRequirementsVariancePct\": 118.66,\n                \"TotalAdjustedRequirements\": 2.86,\n                \"TotalAdjustedRequirementsVariance\": 2.14,\n                \"TotalAdjustedRequirementsVariancePct\": 74.9,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.29,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.96,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 71,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -21.98,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 91,\n                \"ActualAHT\": 71,\n                \"AHTVariance\": -20,\n                \"AHTVariancePct\": -21.98,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 171,\n                \"ActualAHT\": 158,\n                \"AHTVariance\": -13,\n                \"AHTVariancePct\": -7.6,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2.07,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.93,\n                \"BaselineRequirementsVariancePct\": 189.86,\n                \"TotalAdjustedRequirements\": 2.59,\n                \"TotalAdjustedRequirementsVariance\": 3.41,\n                \"TotalAdjustedRequirementsVariancePct\": 131.84,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.07,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 50,\n                \"ForecastedAHT\": 147,\n                \"ActualAHT\": 132,\n                \"AHTVariance\": -15,\n                \"AHTVariancePct\": -10.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 256,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 90,\n                \"AHTVariancePct\": 35.16,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.35,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.65,\n                \"BaselineRequirementsVariancePct\": 239.95,\n                \"TotalAdjustedRequirements\": 2.94,\n                \"TotalAdjustedRequirementsVariance\": 5.06,\n                \"TotalAdjustedRequirementsVariancePct\": 171.99,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.35,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 246,\n                \"ActualAHT\": 346,\n                \"AHTVariance\": 100,\n                \"AHTVariancePct\": 40.65,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.05,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.95,\n                \"BaselineRequirementsVariancePct\": 193.15,\n                \"TotalAdjustedRequirements\": 2.56,\n                \"TotalAdjustedRequirementsVariance\": 3.44,\n                \"TotalAdjustedRequirementsVariancePct\": 134.49,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.05,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 260,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -96,\n                \"AHTVariancePct\": -36.92,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.37,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.63,\n                \"BaselineRequirementsVariancePct\": 153.52,\n                \"TotalAdjustedRequirements\": 2.96,\n                \"TotalAdjustedRequirementsVariance\": 3.04,\n                \"TotalAdjustedRequirementsVariancePct\": 102.79,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.37,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 10,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 7,\n                \"ForecastedContacts\": 3,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -33.33,\n                \"ForecastedAHT\": 250,\n                \"ActualAHT\": 164,\n                \"AHTVariance\": -86,\n                \"AHTVariancePct\": -34.4,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.33,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 3.67,\n                \"BaselineRequirementsVariancePct\": 157.15,\n                \"TotalAdjustedRequirements\": 2.92,\n                \"TotalAdjustedRequirementsVariance\": 3.08,\n                \"TotalAdjustedRequirementsVariancePct\": 105.67,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.33,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 101,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 8,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 104,\n                \"ActualAHT\": 144,\n                \"AHTVariance\": 40,\n                \"AHTVariancePct\": 38.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 372,\n                \"ActualAHT\": 372,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 2.75,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.97,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1552,\n                \"ActualAHT\": 1444,\n                \"AHTVariance\": -108,\n                \"AHTVariancePct\": -6.96,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.95,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": -3.95,\n                \"BaselineRequirementsVariancePct\": -56.83,\n                \"TotalAdjustedRequirements\": 8.69,\n                \"TotalAdjustedRequirementsVariance\": -5.69,\n                \"TotalAdjustedRequirementsVariancePct\": -65.47,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 75.79,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 286,\n                \"ActualAHT\": 572,\n                \"AHTVariance\": 286,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 500,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 4.75,\n                \"TotalAdjustedRequirementsVariancePct\": 380,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1625,\n                \"ActualAHT\": 572,\n                \"AHTVariance\": -1053,\n                \"AHTVariancePct\": -64.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.31,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 0.69,\n                \"BaselineRequirementsVariancePct\": 16.13,\n                \"TotalAdjustedRequirements\": 5.38,\n                \"TotalAdjustedRequirementsVariance\": -0.38,\n                \"TotalAdjustedRequirementsVariancePct\": -7.09,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 96.39,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 16.39,\n                \"ServiceVariancePct\": 20.49,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.31,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.98,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 706,\n                \"ActualAHT\": 895,\n                \"AHTVariance\": 189,\n                \"AHTVariancePct\": 26.77,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.07,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 1.93,\n                \"BaselineRequirementsVariancePct\": 47.46,\n                \"TotalAdjustedRequirements\": 5.09,\n                \"TotalAdjustedRequirementsVariance\": 0.91,\n                \"TotalAdjustedRequirementsVariancePct\": 17.95,\n                \"DiscretionaryRequirements\": 0.51,\n                \"NondiscretionaryRequirements\": 0.51,\n                \"ServiceMetric\": 99.55,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 19.55,\n                \"ServiceVariancePct\": 24.44,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.07,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 98.5,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 556,\n                \"ActualAHT\": 671,\n                \"AHTVariance\": 115,\n                \"AHTVariancePct\": 20.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.74,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 2.26,\n                \"BaselineRequirementsVariancePct\": 60.62,\n                \"TotalAdjustedRequirements\": 4.67,\n                \"TotalAdjustedRequirementsVariance\": 1.33,\n                \"TotalAdjustedRequirementsVariancePct\": 28.49,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.88,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 19.88,\n                \"ServiceVariancePct\": 24.85,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.74,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.65,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1481,\n                \"ActualAHT\": 2334,\n                \"AHTVariance\": 853,\n                \"AHTVariancePct\": 57.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.85,\n                \"BaselineRequirementsVariancePct\": 68.85,\n                \"TotalAdjustedRequirements\": 5.18,\n                \"TotalAdjustedRequirementsVariance\": 1.82,\n                \"TotalAdjustedRequirementsVariancePct\": 35.09,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 99.86,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 19.86,\n                \"ServiceVariancePct\": 24.82,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.15,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 98.26,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1481,\n                \"ActualAHT\": 2334,\n                \"AHTVariance\": 853,\n                \"AHTVariancePct\": 57.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.15,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.85,\n                \"BaselineRequirementsVariancePct\": 117.1,\n                \"TotalAdjustedRequirements\": 5.18,\n                \"TotalAdjustedRequirementsVariance\": 3.82,\n                \"TotalAdjustedRequirementsVariancePct\": 73.69,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.15,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.86,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 768,\n                \"ActualAHT\": 822,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 7.03,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.21,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.79,\n                \"BaselineRequirementsVariancePct\": 113.94,\n                \"TotalAdjustedRequirements\": 5.26,\n                \"TotalAdjustedRequirementsVariance\": 3.74,\n                \"TotalAdjustedRequirementsVariancePct\": 71.14,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.21,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 742,\n                \"ActualAHT\": 822,\n                \"AHTVariance\": 80,\n                \"AHTVariancePct\": 10.78,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.32,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.68,\n                \"BaselineRequirementsVariancePct\": 330.22,\n                \"TotalAdjustedRequirements\": 2.91,\n                \"TotalAdjustedRequirementsVariance\": 7.09,\n                \"TotalAdjustedRequirementsVariancePct\": 244.07,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1141,\n                \"ActualAHT\": 962,\n                \"AHTVariance\": -179,\n                \"AHTVariancePct\": -15.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.77,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.23,\n                \"BaselineRequirementsVariancePct\": 165.41,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 5.29,\n                \"TotalAdjustedRequirementsVariancePct\": 112.32,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1141,\n                \"ActualAHT\": 962,\n                \"AHTVariance\": -179,\n                \"AHTVariancePct\": -15.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.77,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.23,\n                \"BaselineRequirementsVariancePct\": 165.41,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 5.29,\n                \"TotalAdjustedRequirementsVariancePct\": 112.32,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 473,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": 473,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.03,\n                \"AgentsInQueue\": 8.6,\n                \"BaselineRequirementsVariance\": 6.57,\n                \"BaselineRequirementsVariancePct\": 324.57,\n                \"TotalAdjustedRequirements\": 2.53,\n                \"TotalAdjustedRequirementsVariance\": 6.07,\n                \"TotalAdjustedRequirementsVariancePct\": 239.71,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.03,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1144,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": -198,\n                \"AHTVariancePct\": -17.31,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.77,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.23,\n                \"BaselineRequirementsVariancePct\": 165.17,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 5.29,\n                \"TotalAdjustedRequirementsVariancePct\": 112.17,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1525,\n                \"ActualAHT\": 2026,\n                \"AHTVariance\": 501,\n                \"AHTVariancePct\": 32.85,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 6.89,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 4.11,\n                \"BaselineRequirementsVariancePct\": 59.68,\n                \"TotalAdjustedRequirements\": 8.61,\n                \"TotalAdjustedRequirementsVariance\": 2.39,\n                \"TotalAdjustedRequirementsVariancePct\": 27.75,\n                \"DiscretionaryRequirements\": 0.86,\n                \"NondiscretionaryRequirements\": 0.86,\n                \"ServiceMetric\": 99.93,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 19.93,\n                \"ServiceVariancePct\": 24.91,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.89,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.32,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 963,\n                \"ActualAHT\": 1926,\n                \"AHTVariance\": 963,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.57,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 7.43,\n                \"BaselineRequirementsVariancePct\": 208.12,\n                \"TotalAdjustedRequirements\": 4.46,\n                \"TotalAdjustedRequirementsVariance\": 6.54,\n                \"TotalAdjustedRequirementsVariancePct\": 146.53,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.57,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 454,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -454,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 548.57,\n                \"TotalAdjustedRequirements\": 2.51,\n                \"TotalAdjustedRequirementsVariance\": 10.49,\n                \"TotalAdjustedRequirementsVariancePct\": 418.67,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1826,\n                \"ActualAHT\": 2412,\n                \"AHTVariance\": 586,\n                \"AHTVariancePct\": 32.09,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.53,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 6.47,\n                \"BaselineRequirementsVariancePct\": 142.88,\n                \"TotalAdjustedRequirements\": 5.66,\n                \"TotalAdjustedRequirementsVariance\": 5.34,\n                \"TotalAdjustedRequirementsVariancePct\": 94.32,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.53,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 11,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 843,\n                \"ActualAHT\": 862,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 2.25,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.44,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 6.56,\n                \"BaselineRequirementsVariancePct\": 190.98,\n                \"TotalAdjustedRequirements\": 4.3,\n                \"TotalAdjustedRequirementsVariance\": 5.7,\n                \"TotalAdjustedRequirementsVariancePct\": 132.74,\n                \"DiscretionaryRequirements\": 0.43,\n                \"NondiscretionaryRequirements\": 0.43,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.44,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 12,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 764,\n                \"ActualAHT\": 838,\n                \"AHTVariance\": 74,\n                \"AHTVariancePct\": 9.69,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.2,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 6.8,\n                \"BaselineRequirementsVariancePct\": 162.04,\n                \"TotalAdjustedRequirements\": 5.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 109.61,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 558,\n                \"ActualAHT\": 558,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.88,\n                \"BaselineRequirementsVariancePct\": 324.53,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 6.35,\n                \"TotalAdjustedRequirementsVariancePct\": 239.62,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 2587,\n                \"ActualAHT\": 4852,\n                \"AHTVariance\": 2265,\n                \"AHTVariancePct\": 87.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.37,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 4.63,\n                \"BaselineRequirementsVariancePct\": 86.07,\n                \"TotalAdjustedRequirements\": 6.72,\n                \"TotalAdjustedRequirementsVariance\": 3.28,\n                \"TotalAdjustedRequirementsVariancePct\": 48.84,\n                \"DiscretionaryRequirements\": 0.67,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 99.92,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 19.92,\n                \"ServiceVariancePct\": 24.9,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5.37,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 94.51,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -322,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 3114,\n                \"ActualAHT\": 3550,\n                \"AHTVariance\": 436,\n                \"AHTVariancePct\": 14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.96,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 5.04,\n                \"BaselineRequirementsVariancePct\": 72.41,\n                \"TotalAdjustedRequirements\": 8.7,\n                \"TotalAdjustedRequirementsVariance\": 3.3,\n                \"TotalAdjustedRequirementsVariancePct\": 37.93,\n                \"DiscretionaryRequirements\": 0.87,\n                \"NondiscretionaryRequirements\": 0.87,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.92,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 12,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 568,\n                \"ActualAHT\": 290,\n                \"AHTVariance\": -278,\n                \"AHTVariancePct\": -48.94,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 8.24,\n                \"BaselineRequirementsVariancePct\": 218.96,\n                \"TotalAdjustedRequirements\": 4.7,\n                \"TotalAdjustedRequirementsVariance\": 7.3,\n                \"TotalAdjustedRequirementsVariancePct\": 155.2,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.76,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 472,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -472,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.02,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 7.98,\n                \"BaselineRequirementsVariancePct\": 393.97,\n                \"TotalAdjustedRequirements\": 2.53,\n                \"TotalAdjustedRequirementsVariance\": 7.47,\n                \"TotalAdjustedRequirementsVariancePct\": 295.19,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1536,\n                \"ActualAHT\": 1708,\n                \"AHTVariance\": 172,\n                \"AHTVariancePct\": 11.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.21,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 4.79,\n                \"BaselineRequirementsVariancePct\": 113.94,\n                \"TotalAdjustedRequirements\": 5.26,\n                \"TotalAdjustedRequirementsVariance\": 3.74,\n                \"TotalAdjustedRequirementsVariancePct\": 71.14,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.21,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1138,\n                \"ActualAHT\": 2276,\n                \"AHTVariance\": 1138,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.76,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.24,\n                \"BaselineRequirementsVariancePct\": 85.95,\n                \"TotalAdjustedRequirements\": 4.71,\n                \"TotalAdjustedRequirementsVariance\": 2.29,\n                \"TotalAdjustedRequirementsVariancePct\": 48.73,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 99.97,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 19.97,\n                \"ServiceVariancePct\": 24.96,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.76,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 98.47,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 616,\n                \"ActualAHT\": 22,\n                \"AHTVariance\": -594,\n                \"AHTVariancePct\": -96.43,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.18,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.82,\n                \"BaselineRequirementsVariancePct\": 266.23,\n                \"TotalAdjustedRequirements\": 2.73,\n                \"TotalAdjustedRequirementsVariance\": 5.27,\n                \"TotalAdjustedRequirementsVariancePct\": 193,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 1,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 1,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 24,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 9,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -924,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.03,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -924,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.03,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 580,\n                \"AHTVariance\": -344,\n                \"AHTVariancePct\": -37.23,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.03,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 924,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -924,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.03,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.03,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": -1.37,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.03,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 917,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -917,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 917,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -917,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 917,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -917,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 166,\n                \"AHTVariance\": -750,\n                \"AHTVariancePct\": -81.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1.02,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -1.36,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -916,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.02,\n                \"BaselineRequirementsVariancePct\": -1.75,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": -0.36,\n                \"TotalAdjustedRequirementsVariancePct\": -26.35,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -910,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": -0.01,\n                \"BaselineRequirementsVariancePct\": -1.1,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": -0.35,\n                \"TotalAdjustedRequirementsVariancePct\": -25.82,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -910,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 196.71,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 1.65,\n                \"TotalAdjustedRequirementsVariancePct\": 122.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -910,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 196.71,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 1.65,\n                \"TotalAdjustedRequirementsVariancePct\": 122.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 904,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -904,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 198.69,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.98,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 902,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -902,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 199.34,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 124.52,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 907,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -907,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 197.68,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.25,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 906,\n                \"ActualAHT\": 714,\n                \"AHTVariance\": -192,\n                \"AHTVariancePct\": -21.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 198,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.6,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 900,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -900,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 200,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 1.67,\n                \"TotalAdjustedRequirementsVariancePct\": 125.06,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 901,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -901,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": -0.11,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -0.33,\n                \"TotalAdjustedRequirementsVariancePct\": -25.04,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 905,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -905,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 198.33,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 1.66,\n                \"TotalAdjustedRequirementsVariancePct\": 123.78,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 906,\n                \"ActualAHT\": 788,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -13.02,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 0.99,\n                \"BaselineRequirementsVariancePct\": 98.67,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 0.66,\n                \"TotalAdjustedRequirementsVariancePct\": 49.06,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 910,\n                \"ActualAHT\": 788,\n                \"AHTVariance\": -122,\n                \"AHTVariancePct\": -13.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.99,\n                \"BaselineRequirementsVariancePct\": 196.71,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 1.65,\n                \"TotalAdjustedRequirementsVariancePct\": 122.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 908,\n                \"ActualAHT\": 359,\n                \"AHTVariance\": -549,\n                \"AHTVariancePct\": -60.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.99,\n                \"BaselineRequirementsVariancePct\": 296.47,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 2.65,\n                \"TotalAdjustedRequirementsVariancePct\": 197.2,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 905,\n                \"ActualAHT\": 360,\n                \"AHTVariance\": -545,\n                \"AHTVariancePct\": -60.22,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.99,\n                \"BaselineRequirementsVariancePct\": 297.77,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 2.66,\n                \"TotalAdjustedRequirementsVariancePct\": 198.37,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 911,\n                \"ActualAHT\": 829,\n                \"AHTVariance\": -82,\n                \"AHTVariancePct\": -9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.99,\n                \"BaselineRequirementsVariancePct\": 295.18,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 2.65,\n                \"TotalAdjustedRequirementsVariancePct\": 196.47,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 916,\n                \"ActualAHT\": 829,\n                \"AHTVariance\": -87,\n                \"AHTVariancePct\": -9.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 2.98,\n                \"BaselineRequirementsVariancePct\": 293,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": 2.64,\n                \"TotalAdjustedRequirementsVariancePct\": 194.59,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 919,\n                \"ActualAHT\": 1136,\n                \"AHTVariance\": 217,\n                \"AHTVariancePct\": 23.61,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 1.98,\n                \"BaselineRequirementsVariancePct\": 193.8,\n                \"TotalAdjustedRequirements\": 1.36,\n                \"TotalAdjustedRequirementsVariance\": 1.64,\n                \"TotalAdjustedRequirementsVariancePct\": 120.41,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 922,\n                \"ActualAHT\": 1136,\n                \"AHTVariance\": 214,\n                \"AHTVariancePct\": 23.21,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 4.98,\n                \"BaselineRequirementsVariancePct\": 485.71,\n                \"TotalAdjustedRequirements\": 1.37,\n                \"TotalAdjustedRequirementsVariance\": 4.63,\n                \"TotalAdjustedRequirementsVariancePct\": 339.11,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 914,\n                \"ActualAHT\": 5060,\n                \"AHTVariance\": 4146,\n                \"AHTVariancePct\": 453.61,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.02,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 4.98,\n                \"BaselineRequirementsVariancePct\": 490.78,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 4.65,\n                \"TotalAdjustedRequirementsVariancePct\": 343.26,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.02,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 908,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -908,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 3.99,\n                \"BaselineRequirementsVariancePct\": 395.59,\n                \"TotalAdjustedRequirements\": 1.35,\n                \"TotalAdjustedRequirementsVariance\": 3.65,\n                \"TotalAdjustedRequirementsVariancePct\": 271.5,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.14,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 903,\n                \"ActualAHT\": 689,\n                \"AHTVariance\": -214,\n                \"AHTVariancePct\": -23.7,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 498.03,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 4.66,\n                \"TotalAdjustedRequirementsVariancePct\": 348.33,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 898,\n                \"ActualAHT\": 551,\n                \"AHTVariance\": -347,\n                \"AHTVariancePct\": -38.64,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 501.32,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 4.67,\n                \"TotalAdjustedRequirementsVariancePct\": 350.86,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 903,\n                \"ActualAHT\": 711,\n                \"AHTVariance\": -192,\n                \"AHTVariancePct\": -21.26,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 597.7,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 5.66,\n                \"TotalAdjustedRequirementsVariancePct\": 423.05,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 906,\n                \"ActualAHT\": 533,\n                \"AHTVariance\": -373,\n                \"AHTVariancePct\": -41.17,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1.01,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 7.99,\n                \"BaselineRequirementsVariancePct\": 794.01,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 7.66,\n                \"TotalAdjustedRequirementsVariancePct\": 570.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1.01,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 904,\n                \"ActualAHT\": 979,\n                \"AHTVariance\": 75,\n                \"AHTVariancePct\": 8.3,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 796.06,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 7.66,\n                \"TotalAdjustedRequirementsVariancePct\": 571.94,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 901,\n                \"ActualAHT\": 979,\n                \"AHTVariance\": 78,\n                \"AHTVariancePct\": 8.66,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 898.9,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 8.67,\n                \"TotalAdjustedRequirementsVariancePct\": 649.57,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 893,\n                \"ActualAHT\": 1200,\n                \"AHTVariance\": 307,\n                \"AHTVariancePct\": 34.38,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 907.86,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 8.68,\n                \"TotalAdjustedRequirementsVariancePct\": 656.32,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 887,\n                \"ActualAHT\": 1200,\n                \"AHTVariance\": 313,\n                \"AHTVariancePct\": 35.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 914.61,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 8.69,\n                \"TotalAdjustedRequirementsVariancePct\": 661.27,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 887,\n                \"ActualAHT\": 779,\n                \"AHTVariance\": -108,\n                \"AHTVariancePct\": -12.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 8.6,\n                \"BaselineRequirementsVariance\": 7.61,\n                \"BaselineRequirementsVariancePct\": 772.56,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 7.29,\n                \"TotalAdjustedRequirementsVariancePct\": 554.69,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 889,\n                \"ActualAHT\": 779,\n                \"AHTVariance\": -110,\n                \"AHTVariancePct\": -12.37,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 912.35,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 8.68,\n                \"TotalAdjustedRequirementsVariancePct\": 658.84,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 1144,\n                \"AHTVariance\": 258,\n                \"AHTVariancePct\": 29.12,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.02,\n                \"BaselineRequirementsVariancePct\": 1017.43,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 9.69,\n                \"TotalAdjustedRequirementsVariancePct\": 738.16,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 884,\n                \"ActualAHT\": 1144,\n                \"AHTVariance\": 260,\n                \"AHTVariancePct\": 29.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.02,\n                \"BaselineRequirementsVariancePct\": 816.31,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 7.69,\n                \"TotalAdjustedRequirementsVariancePct\": 587.44,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 4,\n                \"ContactVariance\": 3,\n                \"ContactVariancePct\": 300,\n                \"ForecastedAHT\": 877,\n                \"ActualAHT\": 931,\n                \"AHTVariance\": 54,\n                \"AHTVariancePct\": 6.16,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.03,\n                \"BaselineRequirementsVariancePct\": 1028.9,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 9.7,\n                \"TotalAdjustedRequirementsVariancePct\": 746.54,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 872,\n                \"ActualAHT\": 931,\n                \"AHTVariance\": 59,\n                \"AHTVariancePct\": 6.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12.03,\n                \"BaselineRequirementsVariancePct\": 1241.73,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 11.71,\n                \"TotalAdjustedRequirementsVariancePct\": 906.27,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 868,\n                \"ActualAHT\": 1700,\n                \"AHTVariance\": 832,\n                \"AHTVariancePct\": 95.85,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 1040.61,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 9.71,\n                \"TotalAdjustedRequirementsVariancePct\": 755.1,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 864,\n                \"ActualAHT\": 1700,\n                \"AHTVariance\": 836,\n                \"AHTVariancePct\": 96.76,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 1045.83,\n                \"TotalAdjustedRequirements\": 1.28,\n                \"TotalAdjustedRequirementsVariance\": 9.72,\n                \"TotalAdjustedRequirementsVariancePct\": 759.38,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 863,\n                \"ActualAHT\": 1387,\n                \"AHTVariance\": 524,\n                \"AHTVariancePct\": 60.72,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.04,\n                \"BaselineRequirementsVariancePct\": 942.86,\n                \"TotalAdjustedRequirements\": 1.28,\n                \"TotalAdjustedRequirementsVariance\": 8.72,\n                \"TotalAdjustedRequirementsVariancePct\": 681.92,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 860,\n                \"ActualAHT\": 1387,\n                \"AHTVariance\": 527,\n                \"AHTVariancePct\": 61.28,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.04,\n                \"BaselineRequirementsVariancePct\": 1155.76,\n                \"TotalAdjustedRequirements\": 1.27,\n                \"TotalAdjustedRequirementsVariance\": 10.73,\n                \"TotalAdjustedRequirementsVariancePct\": 842.21,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 865,\n                \"ActualAHT\": 1531,\n                \"AHTVariance\": 666,\n                \"AHTVariancePct\": 76.99,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10.04,\n                \"BaselineRequirementsVariancePct\": 1044.52,\n                \"TotalAdjustedRequirements\": 1.28,\n                \"TotalAdjustedRequirementsVariance\": 9.72,\n                \"TotalAdjustedRequirementsVariancePct\": 758.64,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 868,\n                \"ActualAHT\": 1225,\n                \"AHTVariance\": 357,\n                \"AHTVariancePct\": 41.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.96,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.04,\n                \"BaselineRequirementsVariancePct\": 833.22,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 7.71,\n                \"TotalAdjustedRequirementsVariancePct\": 599.63,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.96,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 875,\n                \"ActualAHT\": 1478,\n                \"AHTVariance\": 603,\n                \"AHTVariancePct\": 68.91,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.03,\n                \"BaselineRequirementsVariancePct\": 928.59,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 8.7,\n                \"TotalAdjustedRequirementsVariancePct\": 671.49,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 884,\n                \"ActualAHT\": 1478,\n                \"AHTVariance\": 594,\n                \"AHTVariancePct\": 67.19,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12.02,\n                \"BaselineRequirementsVariancePct\": 1223.56,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 11.69,\n                \"TotalAdjustedRequirementsVariancePct\": 892.97,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 888,\n                \"ActualAHT\": 1105,\n                \"AHTVariance\": 217,\n                \"AHTVariancePct\": 24.44,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.01,\n                \"BaselineRequirementsVariancePct\": 1116.18,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 10.68,\n                \"TotalAdjustedRequirementsVariancePct\": 812.06,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 894,\n                \"ActualAHT\": 1105,\n                \"AHTVariance\": 211,\n                \"AHTVariancePct\": 23.6,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.01,\n                \"BaselineRequirementsVariancePct\": 1108.09,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 10.68,\n                \"TotalAdjustedRequirementsVariancePct\": 806.14,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 894,\n                \"ActualAHT\": 1097,\n                \"AHTVariance\": 203,\n                \"AHTVariancePct\": 22.71,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 12,\n                \"BaselineRequirementsVariance\": 11.01,\n                \"BaselineRequirementsVariancePct\": 1108.09,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 10.68,\n                \"TotalAdjustedRequirementsVariancePct\": 806.14,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 894,\n                \"ActualAHT\": 1097,\n                \"AHTVariance\": 203,\n                \"AHTVariancePct\": 22.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9.01,\n                \"BaselineRequirementsVariancePct\": 906.75,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 8.68,\n                \"TotalAdjustedRequirementsVariancePct\": 655.12,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 1586,\n                \"AHTVariance\": 696,\n                \"AHTVariancePct\": 78.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.01,\n                \"BaselineRequirementsVariancePct\": 810.1,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 7.68,\n                \"TotalAdjustedRequirementsVariancePct\": 582.39,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 883,\n                \"ActualAHT\": 1586,\n                \"AHTVariance\": 703,\n                \"AHTVariancePct\": 79.61,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6.02,\n                \"BaselineRequirementsVariancePct\": 613.48,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 5.69,\n                \"TotalAdjustedRequirementsVariancePct\": 435.13,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 889,\n                \"ActualAHT\": 945,\n                \"AHTVariance\": 56,\n                \"AHTVariancePct\": 6.3,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6.01,\n                \"BaselineRequirementsVariancePct\": 608.65,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 5.68,\n                \"TotalAdjustedRequirementsVariancePct\": 431.19,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 896,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": 50,\n                \"AHTVariancePct\": 5.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 803.98,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 7.67,\n                \"TotalAdjustedRequirementsVariancePct\": 577.92,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 899,\n                \"ActualAHT\": 710,\n                \"AHTVariance\": -189,\n                \"AHTVariancePct\": -21.02,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700.88,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 6.67,\n                \"TotalAdjustedRequirementsVariancePct\": 500.65,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 899,\n                \"ActualAHT\": 709,\n                \"AHTVariance\": -190,\n                \"AHTVariancePct\": -21.13,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 901.1,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 8.67,\n                \"TotalAdjustedRequirementsVariancePct\": 650.81,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 901,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -155,\n                \"AHTVariancePct\": -17.2,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 799.01,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": 7.67,\n                \"TotalAdjustedRequirementsVariancePct\": 574.61,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 903,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -157,\n                \"AHTVariancePct\": -17.39,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 797.04,\n                \"TotalAdjustedRequirements\": 1.34,\n                \"TotalAdjustedRequirementsVariance\": 7.66,\n                \"TotalAdjustedRequirementsVariancePct\": 572.49,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 882,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -882,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 8.02,\n                \"BaselineRequirementsVariancePct\": 818.37,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 7.69,\n                \"TotalAdjustedRequirementsVariancePct\": 588.6,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 888,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -888,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 406.74,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 280.03,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 892,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -892,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5.01,\n                \"BaselineRequirementsVariancePct\": 505.39,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 4.68,\n                \"TotalAdjustedRequirementsVariancePct\": 354.17,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 892,\n                \"ActualAHT\": 2046,\n                \"AHTVariance\": 1154,\n                \"AHTVariancePct\": 129.37,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6.01,\n                \"BaselineRequirementsVariancePct\": 606.29,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 5.68,\n                \"TotalAdjustedRequirementsVariancePct\": 429.86,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 3,\n                \"ContactVariance\": 2,\n                \"ContactVariancePct\": 200,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 1536,\n                \"AHTVariance\": 646,\n                \"AHTVariancePct\": 72.58,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 405.61,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 279.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -890,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 2,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5.01,\n                \"BaselineRequirementsVariancePct\": 506.73,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 4.68,\n                \"TotalAdjustedRequirementsVariancePct\": 354.92,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 891,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -891,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 5.01,\n                \"BaselineRequirementsVariancePct\": 506.06,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 4.68,\n                \"TotalAdjustedRequirementsVariancePct\": 354.55,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 892,\n                \"ActualAHT\": 1030,\n                \"AHTVariance\": 138,\n                \"AHTVariancePct\": 15.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 404.49,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 278.47,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -890,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.01,\n                \"BaselineRequirementsVariancePct\": 405.61,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 3.68,\n                \"TotalAdjustedRequirementsVariancePct\": 279.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 890,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -890,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.01,\n                \"BaselineRequirementsVariancePct\": 304.49,\n                \"TotalAdjustedRequirements\": 1.32,\n                \"TotalAdjustedRequirementsVariance\": 2.68,\n                \"TotalAdjustedRequirementsVariancePct\": 203.28,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 355,\n                \"AHTVariance\": -531,\n                \"AHTVariancePct\": -59.93,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.02,\n                \"BaselineRequirementsVariancePct\": 407.92,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 3.69,\n                \"TotalAdjustedRequirementsVariancePct\": 280.98,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 356,\n                \"AHTVariance\": -530,\n                \"AHTVariancePct\": -59.82,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 4.02,\n                \"BaselineRequirementsVariancePct\": 407.92,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 3.69,\n                \"TotalAdjustedRequirementsVariancePct\": 280.98,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 1248,\n                \"AHTVariance\": 362,\n                \"AHTVariancePct\": 40.86,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 306.34,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 204.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 884,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -884,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 307.25,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 205.53,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 886,\n                \"ActualAHT\": 262,\n                \"AHTVariance\": -624,\n                \"AHTVariancePct\": -70.43,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 306.34,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 204.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 887,\n                \"ActualAHT\": 262,\n                \"AHTVariance\": -625,\n                \"AHTVariancePct\": -70.46,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.99,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.01,\n                \"BaselineRequirementsVariancePct\": 305.84,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 204.51,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.99,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 883,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -883,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 307.71,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 205.79,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 882,\n                \"ActualAHT\": 270,\n                \"AHTVariance\": -612,\n                \"AHTVariancePct\": -69.39,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 3.02,\n                \"BaselineRequirementsVariancePct\": 308.16,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 2.69,\n                \"TotalAdjustedRequirementsVariancePct\": 206.04,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 882,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -882,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1.02,\n                \"BaselineRequirementsVariancePct\": 104.08,\n                \"TotalAdjustedRequirements\": 1.31,\n                \"TotalAdjustedRequirementsVariance\": 0.69,\n                \"TotalAdjustedRequirementsVariancePct\": 53.02,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 880,\n                \"ActualAHT\": 764,\n                \"AHTVariance\": -116,\n                \"AHTVariancePct\": -13.18,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 206.81,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 880,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -880,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 206.81,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.1,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 879,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -879,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 1,\n                \"BaselineRequirementsVariance\": 0.02,\n                \"BaselineRequirementsVariancePct\": 2.39,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": -0.3,\n                \"TotalAdjustedRequirementsVariancePct\": -23.18,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 878,\n                \"ActualAHT\": 1006,\n                \"AHTVariance\": 128,\n                \"AHTVariancePct\": 14.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 207.5,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.66,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 878,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -878,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.98,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.02,\n                \"BaselineRequirementsVariancePct\": 207.5,\n                \"TotalAdjustedRequirements\": 1.3,\n                \"TotalAdjustedRequirementsVariance\": 1.7,\n                \"TotalAdjustedRequirementsVariancePct\": 130.66,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.98,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 874,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -874,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 2.03,\n                \"BaselineRequirementsVariancePct\": 208.93,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 1.71,\n                \"TotalAdjustedRequirementsVariancePct\": 131.82,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 23,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 10,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 874,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -874,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0.97,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 1.03,\n                \"BaselineRequirementsVariancePct\": 105.95,\n                \"TotalAdjustedRequirements\": 1.29,\n                \"TotalAdjustedRequirementsVariance\": 0.71,\n                \"TotalAdjustedRequirementsVariancePct\": 54.55,\n                \"DiscretionaryRequirements\": 0.19,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 24,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0.97,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 24,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 239,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -239,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 247,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -247,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 247,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -247,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 229,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -229,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 229,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -229,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 242,\n                \"ActualAHT\": 636,\n                \"AHTVariance\": 394,\n                \"AHTVariancePct\": 162.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 636,\n                \"AHTVariance\": 388,\n                \"AHTVariancePct\": 156.45,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 252,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -252,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 252,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -252,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 238,\n                \"ActualAHT\": 834,\n                \"AHTVariance\": 596,\n                \"AHTVariancePct\": 250.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -248,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 252,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -252,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 249,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -249,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 249,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -249,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 251,\n                \"ActualAHT\": 256,\n                \"AHTVariance\": 5,\n                \"AHTVariancePct\": 1.99,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 251,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -251,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 242,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -242,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 854,\n                \"AHTVariance\": 606,\n                \"AHTVariancePct\": 244.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 243,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -243,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 248,\n                \"ActualAHT\": 1308,\n                \"AHTVariance\": 1060,\n                \"AHTVariancePct\": 427.42,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 152,\n                \"AHTVariance\": -92,\n                \"AHTVariancePct\": -37.7,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 241,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -241,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 235,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -235,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 228,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -228,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 236,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -236,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 232,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -232,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -234,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 25,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 11,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 237,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -237,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 48,\n                \"ServiceMetricType\": 3,\n                \"ServiceParam1\": 48,\n                \"ServiceParam2\": 2,\n                \"ServiceParam3\": 1,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 48,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 234,\n                \"ActualAHT\": 234,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 326,\n                \"ActualAHT\": 326,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 326,\n                \"ActualAHT\": 326,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1431,\n                \"ActualAHT\": 2410,\n                \"AHTVariance\": 979,\n                \"AHTVariancePct\": 68.41,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1467,\n                \"ActualAHT\": 1416,\n                \"AHTVariance\": -51,\n                \"AHTVariancePct\": -3.48,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1416,\n                \"ActualAHT\": 1416,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1106,\n                \"ActualAHT\": 1682,\n                \"AHTVariance\": 576,\n                \"AHTVariancePct\": 52.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 820,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -820,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 775,\n                \"ActualAHT\": 812,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 4.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 775,\n                \"ActualAHT\": 812,\n                \"AHTVariance\": 37,\n                \"AHTVariancePct\": 4.77,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1725,\n                \"ActualAHT\": 1612,\n                \"AHTVariance\": -113,\n                \"AHTVariancePct\": -6.55,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 8,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -8,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 10.67,\n                \"TotalAdjustedRequirementsVariance\": -10.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.6,\n                \"NondiscretionaryRequirements\": 1.07,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 8,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 1329,\n                \"ActualAHT\": 1612,\n                \"AHTVariance\": 283,\n                \"AHTVariancePct\": 21.29,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 685,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -685,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 685,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -685,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 837,\n                \"ActualAHT\": 652,\n                \"AHTVariance\": -185,\n                \"AHTVariancePct\": -22.1,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 930,\n                \"ActualAHT\": 652,\n                \"AHTVariance\": -278,\n                \"AHTVariancePct\": -29.89,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 661,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -661,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1770,\n                \"ActualAHT\": 1770,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 559,\n                \"ActualAHT\": 1118,\n                \"AHTVariance\": 559,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1046,\n                \"ActualAHT\": 1118,\n                \"AHTVariance\": 72,\n                \"AHTVariancePct\": 6.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1694,\n                \"ActualAHT\": 1694,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 712,\n                \"ActualAHT\": 1086,\n                \"AHTVariance\": 374,\n                \"AHTVariancePct\": 52.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 712,\n                \"ActualAHT\": 1086,\n                \"AHTVariance\": 374,\n                \"AHTVariancePct\": 52.53,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1038,\n                \"ActualAHT\": 612,\n                \"AHTVariance\": -426,\n                \"AHTVariancePct\": -41.04,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 612,\n                \"ActualAHT\": 612,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 822,\n                \"ActualAHT\": 1256,\n                \"AHTVariance\": 434,\n                \"AHTVariancePct\": 52.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 822,\n                \"ActualAHT\": 1256,\n                \"AHTVariance\": 434,\n                \"AHTVariancePct\": 52.8,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1590,\n                \"ActualAHT\": 1942,\n                \"AHTVariance\": 352,\n                \"AHTVariancePct\": 22.14,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1016,\n                \"ActualAHT\": 1036,\n                \"AHTVariance\": 20,\n                \"AHTVariancePct\": 1.97,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1007,\n                \"ActualAHT\": 1036,\n                \"AHTVariance\": 29,\n                \"AHTVariancePct\": 2.88,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1455,\n                \"ActualAHT\": 2378,\n                \"AHTVariance\": 923,\n                \"AHTVariancePct\": 63.44,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 532,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -532,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1481,\n                \"ActualAHT\": 2962,\n                \"AHTVariance\": 1481,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 1472,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1472,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 692,\n                \"ActualAHT\": 946,\n                \"AHTVariance\": 254,\n                \"AHTVariancePct\": 36.71,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -438,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 2439,\n                \"ActualAHT\": 4212,\n                \"AHTVariance\": 1773,\n                \"AHTVariancePct\": 72.69,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -6,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 8,\n                \"TotalAdjustedRequirementsVariance\": -8,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1.2,\n                \"NondiscretionaryRequirements\": 0.8,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 666,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -666,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1194,\n                \"ActualAHT\": 2388,\n                \"AHTVariance\": 1194,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 431,\n                \"ActualAHT\": 862,\n                \"AHTVariance\": 431,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 576,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -576,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 619,\n                \"ActualAHT\": 1238,\n                \"AHTVariance\": 619,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 1616,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1616,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -5,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 6.67,\n                \"TotalAdjustedRequirementsVariance\": -6.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 1,\n                \"NondiscretionaryRequirements\": 0.67,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 644,\n                \"ActualAHT\": 322,\n                \"AHTVariance\": -322,\n                \"AHTVariancePct\": -50,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 322,\n                \"ActualAHT\": 322,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 672,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -672,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 786,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -786,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 146,\n                \"ActualAHT\": 146,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 300,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -300,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 368,\n                \"ActualAHT\": 368,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 118,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -118,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 20,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 12,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5.67,\n                \"BaselineRequirementsVariance\": 5.67,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5.67,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 2,\n                \"BaselineRequirementsVariance\": 2,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 2,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 3,\n                \"BaselineRequirementsVariance\": 3,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 3,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 4,\n                \"BaselineRequirementsVariance\": 4,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 4,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 4,\n                \"ActualAHT\": 4,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 268,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -268,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 6.75,\n                \"TotalAdjustedRequirementsVariancePct\": 540,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1644,\n                \"ActualAHT\": 1644,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.33,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 2.67,\n                \"BaselineRequirementsVariancePct\": 61.79,\n                \"TotalAdjustedRequirements\": 5.41,\n                \"TotalAdjustedRequirementsVariance\": 1.59,\n                \"TotalAdjustedRequirementsVariancePct\": 29.42,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.75,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 19.75,\n                \"ServiceVariancePct\": 24.69,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.33,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.75,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 678,\n                \"ActualAHT\": 678,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.25,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 5.75,\n                \"BaselineRequirementsVariancePct\": 255.03,\n                \"TotalAdjustedRequirements\": 2.82,\n                \"TotalAdjustedRequirementsVariance\": 5.18,\n                \"TotalAdjustedRequirementsVariancePct\": 183.96,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.25,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 793,\n                \"ActualAHT\": 672,\n                \"AHTVariance\": -121,\n                \"AHTVariancePct\": -15.26,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.38,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 4.62,\n                \"BaselineRequirementsVariancePct\": 193.98,\n                \"TotalAdjustedRequirements\": 2.98,\n                \"TotalAdjustedRequirementsVariance\": 4.02,\n                \"TotalAdjustedRequirementsVariancePct\": 135.13,\n                \"DiscretionaryRequirements\": 0.3,\n                \"NondiscretionaryRequirements\": 0.3,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.38,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 914,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -914,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.52,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.48,\n                \"BaselineRequirementsVariancePct\": 99.11,\n                \"TotalAdjustedRequirements\": 4.39,\n                \"TotalAdjustedRequirementsVariance\": 2.61,\n                \"TotalAdjustedRequirementsVariancePct\": 59.32,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.52,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 673,\n                \"ActualAHT\": 1010,\n                \"AHTVariance\": 337,\n                \"AHTVariancePct\": 50.07,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 125.25,\n                \"TotalAdjustedRequirements\": 4.99,\n                \"TotalAdjustedRequirementsVariance\": 4.01,\n                \"TotalAdjustedRequirementsVariancePct\": 80.23,\n                \"DiscretionaryRequirements\": 0.5,\n                \"NondiscretionaryRequirements\": 0.5,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.95,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1631,\n                \"ActualAHT\": 674,\n                \"AHTVariance\": -957,\n                \"AHTVariancePct\": -58.68,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.31,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 3.69,\n                \"BaselineRequirementsVariancePct\": 85.52,\n                \"TotalAdjustedRequirements\": 5.39,\n                \"TotalAdjustedRequirementsVariance\": 2.61,\n                \"TotalAdjustedRequirementsVariancePct\": 48.42,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 99.95,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 19.95,\n                \"ServiceVariancePct\": 24.94,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.31,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1303,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -557,\n                \"AHTVariancePct\": -42.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.95,\n                \"AgentsInQueue\": 11.6,\n                \"BaselineRequirementsVariance\": 7.65,\n                \"BaselineRequirementsVariancePct\": 193.83,\n                \"TotalAdjustedRequirements\": 4.93,\n                \"TotalAdjustedRequirementsVariance\": 6.67,\n                \"TotalAdjustedRequirementsVariancePct\": 135.11,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1303,\n                \"ActualAHT\": 746,\n                \"AHTVariance\": -557,\n                \"AHTVariancePct\": -42.75,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.95,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 10.05,\n                \"BaselineRequirementsVariancePct\": 254.63,\n                \"TotalAdjustedRequirements\": 4.93,\n                \"TotalAdjustedRequirementsVariance\": 9.07,\n                \"TotalAdjustedRequirementsVariancePct\": 183.76,\n                \"DiscretionaryRequirements\": 0.49,\n                \"NondiscretionaryRequirements\": 0.49,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.95,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1161,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1161,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3.79,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.21,\n                \"BaselineRequirementsVariancePct\": 322.16,\n                \"TotalAdjustedRequirements\": 4.74,\n                \"TotalAdjustedRequirementsVariance\": 11.26,\n                \"TotalAdjustedRequirementsVariancePct\": 237.7,\n                \"DiscretionaryRequirements\": 0.47,\n                \"NondiscretionaryRequirements\": 0.47,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.79,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 14,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 14,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1126,\n                \"ActualAHT\": 548,\n                \"AHTVariance\": -578,\n                \"AHTVariancePct\": -51.33,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 219.86,\n                \"TotalAdjustedRequirements\": 6.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 155.91,\n                \"DiscretionaryRequirements\": 0.63,\n                \"NondiscretionaryRequirements\": 0.63,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 548,\n                \"ActualAHT\": 548,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.11,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 12.89,\n                \"BaselineRequirementsVariancePct\": 611.27,\n                \"TotalAdjustedRequirements\": 2.64,\n                \"TotalAdjustedRequirementsVariance\": 12.36,\n                \"TotalAdjustedRequirementsVariancePct\": 468.85,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.11,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 989,\n                \"ActualAHT\": 774,\n                \"AHTVariance\": -215,\n                \"AHTVariancePct\": -21.74,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.6,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 11.4,\n                \"BaselineRequirementsVariancePct\": 316.79,\n                \"TotalAdjustedRequirements\": 4.5,\n                \"TotalAdjustedRequirementsVariance\": 10.5,\n                \"TotalAdjustedRequirementsVariancePct\": 233.41,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.6,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 774,\n                \"ActualAHT\": 774,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.36,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.64,\n                \"BaselineRequirementsVariancePct\": 662.71,\n                \"TotalAdjustedRequirements\": 2.95,\n                \"TotalAdjustedRequirementsVariance\": 15.05,\n                \"TotalAdjustedRequirementsVariancePct\": 510.17,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.36,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 702,\n                \"ActualAHT\": 702,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.28,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.72,\n                \"BaselineRequirementsVariancePct\": 689.47,\n                \"TotalAdjustedRequirements\": 2.85,\n                \"TotalAdjustedRequirementsVariance\": 15.15,\n                \"TotalAdjustedRequirementsVariancePct\": 531.58,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.28,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 21,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 21,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 568,\n                \"ActualAHT\": 568,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.13,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 17.87,\n                \"BaselineRequirementsVariancePct\": 838.48,\n                \"TotalAdjustedRequirements\": 2.66,\n                \"TotalAdjustedRequirementsVariance\": 17.34,\n                \"TotalAdjustedRequirementsVariancePct\": 651,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.13,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 568,\n                \"ActualAHT\": 568,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.13,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.87,\n                \"BaselineRequirementsVariancePct\": 885.41,\n                \"TotalAdjustedRequirements\": 2.66,\n                \"TotalAdjustedRequirementsVariance\": 18.34,\n                \"TotalAdjustedRequirementsVariancePct\": 688.55,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.13,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 638,\n                \"ActualAHT\": 960,\n                \"AHTVariance\": 322,\n                \"AHTVariancePct\": 50.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 18.79,\n                \"BaselineRequirementsVariancePct\": 850.7,\n                \"TotalAdjustedRequirements\": 2.76,\n                \"TotalAdjustedRequirementsVariance\": 18.24,\n                \"TotalAdjustedRequirementsVariancePct\": 660.62,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.21,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 638,\n                \"ActualAHT\": 960,\n                \"AHTVariance\": 322,\n                \"AHTVariancePct\": 50.47,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.21,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 16.79,\n                \"BaselineRequirementsVariancePct\": 760.16,\n                \"TotalAdjustedRequirements\": 2.76,\n                \"TotalAdjustedRequirementsVariance\": 16.24,\n                \"TotalAdjustedRequirementsVariancePct\": 588.18,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.21,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 166,\n                \"ActualAHT\": 332,\n                \"AHTVariance\": 166,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 19,\n                \"BaselineRequirementsVariance\": 18,\n                \"BaselineRequirementsVariancePct\": 1800,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 17.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1420,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 606,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -606,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.17,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 10.83,\n                \"BaselineRequirementsVariancePct\": 498.17,\n                \"TotalAdjustedRequirements\": 2.72,\n                \"TotalAdjustedRequirementsVariance\": 10.28,\n                \"TotalAdjustedRequirementsVariancePct\": 378.42,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.17,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 468,\n                \"ActualAHT\": 182,\n                \"AHTVariance\": -286,\n                \"AHTVariancePct\": -61.11,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.54,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 13.46,\n                \"BaselineRequirementsVariancePct\": 380.23,\n                \"TotalAdjustedRequirements\": 4.42,\n                \"TotalAdjustedRequirementsVariance\": 12.58,\n                \"TotalAdjustedRequirementsVariancePct\": 284.27,\n                \"DiscretionaryRequirements\": 0.44,\n                \"NondiscretionaryRequirements\": 0.44,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.54,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 182,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 20,\n                \"BaselineRequirementsVariancePct\": 2000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 19.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1580,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 798,\n                \"ActualAHT\": 826,\n                \"AHTVariance\": 28,\n                \"AHTVariancePct\": 3.51,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.27,\n                \"AgentsInQueue\": 21,\n                \"BaselineRequirementsVariance\": 16.73,\n                \"BaselineRequirementsVariancePct\": 391.42,\n                \"TotalAdjustedRequirements\": 5.34,\n                \"TotalAdjustedRequirementsVariance\": 15.66,\n                \"TotalAdjustedRequirementsVariancePct\": 293.16,\n                \"DiscretionaryRequirements\": 0.53,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.27,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 807,\n                \"ActualAHT\": 826,\n                \"AHTVariance\": 19,\n                \"AHTVariancePct\": 2.35,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.29,\n                \"AgentsInQueue\": 20,\n                \"BaselineRequirementsVariance\": 15.71,\n                \"BaselineRequirementsVariancePct\": 365.84,\n                \"TotalAdjustedRequirements\": 5.37,\n                \"TotalAdjustedRequirementsVariance\": 14.63,\n                \"TotalAdjustedRequirementsVariancePct\": 272.63,\n                \"DiscretionaryRequirements\": 0.54,\n                \"NondiscretionaryRequirements\": 0.54,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.29,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1718,\n                \"ActualAHT\": 1840,\n                \"AHTVariance\": 122,\n                \"AHTVariancePct\": 7.1,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 7.32,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 9.68,\n                \"BaselineRequirementsVariancePct\": 132.31,\n                \"TotalAdjustedRequirements\": 9.15,\n                \"TotalAdjustedRequirementsVariance\": 7.85,\n                \"TotalAdjustedRequirementsVariancePct\": 85.84,\n                \"DiscretionaryRequirements\": 0.92,\n                \"NondiscretionaryRequirements\": 0.92,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 7.32,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 15,\n                \"BaselineRequirementsVariance\": 15,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 15,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 182,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -182,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 17,\n                \"BaselineRequirementsVariancePct\": 1700,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 16.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1340,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 500,\n                \"ActualAHT\": 636,\n                \"AHTVariance\": 136,\n                \"AHTVariancePct\": 27.2,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.06,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.94,\n                \"BaselineRequirementsVariancePct\": 678.36,\n                \"TotalAdjustedRequirements\": 2.57,\n                \"TotalAdjustedRequirementsVariance\": 13.43,\n                \"TotalAdjustedRequirementsVariancePct\": 522.67,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.06,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 660,\n                \"ActualAHT\": 660,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.23,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.77,\n                \"BaselineRequirementsVariancePct\": 705.98,\n                \"TotalAdjustedRequirements\": 2.79,\n                \"TotalAdjustedRequirementsVariance\": 15.21,\n                \"TotalAdjustedRequirementsVariancePct\": 544.86,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 660,\n                \"ActualAHT\": 660,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.23,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.77,\n                \"BaselineRequirementsVariancePct\": 616.43,\n                \"TotalAdjustedRequirements\": 2.79,\n                \"TotalAdjustedRequirementsVariance\": 13.21,\n                \"TotalAdjustedRequirementsVariancePct\": 473.21,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.23,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 650,\n                \"ActualAHT\": 650,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.22,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.78,\n                \"BaselineRequirementsVariancePct\": 620.01,\n                \"TotalAdjustedRequirements\": 2.78,\n                \"TotalAdjustedRequirementsVariance\": 13.22,\n                \"TotalAdjustedRequirementsVariancePct\": 475.91,\n                \"DiscretionaryRequirements\": 0.28,\n                \"NondiscretionaryRequirements\": 0.28,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.22,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 16,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 16,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1515,\n                \"ActualAHT\": 2054,\n                \"AHTVariance\": 539,\n                \"AHTVariancePct\": 35.58,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4.18,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 12.82,\n                \"BaselineRequirementsVariancePct\": 306.38,\n                \"TotalAdjustedRequirements\": 5.23,\n                \"TotalAdjustedRequirementsVariance\": 11.77,\n                \"TotalAdjustedRequirementsVariancePct\": 225.09,\n                \"DiscretionaryRequirements\": 0.52,\n                \"NondiscretionaryRequirements\": 0.52,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.18,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 976,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -976,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.58,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 12.42,\n                \"BaselineRequirementsVariancePct\": 346.38,\n                \"TotalAdjustedRequirements\": 4.48,\n                \"TotalAdjustedRequirementsVariance\": 11.52,\n                \"TotalAdjustedRequirementsVariancePct\": 257.11,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.58,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 940,\n                \"ActualAHT\": 1289,\n                \"AHTVariance\": 349,\n                \"AHTVariancePct\": 37.13,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 4.59,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 13.41,\n                \"BaselineRequirementsVariancePct\": 292.25,\n                \"TotalAdjustedRequirements\": 5.74,\n                \"TotalAdjustedRequirementsVariance\": 12.26,\n                \"TotalAdjustedRequirementsVariancePct\": 213.76,\n                \"DiscretionaryRequirements\": 0.57,\n                \"NondiscretionaryRequirements\": 0.57,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4.59,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 765,\n                \"ActualAHT\": 1289,\n                \"AHTVariance\": 524,\n                \"AHTVariancePct\": 68.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.35,\n                \"AgentsInQueue\": 16,\n                \"BaselineRequirementsVariance\": 13.65,\n                \"BaselineRequirementsVariancePct\": 580.85,\n                \"TotalAdjustedRequirements\": 2.94,\n                \"TotalAdjustedRequirementsVariance\": 13.06,\n                \"TotalAdjustedRequirementsVariancePct\": 444.59,\n                \"DiscretionaryRequirements\": 0.29,\n                \"NondiscretionaryRequirements\": 0.29,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.35,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 557,\n                \"ActualAHT\": 552,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -0.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 18,\n                \"BaselineRequirementsVariance\": 15.88,\n                \"BaselineRequirementsVariancePct\": 749.5,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 15.35,\n                \"TotalAdjustedRequirementsVariancePct\": 579.53,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 557,\n                \"ActualAHT\": 552,\n                \"AHTVariance\": -5,\n                \"AHTVariancePct\": -0.9,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.12,\n                \"AgentsInQueue\": 17,\n                \"BaselineRequirementsVariance\": 14.88,\n                \"BaselineRequirementsVariancePct\": 702.3,\n                \"TotalAdjustedRequirements\": 2.65,\n                \"TotalAdjustedRequirementsVariance\": 14.35,\n                \"TotalAdjustedRequirementsVariancePct\": 541.78,\n                \"DiscretionaryRequirements\": 0.27,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.12,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 762,\n                \"AHTVariance\": 381,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 1300,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 12.75,\n                \"TotalAdjustedRequirementsVariancePct\": 1020,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 2808,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -2808,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 6.62,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 7.38,\n                \"BaselineRequirementsVariancePct\": 111.48,\n                \"TotalAdjustedRequirements\": 8.28,\n                \"TotalAdjustedRequirementsVariance\": 5.72,\n                \"TotalAdjustedRequirementsVariancePct\": 69.16,\n                \"DiscretionaryRequirements\": 0.83,\n                \"NondiscretionaryRequirements\": 0.83,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 6.62,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 2046,\n                \"ActualAHT\": 2046,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 5.77,\n                \"AgentsInQueue\": 14,\n                \"BaselineRequirementsVariance\": 8.23,\n                \"BaselineRequirementsVariancePct\": 142.5,\n                \"TotalAdjustedRequirements\": 7.22,\n                \"TotalAdjustedRequirementsVariance\": 6.78,\n                \"TotalAdjustedRequirementsVariancePct\": 93.98,\n                \"DiscretionaryRequirements\": 0.72,\n                \"NondiscretionaryRequirements\": 0.72,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 5.77,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 13,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 13,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 144,\n                \"ActualAHT\": 144,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 13,\n                \"BaselineRequirementsVariance\": 12,\n                \"BaselineRequirementsVariancePct\": 1200,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 11.75,\n                \"TotalAdjustedRequirementsVariancePct\": 940,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 11,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 11,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 177,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -177,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 11,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 1000,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 9.75,\n                \"TotalAdjustedRequirementsVariancePct\": 780,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 9,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 9,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 419,\n                \"ActualAHT\": 272,\n                \"AHTVariance\": -147,\n                \"AHTVariancePct\": -35.08,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 350,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 6.5,\n                \"TotalAdjustedRequirementsVariancePct\": 260,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 438,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -438,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 300,\n                \"TotalAdjustedRequirements\": 2.5,\n                \"TotalAdjustedRequirementsVariance\": 5.5,\n                \"TotalAdjustedRequirementsVariancePct\": 220,\n                \"DiscretionaryRequirements\": 0.25,\n                \"NondiscretionaryRequirements\": 0.25,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 522,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -522,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2.08,\n                \"AgentsInQueue\": 9,\n                \"BaselineRequirementsVariance\": 6.92,\n                \"BaselineRequirementsVariancePct\": 332.69,\n                \"TotalAdjustedRequirements\": 2.6,\n                \"TotalAdjustedRequirementsVariance\": 6.4,\n                \"TotalAdjustedRequirementsVariancePct\": 246.15,\n                \"DiscretionaryRequirements\": 0.26,\n                \"NondiscretionaryRequirements\": 0.26,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2.08,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 10,\n                \"BaselineRequirementsVariance\": 10,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 10,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 402,\n                \"ActualAHT\": 402,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 381,\n                \"ActualAHT\": 336,\n                \"AHTVariance\": -45,\n                \"AHTVariancePct\": -11.81,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 600,\n                \"TotalAdjustedRequirements\": 1.25,\n                \"TotalAdjustedRequirementsVariance\": 5.75,\n                \"TotalAdjustedRequirementsVariancePct\": 460,\n                \"DiscretionaryRequirements\": 0.13,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 100,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 20,\n                \"ServiceVariancePct\": 25,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 100,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 5,\n                \"BaselineRequirementsVariance\": 5,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 5,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 958,\n                \"ActualAHT\": 958,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3.56,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 3.44,\n                \"BaselineRequirementsVariancePct\": 96.39,\n                \"TotalAdjustedRequirements\": 4.46,\n                \"TotalAdjustedRequirementsVariance\": 2.54,\n                \"TotalAdjustedRequirementsVariancePct\": 57.08,\n                \"DiscretionaryRequirements\": 0.45,\n                \"NondiscretionaryRequirements\": 0.45,\n                \"ServiceMetric\": 99.99,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3.56,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 99.99,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 7,\n                \"BaselineRequirementsVariance\": 7,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 7,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 8,\n                \"BaselineRequirementsVariance\": 8,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 8,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 12,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 13,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 6,\n                \"BaselineRequirementsVariance\": 6,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 6,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 10,\n                \"ActualAHT\": 10,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 954,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -954,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 480,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -480,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 331,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -331,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 837,\n                \"ActualAHT\": 1628,\n                \"AHTVariance\": 791,\n                \"AHTVariancePct\": 94.5,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 458,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -458,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 244,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -244,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 253,\n                \"ActualAHT\": 506,\n                \"AHTVariance\": 253,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 305,\n                \"ActualAHT\": 610,\n                \"AHTVariance\": 305,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 284,\n                \"ActualAHT\": 568,\n                \"AHTVariance\": 284,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 619,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -619,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 470,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -470,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 280,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -280,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 18,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 14,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 594,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -594,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 842,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -842,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 94,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -94,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 334,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -334,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 270,\n                \"ActualAHT\": 540,\n                \"AHTVariance\": 270,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 107,\n                \"ActualAHT\": 214,\n                \"AHTVariance\": 107,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -308,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 308,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -308,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1044,\n                \"ActualAHT\": 1044,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 137,\n                \"ActualAHT\": 274,\n                \"AHTVariance\": 137,\n                \"AHTVariancePct\": 100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 328,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -328,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -50,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 499,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -499,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 998,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -998,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 1348,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -1348,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 20,\n                \"ActualAHT\": 20,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 1,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -1,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 1.33,\n                \"TotalAdjustedRequirementsVariance\": -1.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.2,\n                \"NondiscretionaryRequirements\": 0.13,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 1,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 1174,\n                \"ActualAHT\": 1174,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 4,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -4,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 5.33,\n                \"TotalAdjustedRequirementsVariance\": -5.33,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.8,\n                \"NondiscretionaryRequirements\": 0.53,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 4,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 750,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -750,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": -1,\n                \"ContactVariancePct\": -100,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 2,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 611,\n                \"ActualAHT\": 376,\n                \"AHTVariance\": -235,\n                \"AHTVariancePct\": -38.46,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 3,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -3,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 4,\n                \"TotalAdjustedRequirementsVariance\": -4,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.6,\n                \"NondiscretionaryRequirements\": 0.4,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 3,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 2,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 100,\n                \"ForecastedAHT\": 376,\n                \"ActualAHT\": 376,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 329,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": -329,\n                \"AHTVariancePct\": -100,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 330,\n                \"ActualAHT\": 330,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 2,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": -2,\n                \"BaselineRequirementsVariancePct\": -100,\n                \"TotalAdjustedRequirements\": 2.67,\n                \"TotalAdjustedRequirementsVariance\": -2.67,\n                \"TotalAdjustedRequirementsVariancePct\": -100,\n                \"DiscretionaryRequirements\": 0.4,\n                \"NondiscretionaryRequirements\": 0.27,\n                \"ServiceMetric\": 0,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 2,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 0,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 17,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 15,\n                \"ForecastedContacts\": 1,\n                \"ActualContacts\": 1,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 1,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 45,\n                \"ServiceMetricType\": 1,\n                \"ServiceParam1\": 45,\n                \"ServiceParam2\": 0,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"  \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 45,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710892800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710893700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710894600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710895500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710896400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710897300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710898200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710899100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710900900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710901800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T02:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710902700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710903600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710904500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710905400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T03:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710906300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710907200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710908100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T04:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710909900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710910800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710911700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710912600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710913500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710914400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710915300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710916200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710917100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710918900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710919800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T07:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710920700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710921600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710922500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710923400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T08:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710924300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710925200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710926100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710927900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710928800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710929700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710930600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710931500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710932400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710933300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710934200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710935100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710936900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710937800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710938700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710939600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710940500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710941400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710942300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710943200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710944100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710945900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710946800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710947700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710948600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710949500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710950400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710951300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710952200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710953100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710954900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710955800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710956700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710957600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710958500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710959400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710960300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710961200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710962100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710963900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710964800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710965700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710966600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710967500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710968400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710969300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710970200,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T21:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710971100,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972000,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710972900,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710973800,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710974700,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710975600,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710976500,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710977400,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            },\n            {\n                \"ActivityId\": 95,\n                \"Interval\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RowNumber\": 16,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineRequirements\": 0,\n                \"AgentsInQueue\": 0,\n                \"BaselineRequirementsVariance\": 0,\n                \"BaselineRequirementsVariancePct\": 0,\n                \"TotalAdjustedRequirements\": 0,\n                \"TotalAdjustedRequirementsVariance\": 0,\n                \"TotalAdjustedRequirementsVariancePct\": 0,\n                \"DiscretionaryRequirements\": 0,\n                \"NondiscretionaryRequirements\": 0,\n                \"ServiceMetric\": 80,\n                \"ServiceMetricType\": 2,\n                \"ServiceParam1\": 80,\n                \"ServiceParam2\": 20,\n                \"ServiceParam3\": 0,\n                \"ServiceParam4\": 0,\n                \"ServiceParam5\": 0,\n                \"UnixTimeStamp\": 1710978300,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"CurrentIntervalFlag\": -1,\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": null,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": null,\n                \"ProjectedBaselineRequirements\": 0,\n                \"ProjectedBaselineStaffingVariance\": null,\n                \"ProjectedBaselineStaffingVariancePct\": null,\n                \"ProjectedServiceMetric\": null,\n                \"ObservedServiceMetric\": 80,\n                \"IncludedInProjectionsFlag\": true\n            }\n        ],\n        \"activityScheduleDates\": [\n            {\n                \"ActivityId\": 9,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 813,\n                \"ActualContacts\": 803,\n                \"ContactVariance\": -10,\n                \"ContactVariancePct\": -1.23,\n                \"ForecastedAHT\": 368.49,\n                \"ActualAHT\": 320.15,\n                \"AHTVariance\": -48.34,\n                \"AHTVariancePct\": -13.12,\n                \"ActualNotHandledContacts\": 96,\n                \"BaselineStaffingHours\": 151.19,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 97.63,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 188.98,\n                \"DiscretionaryStaffingHours\": 18.9,\n                \"NonDiscretionaryStaffingHours\": 18.9,\n                \"TotalAdjustedStaffingVariance\": 59.83,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.22,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.22,\n                \"ServiceVariancePct\": 24.02,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 803,\n                \"ProjectedActualAHT\": 320.15,\n                \"ProjectedContactVariance\": -10,\n                \"ProjectedAHTVariance\": -48.34,\n                \"ProjectedBaselineStaffingHours\": 151.19,\n                \"ProjectedBaselineStaffingVariance\": 97.63,\n                \"ProjectedBaselineStaffingVariancePct\": 64.57,\n                \"ProjectedServiceMetricSummary\": 99.17,\n                \"ProjectedServiceVariance\": 19.17,\n                \"ProjectedServiceVariancePct\": 23.96,\n                \"ObservedServiceMetricSummary\": 99.28,\n                \"ObservedServiceMetricVariance\": 19.28,\n                \"ObservedServiceMetricVariancePct\": 24.1\n            },\n            {\n                \"ActivityId\": 65,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 604,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": -39,\n                \"ContactVariancePct\": -6.46,\n                \"ForecastedAHT\": 379.58,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.63,\n                \"AHTVariancePct\": -17.29,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 102.93,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -102.93,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 137.25,\n                \"DiscretionaryStaffingHours\": 20.59,\n                \"NonDiscretionaryStaffingHours\": 13.73,\n                \"TotalAdjustedStaffingVariance\": -137.25,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 565,\n                \"ProjectedActualAHT\": 313.95,\n                \"ProjectedContactVariance\": -39,\n                \"ProjectedAHTVariance\": -65.63,\n                \"ProjectedBaselineStaffingHours\": 102.93,\n                \"ProjectedBaselineStaffingVariance\": -102.93,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 66,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 565,\n                \"ProjectedActualAHT\": 313.95,\n                \"ProjectedContactVariance\": 1,\n                \"ProjectedAHTVariance\": -65.24,\n                \"ProjectedBaselineStaffingHours\": 95.66,\n                \"ProjectedBaselineStaffingVariance\": -95.66,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 96,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 564,\n                \"ActualContacts\": 565,\n                \"ContactVariance\": 1,\n                \"ContactVariancePct\": 0.18,\n                \"ForecastedAHT\": 379.2,\n                \"ActualAHT\": 313.95,\n                \"AHTVariance\": -65.24,\n                \"AHTVariancePct\": -17.21,\n                \"ActualNotHandledContacts\": 68,\n                \"BaselineStaffingHours\": 95.66,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -95.66,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 127.54,\n                \"DiscretionaryStaffingHours\": 19.13,\n                \"NonDiscretionaryStaffingHours\": 12.76,\n                \"TotalAdjustedStaffingVariance\": -127.54,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": -80,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 565,\n                \"ProjectedActualAHT\": 313.95,\n                \"ProjectedContactVariance\": 1,\n                \"ProjectedAHTVariance\": -65.24,\n                \"ProjectedBaselineStaffingHours\": 95.66,\n                \"ProjectedBaselineStaffingVariance\": -95.66,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -80,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -80,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 11,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 137,\n                \"ActualContacts\": 112,\n                \"ContactVariance\": -25,\n                \"ContactVariancePct\": -18.25,\n                \"ForecastedAHT\": 186.35,\n                \"ActualAHT\": 187.29,\n                \"AHTVariance\": 0.94,\n                \"AHTVariancePct\": 0.51,\n                \"ActualNotHandledContacts\": 15,\n                \"BaselineStaffingHours\": 26.34,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 222.48,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 32.93,\n                \"DiscretionaryStaffingHours\": 3.29,\n                \"NonDiscretionaryStaffingHours\": 3.29,\n                \"TotalAdjustedStaffingVariance\": 215.89,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.98,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.98,\n                \"ServiceVariancePct\": 24.97,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 112,\n                \"ProjectedActualAHT\": 187.29,\n                \"ProjectedContactVariance\": -25,\n                \"ProjectedAHTVariance\": 0.94,\n                \"ProjectedBaselineStaffingHours\": 26.34,\n                \"ProjectedBaselineStaffingVariance\": 222.48,\n                \"ProjectedBaselineStaffingVariancePct\": 844.61,\n                \"ProjectedServiceMetricSummary\": 99.98,\n                \"ProjectedServiceVariance\": 19.98,\n                \"ProjectedServiceVariancePct\": 24.98,\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 19,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 359,\n                \"ActualContacts\": 317,\n                \"ContactVariance\": -42,\n                \"ContactVariancePct\": -11.7,\n                \"ForecastedAHT\": 384.12,\n                \"ActualAHT\": 393.18,\n                \"AHTVariance\": 9.05,\n                \"AHTVariancePct\": 2.36,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 80,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -80,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 106.67,\n                \"DiscretionaryStaffingHours\": 16,\n                \"NonDiscretionaryStaffingHours\": 10.67,\n                \"TotalAdjustedStaffingVariance\": -106.67,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 317,\n                \"ProjectedActualAHT\": 393.18,\n                \"ProjectedContactVariance\": -42,\n                \"ProjectedAHTVariance\": 9.05,\n                \"ProjectedBaselineStaffingHours\": 80,\n                \"ProjectedBaselineStaffingVariance\": -80,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 10,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 669,\n                \"ActualContacts\": 649,\n                \"ContactVariance\": -20,\n                \"ContactVariancePct\": -2.99,\n                \"ForecastedAHT\": 126.42,\n                \"ActualAHT\": 128.31,\n                \"AHTVariance\": 1.89,\n                \"AHTVariancePct\": 1.49,\n                \"ActualNotHandledContacts\": 37,\n                \"BaselineStaffingHours\": 64.68,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 184.13,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 80.85,\n                \"DiscretionaryStaffingHours\": 8.08,\n                \"NonDiscretionaryStaffingHours\": 8.08,\n                \"TotalAdjustedStaffingVariance\": 167.96,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.69,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.69,\n                \"ServiceVariancePct\": 24.61,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 649,\n                \"ProjectedActualAHT\": 128.31,\n                \"ProjectedContactVariance\": -20,\n                \"ProjectedAHTVariance\": 1.89,\n                \"ProjectedBaselineStaffingHours\": 64.68,\n                \"ProjectedBaselineStaffingVariance\": 184.13,\n                \"ProjectedBaselineStaffingVariancePct\": 284.67,\n                \"ProjectedServiceMetricSummary\": 99.69,\n                \"ProjectedServiceVariance\": 19.69,\n                \"ProjectedServiceVariancePct\": 24.61,\n                \"ObservedServiceMetricSummary\": 99.53,\n                \"ObservedServiceMetricVariance\": 19.53,\n                \"ObservedServiceMetricVariancePct\": 24.41\n            },\n            {\n                \"ActivityId\": 101,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": 0,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": 0,\n                \"ProjectedBaselineStaffingHours\": 0,\n                \"ProjectedBaselineStaffingVariance\": 0,\n                \"ProjectedBaselineStaffingVariancePct\": 0,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": 0,\n                \"ProjectedServiceVariancePct\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 24,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 44,\n                \"ActualContacts\": 35,\n                \"ContactVariance\": -9,\n                \"ContactVariancePct\": -20.45,\n                \"ForecastedAHT\": 847.66,\n                \"ActualAHT\": 1182,\n                \"AHTVariance\": 334.34,\n                \"AHTVariancePct\": 39.44,\n                \"ActualNotHandledContacts\": 7,\n                \"BaselineStaffingHours\": 26.56,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 102.84,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 33.2,\n                \"DiscretionaryStaffingHours\": 3.32,\n                \"NonDiscretionaryStaffingHours\": 3.32,\n                \"TotalAdjustedStaffingVariance\": 96.2,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 91.48,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 11.48,\n                \"ServiceVariancePct\": 14.35,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 35,\n                \"ProjectedActualAHT\": 1182,\n                \"ProjectedContactVariance\": -9,\n                \"ProjectedAHTVariance\": 334.34,\n                \"ProjectedBaselineStaffingHours\": 26.56,\n                \"ProjectedBaselineStaffingVariance\": 102.84,\n                \"ProjectedBaselineStaffingVariancePct\": 387.21,\n                \"ProjectedServiceMetricSummary\": 96.41,\n                \"ProjectedServiceVariance\": 16.41,\n                \"ProjectedServiceVariancePct\": 20.51,\n                \"ObservedServiceMetricSummary\": 98.17,\n                \"ObservedServiceMetricVariance\": 18.17,\n                \"ObservedServiceMetricVariancePct\": 22.71\n            },\n            {\n                \"ActivityId\": 23,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 96,\n                \"ActualContacts\": 123,\n                \"ContactVariance\": 27,\n                \"ContactVariancePct\": 28.13,\n                \"ForecastedAHT\": 896.19,\n                \"ActualAHT\": 902.46,\n                \"AHTVariance\": 6.27,\n                \"AHTVariancePct\": 0.7,\n                \"ActualNotHandledContacts\": 31,\n                \"BaselineStaffingHours\": 23.9,\n                \"ScheduledHours\": 129.4,\n                \"BaselineStaffingVariance\": 105.5,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 31.87,\n                \"DiscretionaryStaffingHours\": 4.78,\n                \"NonDiscretionaryStaffingHours\": 3.19,\n                \"TotalAdjustedStaffingVariance\": 97.53,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 24,\n                \"ServiceVariance\": -24,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 123,\n                \"ProjectedActualAHT\": 902.46,\n                \"ProjectedContactVariance\": 27,\n                \"ProjectedAHTVariance\": 6.27,\n                \"ProjectedBaselineStaffingHours\": 23.9,\n                \"ProjectedBaselineStaffingVariance\": 105.5,\n                \"ProjectedBaselineStaffingVariancePct\": 441.46,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -24,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -24,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 25,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 18,\n                \"ContactVariance\": 18,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 259.78,\n                \"AHTVariance\": 259.78,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 11,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 18,\n                \"ProjectedActualAHT\": 259.78,\n                \"ProjectedContactVariance\": 18,\n                \"ProjectedAHTVariance\": 259.78,\n                \"ProjectedBaselineStaffingHours\": 0,\n                \"ProjectedBaselineStaffingVariance\": 0,\n                \"ProjectedBaselineStaffingVariancePct\": 0,\n                \"ProjectedServiceMetricSummary\": 48,\n                \"ProjectedServiceVariance\": 48,\n                \"ProjectedServiceVariancePct\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            },\n            {\n                \"ActivityId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 60,\n                \"ActualContacts\": 44,\n                \"ContactVariance\": -16,\n                \"ContactVariancePct\": -26.67,\n                \"ForecastedAHT\": 890.97,\n                \"ActualAHT\": 1114.55,\n                \"AHTVariance\": 223.58,\n                \"AHTVariancePct\": 25.09,\n                \"ActualNotHandledContacts\": 4,\n                \"BaselineStaffingHours\": 41.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -41.5,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 55.33,\n                \"DiscretionaryStaffingHours\": 8.3,\n                \"NonDiscretionaryStaffingHours\": 5.53,\n                \"TotalAdjustedStaffingVariance\": -55.33,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 44,\n                \"ProjectedActualAHT\": 1114.55,\n                \"ProjectedContactVariance\": -16,\n                \"ProjectedAHTVariance\": 223.58,\n                \"ProjectedBaselineStaffingHours\": 41.5,\n                \"ProjectedBaselineStaffingVariance\": -41.5,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 12,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 65,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -6,\n                \"ContactVariancePct\": -9.23,\n                \"ForecastedAHT\": 689.78,\n                \"ActualAHT\": 619.44,\n                \"AHTVariance\": -70.34,\n                \"AHTVariancePct\": -10.2,\n                \"ActualNotHandledContacts\": 16,\n                \"BaselineStaffingHours\": 34.46,\n                \"ScheduledHours\": 248.82,\n                \"BaselineStaffingVariance\": 214.36,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 43.07,\n                \"DiscretionaryStaffingHours\": 4.31,\n                \"NonDiscretionaryStaffingHours\": 4.31,\n                \"TotalAdjustedStaffingVariance\": 205.75,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 99.99,\n                \"ServiceTargetSummary\": 80,\n                \"ServiceVariance\": 19.99,\n                \"ServiceVariancePct\": 24.99,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 59,\n                \"ProjectedActualAHT\": 619.44,\n                \"ProjectedContactVariance\": -6,\n                \"ProjectedAHTVariance\": -70.34,\n                \"ProjectedBaselineStaffingHours\": 34.46,\n                \"ProjectedBaselineStaffingVariance\": 214.36,\n                \"ProjectedBaselineStaffingVariancePct\": 622.13,\n                \"ProjectedServiceMetricSummary\": 99.99,\n                \"ProjectedServiceVariance\": 19.99,\n                \"ProjectedServiceVariancePct\": 24.98,\n                \"ObservedServiceMetricSummary\": 99.99,\n                \"ObservedServiceMetricVariance\": 19.99,\n                \"ObservedServiceMetricVariancePct\": 24.98\n            },\n            {\n                \"ActivityId\": 18,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 28,\n                \"ActualContacts\": 17,\n                \"ContactVariance\": -11,\n                \"ContactVariancePct\": -39.29,\n                \"ForecastedAHT\": 197.32,\n                \"ActualAHT\": 195.41,\n                \"AHTVariance\": -1.91,\n                \"AHTVariancePct\": -0.97,\n                \"ActualNotHandledContacts\": 12,\n                \"BaselineStaffingHours\": 5.5,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -5.5,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 7.33,\n                \"DiscretionaryStaffingHours\": 1.1,\n                \"NonDiscretionaryStaffingHours\": 0.73,\n                \"TotalAdjustedStaffingVariance\": -7.33,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 17,\n                \"ProjectedActualAHT\": 195.41,\n                \"ProjectedContactVariance\": -11,\n                \"ProjectedAHTVariance\": -1.91,\n                \"ProjectedBaselineStaffingHours\": 5.5,\n                \"ProjectedBaselineStaffingVariance\": -5.5,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 17,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 81,\n                \"ActualContacts\": 59,\n                \"ContactVariance\": -22,\n                \"ContactVariancePct\": -27.16,\n                \"ForecastedAHT\": 146.63,\n                \"ActualAHT\": 91.08,\n                \"AHTVariance\": -55.54,\n                \"AHTVariancePct\": -37.88,\n                \"ActualNotHandledContacts\": 50,\n                \"BaselineStaffingHours\": 11,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": -11,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 14.67,\n                \"DiscretionaryStaffingHours\": 2.2,\n                \"NonDiscretionaryStaffingHours\": 1.47,\n                \"TotalAdjustedStaffingVariance\": -14.67,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 45,\n                \"ServiceVariance\": -45,\n                \"ServiceVariancePct\": -100,\n                \"ServiceMetricSuffix\": \"  \",\n                \"ProjectedActualContacts\": 59,\n                \"ProjectedActualAHT\": 91.08,\n                \"ProjectedContactVariance\": -22,\n                \"ProjectedAHTVariance\": -55.54,\n                \"ProjectedBaselineStaffingHours\": 11,\n                \"ProjectedBaselineStaffingVariance\": -11,\n                \"ProjectedBaselineStaffingVariancePct\": -100,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": -45,\n                \"ProjectedServiceVariancePct\": -100,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": -45,\n                \"ObservedServiceMetricVariancePct\": -100\n            },\n            {\n                \"ActivityId\": 95,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"RecordCount\": 96,\n                \"ForecastedContacts\": 0,\n                \"ActualContacts\": 0,\n                \"ContactVariance\": 0,\n                \"ContactVariancePct\": 0,\n                \"ForecastedAHT\": 0,\n                \"ActualAHT\": 0,\n                \"AHTVariance\": 0,\n                \"AHTVariancePct\": 0,\n                \"ActualNotHandledContacts\": 0,\n                \"BaselineStaffingHours\": 0,\n                \"ScheduledHours\": 0,\n                \"BaselineStaffingVariance\": 0,\n                \"BaselineStaffingVariancePct\": null,\n                \"TotalAdjustedStaffingHours\": 0,\n                \"DiscretionaryStaffingHours\": 0,\n                \"NonDiscretionaryStaffingHours\": 0,\n                \"TotalAdjustedStaffingVariance\": 0,\n                \"TotalAdjustedStaffingVariancePct\": null,\n                \"ServiceMetricSummary\": 0,\n                \"ServiceTargetSummary\": 0,\n                \"ServiceVariance\": 0,\n                \"ServiceVariancePct\": 0,\n                \"ServiceMetricSuffix\": \"% \",\n                \"ProjectedActualContacts\": 0,\n                \"ProjectedActualAHT\": 0,\n                \"ProjectedContactVariance\": 0,\n                \"ProjectedAHTVariance\": 0,\n                \"ProjectedBaselineStaffingHours\": 0,\n                \"ProjectedBaselineStaffingVariance\": 0,\n                \"ProjectedBaselineStaffingVariancePct\": 0,\n                \"ProjectedServiceMetricSummary\": 0,\n                \"ProjectedServiceVariance\": 0,\n                \"ProjectedServiceVariancePct\": 0,\n                \"ObservedServiceMetricSummary\": 0,\n                \"ObservedServiceMetricVariance\": 0,\n                \"ObservedServiceMetricVariancePct\": 0\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"f94a5a3b-5547-48c7-b90f-04218d532946"},{"name":"PublishedScheduleAnalysisSlim","event":[{"listen":"prerequest","script":{"id":"2a662a0b-00dc-4367-a31f-b329c4783d2f","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"713c9180-dc23-4876-b68f-5187b7743293","exec":[""],"type":"text/javascript","packages":{}}}],"id":"14018696-f3e5-4189-b5a1-4fa8cf048340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/PublishedScheduleAnalysisSlim?activityId=1&startTime=5/5/2025&duration=1440&timeZoneId=20&forecastId=186&forecastAlgorithmId=1&userId=1","description":"<p>The PublishedScheduleAnalysisSlim endpoint is used to provide staffing and service metric data. It is most prominently used within the CommunityWFM user experience on the Schedule Analysis Report above the bar graph view to produce the staffing and service metric information (shown below):</p>\n<img src=\"https://content.pstmn.io/429e9c57-e3e6-4e44-a5cc-1b8068b7649e/aW1hZ2UucG5n\" width=\"751\" height=\"268\" />","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedScheduleAnalysisSlim"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data.</p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: Date of the schedule you want to analyze.</p>\n","type":"text/plain"},"key":"startTime","value":"5/5/2025"},{"description":{"content":"<p>REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day</p>\n","type":"text/plain"},"key":"duration","value":"1440"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL.</p>\n","type":"text/plain"},"key":"forecastId","value":"186"},{"description":{"content":"<p>REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list.</p>\n","type":"text/plain"},"key":"forecastAlgorithmId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"d48a4a9f-cb06-448a-b3c9-bfc934634f87","name":"PublishedScheduleAnalysisSlim","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedScheduleAnalysisSlim?activityId=1&startTime=5/5/2025&duration=1440&timeZoneId=20&forecastId=186&forecastAlgorithmId=1&userId=1","host":["{{envName}}"],"path":["api","PublishedScheduleAnalysisSlim"],"query":[{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data."},{"key":"startTime","value":"5/5/2025","description":"REQUIRED: Date of the schedule you want to analyze."},{"key":"duration","value":"1440","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."},{"key":"forecastId","value":"186","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL."},{"key":"forecastAlgorithmId","value":"1","description":"REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMu7ej/uvGkXq+jJDBICydqw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 06 May 2025 18:00:38 GMT"},{"key":"Content-Length","value":"63658"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"SeqNo\": 58,\n            \"Interval\": \"2025-05-05T00:00:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 1,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -75,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 261,\n            \"ActualAHT\": 261,\n            \"DiscretionaryRequirements\": 0.622,\n            \"NonDiscretionaryRequirements\": 0.55499999999999994,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -4,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 0,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 0\n        },\n        {\n            \"SeqNo\": 59,\n            \"Interval\": \"2025-05-05T00:15:00\",\n            \"BaselineRequirements\": 3,\n            \"AgentsInQueue\": 1,\n            \"BaselineRequirementsVariance\": -2,\n            \"BaselineRequirementsVariancePct\": -66.67,\n            \"ForecastedContacts\": 3,\n            \"ActualContacts\": 3,\n            \"ForecastedAHT\": 267,\n            \"ActualAHT\": 267,\n            \"DiscretionaryRequirements\": 0.492,\n            \"NonDiscretionaryRequirements\": 0.425,\n            \"TotalAdjustedRequirements\": 4,\n            \"TotalAdjustedRequirementsVariance\": -3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.086956521739130432,\n            \"ServiceMetric\": 21.44,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 21.44\n        },\n        {\n            \"SeqNo\": 1,\n            \"Interval\": \"2025-05-05T00:30:00\",\n            \"BaselineRequirements\": 7,\n            \"AgentsInQueue\": 2,\n            \"BaselineRequirementsVariance\": -5,\n            \"BaselineRequirementsVariancePct\": -71.43,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 260,\n            \"ActualAHT\": 260,\n            \"DiscretionaryRequirements\": 1.1560000000000001,\n            \"NonDiscretionaryRequirements\": 0.95600000000000007,\n            \"TotalAdjustedRequirements\": 9,\n            \"TotalAdjustedRequirementsVariance\": -7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.21739130434782608,\n            \"ServiceMetric\": 24.28,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 24.28\n        },\n        {\n            \"SeqNo\": 8,\n            \"Interval\": \"2025-05-05T00:45:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 2,\n            \"BaselineRequirementsVariance\": -2,\n            \"BaselineRequirementsVariancePct\": -50,\n            \"ForecastedContacts\": 3,\n            \"ActualContacts\": 3,\n            \"ForecastedAHT\": 313,\n            \"ActualAHT\": 313,\n            \"DiscretionaryRequirements\": 0.634,\n            \"NonDiscretionaryRequirements\": 0.567,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.086956521739130432,\n            \"ServiceMetric\": 74.14,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 74.14\n        },\n        {\n            \"SeqNo\": 2,\n            \"Interval\": \"2025-05-05T01:00:00\",\n            \"BaselineRequirements\": 6,\n            \"AgentsInQueue\": 2,\n            \"BaselineRequirementsVariance\": -4,\n            \"BaselineRequirementsVariancePct\": -66.67,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 7,\n            \"ForecastedAHT\": 270,\n            \"ActualAHT\": 231,\n            \"DiscretionaryRequirements\": 0.87799999999999989,\n            \"NonDiscretionaryRequirements\": 0.81099999999999994,\n            \"TotalAdjustedRequirements\": 8,\n            \"TotalAdjustedRequirementsVariance\": -6,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.17391304347826087,\n            \"ServiceMetric\": 18.38,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 18.88\n        },\n        {\n            \"SeqNo\": 9,\n            \"Interval\": \"2025-05-05T01:15:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 1,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -75,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 240,\n            \"ActualAHT\": 240,\n            \"DiscretionaryRequirements\": 0.601,\n            \"NonDiscretionaryRequirements\": 0.534,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -4,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 0,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 0\n        },\n        {\n            \"SeqNo\": 3,\n            \"Interval\": \"2025-05-05T01:30:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 2,\n            \"BaselineRequirementsVariance\": -2,\n            \"BaselineRequirementsVariancePct\": -50,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 162,\n            \"ActualAHT\": 162,\n            \"DiscretionaryRequirements\": 0.597,\n            \"NonDiscretionaryRequirements\": 0.53,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.086956521739130432,\n            \"ServiceMetric\": 73.52,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 73.52\n        },\n        {\n            \"SeqNo\": 10,\n            \"Interval\": \"2025-05-05T01:45:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 2,\n            \"BaselineRequirementsVariance\": -2,\n            \"BaselineRequirementsVariancePct\": -50,\n            \"ForecastedContacts\": 5,\n            \"ActualContacts\": 5,\n            \"ForecastedAHT\": 195,\n            \"ActualAHT\": 195,\n            \"DiscretionaryRequirements\": 0.599,\n            \"NonDiscretionaryRequirements\": 0.532,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.086956521739130432,\n            \"ServiceMetric\": 72.81,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 72.81\n        },\n        {\n            \"SeqNo\": 11,\n            \"Interval\": \"2025-05-05T02:00:00\",\n            \"BaselineRequirements\": 6,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -50,\n            \"ForecastedContacts\": 5,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 306,\n            \"ActualAHT\": 255,\n            \"DiscretionaryRequirements\": 0.8899999999999999,\n            \"NonDiscretionaryRequirements\": 0.823,\n            \"TotalAdjustedRequirements\": 8,\n            \"TotalAdjustedRequirementsVariance\": -5,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 73.79,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 74.23\n        },\n        {\n            \"SeqNo\": 4,\n            \"Interval\": \"2025-05-05T02:15:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -1,\n            \"BaselineRequirementsVariancePct\": -25,\n            \"ForecastedContacts\": 3,\n            \"ActualContacts\": 3,\n            \"ForecastedAHT\": 296,\n            \"ActualAHT\": 296,\n            \"DiscretionaryRequirements\": 0.57600000000000007,\n            \"NonDiscretionaryRequirements\": 0.509,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.043478260869565216,\n            \"ServiceMetric\": 94.41,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 94.41\n        },\n        {\n            \"SeqNo\": 12,\n            \"Interval\": \"2025-05-05T02:30:00\",\n            \"BaselineRequirements\": 5,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -2,\n            \"BaselineRequirementsVariancePct\": -40,\n            \"ForecastedContacts\": 8,\n            \"ActualContacts\": 9,\n            \"ForecastedAHT\": 132,\n            \"ActualAHT\": 117,\n            \"DiscretionaryRequirements\": 0.704,\n            \"NonDiscretionaryRequirements\": 0.637,\n            \"TotalAdjustedRequirements\": 6,\n            \"TotalAdjustedRequirementsVariance\": -3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.086956521739130432,\n            \"ServiceMetric\": 91.93,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 92.28\n        },\n        {\n            \"SeqNo\": 5,\n            \"Interval\": \"2025-05-05T02:45:00\",\n            \"BaselineRequirements\": 3,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 145,\n            \"ActualAHT\": 145,\n            \"DiscretionaryRequirements\": 0.45,\n            \"NonDiscretionaryRequirements\": 0.383,\n            \"TotalAdjustedRequirements\": 3,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 98.81,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 98.81\n        },\n        {\n            \"SeqNo\": 13,\n            \"Interval\": \"2025-05-05T03:00:00\",\n            \"BaselineRequirements\": 3,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 158,\n            \"ActualAHT\": 158,\n            \"DiscretionaryRequirements\": 0.45,\n            \"NonDiscretionaryRequirements\": 0.383,\n            \"TotalAdjustedRequirements\": 3,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 98.37,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 98.37\n        },\n        {\n            \"SeqNo\": 6,\n            \"Interval\": \"2025-05-05T03:15:00\",\n            \"BaselineRequirements\": 3,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 151,\n            \"ActualAHT\": 151,\n            \"DiscretionaryRequirements\": 0.45,\n            \"NonDiscretionaryRequirements\": 0.383,\n            \"TotalAdjustedRequirements\": 3,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 98.62,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 98.62\n        },\n        {\n            \"SeqNo\": 14,\n            \"Interval\": \"2025-05-05T03:30:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -1,\n            \"BaselineRequirementsVariancePct\": -25,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 235,\n            \"ActualAHT\": 235,\n            \"DiscretionaryRequirements\": 0.60000000000000009,\n            \"NonDiscretionaryRequirements\": 0.533,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.043478260869565216,\n            \"ServiceMetric\": 93.57,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 93.57\n        },\n        {\n            \"SeqNo\": 15,\n            \"Interval\": \"2025-05-05T03:45:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -1,\n            \"BaselineRequirementsVariancePct\": -25,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 183,\n            \"ActualAHT\": 183,\n            \"DiscretionaryRequirements\": 0.575,\n            \"NonDiscretionaryRequirements\": 0.508,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.043478260869565216,\n            \"ServiceMetric\": 97.23,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 97.23\n        },\n        {\n            \"SeqNo\": 7,\n            \"Interval\": \"2025-05-05T04:00:00\",\n            \"BaselineRequirements\": 7,\n            \"AgentsInQueue\": 2,\n            \"BaselineRequirementsVariance\": -5,\n            \"BaselineRequirementsVariancePct\": -71.43,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 265,\n            \"ActualAHT\": 265,\n            \"DiscretionaryRequirements\": 1.157,\n            \"NonDiscretionaryRequirements\": 0.957,\n            \"TotalAdjustedRequirements\": 9,\n            \"TotalAdjustedRequirementsVariance\": -7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.21739130434782608,\n            \"ServiceMetric\": 21.34,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 21.34\n        },\n        {\n            \"SeqNo\": 16,\n            \"Interval\": \"2025-05-05T04:15:00\",\n            \"BaselineRequirements\": 7,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -4,\n            \"BaselineRequirementsVariancePct\": -57.14,\n            \"ForecastedContacts\": 5,\n            \"ActualContacts\": 5,\n            \"ForecastedAHT\": 264,\n            \"ActualAHT\": 264,\n            \"DiscretionaryRequirements\": 1.103,\n            \"NonDiscretionaryRequirements\": 0.903,\n            \"TotalAdjustedRequirements\": 9,\n            \"TotalAdjustedRequirementsVariance\": -6,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.17391304347826087,\n            \"ServiceMetric\": 82.56,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 82.56\n        },\n        {\n            \"SeqNo\": 53,\n            \"Interval\": \"2025-05-05T04:30:00\",\n            \"BaselineRequirements\": 8,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -5,\n            \"BaselineRequirementsVariancePct\": -62.5,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 7,\n            \"ForecastedAHT\": 380,\n            \"ActualAHT\": 325,\n            \"DiscretionaryRequirements\": 1.081,\n            \"NonDiscretionaryRequirements\": 1.014,\n            \"TotalAdjustedRequirements\": 10,\n            \"TotalAdjustedRequirementsVariance\": -7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.21739130434782608,\n            \"ServiceMetric\": 30.78,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 31.41\n        },\n        {\n            \"SeqNo\": 17,\n            \"Interval\": \"2025-05-05T04:45:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 4,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 3,\n            \"ActualContacts\": 3,\n            \"ForecastedAHT\": 322,\n            \"ActualAHT\": 322,\n            \"DiscretionaryRequirements\": 0.601,\n            \"NonDiscretionaryRequirements\": 0.534,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 98.37,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 98.37\n        },\n        {\n            \"SeqNo\": 60,\n            \"Interval\": \"2025-05-05T05:00:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 4,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 5,\n            \"ActualContacts\": 7,\n            \"ForecastedAHT\": 144,\n            \"ActualAHT\": 103,\n            \"DiscretionaryRequirements\": 0.575,\n            \"NonDiscretionaryRequirements\": 0.508,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 99.61,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.67\n        },\n        {\n            \"SeqNo\": 18,\n            \"Interval\": \"2025-05-05T05:15:00\",\n            \"BaselineRequirements\": 5,\n            \"AgentsInQueue\": 4,\n            \"BaselineRequirementsVariance\": -1,\n            \"BaselineRequirementsVariancePct\": -20,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 226,\n            \"ActualAHT\": 226,\n            \"DiscretionaryRequirements\": 0.70500000000000007,\n            \"NonDiscretionaryRequirements\": 0.638,\n            \"TotalAdjustedRequirements\": 6,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.043478260869565216,\n            \"ServiceMetric\": 98.84,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 98.84\n        },\n        {\n            \"SeqNo\": 61,\n            \"Interval\": \"2025-05-05T05:30:00\",\n            \"BaselineRequirements\": 6,\n            \"AgentsInQueue\": 4,\n            \"BaselineRequirementsVariance\": -2,\n            \"BaselineRequirementsVariancePct\": -33.33,\n            \"ForecastedContacts\": 7,\n            \"ActualContacts\": 7,\n            \"ForecastedAHT\": 271,\n            \"ActualAHT\": 271,\n            \"DiscretionaryRequirements\": 0.91199999999999992,\n            \"NonDiscretionaryRequirements\": 0.845,\n            \"TotalAdjustedRequirements\": 8,\n            \"TotalAdjustedRequirementsVariance\": -4,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.086956521739130432,\n            \"ServiceMetric\": 83.39,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 83.39\n        },\n        {\n            \"SeqNo\": 62,\n            \"Interval\": \"2025-05-05T05:45:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 5,\n            \"BaselineRequirementsVariance\": 1,\n            \"BaselineRequirementsVariancePct\": 25,\n            \"ForecastedContacts\": 5,\n            \"ActualContacts\": 5,\n            \"ForecastedAHT\": 168,\n            \"ActualAHT\": 168,\n            \"DiscretionaryRequirements\": 0.575,\n            \"NonDiscretionaryRequirements\": 0.508,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.043478260869565216,\n            \"ServiceMetric\": 99.88,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.88\n        },\n        {\n            \"SeqNo\": 19,\n            \"Interval\": \"2025-05-05T06:00:00\",\n            \"BaselineRequirements\": 6,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -50,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 236,\n            \"ActualAHT\": 236,\n            \"DiscretionaryRequirements\": 0.84200000000000008,\n            \"NonDiscretionaryRequirements\": 0.775,\n            \"TotalAdjustedRequirements\": 7,\n            \"TotalAdjustedRequirementsVariance\": -4,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 79.19,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 79.19\n        },\n        {\n            \"SeqNo\": 63,\n            \"Interval\": \"2025-05-05T06:15:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 3,\n            \"BaselineRequirementsVariance\": -1,\n            \"BaselineRequirementsVariancePct\": -25,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 223,\n            \"ActualAHT\": 223,\n            \"DiscretionaryRequirements\": 0.589,\n            \"NonDiscretionaryRequirements\": 0.522,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.043478260869565216,\n            \"ServiceMetric\": 94.58,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 94.58\n        },\n        {\n            \"SeqNo\": 20,\n            \"Interval\": \"2025-05-05T06:30:00\",\n            \"BaselineRequirements\": 8,\n            \"AgentsInQueue\": 5,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -37.5,\n            \"ForecastedContacts\": 9,\n            \"ActualContacts\": 10,\n            \"ForecastedAHT\": 256,\n            \"ActualAHT\": 230,\n            \"DiscretionaryRequirements\": 1.137,\n            \"NonDiscretionaryRequirements\": 1.07,\n            \"TotalAdjustedRequirements\": 10,\n            \"TotalAdjustedRequirementsVariance\": -5,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 88.67,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 88.98\n        },\n        {\n            \"SeqNo\": 64,\n            \"Interval\": \"2025-05-05T06:45:00\",\n            \"BaselineRequirements\": 7,\n            \"AgentsInQueue\": 5,\n            \"BaselineRequirementsVariance\": -2,\n            \"BaselineRequirementsVariancePct\": -28.57,\n            \"ForecastedContacts\": 8,\n            \"ActualContacts\": 8,\n            \"ForecastedAHT\": 246,\n            \"ActualAHT\": 246,\n            \"DiscretionaryRequirements\": 0.96500000000000008,\n            \"NonDiscretionaryRequirements\": 0.898,\n            \"TotalAdjustedRequirements\": 8,\n            \"TotalAdjustedRequirementsVariance\": -3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.086956521739130432,\n            \"ServiceMetric\": 93.78,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 93.78\n        },\n        {\n            \"SeqNo\": 21,\n            \"Interval\": \"2025-05-05T07:00:00\",\n            \"BaselineRequirements\": 19,\n            \"AgentsInQueue\": 9,\n            \"BaselineRequirementsVariance\": -10,\n            \"BaselineRequirementsVariancePct\": -52.63,\n            \"ForecastedContacts\": 24,\n            \"ActualContacts\": 25,\n            \"ForecastedAHT\": 275,\n            \"ActualAHT\": 272,\n            \"DiscretionaryRequirements\": 3.069,\n            \"NonDiscretionaryRequirements\": 2.503,\n            \"TotalAdjustedRequirements\": 25,\n            \"TotalAdjustedRequirementsVariance\": -16,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.43478260869565216,\n            \"ServiceMetric\": 58.76,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 52.87\n        },\n        {\n            \"SeqNo\": 65,\n            \"Interval\": \"2025-05-05T07:15:00\",\n            \"BaselineRequirements\": 12,\n            \"AgentsInQueue\": 9,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -25,\n            \"ForecastedContacts\": 22,\n            \"ActualContacts\": 22,\n            \"ForecastedAHT\": 226,\n            \"ActualAHT\": 226,\n            \"DiscretionaryRequirements\": 2.1710000000000003,\n            \"NonDiscretionaryRequirements\": 1.67,\n            \"TotalAdjustedRequirements\": 16,\n            \"TotalAdjustedRequirementsVariance\": -7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 90.26,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 90.26\n        },\n        {\n            \"SeqNo\": 66,\n            \"Interval\": \"2025-05-05T07:30:00\",\n            \"BaselineRequirements\": 15,\n            \"AgentsInQueue\": 10,\n            \"BaselineRequirementsVariance\": -5,\n            \"BaselineRequirementsVariancePct\": -33.33,\n            \"ForecastedContacts\": 23,\n            \"ActualContacts\": 23,\n            \"ForecastedAHT\": 283,\n            \"ActualAHT\": 283,\n            \"DiscretionaryRequirements\": 2.556,\n            \"NonDiscretionaryRequirements\": 1.978,\n            \"TotalAdjustedRequirements\": 19,\n            \"TotalAdjustedRequirementsVariance\": -9,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.21739130434782608,\n            \"ServiceMetric\": 78.7,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 78.7\n        },\n        {\n            \"SeqNo\": 22,\n            \"Interval\": \"2025-05-05T07:45:00\",\n            \"BaselineRequirements\": 14,\n            \"AgentsInQueue\": 10,\n            \"BaselineRequirementsVariance\": -4,\n            \"BaselineRequirementsVariancePct\": -28.57,\n            \"ForecastedContacts\": 23,\n            \"ActualContacts\": 23,\n            \"ForecastedAHT\": 241,\n            \"ActualAHT\": 241,\n            \"DiscretionaryRequirements\": 2.367,\n            \"NonDiscretionaryRequirements\": 1.8370000000000002,\n            \"TotalAdjustedRequirements\": 18,\n            \"TotalAdjustedRequirementsVariance\": -8,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.17391304347826087,\n            \"ServiceMetric\": 91.54,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 91.54\n        },\n        {\n            \"SeqNo\": 67,\n            \"Interval\": \"2025-05-05T08:00:00\",\n            \"BaselineRequirements\": 18,\n            \"AgentsInQueue\": 14,\n            \"BaselineRequirementsVariance\": -4,\n            \"BaselineRequirementsVariancePct\": -22.22,\n            \"ForecastedContacts\": 30,\n            \"ActualContacts\": 31,\n            \"ForecastedAHT\": 226,\n            \"ActualAHT\": 235,\n            \"DiscretionaryRequirements\": 2.91,\n            \"NonDiscretionaryRequirements\": 2.3440000000000003,\n            \"TotalAdjustedRequirements\": 23,\n            \"TotalAdjustedRequirementsVariance\": -9,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.17391304347826087,\n            \"ServiceMetric\": 98.58,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 97.41\n        },\n        {\n            \"SeqNo\": 23,\n            \"Interval\": \"2025-05-05T08:15:00\",\n            \"BaselineRequirements\": 13,\n            \"AgentsInQueue\": 15,\n            \"BaselineRequirementsVariance\": 2,\n            \"BaselineRequirementsVariancePct\": 15.38,\n            \"ForecastedContacts\": 20,\n            \"ActualContacts\": 21,\n            \"ForecastedAHT\": 254,\n            \"ActualAHT\": 265,\n            \"DiscretionaryRequirements\": 2.17,\n            \"NonDiscretionaryRequirements\": 1.7449999999999999,\n            \"TotalAdjustedRequirements\": 17,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.086956521739130432,\n            \"ServiceMetric\": 99.96,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.9\n        },\n        {\n            \"SeqNo\": 68,\n            \"Interval\": \"2025-05-05T08:30:00\",\n            \"BaselineRequirements\": 14,\n            \"AgentsInQueue\": 14,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 21,\n            \"ActualContacts\": 22,\n            \"ForecastedAHT\": 209,\n            \"ActualAHT\": 243,\n            \"DiscretionaryRequirements\": 2.443,\n            \"NonDiscretionaryRequirements\": 1.8729999999999998,\n            \"TotalAdjustedRequirements\": 18,\n            \"TotalAdjustedRequirementsVariance\": -4,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 99.98,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.82\n        },\n        {\n            \"SeqNo\": 24,\n            \"Interval\": \"2025-05-05T08:45:00\",\n            \"BaselineRequirements\": 12,\n            \"AgentsInQueue\": 14,\n            \"BaselineRequirementsVariance\": 2,\n            \"BaselineRequirementsVariancePct\": 16.67,\n            \"ForecastedContacts\": 19,\n            \"ActualContacts\": 19,\n            \"ForecastedAHT\": 234,\n            \"ActualAHT\": 234,\n            \"DiscretionaryRequirements\": 2.0010000000000003,\n            \"NonDiscretionaryRequirements\": 1.5819999999999999,\n            \"TotalAdjustedRequirements\": 15,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.086956521739130432,\n            \"ServiceMetric\": 99.97,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.97\n        },\n        {\n            \"SeqNo\": 69,\n            \"Interval\": \"2025-05-05T09:00:00\",\n            \"BaselineRequirements\": 21,\n            \"AgentsInQueue\": 18,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -14.29,\n            \"ForecastedContacts\": 28,\n            \"ActualContacts\": 29,\n            \"ForecastedAHT\": 305,\n            \"ActualAHT\": 306,\n            \"DiscretionaryRequirements\": 3.367,\n            \"NonDiscretionaryRequirements\": 2.762,\n            \"TotalAdjustedRequirements\": 27,\n            \"TotalAdjustedRequirementsVariance\": -9,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 99.44,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.18\n        },\n        {\n            \"SeqNo\": 70,\n            \"Interval\": \"2025-05-05T09:15:00\",\n            \"BaselineRequirements\": 17,\n            \"AgentsInQueue\": 21,\n            \"BaselineRequirementsVariance\": 4,\n            \"BaselineRequirementsVariancePct\": 23.53,\n            \"ForecastedContacts\": 25,\n            \"ActualContacts\": 26,\n            \"ForecastedAHT\": 280,\n            \"ActualAHT\": 282,\n            \"DiscretionaryRequirements\": 2.904,\n            \"NonDiscretionaryRequirements\": 2.261,\n            \"TotalAdjustedRequirements\": 22,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.17391304347826087,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.99\n        },\n        {\n            \"SeqNo\": 25,\n            \"Interval\": \"2025-05-05T09:30:00\",\n            \"BaselineRequirements\": 25,\n            \"AgentsInQueue\": 24,\n            \"BaselineRequirementsVariance\": -1,\n            \"BaselineRequirementsVariancePct\": -4,\n            \"ForecastedContacts\": 25,\n            \"ActualContacts\": 26,\n            \"ForecastedAHT\": 370,\n            \"ActualAHT\": 388,\n            \"DiscretionaryRequirements\": 3.8819999999999997,\n            \"NonDiscretionaryRequirements\": 3.2560000000000002,\n            \"TotalAdjustedRequirements\": 32,\n            \"TotalAdjustedRequirementsVariance\": -8,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.043478260869565216,\n            \"ServiceMetric\": 99.99,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.97\n        },\n        {\n            \"SeqNo\": 54,\n            \"Interval\": \"2025-05-05T09:45:00\",\n            \"BaselineRequirements\": 17,\n            \"AgentsInQueue\": 23,\n            \"BaselineRequirementsVariance\": 6,\n            \"BaselineRequirementsVariancePct\": 35.29,\n            \"ForecastedContacts\": 22,\n            \"ActualContacts\": 22,\n            \"ForecastedAHT\": 329,\n            \"ActualAHT\": 329,\n            \"DiscretionaryRequirements\": 2.8289999999999997,\n            \"NonDiscretionaryRequirements\": 2.225,\n            \"TotalAdjustedRequirements\": 22,\n            \"TotalAdjustedRequirementsVariance\": 1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.2608695652173913,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 26,\n            \"Interval\": \"2025-05-05T10:00:00\",\n            \"BaselineRequirements\": 19,\n            \"AgentsInQueue\": 28,\n            \"BaselineRequirementsVariance\": 9,\n            \"BaselineRequirementsVariancePct\": 47.37,\n            \"ForecastedContacts\": 32,\n            \"ActualContacts\": 34,\n            \"ForecastedAHT\": 287,\n            \"ActualAHT\": 297,\n            \"DiscretionaryRequirements\": 3.2409999999999997,\n            \"NonDiscretionaryRequirements\": 2.565,\n            \"TotalAdjustedRequirements\": 25,\n            \"TotalAdjustedRequirementsVariance\": 3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.391304347826087,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 55,\n            \"Interval\": \"2025-05-05T10:15:00\",\n            \"BaselineRequirements\": 20,\n            \"AgentsInQueue\": 31,\n            \"BaselineRequirementsVariance\": 11,\n            \"BaselineRequirementsVariancePct\": 55,\n            \"ForecastedContacts\": 31,\n            \"ActualContacts\": 32,\n            \"ForecastedAHT\": 299,\n            \"ActualAHT\": 318,\n            \"DiscretionaryRequirements\": 3.356,\n            \"NonDiscretionaryRequirements\": 2.6029999999999998,\n            \"TotalAdjustedRequirements\": 26,\n            \"TotalAdjustedRequirementsVariance\": 5,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.47826086956521741,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 27,\n            \"Interval\": \"2025-05-05T10:30:00\",\n            \"BaselineRequirements\": 17,\n            \"AgentsInQueue\": 28,\n            \"BaselineRequirementsVariance\": 11,\n            \"BaselineRequirementsVariancePct\": 64.71,\n            \"ForecastedContacts\": 26,\n            \"ActualContacts\": 28,\n            \"ForecastedAHT\": 310,\n            \"ActualAHT\": 315,\n            \"DiscretionaryRequirements\": 2.863,\n            \"NonDiscretionaryRequirements\": 2.2199999999999998,\n            \"TotalAdjustedRequirements\": 22,\n            \"TotalAdjustedRequirementsVariance\": 6,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.47826086956521741,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 71,\n            \"Interval\": \"2025-05-05T10:45:00\",\n            \"BaselineRequirements\": 17,\n            \"AgentsInQueue\": 28,\n            \"BaselineRequirementsVariance\": 11,\n            \"BaselineRequirementsVariancePct\": 64.71,\n            \"ForecastedContacts\": 24,\n            \"ActualContacts\": 25,\n            \"ForecastedAHT\": 306,\n            \"ActualAHT\": 309,\n            \"DiscretionaryRequirements\": 2.852,\n            \"NonDiscretionaryRequirements\": 2.2439999999999998,\n            \"TotalAdjustedRequirements\": 22,\n            \"TotalAdjustedRequirementsVariance\": 6,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.47826086956521741,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 72,\n            \"Interval\": \"2025-05-05T11:00:00\",\n            \"BaselineRequirements\": 21,\n            \"AgentsInQueue\": 34,\n            \"BaselineRequirementsVariance\": 13,\n            \"BaselineRequirementsVariancePct\": 61.9,\n            \"ForecastedContacts\": 31,\n            \"ActualContacts\": 32,\n            \"ForecastedAHT\": 260,\n            \"ActualAHT\": 252,\n            \"DiscretionaryRequirements\": 3.4269999999999996,\n            \"NonDiscretionaryRequirements\": 2.7169999999999996,\n            \"TotalAdjustedRequirements\": 27,\n            \"TotalAdjustedRequirementsVariance\": 7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.56521739130434778,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 28,\n            \"Interval\": \"2025-05-05T11:15:00\",\n            \"BaselineRequirements\": 20,\n            \"AgentsInQueue\": 35,\n            \"BaselineRequirementsVariance\": 15,\n            \"BaselineRequirementsVariancePct\": 75,\n            \"ForecastedContacts\": 26,\n            \"ActualContacts\": 27,\n            \"ForecastedAHT\": 311,\n            \"ActualAHT\": 339,\n            \"DiscretionaryRequirements\": 3.2640000000000002,\n            \"NonDiscretionaryRequirements\": 2.653,\n            \"TotalAdjustedRequirements\": 26,\n            \"TotalAdjustedRequirementsVariance\": 9,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.65217391304347827,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 73,\n            \"Interval\": \"2025-05-05T11:30:00\",\n            \"BaselineRequirements\": 28,\n            \"AgentsInQueue\": 32,\n            \"BaselineRequirementsVariance\": 4,\n            \"BaselineRequirementsVariancePct\": 14.29,\n            \"ForecastedContacts\": 39,\n            \"ActualContacts\": 41,\n            \"ForecastedAHT\": 303,\n            \"ActualAHT\": 342,\n            \"DiscretionaryRequirements\": 4.8830000000000009,\n            \"NonDiscretionaryRequirements\": 3.7319999999999998,\n            \"TotalAdjustedRequirements\": 37,\n            \"TotalAdjustedRequirementsVariance\": -5,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.17391304347826087,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.99\n        },\n        {\n            \"SeqNo\": 29,\n            \"Interval\": \"2025-05-05T11:45:00\",\n            \"BaselineRequirements\": 19,\n            \"AgentsInQueue\": 34,\n            \"BaselineRequirementsVariance\": 15,\n            \"BaselineRequirementsVariancePct\": 78.95,\n            \"ForecastedContacts\": 31,\n            \"ActualContacts\": 31,\n            \"ForecastedAHT\": 300,\n            \"ActualAHT\": 300,\n            \"DiscretionaryRequirements\": 3.212,\n            \"NonDiscretionaryRequirements\": 2.5220000000000002,\n            \"TotalAdjustedRequirements\": 25,\n            \"TotalAdjustedRequirementsVariance\": 9,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.65217391304347827,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 74,\n            \"Interval\": \"2025-05-05T12:00:00\",\n            \"BaselineRequirements\": 27,\n            \"AgentsInQueue\": 34.666666666666664,\n            \"BaselineRequirementsVariance\": 7,\n            \"BaselineRequirementsVariancePct\": 29.63,\n            \"ForecastedContacts\": 34,\n            \"ActualContacts\": 35,\n            \"ForecastedAHT\": 384,\n            \"ActualAHT\": 376,\n            \"DiscretionaryRequirements\": 4.4,\n            \"NonDiscretionaryRequirements\": 3.536,\n            \"TotalAdjustedRequirements\": 35,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.30434782608695654,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 30,\n            \"Interval\": \"2025-05-05T12:15:00\",\n            \"BaselineRequirements\": 20,\n            \"AgentsInQueue\": 37,\n            \"BaselineRequirementsVariance\": 17,\n            \"BaselineRequirementsVariancePct\": 85,\n            \"ForecastedContacts\": 27,\n            \"ActualContacts\": 27,\n            \"ForecastedAHT\": 336,\n            \"ActualAHT\": 336,\n            \"DiscretionaryRequirements\": 3.2880000000000003,\n            \"NonDiscretionaryRequirements\": 2.593,\n            \"TotalAdjustedRequirements\": 25,\n            \"TotalAdjustedRequirementsVariance\": 12,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.73913043478260865,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 75,\n            \"Interval\": \"2025-05-05T12:30:00\",\n            \"BaselineRequirements\": 25,\n            \"AgentsInQueue\": 32,\n            \"BaselineRequirementsVariance\": 7,\n            \"BaselineRequirementsVariancePct\": 28,\n            \"ForecastedContacts\": 42,\n            \"ActualContacts\": 44,\n            \"ForecastedAHT\": 309,\n            \"ActualAHT\": 354,\n            \"DiscretionaryRequirements\": 4.242,\n            \"NonDiscretionaryRequirements\": 3.2880000000000003,\n            \"TotalAdjustedRequirements\": 32,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.30434782608695654,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.95\n        },\n        {\n            \"SeqNo\": 31,\n            \"Interval\": \"2025-05-05T12:45:00\",\n            \"BaselineRequirements\": 25,\n            \"AgentsInQueue\": 35,\n            \"BaselineRequirementsVariance\": 10,\n            \"BaselineRequirementsVariancePct\": 40,\n            \"ForecastedContacts\": 41,\n            \"ActualContacts\": 41,\n            \"ForecastedAHT\": 307,\n            \"ActualAHT\": 307,\n            \"DiscretionaryRequirements\": 4.244,\n            \"NonDiscretionaryRequirements\": 3.3209999999999997,\n            \"TotalAdjustedRequirements\": 33,\n            \"TotalAdjustedRequirementsVariance\": 2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.43478260869565216,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 32,\n            \"Interval\": \"2025-05-05T13:00:00\",\n            \"BaselineRequirements\": 23,\n            \"AgentsInQueue\": 33,\n            \"BaselineRequirementsVariance\": 10,\n            \"BaselineRequirementsVariancePct\": 43.48,\n            \"ForecastedContacts\": 25,\n            \"ActualContacts\": 27,\n            \"ForecastedAHT\": 328,\n            \"ActualAHT\": 304,\n            \"DiscretionaryRequirements\": 3.865,\n            \"NonDiscretionaryRequirements\": 3.0679999999999996,\n            \"TotalAdjustedRequirements\": 30,\n            \"TotalAdjustedRequirementsVariance\": 3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.43478260869565216,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 76,\n            \"Interval\": \"2025-05-05T13:15:00\",\n            \"BaselineRequirements\": 20,\n            \"AgentsInQueue\": 37,\n            \"BaselineRequirementsVariance\": 17,\n            \"BaselineRequirementsVariancePct\": 85,\n            \"ForecastedContacts\": 18,\n            \"ActualContacts\": 19,\n            \"ForecastedAHT\": 516,\n            \"ActualAHT\": 535,\n            \"DiscretionaryRequirements\": 3.443,\n            \"NonDiscretionaryRequirements\": 2.6559999999999997,\n            \"TotalAdjustedRequirements\": 26,\n            \"TotalAdjustedRequirementsVariance\": 11,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.73913043478260865,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 33,\n            \"Interval\": \"2025-05-05T13:30:00\",\n            \"BaselineRequirements\": 28,\n            \"AgentsInQueue\": 38,\n            \"BaselineRequirementsVariance\": 10,\n            \"BaselineRequirementsVariancePct\": 35.71,\n            \"ForecastedContacts\": 24,\n            \"ActualContacts\": 26,\n            \"ForecastedAHT\": 547,\n            \"ActualAHT\": 549,\n            \"DiscretionaryRequirements\": 5.023,\n            \"NonDiscretionaryRequirements\": 3.7219999999999995,\n            \"TotalAdjustedRequirements\": 37,\n            \"TotalAdjustedRequirementsVariance\": 1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.43478260869565216,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 77,\n            \"Interval\": \"2025-05-05T13:45:00\",\n            \"BaselineRequirements\": 16,\n            \"AgentsInQueue\": 38,\n            \"BaselineRequirementsVariance\": 22,\n            \"BaselineRequirementsVariancePct\": 137.5,\n            \"ForecastedContacts\": 16,\n            \"ActualContacts\": 17,\n            \"ForecastedAHT\": 505,\n            \"ActualAHT\": 529,\n            \"DiscretionaryRequirements\": 2.798,\n            \"NonDiscretionaryRequirements\": 2.1270000000000002,\n            \"TotalAdjustedRequirements\": 21,\n            \"TotalAdjustedRequirementsVariance\": 17,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.95652173913043481,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 34,\n            \"Interval\": \"2025-05-05T14:00:00\",\n            \"BaselineRequirements\": 27,\n            \"AgentsInQueue\": 35,\n            \"BaselineRequirementsVariance\": 8,\n            \"BaselineRequirementsVariancePct\": 29.63,\n            \"ForecastedContacts\": 21,\n            \"ActualContacts\": 22,\n            \"ForecastedAHT\": 760,\n            \"ActualAHT\": 758,\n            \"DiscretionaryRequirements\": 4.742,\n            \"NonDiscretionaryRequirements\": 3.628,\n            \"TotalAdjustedRequirements\": 36,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.34782608695652173,\n            \"ServiceMetric\": 99.99,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.97\n        },\n        {\n            \"SeqNo\": 78,\n            \"Interval\": \"2025-05-05T14:15:00\",\n            \"BaselineRequirements\": 25,\n            \"AgentsInQueue\": 37,\n            \"BaselineRequirementsVariance\": 12,\n            \"BaselineRequirementsVariancePct\": 48,\n            \"ForecastedContacts\": 21,\n            \"ActualContacts\": 22,\n            \"ForecastedAHT\": 679,\n            \"ActualAHT\": 680,\n            \"DiscretionaryRequirements\": 4.405,\n            \"NonDiscretionaryRequirements\": 3.374,\n            \"TotalAdjustedRequirements\": 33,\n            \"TotalAdjustedRequirementsVariance\": 4,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.52173913043478259,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 35,\n            \"Interval\": \"2025-05-05T14:30:00\",\n            \"BaselineRequirements\": 22,\n            \"AgentsInQueue\": 36,\n            \"BaselineRequirementsVariance\": 14,\n            \"BaselineRequirementsVariancePct\": 63.64,\n            \"ForecastedContacts\": 19,\n            \"ActualContacts\": 19,\n            \"ForecastedAHT\": 533,\n            \"ActualAHT\": 533,\n            \"DiscretionaryRequirements\": 3.7,\n            \"NonDiscretionaryRequirements\": 2.948,\n            \"TotalAdjustedRequirements\": 29,\n            \"TotalAdjustedRequirementsVariance\": 7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.60869565217391308,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 36,\n            \"Interval\": \"2025-05-05T14:45:00\",\n            \"BaselineRequirements\": 16,\n            \"AgentsInQueue\": 39,\n            \"BaselineRequirementsVariance\": 23,\n            \"BaselineRequirementsVariancePct\": 143.75,\n            \"ForecastedContacts\": 17,\n            \"ActualContacts\": 17,\n            \"ForecastedAHT\": 495,\n            \"ActualAHT\": 495,\n            \"DiscretionaryRequirements\": 2.8550000000000004,\n            \"NonDiscretionaryRequirements\": 2.169,\n            \"TotalAdjustedRequirements\": 21,\n            \"TotalAdjustedRequirementsVariance\": 18,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 1,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 79,\n            \"Interval\": \"2025-05-05T15:00:00\",\n            \"BaselineRequirements\": 21,\n            \"AgentsInQueue\": 30,\n            \"BaselineRequirementsVariance\": 9,\n            \"BaselineRequirementsVariancePct\": 42.86,\n            \"ForecastedContacts\": 25,\n            \"ActualContacts\": 26,\n            \"ForecastedAHT\": 403,\n            \"ActualAHT\": 408,\n            \"DiscretionaryRequirements\": 3.487,\n            \"NonDiscretionaryRequirements\": 2.7430000000000003,\n            \"TotalAdjustedRequirements\": 27,\n            \"TotalAdjustedRequirementsVariance\": 3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.391304347826087,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 37,\n            \"Interval\": \"2025-05-05T15:15:00\",\n            \"BaselineRequirements\": 21,\n            \"AgentsInQueue\": 30,\n            \"BaselineRequirementsVariance\": 9,\n            \"BaselineRequirementsVariancePct\": 42.86,\n            \"ForecastedContacts\": 24,\n            \"ActualContacts\": 24,\n            \"ForecastedAHT\": 417,\n            \"ActualAHT\": 417,\n            \"DiscretionaryRequirements\": 3.487,\n            \"NonDiscretionaryRequirements\": 2.7430000000000003,\n            \"TotalAdjustedRequirements\": 27,\n            \"TotalAdjustedRequirementsVariance\": 3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.391304347826087,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 56,\n            \"Interval\": \"2025-05-05T15:30:00\",\n            \"BaselineRequirements\": 22,\n            \"AgentsInQueue\": 28,\n            \"BaselineRequirementsVariance\": 6,\n            \"BaselineRequirementsVariancePct\": 27.27,\n            \"ForecastedContacts\": 17,\n            \"ActualContacts\": 18,\n            \"ForecastedAHT\": 581,\n            \"ActualAHT\": 628,\n            \"DiscretionaryRequirements\": 3.772,\n            \"NonDiscretionaryRequirements\": 2.924,\n            \"TotalAdjustedRequirements\": 29,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.2608695652173913,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.99\n        },\n        {\n            \"SeqNo\": 38,\n            \"Interval\": \"2025-05-05T15:45:00\",\n            \"BaselineRequirements\": 16,\n            \"AgentsInQueue\": 33,\n            \"BaselineRequirementsVariance\": 17,\n            \"BaselineRequirementsVariancePct\": 106.25,\n            \"ForecastedContacts\": 16,\n            \"ActualContacts\": 17,\n            \"ForecastedAHT\": 499,\n            \"ActualAHT\": 554,\n            \"DiscretionaryRequirements\": 2.933,\n            \"NonDiscretionaryRequirements\": 2.2110000000000003,\n            \"TotalAdjustedRequirements\": 22,\n            \"TotalAdjustedRequirementsVariance\": 11,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.73913043478260865,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 80,\n            \"Interval\": \"2025-05-05T16:00:00\",\n            \"BaselineRequirements\": 17,\n            \"AgentsInQueue\": 29,\n            \"BaselineRequirementsVariance\": 12,\n            \"BaselineRequirementsVariancePct\": 70.59,\n            \"ForecastedContacts\": 15,\n            \"ActualContacts\": 16,\n            \"ForecastedAHT\": 550,\n            \"ActualAHT\": 534,\n            \"DiscretionaryRequirements\": 2.94,\n            \"NonDiscretionaryRequirements\": 2.269,\n            \"TotalAdjustedRequirements\": 22,\n            \"TotalAdjustedRequirementsVariance\": 7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.52173913043478259,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 39,\n            \"Interval\": \"2025-05-05T16:15:00\",\n            \"BaselineRequirements\": 17,\n            \"AgentsInQueue\": 29,\n            \"BaselineRequirementsVariance\": 12,\n            \"BaselineRequirementsVariancePct\": 70.59,\n            \"ForecastedContacts\": 13,\n            \"ActualContacts\": 13,\n            \"ForecastedAHT\": 623,\n            \"ActualAHT\": 623,\n            \"DiscretionaryRequirements\": 2.923,\n            \"NonDiscretionaryRequirements\": 2.2520000000000002,\n            \"TotalAdjustedRequirements\": 22,\n            \"TotalAdjustedRequirementsVariance\": 7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.52173913043478259,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 81,\n            \"Interval\": \"2025-05-05T16:30:00\",\n            \"BaselineRequirements\": 21,\n            \"AgentsInQueue\": 32,\n            \"BaselineRequirementsVariance\": 11,\n            \"BaselineRequirementsVariancePct\": 52.38,\n            \"ForecastedContacts\": 25,\n            \"ActualContacts\": 26,\n            \"ForecastedAHT\": 446,\n            \"ActualAHT\": 428,\n            \"DiscretionaryRequirements\": 3.607,\n            \"NonDiscretionaryRequirements\": 2.793,\n            \"TotalAdjustedRequirements\": 27,\n            \"TotalAdjustedRequirementsVariance\": 5,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.47826086956521741,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 82,\n            \"Interval\": \"2025-05-05T16:45:00\",\n            \"BaselineRequirements\": 19,\n            \"AgentsInQueue\": 33,\n            \"BaselineRequirementsVariance\": 14,\n            \"BaselineRequirementsVariancePct\": 73.68,\n            \"ForecastedContacts\": 19,\n            \"ActualContacts\": 20,\n            \"ForecastedAHT\": 482,\n            \"ActualAHT\": 462,\n            \"DiscretionaryRequirements\": 3.3449999999999998,\n            \"NonDiscretionaryRequirements\": 2.551,\n            \"TotalAdjustedRequirements\": 25,\n            \"TotalAdjustedRequirementsVariance\": 8,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.60869565217391308,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 40,\n            \"Interval\": \"2025-05-05T17:00:00\",\n            \"BaselineRequirements\": 20,\n            \"AgentsInQueue\": 31,\n            \"BaselineRequirementsVariance\": 11,\n            \"BaselineRequirementsVariancePct\": 55,\n            \"ForecastedContacts\": 14,\n            \"ActualContacts\": 15,\n            \"ForecastedAHT\": 676,\n            \"ActualAHT\": 663,\n            \"DiscretionaryRequirements\": 3.476,\n            \"NonDiscretionaryRequirements\": 2.689,\n            \"TotalAdjustedRequirements\": 26,\n            \"TotalAdjustedRequirementsVariance\": 5,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.47826086956521741,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 83,\n            \"Interval\": \"2025-05-05T17:15:00\",\n            \"BaselineRequirements\": 21,\n            \"AgentsInQueue\": 33,\n            \"BaselineRequirementsVariance\": 12,\n            \"BaselineRequirementsVariancePct\": 57.14,\n            \"ForecastedContacts\": 13,\n            \"ActualContacts\": 14,\n            \"ForecastedAHT\": 720,\n            \"ActualAHT\": 703,\n            \"DiscretionaryRequirements\": 3.644,\n            \"NonDiscretionaryRequirements\": 2.7910000000000004,\n            \"TotalAdjustedRequirements\": 27,\n            \"TotalAdjustedRequirementsVariance\": 6,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.52173913043478259,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 41,\n            \"Interval\": \"2025-05-05T17:30:00\",\n            \"BaselineRequirements\": 24,\n            \"AgentsInQueue\": 31,\n            \"BaselineRequirementsVariance\": 7,\n            \"BaselineRequirementsVariancePct\": 29.17,\n            \"ForecastedContacts\": 22,\n            \"ActualContacts\": 24,\n            \"ForecastedAHT\": 523,\n            \"ActualAHT\": 479,\n            \"DiscretionaryRequirements\": 4.0969999999999995,\n            \"NonDiscretionaryRequirements\": 3.169,\n            \"TotalAdjustedRequirements\": 31,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.30434782608695654,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 84,\n            \"Interval\": \"2025-05-05T17:45:00\",\n            \"BaselineRequirements\": 18,\n            \"AgentsInQueue\": 31,\n            \"BaselineRequirementsVariance\": 13,\n            \"BaselineRequirementsVariancePct\": 72.22,\n            \"ForecastedContacts\": 16,\n            \"ActualContacts\": 17,\n            \"ForecastedAHT\": 548,\n            \"ActualAHT\": 601,\n            \"DiscretionaryRequirements\": 3.151,\n            \"NonDiscretionaryRequirements\": 2.454,\n            \"TotalAdjustedRequirements\": 24,\n            \"TotalAdjustedRequirementsVariance\": 7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.56521739130434778,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 42,\n            \"Interval\": \"2025-05-05T18:00:00\",\n            \"BaselineRequirements\": 12,\n            \"AgentsInQueue\": 19.666666666666668,\n            \"BaselineRequirementsVariance\": 7,\n            \"BaselineRequirementsVariancePct\": 66.67,\n            \"ForecastedContacts\": 20,\n            \"ActualContacts\": 21,\n            \"ForecastedAHT\": 235,\n            \"ActualAHT\": 224,\n            \"DiscretionaryRequirements\": 1.92,\n            \"NonDiscretionaryRequirements\": 1.581,\n            \"TotalAdjustedRequirements\": 15,\n            \"TotalAdjustedRequirementsVariance\": 4,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.30434782608695654,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 85,\n            \"Interval\": \"2025-05-05T18:15:00\",\n            \"BaselineRequirements\": 13,\n            \"AgentsInQueue\": 25,\n            \"BaselineRequirementsVariance\": 12,\n            \"BaselineRequirementsVariancePct\": 92.31,\n            \"ForecastedContacts\": 18,\n            \"ActualContacts\": 19,\n            \"ForecastedAHT\": 250,\n            \"ActualAHT\": 237,\n            \"DiscretionaryRequirements\": 2.0949999999999998,\n            \"NonDiscretionaryRequirements\": 1.689,\n            \"TotalAdjustedRequirements\": 16,\n            \"TotalAdjustedRequirementsVariance\": 9,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.52173913043478259,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 86,\n            \"Interval\": \"2025-05-05T18:30:00\",\n            \"BaselineRequirements\": 14,\n            \"AgentsInQueue\": 22,\n            \"BaselineRequirementsVariance\": 8,\n            \"BaselineRequirementsVariancePct\": 57.14,\n            \"ForecastedContacts\": 14,\n            \"ActualContacts\": 15,\n            \"ForecastedAHT\": 372,\n            \"ActualAHT\": 347,\n            \"DiscretionaryRequirements\": 2.439,\n            \"NonDiscretionaryRequirements\": 1.9290000000000003,\n            \"TotalAdjustedRequirements\": 19,\n            \"TotalAdjustedRequirementsVariance\": 3,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.34782608695652173,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 43,\n            \"Interval\": \"2025-05-05T18:45:00\",\n            \"BaselineRequirements\": 13,\n            \"AgentsInQueue\": 23,\n            \"BaselineRequirementsVariance\": 10,\n            \"BaselineRequirementsVariancePct\": 76.92,\n            \"ForecastedContacts\": 11,\n            \"ActualContacts\": 12,\n            \"ForecastedAHT\": 446,\n            \"ActualAHT\": 419,\n            \"DiscretionaryRequirements\": 2.213,\n            \"NonDiscretionaryRequirements\": 1.77,\n            \"TotalAdjustedRequirements\": 17,\n            \"TotalAdjustedRequirementsVariance\": 6,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.43478260869565216,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 87,\n            \"Interval\": \"2025-05-05T19:00:00\",\n            \"BaselineRequirements\": 5,\n            \"AgentsInQueue\": 21,\n            \"BaselineRequirementsVariance\": 16,\n            \"BaselineRequirementsVariancePct\": 320,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 255,\n            \"ActualAHT\": 255,\n            \"DiscretionaryRequirements\": 0.716,\n            \"NonDiscretionaryRequirements\": 0.716,\n            \"TotalAdjustedRequirements\": 7,\n            \"TotalAdjustedRequirementsVariance\": 14,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.69565217391304346,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 44,\n            \"Interval\": \"2025-05-05T19:15:00\",\n            \"BaselineRequirements\": 5,\n            \"AgentsInQueue\": 22,\n            \"BaselineRequirementsVariance\": 17,\n            \"BaselineRequirementsVariancePct\": 340,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 4,\n            \"ForecastedAHT\": 382,\n            \"ActualAHT\": 382,\n            \"DiscretionaryRequirements\": 0.79099999999999993,\n            \"NonDiscretionaryRequirements\": 0.724,\n            \"TotalAdjustedRequirements\": 7,\n            \"TotalAdjustedRequirementsVariance\": 15,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.73913043478260865,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 88,\n            \"Interval\": \"2025-05-05T19:30:00\",\n            \"BaselineRequirements\": 8,\n            \"AgentsInQueue\": 18,\n            \"BaselineRequirementsVariance\": 10,\n            \"BaselineRequirementsVariancePct\": 125,\n            \"ForecastedContacts\": 9,\n            \"ActualContacts\": 11,\n            \"ForecastedAHT\": 286,\n            \"ActualAHT\": 296,\n            \"DiscretionaryRequirements\": 1.129,\n            \"NonDiscretionaryRequirements\": 1.062,\n            \"TotalAdjustedRequirements\": 10,\n            \"TotalAdjustedRequirementsVariance\": 8,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.43478260869565216,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 45,\n            \"Interval\": \"2025-05-05T19:45:00\",\n            \"BaselineRequirements\": 8,\n            \"AgentsInQueue\": 18,\n            \"BaselineRequirementsVariance\": 10,\n            \"BaselineRequirementsVariancePct\": 125,\n            \"ForecastedContacts\": 9,\n            \"ActualContacts\": 10,\n            \"ForecastedAHT\": 286,\n            \"ActualAHT\": 257,\n            \"DiscretionaryRequirements\": 1.129,\n            \"NonDiscretionaryRequirements\": 1.062,\n            \"TotalAdjustedRequirements\": 10,\n            \"TotalAdjustedRequirementsVariance\": 8,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.43478260869565216,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 89,\n            \"Interval\": \"2025-05-05T20:00:00\",\n            \"BaselineRequirements\": 11,\n            \"AgentsInQueue\": 15,\n            \"BaselineRequirementsVariance\": 4,\n            \"BaselineRequirementsVariancePct\": 36.36,\n            \"ForecastedContacts\": 11,\n            \"ActualContacts\": 12,\n            \"ForecastedAHT\": 364,\n            \"ActualAHT\": 334,\n            \"DiscretionaryRequirements\": 1.62,\n            \"NonDiscretionaryRequirements\": 1.487,\n            \"TotalAdjustedRequirements\": 14,\n            \"TotalAdjustedRequirementsVariance\": 1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.17391304347826087,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 90,\n            \"Interval\": \"2025-05-05T20:15:00\",\n            \"BaselineRequirements\": 8,\n            \"AgentsInQueue\": 12,\n            \"BaselineRequirementsVariance\": 4,\n            \"BaselineRequirementsVariancePct\": 50,\n            \"ForecastedContacts\": 8,\n            \"ActualContacts\": 9,\n            \"ForecastedAHT\": 423,\n            \"ActualAHT\": 474,\n            \"DiscretionaryRequirements\": 1.095,\n            \"NonDiscretionaryRequirements\": 1.095,\n            \"TotalAdjustedRequirements\": 10,\n            \"TotalAdjustedRequirementsVariance\": 2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.17391304347826087,\n            \"ServiceMetric\": 99.96,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.72\n        },\n        {\n            \"SeqNo\": 46,\n            \"Interval\": \"2025-05-05T20:30:00\",\n            \"BaselineRequirements\": 12,\n            \"AgentsInQueue\": 14,\n            \"BaselineRequirementsVariance\": 2,\n            \"BaselineRequirementsVariancePct\": 16.67,\n            \"ForecastedContacts\": 11,\n            \"ActualContacts\": 12,\n            \"ForecastedAHT\": 398,\n            \"ActualAHT\": 417,\n            \"DiscretionaryRequirements\": 1.9500000000000002,\n            \"NonDiscretionaryRequirements\": 1.617,\n            \"TotalAdjustedRequirements\": 16,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.086956521739130432,\n            \"ServiceMetric\": 99.96,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.87\n        },\n        {\n            \"SeqNo\": 57,\n            \"Interval\": \"2025-05-05T20:45:00\",\n            \"BaselineRequirements\": 6,\n            \"AgentsInQueue\": 16,\n            \"BaselineRequirementsVariance\": 10,\n            \"BaselineRequirementsVariancePct\": 166.67,\n            \"ForecastedContacts\": 6,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 405,\n            \"ActualAHT\": 405,\n            \"DiscretionaryRequirements\": 0.838,\n            \"NonDiscretionaryRequirements\": 0.838,\n            \"TotalAdjustedRequirements\": 8,\n            \"TotalAdjustedRequirementsVariance\": 8,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.43478260869565216,\n            \"ServiceMetric\": 100,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 47,\n            \"Interval\": \"2025-05-05T21:00:00\",\n            \"BaselineRequirements\": 9,\n            \"AgentsInQueue\": 14,\n            \"BaselineRequirementsVariance\": 5,\n            \"BaselineRequirementsVariancePct\": 55.56,\n            \"ForecastedContacts\": 11,\n            \"ActualContacts\": 12,\n            \"ForecastedAHT\": 333,\n            \"ActualAHT\": 305,\n            \"DiscretionaryRequirements\": 1.2349999999999999,\n            \"NonDiscretionaryRequirements\": 1.2349999999999999,\n            \"TotalAdjustedRequirements\": 12,\n            \"TotalAdjustedRequirementsVariance\": 2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.21739130434782608,\n            \"ServiceMetric\": 99.99,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 100\n        },\n        {\n            \"SeqNo\": 91,\n            \"Interval\": \"2025-05-05T21:15:00\",\n            \"BaselineRequirements\": 10,\n            \"AgentsInQueue\": 12,\n            \"BaselineRequirementsVariance\": 2,\n            \"BaselineRequirementsVariancePct\": 20,\n            \"ForecastedContacts\": 9,\n            \"ActualContacts\": 10,\n            \"ForecastedAHT\": 442,\n            \"ActualAHT\": 400,\n            \"DiscretionaryRequirements\": 1.488,\n            \"NonDiscretionaryRequirements\": 1.355,\n            \"TotalAdjustedRequirements\": 13,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.086956521739130432,\n            \"ServiceMetric\": 99.84,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.84\n        },\n        {\n            \"SeqNo\": 48,\n            \"Interval\": \"2025-05-05T21:30:00\",\n            \"BaselineRequirements\": 9,\n            \"AgentsInQueue\": 11,\n            \"BaselineRequirementsVariance\": 2,\n            \"BaselineRequirementsVariancePct\": 22.22,\n            \"ForecastedContacts\": 10,\n            \"ActualContacts\": 11,\n            \"ForecastedAHT\": 376,\n            \"ActualAHT\": 342,\n            \"DiscretionaryRequirements\": 1.324,\n            \"NonDiscretionaryRequirements\": 1.2570000000000001,\n            \"TotalAdjustedRequirements\": 12,\n            \"TotalAdjustedRequirementsVariance\": -1,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.086956521739130432,\n            \"ServiceMetric\": 99.71,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.72\n        },\n        {\n            \"SeqNo\": 92,\n            \"Interval\": \"2025-05-05T21:45:00\",\n            \"BaselineRequirements\": 8,\n            \"AgentsInQueue\": 11,\n            \"BaselineRequirementsVariance\": 3,\n            \"BaselineRequirementsVariancePct\": 37.5,\n            \"ForecastedContacts\": 9,\n            \"ActualContacts\": 9,\n            \"ForecastedAHT\": 394,\n            \"ActualAHT\": 394,\n            \"DiscretionaryRequirements\": 1.199,\n            \"NonDiscretionaryRequirements\": 1.1320000000000001,\n            \"TotalAdjustedRequirements\": 11,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.13043478260869565,\n            \"ServiceMetric\": 99.81,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.81\n        },\n        {\n            \"SeqNo\": 93,\n            \"Interval\": \"2025-05-05T22:00:00\",\n            \"BaselineRequirements\": 10,\n            \"AgentsInQueue\": 11,\n            \"BaselineRequirementsVariance\": 1,\n            \"BaselineRequirementsVariancePct\": 10,\n            \"ForecastedContacts\": 11,\n            \"ActualContacts\": 11,\n            \"ForecastedAHT\": 490,\n            \"ActualAHT\": 490,\n            \"DiscretionaryRequirements\": 1.375,\n            \"NonDiscretionaryRequirements\": 1.375,\n            \"TotalAdjustedRequirements\": 13,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.043478260869565216,\n            \"ServiceMetric\": 96.04,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 96.04\n        },\n        {\n            \"SeqNo\": 49,\n            \"Interval\": \"2025-05-05T22:15:00\",\n            \"BaselineRequirements\": 9,\n            \"AgentsInQueue\": 10,\n            \"BaselineRequirementsVariance\": 1,\n            \"BaselineRequirementsVariancePct\": 11.11,\n            \"ForecastedContacts\": 7,\n            \"ActualContacts\": 7,\n            \"ForecastedAHT\": 611,\n            \"ActualAHT\": 611,\n            \"DiscretionaryRequirements\": 1.2189999999999999,\n            \"NonDiscretionaryRequirements\": 1.2189999999999999,\n            \"TotalAdjustedRequirements\": 12,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.043478260869565216,\n            \"ServiceMetric\": 97.77,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 97.77\n        },\n        {\n            \"SeqNo\": 94,\n            \"Interval\": \"2025-05-05T22:30:00\",\n            \"BaselineRequirements\": 12,\n            \"AgentsInQueue\": 8,\n            \"BaselineRequirementsVariance\": -4,\n            \"BaselineRequirementsVariancePct\": -33.33,\n            \"ForecastedContacts\": 12,\n            \"ActualContacts\": 14,\n            \"ForecastedAHT\": 513,\n            \"ActualAHT\": 440,\n            \"DiscretionaryRequirements\": 1.6239999999999999,\n            \"NonDiscretionaryRequirements\": 1.557,\n            \"TotalAdjustedRequirements\": 15,\n            \"TotalAdjustedRequirementsVariance\": -7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.17391304347826087,\n            \"ServiceMetric\": 44.11,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 44.38\n        },\n        {\n            \"SeqNo\": 50,\n            \"Interval\": \"2025-05-05T22:45:00\",\n            \"BaselineRequirements\": 10,\n            \"AgentsInQueue\": 10,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 7,\n            \"ActualContacts\": 8,\n            \"ForecastedAHT\": 663,\n            \"ActualAHT\": 580,\n            \"DiscretionaryRequirements\": 1.277,\n            \"NonDiscretionaryRequirements\": 1.277,\n            \"TotalAdjustedRequirements\": 12,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 96.26,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 96.34\n        },\n        {\n            \"SeqNo\": 95,\n            \"Interval\": \"2025-05-05T23:00:00\",\n            \"BaselineRequirements\": 12,\n            \"AgentsInQueue\": 9,\n            \"BaselineRequirementsVariance\": -3,\n            \"BaselineRequirementsVariancePct\": -25,\n            \"ForecastedContacts\": 10,\n            \"ActualContacts\": 12,\n            \"ForecastedAHT\": 510,\n            \"ActualAHT\": 449,\n            \"DiscretionaryRequirements\": 1.7559999999999998,\n            \"NonDiscretionaryRequirements\": 1.6229999999999998,\n            \"TotalAdjustedRequirements\": 16,\n            \"TotalAdjustedRequirementsVariance\": -7,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": -0.13043478260869565,\n            \"ServiceMetric\": 86.86,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 83.05\n        },\n        {\n            \"SeqNo\": 51,\n            \"Interval\": \"2025-05-05T23:15:00\",\n            \"BaselineRequirements\": 8,\n            \"AgentsInQueue\": 8,\n            \"BaselineRequirementsVariance\": 0,\n            \"BaselineRequirementsVariancePct\": 0,\n            \"ForecastedContacts\": 7,\n            \"ActualContacts\": 8,\n            \"ForecastedAHT\": 537,\n            \"ActualAHT\": 482,\n            \"DiscretionaryRequirements\": 1.0390000000000002,\n            \"NonDiscretionaryRequirements\": 1.0390000000000002,\n            \"TotalAdjustedRequirements\": 10,\n            \"TotalAdjustedRequirementsVariance\": -2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0,\n            \"ServiceMetric\": 93.7,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 92.96\n        },\n        {\n            \"SeqNo\": 96,\n            \"Interval\": \"2025-05-05T23:30:00\",\n            \"BaselineRequirements\": 6,\n            \"AgentsInQueue\": 8,\n            \"BaselineRequirementsVariance\": 2,\n            \"BaselineRequirementsVariancePct\": 33.33,\n            \"ForecastedContacts\": 5,\n            \"ActualContacts\": 6,\n            \"ForecastedAHT\": 332,\n            \"ActualAHT\": 323,\n            \"DiscretionaryRequirements\": 0.83800000000000008,\n            \"NonDiscretionaryRequirements\": 0.83800000000000008,\n            \"TotalAdjustedRequirements\": 8,\n            \"TotalAdjustedRequirementsVariance\": 0,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.086956521739130432,\n            \"ServiceMetric\": 99.96,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.88\n        },\n        {\n            \"SeqNo\": 52,\n            \"Interval\": \"2025-05-05T23:45:00\",\n            \"BaselineRequirements\": 4,\n            \"AgentsInQueue\": 7,\n            \"BaselineRequirementsVariance\": 3,\n            \"BaselineRequirementsVariancePct\": 75,\n            \"ForecastedContacts\": 4,\n            \"ActualContacts\": 5,\n            \"ForecastedAHT\": 293,\n            \"ActualAHT\": 290,\n            \"DiscretionaryRequirements\": 0.58200000000000007,\n            \"NonDiscretionaryRequirements\": 0.58200000000000007,\n            \"TotalAdjustedRequirements\": 5,\n            \"TotalAdjustedRequirementsVariance\": 2,\n            \"MaximumVariance\": 23,\n            \"MaximumVariancePct\": 0.13043478260869565,\n            \"ServiceMetric\": 99.98,\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ObservedServiceMetric\": 99.91\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"14018696-f3e5-4189-b5a1-4fa8cf048340"},{"name":"PublishedScheduleCrossTrainingAnalysis","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"682b606d-58df-413a-b1c4-920f78042a2b"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"9e304016-8310-4acb-831f-dbfd5ad83fd6"}}],"id":"68230d1d-a108-448e-b090-e0fd89b9bf79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"b84ff569-a7b3-4988-bd55-48b451b07edb"}],"url":"{{envName}}/api/PublishedScheduleCrossTrainingAnalysis?activityId=2&scheduleDate=3/18/2024&timeZoneId=20&duration=1440&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedScheduleCrossTrainingAnalysis"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data.</p>\n","type":"text/plain"},"key":"activityId","value":"2"},{"description":{"content":"<p>REQUIRED: Date of the schedule you want to analyze.</p>\n","type":"text/plain"},"key":"scheduleDate","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day</p>\n","type":"text/plain"},"key":"duration","value":"1440"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"62441157-46b7-4e61-8839-558ceb13682d","name":"Published Schedule Cross Training Analysis","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishedScheduleCrossTrainingAnalysis?activityId=2&scheduleDate=3/18/2024&timeZoneId=20&duration=1440&userId=1","host":["{{envName}}"],"path":["api","PublishedScheduleCrossTrainingAnalysis"],"query":[{"key":"activityId","value":"2","description":"REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data."},{"key":"scheduleDate","value":"3/18/2024","description":"REQUIRED: Date of the schedule you want to analyze."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."},{"key":"duration","value":"1440","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPr7P90C/tIQ81MtivTec3Go="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:49:31 GMT"},{"key":"Content-Length","value":"634"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryReport\": [\n            {\n                \"ResourcesAssigned\": 89,\n                \"ResourcesAssignedToParent\": 122,\n                \"MeanResourcesAssignedToSiblings\": 26,\n                \"ScheduledResourcesAssigned\": 379,\n                \"ScheduledResourcesAssignedToParent\": 379,\n                \"MeanScheduledResourcesAssignedToSiblings\": 204,\n                \"ActivityName\": \"Site 1 - Dallas, TX\",\n                \"ParentActivityName\": \"CommunityWFM\"\n            }\n        ],\n        \"detailReport\": [\n            {\n                \"ResourcesAssigned\": 89,\n                \"ResourcesAssignedToParent\": 122,\n                \"MeanResourcesAssignedToSiblings\": 26,\n                \"ScheduledResourcesAssigned\": 379,\n                \"ScheduledResourcesAssignedToParent\": 379,\n                \"MeanScheduledResourcesAssignedToSiblings\": 204\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"68230d1d-a108-448e-b090-e0fd89b9bf79"},{"name":"PublishScheduleAudit","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b289f9ba-7c7f-48a6-a9cb-37a332fe4e4d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"355b5204-04a4-4f85-ad7a-4289084ba6f7"}}],"id":"c9dcb676-fcd8-47e6-98a6-941a11458f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"d26ed4fe-752d-43ea-9e72-547045c14b49"}],"url":"{{envName}}/api/PublishScheduleAudit?userId=1","description":"<p>Produces a full list of published schedules and their configuration details. PublishedAuditId can be used as scheduleId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishScheduleAudit"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"06678979-9eb7-4bda-918b-3c5a3aa30819","name":"Publish Schedule Audit","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PublishScheduleAudit?userId=1","host":["{{envName}}"],"path":["api","PublishScheduleAudit"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPiE6AN5EpY/cqyaLiDnY6Ts="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:50:30 GMT"},{"key":"Content-Length","value":"63956"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"PublishedAuditId\": 405,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2024-05-06T00:00:00\",\n            \"Comments\": \"Test\",\n            \"PublishDate\": \"2024-03-19T12:23:09.6\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 404,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2024-05-06T00:00:00\",\n            \"Comments\": \"e\",\n            \"PublishDate\": \"2024-03-19T12:21:43.333\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 403,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-04-29T00:00:00\",\n            \"Comments\": \"April 2024\",\n            \"PublishDate\": \"2024-03-05T22:33:06.327\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 402,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-04-22T00:00:00\",\n            \"Comments\": \"April 2024\",\n            \"PublishDate\": \"2024-03-05T22:31:01.913\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 401,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-04-15T00:00:00\",\n            \"Comments\": \"April 2024\",\n            \"PublishDate\": \"2024-03-05T22:27:21.257\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 400,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-04-01T00:00:00\",\n            \"Comments\": \"April 2024\",\n            \"PublishDate\": \"2024-03-05T22:25:40.843\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 399,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-04-08T00:00:00\",\n            \"Comments\": \"April 2024\",\n            \"PublishDate\": \"2024-03-05T22:25:16.113\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 398,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-03-25T00:00:00\",\n            \"Comments\": \"March 2024\",\n            \"PublishDate\": \"2024-02-01T09:01:52.41\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 397,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-03-18T00:00:00\",\n            \"Comments\": \"March 2024\",\n            \"PublishDate\": \"2024-02-01T09:00:02.92\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 396,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-03-11T00:00:00\",\n            \"Comments\": \"March 2024\",\n            \"PublishDate\": \"2024-02-01T08:55:16.14\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 395,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-03-04T00:00:00\",\n            \"Comments\": \"March 2024\",\n            \"PublishDate\": \"2024-02-01T08:49:14.713\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 394,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-02-26T00:00:00\",\n            \"Comments\": \"Feb 24\",\n            \"PublishDate\": \"2024-01-03T06:08:53.02\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 393,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-02-19T00:00:00\",\n            \"Comments\": \"Feb 2024\",\n            \"PublishDate\": \"2024-01-03T06:04:21.303\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 392,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-02-12T00:00:00\",\n            \"Comments\": \"Feb 2024\",\n            \"PublishDate\": \"2024-01-03T06:02:40.86\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 391,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-02-05T00:00:00\",\n            \"Comments\": \"Feb 2024\",\n            \"PublishDate\": \"2024-01-03T06:00:54.403\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 390,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:38:26.743\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:38:26.743\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 389,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:38:21.917\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:38:21.917\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 388,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:38:16.017\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:38:16.017\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 387,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:38:11.177\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:38:11.177\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 386,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:38:05.82\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:38:05.82\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 385,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:59.727\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:59.727\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 384,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:54.01\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:54.01\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 383,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:46.857\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:46.857\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 382,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:39.773\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:39.773\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 381,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:28.077\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:28.077\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 380,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:21.973\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:21.973\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 379,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:16.883\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:16.883\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 378,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:09.88\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:09.88\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 377,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:37:03.977\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:37:03.977\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 376,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:57.743\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:57.743\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 375,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:52.397\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:52.397\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 374,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:46.047\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:46.047\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 373,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:40.57\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:40.57\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 372,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:34.667\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:34.667\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 371,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:27.62\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:27.62\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 370,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:21.037\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:21.037\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 369,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:13.777\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:13.777\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 368,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:08.17\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:08.17\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 367,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:36:01.81\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:36:01.81\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 366,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:55.077\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:55.077\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 365,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:48.67\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:48.67\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 364,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:40.047\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:40.047\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 363,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:34.55\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:34.55\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 362,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:27.507\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:27.507\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 361,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:22.14\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:22.14\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 360,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:16.97\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:16.97\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 359,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:10.897\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:10.897\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 358,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:35:05.523\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:35:05.523\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 357,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:59.75\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:59.75\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 356,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:53.407\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:53.407\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 355,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:46.86\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:46.86\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 354,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:36.587\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:36.587\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 353,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:29.83\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:29.83\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 352,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:23.933\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:23.933\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 351,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:18.38\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:18.38\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 350,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:12.083\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:12.083\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 349,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:34:03.207\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:34:03.207\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 348,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:33:55.02\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:33:55.02\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 347,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:33:45.157\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:33:45.157\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 346,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-03T05:33:35.4\",\n            \"Comments\": null,\n            \"PublishDate\": \"2024-01-03T05:33:35.4\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 345,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-01T00:00:00\",\n            \"Comments\": \"Jan24\",\n            \"PublishDate\": \"2023-12-22T08:53:43.427\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 344,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-08T00:00:00\",\n            \"Comments\": \"Jan24\",\n            \"PublishDate\": \"2023-12-22T08:53:24.973\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 343,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-15T00:00:00\",\n            \"Comments\": \"Jan24\",\n            \"PublishDate\": \"2023-12-22T08:53:11.07\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 342,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-22T00:00:00\",\n            \"Comments\": \"Jan24\",\n            \"PublishDate\": \"2023-12-22T08:52:56.15\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 341,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2024-01-29T00:00:00\",\n            \"Comments\": \"Jan24\",\n            \"PublishDate\": \"2023-12-22T08:52:31.04\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 340,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-12-25T00:00:00\",\n            \"Comments\": \"December 2023\",\n            \"PublishDate\": \"2023-09-07T10:35:17.833\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 339,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-12-18T00:00:00\",\n            \"Comments\": \"December 2023\",\n            \"PublishDate\": \"2023-09-07T10:33:42.6\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 338,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-12-11T00:00:00\",\n            \"Comments\": \"December 2023\",\n            \"PublishDate\": \"2023-09-07T10:31:53.68\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 337,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-12-04T00:00:00\",\n            \"Comments\": \"December 2023\",\n            \"PublishDate\": \"2023-09-07T10:30:34.65\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \",\n            \"PublishScheduleAuditTypeId\": 1,\n            \"PublishAuditTypeDescription\": \"Published\"\n        },\n        {\n            \"PublishedAuditId\": 336,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-11-27T00:00:00\",\n            \"Comments\": \"November 2023\",\n            \"PublishDate\": \"2023-09-07T10:13:33.553\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 335,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-11-20T00:00:00\",\n            \"Comments\": \"November 2023\",\n            \"PublishDate\": \"2023-09-07T10:11:24.567\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 334,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-11-13T00:00:00\",\n            \"Comments\": \"November 2023\",\n            \"PublishDate\": \"2023-09-07T10:07:37.1\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 333,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-11-06T00:00:00\",\n            \"Comments\": \"November 2023\",\n            \"PublishDate\": \"2023-09-07T10:04:29.723\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 332,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-10-30T00:00:00\",\n            \"Comments\": \"October 2023\",\n            \"PublishDate\": \"2023-09-07T09:28:28.79\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 331,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-10-23T00:00:00\",\n            \"Comments\": \"October 2023\",\n            \"PublishDate\": \"2023-09-07T09:26:48.57\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 330,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-10-16T00:00:00\",\n            \"Comments\": \"October 2023\",\n            \"PublishDate\": \"2023-09-07T09:22:59.597\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 329,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-10-09T00:00:00\",\n            \"Comments\": \"October 2023\",\n            \"PublishDate\": \"2023-09-07T09:21:13.507\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 328,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-10-02T00:00:00\",\n            \"Comments\": \"October 2023\",\n            \"PublishDate\": \"2023-09-07T09:15:57.62\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 327,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:37.977\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:37.977\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 326,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:30.387\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:30.387\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 325,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:25.473\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:25.473\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 324,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:20.507\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:20.507\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 323,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:16.287\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:16.287\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 322,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:10.653\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:10.653\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 321,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:05.943\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:05.943\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 320,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:56:01.66\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:56:01.66\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 319,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:57.5\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:57.5\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 318,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:53.16\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:53.16\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 317,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:44.963\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:44.963\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 316,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:40.25\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:40.25\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 315,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:35.693\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:35.693\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 314,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:30.85\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:30.85\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 313,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:25.68\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:25.68\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 312,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:19.19\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:19.19\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 311,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:55:11.167\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:55:11.167\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 310,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:55.02\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:55.02\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 309,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:48.583\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:48.583\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 308,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:44.267\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:44.267\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 307,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:35.337\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:35.337\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 306,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:30.17\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:30.17\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 305,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:24.653\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:24.653\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 304,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:20.183\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:20.183\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 303,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:15.407\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:15.407\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 302,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:10.54\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:10.54\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 301,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:54:04.673\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:54:04.673\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 300,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:59.93\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:59.93\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 299,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:55.083\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:55.083\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 298,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:48.68\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:48.68\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 297,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:43.493\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:43.493\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 296,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:36.48\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:36.48\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 295,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:29.953\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:29.953\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 294,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:24.817\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:24.817\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 293,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:18.457\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:18.457\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 292,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:12.99\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:12.99\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 291,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:07.807\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:07.807\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 290,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:53:01.92\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:53:01.92\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 289,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:57.183\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:57.183\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 288,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:51.433\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:51.433\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 287,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:44.833\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:44.833\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 286,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:36.18\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:36.18\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 285,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:30.9\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:30.9\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 284,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:26.57\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:26.57\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 283,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:21.97\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:21.97\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 282,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:17.29\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:17.29\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 281,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:11.52\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:11.52\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 280,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:52:05.31\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:52:05.31\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 279,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:51:59.827\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:51:59.827\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 278,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:51:53.16\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:51:53.16\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 277,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:51:47.367\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:51:47.367\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 276,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:51:33.55\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:51:33.55\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 275,\n            \"AgentId\": 541,\n            \"ScheduleWeek\": \"2023-08-09T06:51:25.533\",\n            \"Comments\": null,\n            \"PublishDate\": \"2023-08-09T06:51:25.533\",\n            \"AgentName\": \"Tritten, Thomas \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 274,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-09-25T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:39:17.017\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 273,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-09-18T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:37:22.977\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 272,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-09-11T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:35:38.65\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 271,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-09-04T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:33:48.67\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 270,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-08-28T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:31:40.577\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 269,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-08-21T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:29:58.45\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 268,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-08-14T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:26:53.553\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 267,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-08-07T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:25:02.23\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 266,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-07-31T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:23:05.707\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 265,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-07-24T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:21:26.283\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 264,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-07-17T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:19:29.753\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 263,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-07-10T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:18:12.04\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 262,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-07-03T00:00:00\",\n            \"Comments\": \"Tritten Q3 2023\",\n            \"PublishDate\": \"2023-08-07T10:16:45.92\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 261,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-06-26T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:57:40.347\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 260,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-06-19T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:55:58.157\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 259,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-06-12T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:54:37.823\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 258,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-06-05T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:53:10.773\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 257,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-05-29T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:51:58.263\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 256,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-05-22T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:50:41.227\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 255,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-05-08T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:49:12.923\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 254,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-05-01T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:47:49.51\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 253,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-04-24T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:46:30.98\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 252,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-04-17T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:44:54.017\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 251,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-04-10T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:43:29.957\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 250,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-04-03T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:43:14.383\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 249,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-03-27T00:00:00\",\n            \"Comments\": \"Tritten Q2 2023\",\n            \"PublishDate\": \"2023-08-07T09:42:51.843\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 248,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-01-16T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-15T12:42:28.297\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 247,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-12-26T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:51:48.153\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 246,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-12-19T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:47:53.403\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 245,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-12-12T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:44:27.043\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 244,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-12-05T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:41:21.237\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 243,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-11-28T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:38:57.317\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 242,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-11-21T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:36:25.737\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 241,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-11-14T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:34:22.34\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 240,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-11-07T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:21:05.187\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 239,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-10-31T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:18:28.873\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 238,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-10-24T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:10:09.397\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 237,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-10-17T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:08:32.857\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 236,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-10-10T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:06:29.537\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 235,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-10-03T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:04:40.707\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 234,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-09-26T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:03:05.507\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 233,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-09-19T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T15:01:15.63\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 232,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-09-12T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:59:23.043\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 231,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-09-05T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:56:46.203\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 230,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-03-13T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:38:19.843\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 229,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-03-06T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:28:46.74\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 228,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-02-27T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:27:05.223\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 227,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-02-20T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:24:09.047\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 226,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-02-13T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:22:20.65\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 225,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-01-30T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:20:13.15\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 224,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-01-23T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:17:39.19\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 223,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-01-09T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:16:04.413\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 222,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-01-02T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T14:14:23.93\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 221,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-08-29T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T13:55:36.297\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 220,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-08-22T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T13:51:50.533\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 219,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-08-15T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T13:50:25.067\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 218,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-08-08T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T13:48:12.693\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 217,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-08-01T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T13:45:00.22\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 216,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-07-25T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T13:43:00.757\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 215,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-07-18T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T13:41:13.877\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 214,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-07-11T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T12:59:35.113\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 213,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-07-04T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T12:57:30.563\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 212,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-06-27T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T12:51:42.217\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 211,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-06-20T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T12:47:10.94\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 210,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-06-13T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T12:42:29.81\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 209,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-06-06T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T12:40:09.483\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 208,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-05-30T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T10:22:12.15\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 207,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-05-23T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T10:20:21.787\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 206,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-05-16T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T10:18:32.243\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 205,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-05-09T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T10:16:56.367\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 204,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-05-02T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules.\",\n            \"PublishDate\": \"2023-02-14T10:15:24.71\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 203,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-04-25T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T10:03:44.537\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 202,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-04-18T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T10:01:58.72\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 201,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-04-11T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T10:00:34.527\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 200,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-04-04T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:55:46.86\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 199,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-03-28T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:51:32.697\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 198,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-03-21T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:49:52.417\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 197,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-03-14T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:48:06.68\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 196,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-03-07T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:46:27.817\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 195,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-02-28T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:37:02.82\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 194,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-02-21T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:24:55.79\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 193,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-02-14T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:21:24.397\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 192,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-02-07T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T09:18:11.33\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 191,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-01-31T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T08:59:37.777\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 190,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-01-24T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T08:51:44.89\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 189,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-01-17T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T08:49:28.767\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 188,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-01-10T00:00:00\",\n            \"Comments\": \"Using assigned templates to generate optimized schedules. \",\n            \"PublishDate\": \"2023-02-14T08:44:45.87\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 187,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2023-02-06T00:00:00\",\n            \"Comments\": \"To match Adherence when optimized\",\n            \"PublishDate\": \"2023-02-13T15:44:20.423\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        },\n        {\n            \"PublishedAuditId\": 186,\n            \"AgentId\": 1,\n            \"ScheduleWeek\": \"2022-01-03T00:00:00\",\n            \"Comments\": \"Admin Created Optimized\",\n            \"PublishDate\": \"2023-02-13T12:42:39.843\",\n            \"AgentName\": \"Account, Service \",\n            \"Members\": null,\n            \"PublishScheduleAuditTypeId\": 2,\n            \"PublishAuditTypeDescription\": \"Un-published\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c9dcb676-fcd8-47e6-98a6-941a11458f8b"},{"name":"PublishScheduleAudit","event":[{"listen":"prerequest","script":{"id":"b289f9ba-7c7f-48a6-a9cb-37a332fe4e4d","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"355b5204-04a4-4f85-ad7a-4289084ba6f7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"875bf66e-613a-4e1d-a8b3-2941604accf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = Unpublish</p>\n"},{"key":"id","value":"186","type":"text","description":"<p>REQUIRED: The audit ID to change. You can find a list of applicable audit IDs from GET PublishedScheduleAudit</p>\n"},{"key":"comments","value":"Unpublishing","type":"text","description":"<p>REQUIRED: A string value for any notes to include with the published schedule audit change. </p>\n"},{"key":"responsibleAgentId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"}]},"url":"{{envName}}/api/PublishScheduleAudit","description":"<p>Produces a full list of published schedules and their configuration details. PublishedAuditId can be used as scheduleId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishScheduleAudit"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"841bf2c3-f574-4cd4-a18b-5aceda9d3bfc","name":"PublishScheduleAudit","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"REQUIRED: 1 = Unpublish"},{"key":"id","value":"186","type":"text","description":"REQUIRED: The audit ID to change. You can find a list of applicable audit IDs from GET PublishedScheduleAudit"},{"key":"comments","value":"Unpublishing","type":"text","description":"REQUIRED: A string value for any notes to include with the published schedule audit change. "},{"key":"responsibleAgentId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]},"url":"{{envName}}/api/PublishScheduleAudit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J0P6CV1NlOqRRm21DI6HP0w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 25 Sep 2024 23:49:15 GMT"},{"key":"Content-Length","value":"249"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"PublishedScheduleAuditId\": 186,\n        \"ScheduleWeek\": null,\n        \"AgentName\": null,\n        \"AgentId\": null,\n        \"PublishDate\": null,\n        \"Comments\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"875bf66e-613a-4e1d-a8b3-2941604accf7"},{"name":"ScheduleAlgorithmsList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"14765946-04a7-4cae-bf06-dc6f3354f8a6"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"6832b29a-c72a-47ed-b60a-50344d7868c7"}}],"id":"abe4bc5f-d69b-4c65-ad48-babc2234743a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6f60f554-ce1f-4a0c-93ce-b643530e4431"}],"url":"{{envName}}/api/ScheduleAlgorithmsList","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleAlgorithmsList"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"95b6b918-5f42-4205-b8cc-7ee9a85c29db","name":"Schedule Algorithms List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/ScheduleAlgorithmsList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPtsJWKtB1a1CXgXegXQjfFY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:50:51 GMT"},{"key":"Content-Length","value":"447"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ScheduleIntervalPlacementAlgorithmId\": 3,\n            \"PlacementAlgorithmName\": \"Advanced block-demand schedule fit algorithm\",\n            \"PlacementAlgorithmDescription\": \"This placement algorithm uses a proprietary block-demand analysis as well as advanced penalty calcuations to derive the best-fit start times for schedule participants.\",\n            \"IsEnabled\": true,\n            \"IsDefault\": true\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"abe4bc5f-d69b-4c65-ad48-babc2234743a"},{"name":"ScheduleArrivalAttendanceSummary","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e03b52a0-fc96-4b1f-bb6e-1305c9a98afd"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"7c02a93e-44d8-4fb8-bccf-bf1885bd7208"}}],"id":"a3603b62-b6b7-4a10-90ee-99ab97180e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"b015e47f-810b-439d-bf98-395b50facc63"}],"url":"{{envName}}/api/ScheduleArrivalAttendanceSummary?userId=1&timeZoneId=20","description":"<p>This endpiont returns a count of the number of agents in each checkin type.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleArrivalAttendanceSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"21c6bc27-02de-453b-8066-864814d92e2b","name":"Schedule Arrival Attendance Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleArrivalAttendanceSummary?userId=1&timeZoneId=20","host":["{{envName}}"],"path":["api","ScheduleArrivalAttendanceSummary"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPoPqYGy4wo9exFWSAsb7ALU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:51:42 GMT"},{"key":"Content-Length","value":"820"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryResults\": null,\n        \"reportParameters\": [\n            {\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"ReportStartTime\": null,\n                \"PreferredScopeId\": 1,\n                \"PreferredScopeType\": 1\n            }\n        ],\n        \"checkinStatusSummary\": [\n            {\n                \"CheckinStatusName\": \"Not checked in\",\n                \"CheckinStatusId\": 1,\n                \"CheckinCount\": 0\n            },\n            {\n                \"CheckinStatusName\": \"Manual check-in by supervisor\",\n                \"CheckinStatusId\": 2,\n                \"CheckinCount\": 0\n            },\n            {\n                \"CheckinStatusName\": \"Manual self check-in\",\n                \"CheckinStatusId\": 3,\n                \"CheckinCount\": 0\n            },\n            {\n                \"CheckinStatusName\": \"Automated soft check-in\",\n                \"CheckinStatusId\": 4,\n                \"CheckinCount\": 39\n            },\n            {\n                \"CheckinStatusName\": \"Late arrival\",\n                \"CheckinStatusId\": 5,\n                \"CheckinCount\": 5\n            },\n            {\n                \"CheckinStatusName\": \"Out entirely for the day\",\n                \"CheckinStatusId\": 6,\n                \"CheckinCount\": 0\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a3603b62-b6b7-4a10-90ee-99ab97180e98"},{"name":"ScheduleArrivalDetail","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e1a5a0ed-5e5f-4f8e-86e6-62256070cc76"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"a780f6a0-f14b-41c1-8757-077f98befd63"}}],"id":"9b341d18-77c9-417b-9748-c0c2e3828974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"f8bfd6c2-5bd9-4590-9001-ae04e5e90254"}],"url":"{{envName}}/api/ScheduleArrivalDetail?userId=1&overrideTime=2024-03-20 12:00&timeZoneId=20","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleArrivalDetail"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Datetime of the schedule you want to detail.</p>\n","type":"text/plain"},"key":"overrideTime","value":"2024-03-20 12:00"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"0bc643dc-26cb-4375-9d1e-057dd4cc5476","name":"Schedule Arrival Detail","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleArrivalDetail?userId=1&overrideTime=2024-03-20 12:00&timeZoneId=20","host":["{{envName}}"],"path":["api","ScheduleArrivalDetail"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"overrideTime","value":"2024-03-20 12:00","description":"REQUIRED: Datetime of the schedule you want to detail."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPq8fKb0yeJSeVd31vEk/OM4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:55:56 GMT"},{"key":"Content-Length","value":"6424"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"detailResults\": [],\n        \"reportParameters\": [\n            {\n                \"ReportEndTime\": \"2024-03-20T12:15:00\",\n                \"ReportDuration\": 15,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"ReportStartTime\": \"2024-03-20T12:00:00\",\n                \"PreferredScopeId\": 1,\n                \"PreferredScopeType\": 1,\n                \"RefreshRate\": 300,\n                \"FirstDayOfScheduleWeek\": 1\n            }\n        ],\n        \"availableSummaries\": [\n            {\n                \"IntervalTime\": \"2024-03-20T00:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 0,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T00:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 0,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T00:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 0,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T00:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 0,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T01:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 1,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T01:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 1,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T01:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 1,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T01:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 1,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T02:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 2,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T02:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 2,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T02:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 2,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T02:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 2,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T03:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 3,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T03:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 3,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T03:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 3,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T03:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 3,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T04:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 4,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T04:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 4,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T04:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 4,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T04:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 4,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T05:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 5,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T05:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 5,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T05:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 5,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T05:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 5,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T06:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 6,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T06:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 6,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T06:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 6,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T06:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 6,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T07:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 7,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T07:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 7,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T07:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 7,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T07:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 7,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T08:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 8,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T08:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 8,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T08:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 8,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T08:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 8,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T09:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 9,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T09:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 9,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T09:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 9,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T09:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 9,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T10:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 10,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T10:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 10,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T10:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 10,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T10:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 10,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T11:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 11,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T11:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 11,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T11:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 11,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T11:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 11,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T12:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 12,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T12:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 12,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T12:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 12,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T12:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 12,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T13:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 13,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T13:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 13,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T13:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 13,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T13:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 13,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T14:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 14,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T14:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 14,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T14:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 14,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T14:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 14,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T15:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 15,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T15:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 15,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T15:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 15,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T15:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 15,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T16:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 16,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T16:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 16,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T16:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 16,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T16:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 16,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T17:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 17,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T17:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 17,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T17:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 17,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T17:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 17,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T18:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 18,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T18:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 18,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T18:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 18,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T18:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 18,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T19:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 19,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T19:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 19,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T19:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 19,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T19:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 19,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T20:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 20,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T20:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 20,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T20:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 20,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T20:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 20,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T21:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 21,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T21:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 21,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T21:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 21,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T21:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 21,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T22:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 22,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T22:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 22,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T22:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 22,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T22:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 22,\n                \"Mn\": 45\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T23:00:00\",\n                \"DOW\": 3,\n                \"Hr\": 23,\n                \"Mn\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T23:15:00\",\n                \"DOW\": 3,\n                \"Hr\": 23,\n                \"Mn\": 15\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T23:30:00\",\n                \"DOW\": 3,\n                \"Hr\": 23,\n                \"Mn\": 30\n            },\n            {\n                \"IntervalTime\": \"2024-03-20T23:45:00\",\n                \"DOW\": 3,\n                \"Hr\": 23,\n                \"Mn\": 45\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9b341d18-77c9-417b-9748-c0c2e3828974"},{"name":"ScheduleArrivalSummary","event":[{"listen":"prerequest","script":{"id":"8c6ae6b3-a6c4-4507-aa00-764e93a3d44a","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"9be69fd8-4b89-4555-9bc7-05fb05a29ff9","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e4d4f497-9993-4407-81c6-94e0e3907651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/ScheduleArrivalSummary?userId=1&overrideTime=&timeZoneId=20","description":"<p>ScheduleArrivalSummary details the arrival information as a high-level summary. It is most notably used on Supervisor's home screen under Today in a timeline view shown below.</p>\n<img src=\"https://content.pstmn.io/cd9292a1-4900-423a-9ee9-27b565a243d2/aW1hZ2UucG5n\" width=\"1158\" height=\"712\" />\n\n<p>The response is broken into 3 sections:</p>\n<p><strong>summaryResults</strong>: This section shows the arriving, checked in, not checked in, late pending, and scheduled out counts broken into 15-minute increments to help build the timeline shown below:</p>\n<img src=\"https://content.pstmn.io/f5ebd6d9-7125-4214-8c2f-3aedb626e105/aW1hZ2UucG5n\" width=\"1143\" height=\"362\" />\n\n<p><strong>reportParameters</strong>: This helps identify the time range and details used for the returned data. It includes things like hours ahead/behind to include, if hard checkin is required, and the activity level used for the report.</p>\n<p><strong>checkinStatusSummary</strong>: This details a sum of all agents based on their checked in state including not checked in, manually checked in by Supervisor, manual self-check-in, automated check-in, late arrivals, and out for day. It builds the <strong>Today's attendance summaries</strong> section (shown below) of the <strong>Automated Schedule Attendance Monitor</strong>.</p>\n<img src=\"https://content.pstmn.io/621a84b9-2ef0-4b32-ad61-5ff23e5f282c/aW1hZ2UucG5n\" width=\"536\" height=\"147\" />","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleArrivalSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used to determine which agents to factor into the results. It is recommended to use a Supervisor's ID as this will provide data for their reporting agents. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Datetime of the schedule you want to detail. Can be left NULL to use the current date.</p>\n","type":"text/plain"},"key":"overrideTime","value":""},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"80014b80-a490-4c97-b13d-60a2cafad68f","name":"Schedule Arrival Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleArrivalSummary?userId=1&overrideTime=2024-03-20 12:00&timeZoneId=20","host":["{{envName}}"],"path":["api","ScheduleArrivalSummary"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"overrideTime","value":"2024-03-20 12:00","description":"REQUIRED: Datetime of the schedule you want to detail."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET TimeZone for a list of all TimeZone codes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPt84xNSCXJGnZIw4fO1lkH4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:56:19 GMT"},{"key":"Content-Length","value":"4194"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryResults\": [\n            {\n                \"BucketTime\": \"2024-03-20T17:00:00\",\n                \"Arriving\": 8,\n                \"CheckedIn\": 8,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T11:00:00\",\n                \"UnixTimeStamp\": 1710932400\n            },\n            {\n                \"BucketTime\": \"2024-03-20T17:15:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T11:15:00\",\n                \"UnixTimeStamp\": 1710933300\n            },\n            {\n                \"BucketTime\": \"2024-03-20T17:30:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T11:30:00\",\n                \"UnixTimeStamp\": 1710934200\n            },\n            {\n                \"BucketTime\": \"2024-03-20T17:45:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T11:45:00\",\n                \"UnixTimeStamp\": 1710935100\n            },\n            {\n                \"BucketTime\": \"2024-03-20T18:00:00\",\n                \"Arriving\": 2,\n                \"CheckedIn\": 2,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T12:00:00\",\n                \"UnixTimeStamp\": 1710936000\n            },\n            {\n                \"BucketTime\": \"2024-03-20T18:15:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T12:15:00\",\n                \"UnixTimeStamp\": 1710936900\n            },\n            {\n                \"BucketTime\": \"2024-03-20T18:30:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T12:30:00\",\n                \"UnixTimeStamp\": 1710937800\n            },\n            {\n                \"BucketTime\": \"2024-03-20T18:45:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T12:45:00\",\n                \"UnixTimeStamp\": 1710938700\n            },\n            {\n                \"BucketTime\": \"2024-03-20T19:00:00\",\n                \"Arriving\": 3,\n                \"CheckedIn\": 3,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T13:00:00\",\n                \"UnixTimeStamp\": 1710939600\n            },\n            {\n                \"BucketTime\": \"2024-03-20T19:15:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T13:15:00\",\n                \"UnixTimeStamp\": 1710940500\n            },\n            {\n                \"BucketTime\": \"2024-03-20T19:30:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T13:30:00\",\n                \"UnixTimeStamp\": 1710941400\n            },\n            {\n                \"BucketTime\": \"2024-03-20T19:45:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T13:45:00\",\n                \"UnixTimeStamp\": 1710942300\n            },\n            {\n                \"BucketTime\": \"2024-03-20T20:00:00\",\n                \"Arriving\": 2,\n                \"CheckedIn\": 2,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T14:00:00\",\n                \"UnixTimeStamp\": 1710943200\n            },\n            {\n                \"BucketTime\": \"2024-03-20T20:15:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T14:15:00\",\n                \"UnixTimeStamp\": 1710944100\n            },\n            {\n                \"BucketTime\": \"2024-03-20T20:30:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T14:30:00\",\n                \"UnixTimeStamp\": 1710945000\n            },\n            {\n                \"BucketTime\": \"2024-03-20T20:45:00\",\n                \"Arriving\": 0,\n                \"CheckedIn\": 0,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T14:45:00\",\n                \"UnixTimeStamp\": 1710945900\n            },\n            {\n                \"BucketTime\": \"2024-03-20T21:00:00\",\n                \"Arriving\": 1,\n                \"CheckedIn\": 1,\n                \"NotCheckedIn\": 0,\n                \"LatePending\": 0,\n                \"ScheduledOut\": 0,\n                \"LocalBucketTime\": \"2024-03-20T15:00:00\",\n                \"UnixTimeStamp\": 1710946800\n            }\n        ],\n        \"reportParameters\": [\n            {\n                \"ReportTime\": \"2024-03-20T19:00:00\",\n                \"ReportStartTime\": \"2024-03-20T17:00:00\",\n                \"ReportEndTime\": \"2024-03-20T21:00:00\",\n                \"ReportDuration\": 240,\n                \"SummaryIntervalSize\": 15,\n                \"PeekAheadHours\": 2,\n                \"PeekBehindHours\": 2,\n                \"RequiresHardCheckin\": false,\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ReportDate\": \"2024-03-20T00:00:00\",\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"RunTime\": \"2024-03-27T15:56:19.22\",\n                \"FirstDayOfScheduleWeek\": 1\n            }\n        ],\n        \"checkinStatusSummary\": [\n            {\n                \"CheckinStatusName\": \"Not checked in\",\n                \"CheckinStatusId\": 1,\n                \"CheckinCount\": 0\n            },\n            {\n                \"CheckinStatusName\": \"Manual check-in by supervisor\",\n                \"CheckinStatusId\": 2,\n                \"CheckinCount\": 0\n            },\n            {\n                \"CheckinStatusName\": \"Manual self check-in\",\n                \"CheckinStatusId\": 3,\n                \"CheckinCount\": 0\n            },\n            {\n                \"CheckinStatusName\": \"Automated soft check-in\",\n                \"CheckinStatusId\": 4,\n                \"CheckinCount\": 55\n            },\n            {\n                \"CheckinStatusName\": \"Late arrival\",\n                \"CheckinStatusId\": 5,\n                \"CheckinCount\": 5\n            },\n            {\n                \"CheckinStatusName\": \"Out entirely for the day\",\n                \"CheckinStatusId\": 6,\n                \"CheckinCount\": 0\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"e4d4f497-9993-4407-81c6-94e0e3907651"},{"name":"ScheduleAssignment","event":[{"listen":"prerequest","script":{"id":"ac17aef2-ae9e-443f-be17-25f8ae80c097","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"7a6efb06-fb6f-4f7c-856c-505533966513","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9beb72eb-6d10-46ba-b73e-68cd7167e46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"assignmentTransactionTypeId","value":"1","description":"<p>REQUIRED: This field indicates what type of transaction to perform. 1 = Working Schedule Assignment, 2 = Working Schedule Validation, 3 = Schedule Bid Item Assignment, 4 = Schedule Bid Item Validation. Working schedule assignment is the actual assignment between participant and working schedule. Working schedule validation runs prior to assignment and tests the assignment against the provided parameters. If true the schedule can be assigned, if false something is wrong and no assignment occurs. Schedule Bid Item Assignment is similar to working schedule except assigns a participant to a schedule bid. And lastly Schedule Bid Item Validation is similar to Schedule bid item validation but for schedule bid.</p>\n","type":"text"},{"key":"scheduleId","value":"405","description":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text"},{"key":"sourceObjectTypeId","value":"1","description":"<p>REQUIRED: This field defines the source agent profile type. -1 = none, 0 = agent profile, 1 = agent template, 2 = agent template instance.</p>\n","type":"text"},{"key":"sourceObjectId","value":"","description":"<p>REQUIRED: Working in conjunction with sourceObjectTypeId, once you define which type of object you can now define the specific source by ID. For example, if you chose 1 for Agent Template, you can use an Agent Template ID in this field. Use GET Agent for a list of agentIDs to use for Agent Profile or GET AgentTemplate for a list of templates. </p>\n","type":"text"},{"key":"destObjectTypeId","value":"2","description":"<p>REQUIRED: This field defines the source agent profile type. -1 = none, 0 = agent profile, 1 = agent template, 2 = agent template instance.</p>\n","type":"text"},{"key":"destObjectId","value":"12","description":"<p>REQUIRED: Just like with sourceObjectId, this field uses the destObjectTypeId to define what kind of ID is expected of this field. For example, if you chose 1 for Agent Template, you can use an Agent Template ID in this field. Use GET Agent for a list of agentIDs to use for Agent Profile or GET AgentTemplate for a list of templates.</p>\n","type":"text"},{"key":"scheduleBidInventoryItemId","value":"","description":"<p>REQUIRED for transaction types 3 and 4: This ID defines the schedule bid inventory item to assign. You can get a list of Schedule BId IDs from GET ScheduleBidList</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleAssignment","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleAssignment"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9beb72eb-6d10-46ba-b73e-68cd7167e46d"},{"name":"ScheduleBid","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"914774cc-048f-424a-b719-5e3638717e4a"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"45236d67-3e08-4850-a914-fc4098a51ad4"}}],"id":"91be59b1-b23b-401d-b836-9baf3a4dcac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c718d3ac-92c1-4d41-92eb-48d6fbe43aa7"}],"url":"{{envName}}/api/ScheduleBid/31?userId=1","description":"<p>ScheduleBid returns a list of schedule bids based on the scheduleBidID. The ID MUST be included in the endpoint address as shown in the example. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBid","31"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"047e2f70-9f3d-42c4-aa4f-6f073743062a","name":"Schedule Bid","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleBid/31?userId=1","host":["{{envName}}"],"path":["api","ScheduleBid","31"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqph8WjStMOjoeaD4gGMJKQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 20:59:05 GMT"},{"key":"Content-Length","value":"1319"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"InventoryEditable\": false,\n        \"CreateName\": \"Account, Service \",\n        \"ScheduleBidTypeName\": \"Batch Selection\",\n        \"AgentSelectable\": false,\n        \"BidCloseDayCount\": -103,\n        \"PropertiesEditable\": false,\n        \"CreateDate\": \"2023-12-15T09:11:06.113\",\n        \"ScheduleBidStatusId\": 6,\n        \"PreviewExpirationDate\": \"2023-12-16T00:00:00\",\n        \"ScheduleBidOpenDelayId\": null,\n        \"RosterEditable\": false,\n        \"ScheduleBidTypeId\": 2,\n        \"BidOffPhonePeriods\": true,\n        \"ParticipantCount\": 60,\n        \"TemplatesEditable\": false,\n        \"TemplatesCreated\": 0,\n        \"CreateId\": 1,\n        \"AssignmentPercent\": 81.67,\n        \"OpenDate\": \"2023-12-15T00:00:00\",\n        \"RosterTemplateName\": \"Dallas Bid Test\",\n        \"CloseDate\": \"2023-12-15T09:00:00\",\n        \"MinimumActivityOverlap\": 0,\n        \"LastUpdate\": \"2023-12-15T09:11:06.113\",\n        \"StartDate\": \"2024-01-15T00:00:00\",\n        \"ResponsePercent\": 100,\n        \"ScheduleBidDelayCloseId\": null,\n        \"Variance\": 0,\n        \"AdminsEditable\": false,\n        \"AgentVisible\": true,\n        \"InventoryItemCount\": 60,\n        \"ScheduleBidStatusDesc\": \"The bid process is complete.\",\n        \"Name\": \"Dallas Test Bid Jan 2024\",\n        \"AgentAssignmentVisible\": true,\n        \"RosterTemplateId\": 7,\n        \"Description\": \"\",\n        \"ClosePercent\": 0,\n        \"ScheduleBidStatusName\": \"Bid Finished\",\n        \"ScheduleBidId\": 31,\n        \"ParticipantsEditable\": false,\n        \"AssignmentCount\": 49,\n        \"ResponseCount\": 60,\n        \"TemplatesPercent\": 0,\n        \"FirstDayOfScheduleWeek\": 1,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"91be59b1-b23b-401d-b836-9baf3a4dcac4"},{"name":"ScheduleBidList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"7b101ac0-12d4-40c6-9767-60333b861e03"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"91b70344-db4d-4026-8405-11bc39d72d0a"}}],"id":"8ee893b3-f933-4c85-a28f-62d37865e37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"cb2d46fb-02e5-431c-b95f-4a8d32b6e8a9"}],"url":"{{envName}}/api/ScheduleBidList?createId=&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the create event. Can be left blank/NULL for a full list.</p>\n","type":"text/plain"},"key":"createId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"258eb30e-ca2e-46b5-9896-f4aee545d28a","name":"Schedule Bid List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleBidList?createId=&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidList"],"query":[{"key":"createId","value":"","description":"REQUIRED: The ID of the create event. Can be left blank/NULL for a full list."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPmA4I5VuyfA6sGtaSVb+jok="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 21:01:40 GMT"},{"key":"Content-Length","value":"3195"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ScheduleBidId\": 31,\n            \"Name\": \"Dallas Test Bid Jan 2024\",\n            \"Description\": \"\",\n            \"CreateId\": 1,\n            \"CreateName\": \"Account, Service \",\n            \"StartDate\": \"2024-01-15T00:00:00\",\n            \"OpenDate\": \"2023-12-15T00:00:00\",\n            \"CloseDate\": \"2023-12-15T09:00:00\",\n            \"ScheduleBidStatusId\": 6,\n            \"ScheduleBidStatusName\": \"Bid Finished\",\n            \"ScheduleBidStatusDescription\": \"The bid process is complete.\",\n            \"IsOpenBid\": false,\n            \"CreateDate\": \"2023-12-15T09:11:06.113\",\n            \"LastUpdate\": \"2023-12-15T09:11:06.113\",\n            \"ClosePercent\": 0,\n            \"ScheduleBidTypeId\": 2,\n            \"ScheduleBidTypeName\": \"Batch Selection\",\n            \"ScheduleBidTypeDesc\": \"Agents rank-order the available schedules in priority order.  Once the bid expires, the bid administrator bulk-assigns the selected schedules based on agent selections and agent sort order.\",\n            \"MemberActivities\": \"Billing, Customer Program Service, Customer Success, Multimedia Sales, New Customer Sales, Outbound , Sales Chat, Sales Email, Site 1 - Dallas, TX, Tier 1 support\",\n            \"LargeIcon\": \"~/Images/icons/m/white/64/signal_flag_checkered.png\",\n            \"SmallIcon\": \"signal_flag_checkered.png\",\n            \"DisabledLargeIcon\": \"~/Images/Icons/g/48/signal_flag_checkered_disabled.png\",\n            \"DisabledSmallIcon\": \"~/Images/Icons/g/16/signal_flag_checkered_disabled.png\",\n            \"BidOffPhonePeriods\": true,\n            \"RosterTemplateId\": 7,\n            \"PreviewExpirationDate\": \"2023-12-16T00:00:00\",\n            \"RosterTemplateName\": \"Dallas Bid Test\",\n            \"AgentVisible\": true,\n            \"AgentSelectable\": false,\n            \"AdminsEditable\": false,\n            \"ParticipantsEditable\": false,\n            \"PropertiesEditable\": false,\n            \"MinimumActivityOverlap\": 0,\n            \"ParticipantCount\": 60,\n            \"TemplatesEditable\": false,\n            \"AgentAssignmentVisible\": true\n        },\n        {\n            \"ScheduleBidId\": 37,\n            \"Name\": \"Holiday Bid 2024\",\n            \"Description\": \"\",\n            \"CreateId\": 541,\n            \"CreateName\": \"Tritten, Thomas \",\n            \"StartDate\": \"2024-12-01T00:00:00\",\n            \"OpenDate\": \"2024-01-10T00:00:00\",\n            \"CloseDate\": \"2024-11-30T00:00:00\",\n            \"ScheduleBidStatusId\": 3,\n            \"ScheduleBidStatusName\": \"Open for Bidding\",\n            \"ScheduleBidStatusDescription\": \"The bid is open and participating agents can make bid selections.\",\n            \"IsOpenBid\": true,\n            \"CreateDate\": \"2024-01-10T07:13:51.887\",\n            \"LastUpdate\": \"2024-01-10T07:13:51.887\",\n            \"ClosePercent\": 0,\n            \"ScheduleBidTypeId\": 2,\n            \"ScheduleBidTypeName\": \"Batch Selection\",\n            \"ScheduleBidTypeDesc\": \"Agents rank-order the available schedules in priority order.  Once the bid expires, the bid administrator bulk-assigns the selected schedules based on agent selections and agent sort order.\",\n            \"MemberActivities\": \"Billing, Customer Program Service, Customer Success, Multimedia Sales, New Customer Sales, Outbound , Sales Chat, Sales Email, Site 1 - Dallas, TX, Tier 1 support\",\n            \"LargeIcon\": \"~/Images/icons/m/white/64/auction_hammer_ok.png\",\n            \"SmallIcon\": \"auction_hammer_ok.png\",\n            \"DisabledLargeIcon\": \"~/Images/Icons/g/48/auction_hammer_ok_disabled.png\",\n            \"DisabledSmallIcon\": \"~/Images/Icons/g/16/auction_hammer_ok_disabled.png\",\n            \"BidOffPhonePeriods\": false,\n            \"RosterTemplateId\": 7,\n            \"PreviewExpirationDate\": \"2024-01-24T00:00:00\",\n            \"RosterTemplateName\": \"Dallas Bid Test\",\n            \"AgentVisible\": true,\n            \"AgentSelectable\": true,\n            \"AdminsEditable\": true,\n            \"ParticipantsEditable\": false,\n            \"PropertiesEditable\": false,\n            \"MinimumActivityOverlap\": 0,\n            \"ParticipantCount\": 63,\n            \"TemplatesEditable\": false,\n            \"AgentAssignmentVisible\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"8ee893b3-f933-4c85-a28f-62d37865e37a"},{"name":"ScheduleBidListByAgentId","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"e37c699c-3d49-4b6e-8a9d-6607a4bfe340"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3045e6f1-1bb7-402b-bac1-1ba11a90bce3"}}],"id":"fa939168-6b5c-4cc2-a142-4fd42021958b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c7c12d57-680c-402c-a9d1-0fe28d0f8fc2"}],"url":"{{envName}}/api/ScheduleBidListByAgentId/278?userId=1","description":"<p>This endpoint accepts a userID in the endpoint address field (278 in the example file) to return a list of schedule bids by that agent. A full list of agentIDs can be found using GET AgentList.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidListByAgentId","278"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"5b76ef20-2aca-49b6-8a02-52bf0599568d","name":"Schedule Bid List By AgentId","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleBidListByAgentId/278?userId=1","host":["{{envName}}"],"path":["api","ScheduleBidListByAgentId","278"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlw3ESl9U+TRlSfZ9H695Qs="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 21:05:38 GMT"},{"key":"Content-Length","value":"3582"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ScheduleBidId\": 31,\n            \"Name\": \"Dallas Test Bid Jan 2024\",\n            \"Description\": \"\",\n            \"CreateId\": 1,\n            \"CreateName\": \"Account, Service \",\n            \"StartDate\": \"2024-01-15T00:00:00\",\n            \"OpenDate\": \"2023-12-15T00:00:00\",\n            \"CloseDate\": \"2023-12-15T09:00:00\",\n            \"ScheduleBidStatusId\": 6,\n            \"ScheduleBidStatusName\": \"Bid Finished\",\n            \"ScheduleBidStatusDescription\": \"The bid process is complete.\",\n            \"IsOpenBid\": false,\n            \"CreateDate\": \"2023-12-15T09:11:06.113\",\n            \"LastUpdate\": \"2023-12-15T09:11:06.113\",\n            \"ClosePercent\": 0,\n            \"ScheduleBidTypeId\": 2,\n            \"ScheduleBidTypeName\": \"Batch Selection\",\n            \"ScheduleBidTypeDesc\": \"Agents rank-order the available schedules in priority order.  Once the bid expires, the bid administrator bulk-assigns the selected schedules based on agent selections and agent sort order.\",\n            \"MemberActivities\": \"Billing, Customer Program Service, Customer Success, Multimedia Sales, New Customer Sales, Outbound , Sales Chat, Sales Email, Site 1 - Dallas, TX, Tier 1 support\",\n            \"LargeIcon\": \"~/Images/icons/m/white/64/signal_flag_checkered.png\",\n            \"SmallIcon\": \"signal_flag_checkered.png\",\n            \"DisabledLargeIcon\": \"~/Images/Icons/g/48/signal_flag_checkered_disabled.png\",\n            \"DisabledSmallIcon\": \"~/Images/Icons/g/16/signal_flag_checkered_disabled.png\",\n            \"BidOffPhonePeriods\": true,\n            \"RosterTemplateId\": 7,\n            \"PreviewExpirationDate\": \"2023-12-16T00:00:00\",\n            \"RosterTemplateName\": \"Dallas Bid Test\",\n            \"AgentVisible\": true,\n            \"AgentSelectable\": false,\n            \"AdminsEditable\": false,\n            \"ParticipantsEditable\": false,\n            \"PropertiesEditable\": false,\n            \"StatusIcon\": \"~/Images/Icons/g/48/signal_flag_checkered.png\",\n            \"ParticipantCount\": 60,\n            \"Ordinal\": 32,\n            \"IsLocked\": 1,\n            \"AgentAssignmentVisible\": true,\n            \"TemplatesEditable\": false,\n            \"AssignedInventoryItemId\": 1861,\n            \"AssignedInventoryItemName\": \"Bid 31 Item 34, Days: Mon; Tue; Wed; Thu; Fri;\",\n            \"AssignedInventoryItemDescription\": \"Shift Duration: 8.5 Hours\"\n        },\n        {\n            \"ScheduleBidId\": 37,\n            \"Name\": \"Holiday Bid 2024\",\n            \"Description\": \"\",\n            \"CreateId\": 541,\n            \"CreateName\": \"Tritten, Thomas \",\n            \"StartDate\": \"2024-12-01T00:00:00\",\n            \"OpenDate\": \"2024-01-10T00:00:00\",\n            \"CloseDate\": \"2024-11-30T00:00:00\",\n            \"ScheduleBidStatusId\": 3,\n            \"ScheduleBidStatusName\": \"Open for Bidding\",\n            \"ScheduleBidStatusDescription\": \"The bid is open and participating agents can make bid selections.\",\n            \"IsOpenBid\": true,\n            \"CreateDate\": \"2024-01-10T07:13:51.887\",\n            \"LastUpdate\": \"2024-01-10T07:13:51.887\",\n            \"ClosePercent\": 0,\n            \"ScheduleBidTypeId\": 2,\n            \"ScheduleBidTypeName\": \"Batch Selection\",\n            \"ScheduleBidTypeDesc\": \"Agents rank-order the available schedules in priority order.  Once the bid expires, the bid administrator bulk-assigns the selected schedules based on agent selections and agent sort order.\",\n            \"MemberActivities\": \"Billing, Customer Program Service, Customer Success, Multimedia Sales, New Customer Sales, Outbound , Sales Chat, Sales Email, Site 1 - Dallas, TX, Tier 1 support\",\n            \"LargeIcon\": \"~/Images/icons/m/white/64/auction_hammer_ok.png\",\n            \"SmallIcon\": \"auction_hammer_ok.png\",\n            \"DisabledLargeIcon\": \"~/Images/Icons/g/48/auction_hammer_ok_disabled.png\",\n            \"DisabledSmallIcon\": \"~/Images/Icons/g/16/auction_hammer_ok_disabled.png\",\n            \"BidOffPhonePeriods\": false,\n            \"RosterTemplateId\": 7,\n            \"PreviewExpirationDate\": \"2024-01-24T00:00:00\",\n            \"RosterTemplateName\": \"Dallas Bid Test\",\n            \"AgentVisible\": true,\n            \"AgentSelectable\": true,\n            \"AdminsEditable\": true,\n            \"ParticipantsEditable\": false,\n            \"PropertiesEditable\": false,\n            \"StatusIcon\": \"~/Images/Icons/g/48/object_ball_green.png\",\n            \"ParticipantCount\": 63,\n            \"Ordinal\": 32,\n            \"IsLocked\": 0,\n            \"AgentAssignmentVisible\": false,\n            \"TemplatesEditable\": false,\n            \"AssignedInventoryItemId\": null,\n            \"AssignedInventoryItemName\": null,\n            \"AssignedInventoryItemDescription\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"fa939168-6b5c-4cc2-a142-4fd42021958b"},{"name":"ScheduleBidMonitorServiceConfig","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a590ac82-9e13-40eb-b6dd-80eb15a17dae"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"6dc36024-0ced-49f2-b761-490020281aac"}}],"id":"73593b09-96ee-406b-be52-d7e6635cdddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"cb3f4ebc-b1ee-4c42-99f2-1a1a40cbd834"}],"url":"{{envName}}/api/ScheduleBidMonitorServiceConfig?userId=1","description":"<p>This endpoint details the Schedule Bid Monitor Service configuration details.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidMonitorServiceConfig"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"9e388111-2ee5-4fd3-9530-5e31bf138a3a","name":"Schedule Bid Monitor Service Config","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleBidMonitorServiceConfig?userId=1","host":["{{envName}}"],"path":["api","ScheduleBidMonitorServiceConfig"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqSOyoC9e3ZuWbC462hVs6s="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 21:07:26 GMT"},{"key":"Content-Length","value":"531"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Delay\": 60000,\n        \"ServiceName\": \"Schedule Bid Monitor Service\",\n        \"ServiceId\": 1,\n        \"Configurable\": true,\n        \"ServiceStartTime\": null,\n        \"Enabled\": true,\n        \"Icon\": \"auction_hammer.png\",\n        \"Description\": \"Monitors schedule bids for automatically opening and closing a bid at the specified date and time.\",\n        \"ConfigurationUrl\": \"UI/SystemSettings/services/generic-service-configure.aspx\",\n        \"ServiceEndTime\": null,\n        \"ResponsibilityParty\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"73593b09-96ee-406b-be52-d7e6635cdddd"},{"name":"ScheduleBidMonitorServiceConfig","event":[{"listen":"prerequest","script":{"id":"5a7a1343-068e-491b-aa74-f0064b51fa83","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"1bacdc04-7f15-45e0-8ceb-9184a776f536","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3a726d81-e793-48f7-b879-16f021ee4ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"enabled","value":"true","description":"<p>REQURIED: This boolean value field defines if the service is enabled or not. </p>\n","type":"text"},{"key":"serviceStartTime","value":"","description":"<p>REQUIRED: This field is typically NULL, however if a time value is provided then the service will only run within the specified time window.</p>\n","type":"text"},{"key":"serviceEndTime","value":"","description":"<p>REQUIRED: This field is typically NULL, however if a time value is provided then the service will only run within the specified time window.</p>\n","type":"text"},{"key":"runDelay","value":"60000","description":"<p>REQUIRED: Delay in milliseconds. The default is 1 minute listed as 60000.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: The user whose ID will be used to run the service.</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleBidMonitorServiceConfig","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidMonitorServiceConfig"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"35ddf065-7307-47e3-94ba-e1b018fbac4c","name":"ScheduleBidMonitorServiceConfig","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"enabled","value":"true","description":"REQURIED: This boolean value field defines if the service is enabled or not. ","type":"text"},{"key":"serviceStartTime","value":"","description":"REQUIRED: This field is typically NULL, however if a time value is provided then the service will only run within the specified time window.","type":"text"},{"key":"serviceEndTime","value":"","description":"REQUIRED: This field is typically NULL, however if a time value is provided then the service will only run within the specified time window.","type":"text"},{"key":"runDelay","value":"60000","description":"REQUIRED: Delay in milliseconds. The default is 1 minute listed as 60000.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: The user whose ID will be used to run the service.","type":"text"}]},"url":"{{envName}}/api/ScheduleBidMonitorServiceConfig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGz9lYGpZBfSLf9ESeJpfZP1iZN58N8++0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 08 Oct 2024 20:18:37 GMT"},{"key":"Content-Length","value":"341"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Delay\": 60000,\n        \"ServiceName\": null,\n        \"ServiceId\": null,\n        \"Configurable\": null,\n        \"ServiceStartTime\": null,\n        \"Enabled\": true,\n        \"Icon\": null,\n        \"Description\": null,\n        \"ConfigurationUrl\": null,\n        \"ServiceEndTime\": null,\n        \"ResponsibilityParty\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"3a726d81-e793-48f7-b879-16f021ee4ee9"},{"name":"ScheduleBidParticipant","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"0d9c396f-1372-402a-9ff3-fd393ffae79e"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"382bc943-af0f-4b50-8a30-0d9df9a60063"}}],"id":"308bfd4a-bd93-4c88-8e10-649afd7ff58f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a30fb410-00a7-4640-9254-f47cea54eef9"}],"url":"{{envName}}/api/ScheduleBidParticipant?agentId=278&scheduleBidId=31&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidParticipant"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidId","value":"31"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"eb26e1a6-4590-4a63-8dfc-c4475a97cfff","name":"Schedule Bid Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleBidParticipant?agentId=278&scheduleBidId=31&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidParticipant"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"scheduleBidId","value":"31","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrFnm9tjjPjsOKdug/mvhQ4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 21:12:01 GMT"},{"key":"Content-Length","value":"252"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ScheduleBidId\": 31,\n        \"Ordinal\": 32,\n        \"AgentId\": 278,\n        \"CreateDate\": \"2023-12-15T09:12:25.717\",\n        \"LastUpdate\": \"2023-12-15T09:12:25.717\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"308bfd4a-bd93-4c88-8e10-649afd7ff58f"},{"name":"ScheduleBidParticipant","event":[{"listen":"prerequest","script":{"id":"5922e6b0-c77f-4dce-8164-d34cdc09df03","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"47c8bf4a-8cb9-47c6-8ebf-1443f31b63cd","exec":[""],"type":"text/javascript","packages":{}}}],"id":"40761238-2e17-49ef-b093-0a13f1710073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"scheduleBidId","value":"399","description":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text"},{"key":"agentId","value":"547","description":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"ordinal","value":"2","description":"<p>REQUIRED: The Ordinal number defines the load order. This field can be left NULL.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleBidParticipant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidParticipant"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"06993997-b82d-44e1-85e2-75e0ded50313","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"1","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"scheduleBidId","value":"399","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"ordinal","value":"","description":"REQUIRED: The Ordinal number defines the load order. This field can be left NULL.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleBidParticipant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J2UCDIS4r3HOCDuHUjR3ZWk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:05:17 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"2464ad2a-1b9b-4b44-9eba-8679540de190","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"2","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"scheduleBidId","value":"399","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"ordinal","value":"2","description":"REQUIRED: The Ordinal number defines the load order. This field can be left NULL.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleBidParticipant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47Jw6HmTkHypBkrAG/uDNxyFM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:05:50 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"70ea157b-a3d7-40da-9bb1-cd806d433d25","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"3","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"scheduleBidId","value":"399","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"ordinal","value":"2","description":"REQUIRED: The Ordinal number defines the load order. This field can be left NULL.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleBidParticipant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J6vZcWVhcu7mrLVjQKOAIuQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:06:08 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"40761238-2e17-49ef-b093-0a13f1710073"},{"name":"ScheduleBidResponse","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b56f5030-d209-4ed0-84fd-41264362f9ae"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"80d074cc-2be9-4767-b289-1cea17ea5a5b"}}],"id":"fa3dde46-d78b-4979-b9a5-aaf2e742fbff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"cfba7529-e74b-40f7-93f2-444f04994ae7"}],"url":"{{envName}}/api/ScheduleBidResponse?scheduleBidId=31&agentId=156&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidResponse"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidId","value":"31"},{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"156"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"53c338a0-f638-412c-99aa-4e283dee03d3","name":"Schedule Bid Response","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleBidResponse?scheduleBidId=31&agentId=156&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidResponse"],"query":[{"key":"scheduleBidId","value":"31","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"agentId","value":"156","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPl2PdC0ZuGRouXd87AFfdJ0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 21:15:04 GMT"},{"key":"Content-Length","value":"297"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": \"2023-12-15T09:41:24.41\",\n        \"ScheduleBidId\": 31,\n        \"AgentId\": 156,\n        \"Notes\": \"Automatically committed by bid close function.\",\n        \"LastUpdate\": \"2023-12-15T09:41:24.41\",\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"fa3dde46-d78b-4979-b9a5-aaf2e742fbff"},{"name":"ScheduleBidResponse","event":[{"listen":"prerequest","script":{"id":"44b5fa2a-856e-44c2-9021-8f10c8c79ce8","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"70b84ebf-f495-43a9-bb3c-5f8d3b46df9b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ada77b19-9681-47df-846d-6797ac120c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"scheduleBidId","value":"377","description":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text"},{"key":"agentId","value":"547","description":"<p>REQUIRED: AgentID of the user whose information you are changing. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"notes","value":"","description":"<p>REQUIRED: A string field for notes or description of changes being made. Field can be left NULL.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleBidResponse","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidResponse"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"b7f72143-6dd8-43c0-a80c-4c3d403b97d3","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"2","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"scheduleBidId","value":"377","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are changing. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"notes","value":"","description":"REQUIRED: A string field for notes or description of changes being made. Field can be left NULL.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleBidResponse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J4m5Dj3IIQhv9BbZlMvFGc4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:09:36 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"293de7c5-01db-477d-93dd-8bec5128bd2c","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"2","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"scheduleBidId","value":"377","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are changing. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"notes","value":"Updating response notes.","description":"REQUIRED: A string field for notes or description of changes being made. Field can be left NULL.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleBidResponse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47JxXM6zNEK396s2q8si1Wb1Q="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:10:16 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"42cbf8b8-e338-4018-a837-b6ce7c3bafdc","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"3","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"scheduleBidId","value":"377","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.","type":"text"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are changing. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"notes","value":"Deleting Response","description":"REQUIRED: A string field for notes or description of changes being made. Field can be left NULL.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleBidResponse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47Jw2wLi0ixHqAvJliAwAMwuE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:10:38 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ada77b19-9681-47df-846d-6797ac120c87"},{"name":"ScheduleBidStatusChange","event":[{"listen":"prerequest","script":{"id":"45a38ef9-50aa-4a71-a130-8c432f27a4ea","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4cf7b5b1-f24d-4211-a5db-f7985ed94d2b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"61890306-7c0a-43af-8d80-7d7cd510ad6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlag","value":"","description":"<p>1 = To Assignment, 2 = To Close, 3 = To Configure, 4 = To Finish, 5 = To Open, 6 = To Preview</p>\n","type":"text"},{"key":"scheduleBidId","value":"","description":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text"},{"key":"administratorId","value":"","description":"<p>int</p>\n","type":"text"},{"key":"rosterTemplateId","value":"","description":"<p>int</p>\n","type":"text"},{"key":"openDate","value":"","description":"<p>string</p>\n","type":"text"},{"key":"closeDate","value":"","description":"<p>string</p>\n","type":"text"},{"key":"previewExpirationDate","value":"","description":"<p>string</p>\n","type":"text"},{"key":"includeAdministratorsInMemo","value":"","description":"<p>bool</p>\n","type":"text"},{"key":"includeParticipantsInMemo","value":"","description":"<p>bool</p>\n","type":"text"},{"key":"includeSenderAsCC","value":"","description":"<p>bool</p>\n","type":"text"},{"key":"subject","value":"","description":"<p>string</p>\n","type":"text"},{"key":"body","value":"","description":"<p>string</p>\n","type":"text"},{"key":"autoCloseOpenBids ","value":"","description":"<p>bool</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleBidStatusChange","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidStatusChange"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"61890306-7c0a-43af-8d80-7d7cd510ad6a"},{"name":"ScheduleBidStatusChangeToAssignment","event":[{"listen":"prerequest","script":{"id":"a9d47601-48ab-4c51-8a87-19c958ce7590","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"db4931bd-b9ca-4105-9fcb-06c9a5a68fb7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"69615acc-bb0e-4e28-b01a-1b8d7708766a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scheduleBidId","value":"{scheduleBidId}","description":"<p>userId</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleBidStatusChangeToAssignment?scheduleBidId=399&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidStatusChangeToAssignment"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidId","value":"399"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"c80d0040-058c-45d4-86de-f9637dc40c16","name":"ScheduleBidStatusChangeToAssignment","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scheduleBidId","value":"{scheduleBidId}","description":"userId","type":"text"}]},"url":{"raw":"{{envName}}/api/ScheduleBidStatusChangeToAssignment?scheduleBidId=399&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidStatusChangeToAssignment"],"query":[{"key":"scheduleBidId","value":"399","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J8Dv8ypAGvCvujjq8l9YYKw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 00:17:48 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"69615acc-bb0e-4e28-b01a-1b8d7708766a"},{"name":"ScheduleBidTemplateBuilder","event":[{"listen":"prerequest","script":{"id":"8dff167f-ee34-41a8-b3b1-4de70d0af915","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"a47ff859-e323-4499-b36f-6ad948608801","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8f28fa5c-6b3b-45df-8fcc-d2d12867d537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scheduleBidId","value":"399","description":"<p>REQUIRED: ScheduleBidID must be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text"},{"key":"agentId","value":"","description":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"folderName","value":"","description":"<p>string</p>\n","type":"text"},{"key":"defaultNameFormat","value":"","description":"<p>string</p>\n","type":"text"},{"key":"defaultDescriptionFormat","value":"","description":"<p>string</p>\n","type":"text"},{"key":"reportOnly","value":"","description":"<p>bool</p>\n","type":"text"},{"key":"autoGenerateBreakSets","value":"","description":"<p>bool</p>\n","type":"text"},{"key":"useFolderOrganization","value":"","description":"<p>bool</p>\n","type":"text"},{"key":"defaultReviewStatus","value":"","description":"<p>int</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleBidTemplateBuilder","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidTemplateBuilder"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f28fa5c-6b3b-45df-8fcc-d2d12867d537"},{"name":"ScheduleBidWorkingScheduleImport","event":[{"listen":"prerequest","script":{"id":"11b6e381-57eb-453b-8483-0bdd568e35f4","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"01288c9f-6afa-4ff4-b833-8744a2b9a172","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3d163386-8924-4ca2-9a92-99b18039d1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scheduleBidId","value":"34","description":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text"},{"key":"scheduleId","value":"398","description":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text"},{"key":"includeOnlyParticipantsInBid","value":"false","description":"<p>REQUIRED: This boolean value determines if only participants should be included in the bid round.</p>\n","type":"text"},{"key":"bidOffPhonePeriods","value":"false","description":"<p>REQUIRED: This boolean field defines if all qualifyin gscheules and inventory items should import or if the objects will be manually selected. </p>\n","type":"text"},{"key":"administratorId","value":"1","description":"<p>REQUIRED: The userID of the Agent who is making the change. This is typically determined from the logged in user. Use GET Agent to get a list of agent IDs you can use.</p>\n","type":"text"},{"key":"timeZoneId","value":"20","description":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text"},{"key":"retainObjectAffinity","value":"false","description":"<p>This field defines if importing schedules should be restricted to the schedule bid participants.</p>\n","type":"text"},{"key":"objectId","value":"1891","description":"<p>REQUIRED: The ID of the inventory item to import. Use GET Schedulebidinventoryreportbyagent to get a list of object IDs.</p>\n","type":"text"},{"key":"objectTypeId","value":"1","description":"<p>REQUIRED: This integer defines the type of object being imported. 1</p>\n","type":"text"},{"key":"classificationId","value":"","description":"<p>REQUIRED: ClassificationId of the employees to include in the bid. Can be left NULL to apply to all employmentTypes. See GET EmployeeClassification for more details on classificationIDs.</p>\n","type":"text"},{"key":"verifyOnly","value":"true","description":"<p>REQUIRED: This boolean value determines if this process </p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data change; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleBidWorkingScheduleImport","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidWorkingScheduleImport"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d163386-8924-4ca2-9a92-99b18039d1e7"},{"name":"ScheduleCheckinOptions","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"db1cf132-8633-408f-ace6-40ce7b351d83"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3351c98c-3d33-4239-b4f5-8c62b59376bb"}}],"id":"9e6c8c27-8c6f-4d83-a8bc-4c8c22d2b3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"2915a7e3-f5ab-40b8-95fd-e8c853c118fe"}],"url":"{{envName}}/api/ScheduleCheckinOptions?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleCheckinOptions"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"870bb733-e044-49dd-9306-4e6c425da315","name":"Schedule Checkin Options","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleCheckinOptions?userId=1","host":["{{envName}}"],"path":["api","ScheduleCheckinOptions"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhtbOA03vZi67dYnL45M/b0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 18:57:29 GMT"},{"key":"Content-Length","value":"593"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"PeekBehindHours\": 2,\n        \"UsesDefaultScopeId\": false,\n        \"ConfigurationId\": 2,\n        \"UsesDefaultScopeType\": false,\n        \"PreferredScopeId\": 1,\n        \"PeekAheadHours\": 2,\n        \"UsesDefaultCheckin\": false,\n        \"RequiresHardCheckin\": false,\n        \"UsesDefaultPeekBehind\": true,\n        \"PreferredScopeType\": 1,\n        \"UsesDefaultPeekAhead\": true,\n        \"UsesDefaultSummaryInterval\": false,\n        \"SummaryIntervalSize\": 15,\n        \"UsesDefaultRefresh\": true,\n        \"RefreshRate\": 300,\n        \"FirstDayOfScheduleWeek\": 1,\n        \"UsesDefaultDisplaySummary\": false,\n        \"DisplaySummariesOnly\": false,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9e6c8c27-8c6f-4d83-a8bc-4c8c22d2b3d3"},{"name":"ScheduleCheckinOptions","event":[{"listen":"prerequest","script":{"id":"32a275c8-f9ad-493e-996e-4ff5d1fc35f9","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"9ed4150a-3094-445f-90dd-5be1e3fd83fa","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dc14f2fc-9b36-4820-95d1-6c0120c30b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 3 = DELETE; to UPDATE simply UP-SERT by reusing the INSERT command with your preferred settings. This will overwrite the existing.</p>\n","type":"text"},{"key":"peekAheadHours","value":"2","description":"<p>REQUIRED on INSERT and UPDATE: This integer field defines the number of hours to peek ahead in the schedule for arrivals.</p>\n","type":"text"},{"key":"peekBehindHours","value":"2","description":"<p>REQUIRED on INSERT: This integer field defines the number of hours to peek behind in the schedule for arrivals.</p>\n","type":"text"},{"key":"requiresHardCheckin","value":"true","description":"<p>REQUIRED on INSERT: This bool parameter defines if a hard checkin is required, or if a soft checkin is sufficient.</p>\n","type":"text"},{"key":"preferredScopeType","value":"1","description":"<p>REQUIRED on INSERT: This defines the scope type of the checkin options; you can use either 1 = Activity or 2 = Supervisor.</p>\n","type":"text"},{"key":"preferredScopeId","value":"1","description":"<p>REQUIRED on INSERT: Used in conjunction with preferrredScopeType, this integer parameter will be either an ActivityID or the AgentID of a supervisor. You can find a list of ActivityIDs using GET Activity or a list of agents using GET AgentList.</p>\n","type":"text"},{"key":"summaryIntervalSize","value":"15","description":"<p>REQUIRED on INSERT: Determines the size of the summary intervals on the arrival summary report. </p>\n","type":"text"},{"key":"configurationId","value":"","description":"<p>REQUIRED on UP-SERT: The ID of the Schedule Check In option to update. You can find a list using GET ScheduleCheckInOptions</p>\n","type":"text"},{"key":"refreshRate","value":"300","description":"<p>REQUIRED on INSERT: The automatic refresh rate for the soft checkin monitor.</p>\n","type":"text"},{"key":"displaySummariesOnly","value":"false","description":"<p>REQUIRED on INSERT: This boolean field indicates if the attendance summaries ONLY should be displayed instead of both arrival patterns and summaries.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList.</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleCheckinOptions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleCheckinOptions"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"ff898ac4-c59b-40b1-952d-aab983ab024d","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT, 3 = DELETE; to UPDATE simply UP-SERT by reusing the INSERT command with your preferred settings. This will overwrite the existing.","type":"text"},{"key":"peekAheadHours","value":"4","description":"REQUIRED on INSERT: This integer field defines the number of hours to peek ahead in the schedule for arrivals.","type":"text"},{"key":"peekBehindHours","value":"2","description":"REQUIRED on INSERT: This integer field defines the number of hours to peek behind in the schedule for arrivals.","type":"text"},{"key":"requiresHardCheckin","value":"true","description":"REQUIRED on INSERT: This bool parameter defines if a hard checkin is required, or if a soft checkin is sufficient.","type":"text"},{"key":"preferredScopeType","value":"1","description":"REQUIRED on INSERT: This defines the scope type of the checkin options; you can use either 1 = Activity or 2 = Supervisor.","type":"text"},{"key":"preferredScopeId","value":"1","description":"REQUIRED on INSERT: Used in conjunction with preferrredScopeType, this integer parameter will be either an ActivityID or the AgentID of a supervisor. You can find a list of ActivityIDs using GET Activity or a list of agents using GET AgentList.","type":"text"},{"key":"summaryIntervalSize","value":"15","description":"REQUIRED on INSERT: Determines the size of the summary intervals on the arrival summary report. ","type":"text"},{"key":"configurationId","value":"","description":"OPTIONAL: The ID of the Schedule Check In option to update. You can find a list using GET ScheduleCheckInOptions","type":"text"},{"key":"refreshRate","value":"300","description":"REQUIRED on INSERT: The automatic refresh rate for the soft checkin monitor.","type":"text"},{"key":"displaySummariesOnly","value":"false","description":"REQUIRED on INSERT: This boolean field indicates if the attendance summaries ONLY should be displayed instead of both arrival patterns and summaries.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList.","type":"text"}]},"url":"{{envName}}/api/ScheduleCheckinOptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47Jxd98kJ2VfH0UkseZ/2eQOg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 01:34:00 GMT"},{"key":"Content-Length","value":"590"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"PeekBehindHours\": 2,\n        \"UsesDefaultScopeId\": null,\n        \"ConfigurationId\": 7,\n        \"UsesDefaultScopeType\": null,\n        \"PreferredScopeId\": 1,\n        \"PeekAheadHours\": 4,\n        \"UsesDefaultCheckin\": null,\n        \"RequiresHardCheckin\": true,\n        \"UsesDefaultPeekBehind\": null,\n        \"PreferredScopeType\": 1,\n        \"UsesDefaultPeekAhead\": null,\n        \"UsesDefaultSummaryInterval\": null,\n        \"SummaryIntervalSize\": 15,\n        \"UsesDefaultRefresh\": null,\n        \"RefreshRate\": 300,\n        \"FirstDayOfScheduleWeek\": null,\n        \"UsesDefaultDisplaySummary\": null,\n        \"DisplaySummariesOnly\": false,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"a39615b0-b5cb-4daa-a43e-61f9b19a4094","name":"1b - INSERT to UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT, 3 = DELETE; to UPDATE simply UP-SERT by reusing the INSERT command with your preferred settings. This will overwrite the existing.","type":"text"},{"key":"peekAheadHours","value":"2","description":"REQUIRED on INSERT: This integer field defines the number of hours to peek ahead in the schedule for arrivals.","type":"text"},{"key":"peekBehindHours","value":"2","description":"REQUIRED on INSERT: This integer field defines the number of hours to peek behind in the schedule for arrivals.","type":"text"},{"key":"requiresHardCheckin","value":"true","description":"REQUIRED on INSERT: This bool parameter defines if a hard checkin is required, or if a soft checkin is sufficient.","type":"text"},{"key":"preferredScopeType","value":"1","description":"REQUIRED on INSERT: This defines the scope type of the checkin options; you can use either 1 = Activity or 2 = Supervisor.","type":"text"},{"key":"preferredScopeId","value":"1","description":"REQUIRED on INSERT: Used in conjunction with preferrredScopeType, this integer parameter will be either an ActivityID or the AgentID of a supervisor. You can find a list of ActivityIDs using GET Activity or a list of agents using GET AgentList.","type":"text"},{"key":"summaryIntervalSize","value":"15","description":"REQUIRED on INSERT: Determines the size of the summary intervals on the arrival summary report. ","type":"text"},{"key":"configurationId","value":"","description":"OPTIONAL: The ID of the Schedule Check In option to update. You can find a list using GET ScheduleCheckInOptions","type":"text"},{"key":"refreshRate","value":"300","description":"REQUIRED on INSERT: The automatic refresh rate for the soft checkin monitor.","type":"text"},{"key":"displaySummariesOnly","value":"false","description":"REQUIRED on INSERT: This boolean field indicates if the attendance summaries ONLY should be displayed instead of both arrival patterns and summaries.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList.","type":"text"}]},"url":"{{envName}}/api/ScheduleCheckinOptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J8IT+2StKo58Do8jwNG/VEQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 01:36:20 GMT"},{"key":"Content-Length","value":"590"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"PeekBehindHours\": 2,\n        \"UsesDefaultScopeId\": null,\n        \"ConfigurationId\": 7,\n        \"UsesDefaultScopeType\": null,\n        \"PreferredScopeId\": 1,\n        \"PeekAheadHours\": 2,\n        \"UsesDefaultCheckin\": null,\n        \"RequiresHardCheckin\": true,\n        \"UsesDefaultPeekBehind\": null,\n        \"PreferredScopeType\": 1,\n        \"UsesDefaultPeekAhead\": null,\n        \"UsesDefaultSummaryInterval\": null,\n        \"SummaryIntervalSize\": 15,\n        \"UsesDefaultRefresh\": null,\n        \"RefreshRate\": 300,\n        \"FirstDayOfScheduleWeek\": null,\n        \"UsesDefaultDisplaySummary\": null,\n        \"DisplaySummariesOnly\": false,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"72ad3ac7-4c43-481f-98f3-4af4d906384b","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: 1 = INSERT, 3 = DELETE; to UPDATE simply UP-SERT by reusing the INSERT command with your preferred settings. This will overwrite the existing.","type":"text"},{"key":"peekAheadHours","value":"4","description":"REQUIRED on INSERT and UPDATE: This integer field defines the number of hours to peek ahead in the schedule for arrivals.","type":"text"},{"key":"peekBehindHours","value":"2","description":"REQUIRED on INSERT: This integer field defines the number of hours to peek behind in the schedule for arrivals.","type":"text"},{"key":"requiresHardCheckin","value":"true","description":"REQUIRED on INSERT: This bool parameter defines if a hard checkin is required, or if a soft checkin is sufficient.","type":"text"},{"key":"preferredScopeType","value":"1","description":"REQUIRED on INSERT: This defines the scope type of the checkin options; you can use either 1 = Activity or 2 = Supervisor.","type":"text"},{"key":"preferredScopeId","value":"1","description":"REQUIRED on INSERT: Used in conjunction with preferrredScopeType, this integer parameter will be either an ActivityID or the AgentID of a supervisor. You can find a list of ActivityIDs using GET Activity or a list of agents using GET AgentList.","type":"text"},{"key":"summaryIntervalSize","value":"15","description":"REQUIRED on INSERT: Determines the size of the summary intervals on the arrival summary report. ","type":"text"},{"key":"configurationId","value":"","description":"REQUIRED on UP-SERT: The ID of the Schedule Check In option to update. You can find a list using GET ScheduleCheckInOptions","type":"text"},{"key":"refreshRate","value":"300","description":"REQUIRED on INSERT: The automatic refresh rate for the soft checkin monitor.","type":"text"},{"key":"displaySummariesOnly","value":"false","description":"REQUIRED on INSERT: This boolean field indicates if the attendance summaries ONLY should be displayed instead of both arrival patterns and summaries.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList.","type":"text"}]},"url":"{{envName}}/api/ScheduleCheckinOptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47JwPAy/q9ILqk5xSV6fSsyxA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 01:40:29 GMT"},{"key":"Content-Length","value":"607"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"PeekBehindHours\": null,\n        \"UsesDefaultScopeId\": null,\n        \"ConfigurationId\": null,\n        \"UsesDefaultScopeType\": null,\n        \"PreferredScopeId\": null,\n        \"PeekAheadHours\": null,\n        \"UsesDefaultCheckin\": null,\n        \"RequiresHardCheckin\": null,\n        \"UsesDefaultPeekBehind\": null,\n        \"PreferredScopeType\": null,\n        \"UsesDefaultPeekAhead\": null,\n        \"UsesDefaultSummaryInterval\": null,\n        \"SummaryIntervalSize\": null,\n        \"UsesDefaultRefresh\": null,\n        \"RefreshRate\": null,\n        \"FirstDayOfScheduleWeek\": null,\n        \"UsesDefaultDisplaySummary\": null,\n        \"DisplaySummariesOnly\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"dc14f2fc-9b36-4820-95d1-6c0120c30b63"},{"name":"ScheduleDragUpdate","event":[{"listen":"prerequest","script":{"id":"58431122-51f3-42e3-878e-228d4e1a8798","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"cffd9378-31d9-4333-b95a-2d7d5c0558a0","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c1fe6b63-5a07-4c95-af2d-ff8cbc43debb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/ScheduleDragUpdate?elementId&eventId&agentId&startTics&durTics&intervalId&bindingIndex&rowIndex&scheduleId&memoInterface&responsibleAgentId&timeZoneId&objectTypeId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleDragUpdate"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"elementId","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"eventId","value":null},{"description":{"content":"<p>REQUIRED: AgentID of the user whose information you are changing. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"startTics","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"durTics","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"intervalId","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"bindingIndex","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"rowIndex","value":null},{"description":{"content":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text/plain"},"key":"scheduleId","value":null},{"description":{"content":"<p>bool</p>\n","type":"text/plain"},"key":"memoInterface","value":null},{"description":{"content":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList.</p>\n","type":"text/plain"},"key":"responsibleAgentId","value":null},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":null},{"description":{"content":"<p>int</p>\n","type":"text/plain"},"key":"objectTypeId","value":null}],"variable":[]}},"response":[],"_postman_id":"c1fe6b63-5a07-4c95-af2d-ff8cbc43debb"},{"name":"ScheduleEvent","event":[{"listen":"prerequest","script":{"id":"f6365a07-f9af-44e2-9ffb-edf578fbcb8f","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"8b90dd76-795f-4be6-8983-11268013055a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"61df8cd4-ce26-42cc-a8c3-a542874c0a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{envName}}/api/ScheduleEvent?scheduleEventId=933876&timeZoneId=20&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleEvent"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The Integer ID of the scheduled event. You can use endpoints that display the published schedule details like GET PublishedActivitySchedule.</p>\n","type":"text/plain"},"key":"scheduleEventId","value":"933876"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. You can get a full list of TimeZone IDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"841df1a5-11dc-4e43-8cc2-949e801dc993","name":"ScheduleEvent","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{envName}}/api/ScheduleEvent?scheduleEventId=933876&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","ScheduleEvent"],"query":[{"key":"scheduleEventId","value":"933876","description":"REQUIRED: The Integer ID of the scheduled event. You can use endpoints that display the published schedule details like GET PublishedActivitySchedule."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. You can get a full list of TimeZone IDs with GET TimeZone."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47JyxXtVWaZE0MM3bm1dbqfOU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 02:16:47 GMT"},{"key":"Content-Length","value":"683"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": \"2024-09-02T07:30:59.383\",\n        \"IsAtWork\": true,\n        \"IsAdherenceQueue\": false,\n        \"DisplayColor\": \"#00FFFF\",\n        \"EventTypeId\": 2,\n        \"IsInQueue\": false,\n        \"IsPaid\": true,\n        \"TimeZoneId\": 20,\n        \"IsConstrainedByWork\": true,\n        \"PriorityId\": 100,\n        \"Description\": \"Off phone interval\",\n        \"Priority\": 100,\n        \"EventDate\": \"2024-08-19T11:00:00\",\n        \"IsAllDay\": false,\n        \"EventTypeName\": \"Break\",\n        \"Location\": \"\",\n        \"PriorityName\": \"100 - Break\",\n        \"IsWorkingInterval\": false,\n        \"Duration\": 0.25,\n        \"EventId\": 933876,\n        \"IsPublished\": false,\n        \"UpdatedIntervals\": null,\n        \"AssociatedRecurringEventId\": null,\n        \"AssociatedTimeOffRequestId\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"61df8cd4-ce26-42cc-a8c3-a542874c0a6c"},{"name":"ScheduleEvent","event":[{"listen":"prerequest","script":{"id":"2f3370dc-59e3-46c3-97cf-2b9320fcf08f","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"ef89df63-6ec4-4a79-a3e3-ce0bc2a60833","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b0148dac-970d-496b-93fd-b9788b0ef582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE, 13 = Assign</p>\n"},{"key":"agentId","value":"547","description":"<p>REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"eventId","value":"961233","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Exepects an eventId; a full list of valid IDs can be found using GET. When you create a ScheduleEvent an eventID will be returned whcih you can use for assigning the event to an agent.</p>\n"},{"key":"eventTypeId","value":"4","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType.</p>\n"},{"key":"duration","value":"3","type":"text","description":"<p>REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day</p>\n"},{"key":"description","value":"UPDATING LOCATION","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event description.</p>\n"},{"key":"location","value":"Conf. 221B","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event location.</p>\n"},{"key":"scheduleId","value":"409","description":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text"},{"key":"eventDate","value":"10/31/2024","description":"<p>REQUIRED for INSERT and ASSIGN, do not include on UPDATE. Expects a date value.</p>\n","type":"text"},{"key":"timeZoneId","value":"20","description":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text"},{"key":"reviewStatusId","value":"2","description":"<p>REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending</p>\n","type":"text"},{"key":"notes","value":"","description":"<p>REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event notes.</p>\n","type":"text"},{"key":"includeNotification","value":"false","description":"<p>REQUIRED on ASSIGN: Use a boolean value to define if the assigned agent should be notified of this event assignment.</p>\n","type":"text"},{"key":"participantTypeId","value":"0","description":"<p>REQUIRED on Assign: The Participant Type ID of the scheduled event.</p>\n","type":"text"},{"key":"responsibleUserId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/ScheduleEvent","description":"<h2 id=\"scheduleevent-overview\"><strong>ScheduleEvent Overview</strong></h2>\n<p>The ScheduleEvent endpoint allows for creating, assigning, editing, and deleting schedule events in CommunityWFM. New events must first be created which will return an eventId. That eventId can then be used to assign an agent to the event. The parameters required differ for each action so below we'll provide details on each parameter required.</p>\n<h2 id=\"creating-a-new-unassigned-event\"><strong>Creating a new unassigned Event</strong></h2>\n<p>To create a new unassigned event in CommunityWFM, the client application must POST to the ScheduleEvent entry point with the following parameters:</p>\n<p>• <strong>transactionFlagId</strong> - This parameter is required on all calls. It defines the type of action the ScheduleEvent endpoint should perform. 1 = INSERT, 2 = UPDATE, 13 = ASSIGN<br />• <strong>eventTypeId</strong> - This parameter is required for INSERT and UPDATE and expects the integer ID of the type of event you want create or edit. You can use the GET EventType endpoint to get a list of all the event types and their IDs.<br />• <strong>duration</strong> - This parameter is required for INSERT and UPDATE and expects a float value that defines the number of hours for the event.<br />• <strong>description</strong> - This parameter is required for INSERT and UPDATE, however the value can be left blank. A string entered into this field will appear as the event description.<br />• <strong>location</strong> - While this parameter must be included for INSERT and UPDATE, you do not have to supply a value. However you can supply a string if you choose, and this will define the location of the event.<br />• <strong>scheduleId</strong> - While this parameter must be included for INSERT, you do not have to supply a value. If you leave this blank, the published schedule will be used. Otherwise you can list the ID of any working schedule. Use the GET WorkingSchedule endpoint to get a full list of all working schedules and their IDs.<br />• <strong>eventDate</strong> - This parameter is required on all calls. It expects a datetime format on INSERT and UPDATE, but can be any arbitrary value when using ASSIGN.<br />• <strong>timeZoneId</strong> - While this parameter must be included on INSERT and UPDATE, you do not have to supply a value. If you need a list of TimeZone IDs, use the GET TimeZone endpoint.<br />• <strong>userId</strong> - This parameter expects an integer defining the agent who is creating the schedule. A full list of agents can be found using the GET Agent endpoint.</p>\n<p>Example:</p>\n<img src=\"https://content.pstmn.io/411c1cb5-5fb4-4299-bf38-7fbce6139393/aW1hZ2UucG5n\" width=\"975\" height=\"370\" />\n\n<p>The results appear as follows:</p>\n<img src=\"https://content.pstmn.io/71aa1b6d-bd56-44d2-8e04-85df28359c42/aW1hZ2UucG5n\" width=\"975\" height=\"504\" />\n\n<p>Note the highlighted EventId attribute of the JSON result. This can be used in subsequent calls to assign agents, change review status, edit the properties, etc.</p>\n<h2 id=\"assigning-an-agent\"><strong>Assigning an agent</strong></h2>\n<p>To assign an agent to an event, the client application must POST to the ScheduleEvent entry point with the following parameters:</p>\n<p>• <strong>transactionFlagId</strong> - This parameter is required on all calls. It defines the type of action the ScheduleEvent endpoint should perform. 1 = INSERT, 2 = UPDATE, 13 = ASSIGN<br />• <strong>eventDate</strong> - This parameter is required on all calls. It expects a datetime format on INSERT and UPDATE, but can be any arbitrary value when using ASSIGN.<br />• <strong>reviewStatusId</strong> - This parameter is required on ASSIGN. It expects an integer defining the events current review status. 0 = Denied, 1 = Approved, 2 = Pending<br />• <strong>notes</strong> - This optional string parameter for assign will appear as the review comments.<br />• <strong>includeNotification</strong> - This parameter is required for ASSIGN. It expects a boolean value to define if the assigned agent should be notified of this event assignment.<br />• <strong>eventId</strong> - This parameter is required for ASSIGN and UPDATE. It expects an integer ID to define the event.<br />• <strong>agentId</strong> - This parameter is required for ASSIGN. It expects an integer ID to define the agent being assigned to the event. A full list of agents can be found using the GET Agent endpoint.</p>\n<p>Example:</p>\n<img src=\"https://content.pstmn.io/1fb130a6-9756-4c06-8968-8224f8c0ea5b/aW1hZ2UucG5n\" width=\"975\" height=\"372\" />\n\n<p>A successful response will look similar to the following:</p>\n<img src=\"https://content.pstmn.io/b22dbe82-1ab1-40d6-a723-3354db498a56/aW1hZ2UucG5n\" width=\"975\" height=\"406\" />\n\n<h2 id=\"updating-an-existing-event\">Updating an existing Event</h2>\n<p>If you need to perform updates to the attributes of an existing event, a POST to ScheduleEvent using the following parameters (in the example below we're updating the duration from 8 to 8.5 hours and adding a location):</p>\n<p>• <strong>transactionFlagId</strong> - This parameter is required on all calls. It defines the type of action the ScheduleEvent endpoint should perform. 1 = INSERT, 2 = UPDATE, 13 = ASSIGN<br />• <strong>eventTypeId</strong> - This parameter is required for INSERT and UPDATE and expects the integer ID of the type of event you want create or edit. You can use the GET EventType endpoint to get a list of all the event types and their IDs.<br />• <strong>duration</strong> - This parameter is required for INSERT and UPDATE and expects a float value that defines the number of hours for the event.<br />• <strong>description</strong> - This parameter is required for INSERT and UPDATE, however the value can be left blank. A string entered into this field will appear as the event description.<br />• <strong>location</strong> - While this parameter must be included for INSERT and UPDATE, you do not have to supply a value. However you can supply a string if you choose, and this will define the location of the event.<br />• <strong>eventDate</strong> - This parameter is required on all calls. It expects a datetime format on INSERT and UPDATE, but can be any arbitrary value when using ASSIGN.<br />• <strong>timeZoneId</strong> - While this parameter must be included on INSERT and UPDATE, you do not have to supply a value. If you need a list of TimeZone IDs, use the GET TimeZone endpoint.<br />• <strong>responsibleUserId</strong> - This parameter is required for ASSIGN and UPDATE and expects an integer defining the agent who is creating the schedule. A full list of agents can be found using the GET Agent endpoint.</p>\n<p>Example:</p>\n<img src=\"https://content.pstmn.io/b8076619-5c35-48f6-87fa-c78c22f17c23/aW1hZ2UucG5n\" width=\"975\" height=\"366\" />\n\n<p>Upon success a JSON is passed in the response similar to the below:</p>\n<img src=\"https://content.pstmn.io/300f398e-c179-4016-9050-ef5dcb35ba76/aW1hZ2UucG5n\" width=\"975\" height=\"394\" />","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleEvent"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"0cc6fe8e-0d16-4213-bc24-4709894be350","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Assign, 5 = Deny, 6 = Pending, 7 = Unassigned"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"eventId","value":"1","type":"text","description":"REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType.","disabled":true},{"key":"eventTypeId","value":"4","type":"text","description":"REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType."},{"key":"duration","value":"3","type":"text","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"description","value":"This was created via API","type":"text","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event description."},{"key":"location","value":"Conf. 215","type":"text","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event location."},{"key":"scheduleId","value":"409","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.","type":"text"},{"key":"eventDate","value":"10/31/2024","description":"REQUIRED for INSERT and ASSIGN, do not include on UPDATE. Expects a date value.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null.","type":"text"},{"key":"reviewStatusId","value":"2","description":"REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending","type":"text"},{"key":"notes","value":"","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event notes.","type":"text"},{"key":"includeNotification","value":"false","description":"REQUIRED on ASSIGN: Use a boolean value to define if the assigned agent should be notified of this event assignment.","type":"text"},{"key":"participantTypeId","value":"","description":"REQUIRED: The Participant Type ID of the scheduled event. Can be left NULL if no participant type is required.","type":"text"},{"key":"responsibleUserId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J6t3QbH5crHLlJvoWKAnkr8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 02:40:36 GMT"},{"key":"Content-Length","value":"657"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"IsAtWork\": null,\n        \"IsAdherenceQueue\": null,\n        \"DisplayColor\": null,\n        \"EventTypeId\": 4,\n        \"IsInQueue\": null,\n        \"IsPaid\": null,\n        \"TimeZoneId\": 20,\n        \"IsConstrainedByWork\": null,\n        \"PriorityId\": null,\n        \"Description\": \"This was created via API\",\n        \"Priority\": null,\n        \"EventDate\": \"2024-10-31T00:00:00\",\n        \"IsAllDay\": false,\n        \"EventTypeName\": null,\n        \"Location\": \"Conf. 215\",\n        \"PriorityName\": null,\n        \"IsWorkingInterval\": null,\n        \"Duration\": 3,\n        \"EventId\": 961231,\n        \"IsPublished\": null,\n        \"UpdatedIntervals\": null,\n        \"AssociatedRecurringEventId\": null,\n        \"AssociatedTimeOffRequestId\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"78ac2d2e-87e5-400e-8335-d3ef3f4d0183","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Assign, 5 = Deny, 6 = Pending, 7 = Unassigned"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"eventId","value":"961231","type":"text","description":"REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType."},{"key":"eventTypeId","value":"4","type":"text","description":"REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType."},{"key":"duration","value":"3","type":"text","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"description","value":"UPDATING LOCATION","type":"text","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event description."},{"key":"location","value":"Conf. 221B","type":"text","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event location."},{"key":"scheduleId","value":"409","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.","type":"text"},{"key":"eventDate","value":"10/31/2024","description":"REQUIRED for INSERT and ASSIGN, do not include on UPDATE. Expects a date value.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null.","type":"text"},{"key":"reviewStatusId","value":"2","description":"REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending","type":"text"},{"key":"notes","value":"","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event notes.","type":"text"},{"key":"includeNotification","value":"false","description":"REQUIRED on ASSIGN: Use a boolean value to define if the assigned agent should be notified of this event assignment.","type":"text"},{"key":"participantTypeId","value":"","description":"REQUIRED: The Participant Type ID of the scheduled event. Can be left NULL if no participant type is required.","type":"text"},{"key":"responsibleUserId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J9uVY3bwuKDmI6UnV7Azedo="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 02:42:56 GMT"},{"key":"Content-Length","value":"650"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"IsAtWork\": null,\n        \"IsAdherenceQueue\": null,\n        \"DisplayColor\": null,\n        \"EventTypeId\": 4,\n        \"IsInQueue\": null,\n        \"IsPaid\": null,\n        \"TimeZoneId\": 20,\n        \"IsConstrainedByWork\": null,\n        \"PriorityId\": null,\n        \"Description\": \"UPDATING LOCATION\",\n        \"Priority\": null,\n        \"EventDate\": \"2024-10-31T00:00:00\",\n        \"IsAllDay\": null,\n        \"EventTypeName\": null,\n        \"Location\": \"Conf. 221B\",\n        \"PriorityName\": null,\n        \"IsWorkingInterval\": null,\n        \"Duration\": 3,\n        \"EventId\": 961231,\n        \"IsPublished\": null,\n        \"UpdatedIntervals\": null,\n        \"AssociatedRecurringEventId\": null,\n        \"AssociatedTimeOffRequestId\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d9d3b2fe-40c7-42bd-ae7e-7ef2a73c5e29","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","type":"text","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Assign, 5 = Deny, 6 = Pending, 7 = Unassigned"},{"key":"agentId","value":"547","description":"REQUIRED: AgentID of the user whose information you are requesting. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"eventId","value":"961231","type":"text","description":"REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType."},{"key":"eventTypeId","value":"4","type":"text","description":"REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType."},{"key":"duration","value":"3","type":"text","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"description","value":"UPDATING LOCATION","type":"text","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event description."},{"key":"location","value":"Conf. 221B","type":"text","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event location."},{"key":"scheduleId","value":"409","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.","type":"text"},{"key":"eventDate","value":"10/31/2024","description":"REQUIRED for INSERT and ASSIGN, do not include on UPDATE. Expects a date value.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null.","type":"text"},{"key":"reviewStatusId","value":"2","description":"REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending","type":"text"},{"key":"notes","value":"","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event notes.","type":"text"},{"key":"includeNotification","value":"false","description":"REQUIRED on ASSIGN: Use a boolean value to define if the assigned agent should be notified of this event assignment.","type":"text"},{"key":"participantTypeId","value":"0","description":"REQUIRED on Assign: The Participant Type ID of the scheduled event.","type":"text"},{"key":"responsibleUserId","value":"1","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/ScheduleEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47Jy9AOgJGt5EKb0c9Lnn24Kg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 03:11:43 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b0148dac-970d-496b-93fd-b9788b0ef582"},{"name":"ScheduleEventImport","event":[{"listen":"prerequest","script":{"id":"acdbb8e7-6983-45c5-bae3-51a1fb871155","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"736ad84c-6475-481f-a5a1-40b4c43870f1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"02a42d70-f407-4dba-9862-5a52d413572e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"startTime","value":"2024-10-17 12:30","type":"text","description":"<p>REQUIRED: The Date and time of the the Schedule Event. </p>\n"},{"key":"duration","value":"3","type":"text","description":"<p>REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day</p>\n"},{"key":"eventType","value":"1","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Exepects an event type id; a full list of valid IDs can be found using GET EventType.</p>\n"},{"key":"description","value":"1 on 1 meeting","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event description.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList.</p>\n"},{"key":"location","value":"Conf. 215","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the event location.</p>\n"}]},"url":"{{envName}}/api/ScheduleEventImport","description":"<p>Allows the importing of Schedule Events</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleEventImport"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"da28b46e-5d38-495d-967a-ac0d38b60eee","name":"ScheduleEventImport","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"startTime","value":"2024-10-17 12:30","type":"text","description":"REQUIRED: The Date and time of the the Schedule Event. "},{"key":"duration","value":"3","type":"text","description":"REQUIRED: The duration of time you want to view in minutes. 1440 = 1 day"},{"key":"eventType","value":"1","type":"text","description":"REQUIRED: Exepects an event type id; a full list of valid IDs can be found using GET EventType."},{"key":"description","value":"1 on 1 meeting","type":"text","description":"REQUIRED: Value can be left blank. A string entered into this field will appear as the event description."},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList."},{"key":"location","value":"Conf. 215","type":"text","description":"REQUIRED: Value can be left blank. A string entered into this field will appear as the event location."}]},"url":"{{envName}}/api/ScheduleEventImport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J5jFp7c90lbxo/rNm1IL/GE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 03:42:32 GMT"},{"key":"Content-Length","value":"97"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {},\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"02a42d70-f407-4dba-9862-5a52d413572e"},{"name":"WorkingSchedule","event":[{"listen":"prerequest","script":{"id":"db880656-94b9-4106-8015-37aeaf57a17e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"269e4e13-ac10-4d3a-a19d-1ae458be24b6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c2d08b0d-a172-442a-8d63-9559f340dd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/WorkingSchedule?userId=1","description":"<p>Produces a list of working schedules.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingSchedule"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"438fd6be-1453-458a-b109-01d3a30b8809","name":"Working Schedule","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/WorkingSchedule?userId=278","host":["{{envName}}"],"path":["api","WorkingSchedule"],"query":[{"key":"userId","value":"278","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqOpLaz10nI3VULPQT6D5qw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:28:38 GMT"},{"key":"Content-Length","value":"7802"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_schedule_id\": 405,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Holiday 2024 Bid\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-12-09T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-10T07:03:29.9\",\n            \"LastUpdate\": \"2024-01-10T07:03:29.9\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 418,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [4]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-29T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.51\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.51\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 417,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [3]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-22T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.503\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.503\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 416,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [2]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-15T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.497\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.497\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 415,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [1]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-08T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.493\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.493\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 414,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-01T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.487\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.487\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 413,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes [3]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-25T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:39.007\",\n            \"LastUpdate\": \"2024-02-15T15:27:39.007\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 409,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024 [3]\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-25T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.217\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.217\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 412,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes [2]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-18T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:39\",\n            \"LastUpdate\": \"2024-02-15T15:27:39\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 408,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024 [2]\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-18T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.213\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.213\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 407,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024 [1]\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-11T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.207\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.207\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 411,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes [1]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-11T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:38.993\",\n            \"LastUpdate\": \"2024-02-15T15:27:38.993\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 410,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-04T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:38.987\",\n            \"LastUpdate\": \"2024-02-15T15:27:38.987\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 406,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-04T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.2\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.2\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 402,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024 [3]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-26T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.507\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.507\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 401,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024 [2]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-19T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.5\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.5\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 400,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024 [1]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-12T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.493\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.493\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 399,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-05T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.487\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.487\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c2d08b0d-a172-442a-8d63-9559f340dd4c"},{"name":"WorkingSchedule","event":[{"listen":"prerequest","script":{"id":"35386066-0e78-40aa-aa42-c6ce026a03aa","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"fe3c3c07-0e1d-43fd-8f0d-cbf7927825a6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cc1097f1-8743-4569-8045-65bf2d377df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"<p>REQUIRED: 2 = UPDATE, 3 = DELETE</p>\n"},{"key":"id","value":"405","type":"text","description":"<p>REQUIRED: The ID of the working schedule you want to update or delete. Use GET WorkingSchedule to get a list of all scheule IDs available for editing.</p>\n"},{"key":"archived","value":"false","type":"text","description":"<p>REQUIRED: This Boolean value determines if the working schedule is archived or not.</p>\n"},{"key":"published","value":"false","type":"text","description":"<p>REQUIRED: This boolean parameter determines if the working schedule is published. </p>\n"},{"key":"name","value":"Holiday 2024 Bid","type":"text","description":"<p>REQUIRED: Friendly name string to define the working schedule being created/updated.</p>\n"},{"key":"description","value":"Created by API","type":"text","description":"<p>REQUIRED:: Value can be left blank. A string entered into this field will appear as the event description.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"}]},"url":"{{envName}}/api/WorkingSchedule","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingSchedule"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"3c6b7af2-ac3d-432b-9934-f665949cf4f2","name":"WorkingSchedule","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"REQUIRED: 2 = UPDATE, 3 = DELETE"},{"key":"id","value":"405","type":"text","description":"REQUIRED: The ID of the working schedule you want to update or delete. Use GET WorkingSchedule to get a list of all scheule IDs available for editing."},{"key":"archived","value":"false","type":"text","description":"REQUIRED: This Boolean value determines if the working schedule is archived or not."},{"key":"published","value":"false","type":"text","description":"REQUIRED: This boolean parameter determines if the working schedule is published. "},{"key":"name","value":"Holiday 2024 Bid","type":"text","description":"REQUIRED: Friendly name string to define the working schedule being created/updated."},{"key":"description","value":"Created by API","type":"text","description":"REQUIRED:: Value can be left blank. A string entered into this field will appear as the event description."},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]},"url":"{{envName}}/api/WorkingSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J965KjNUwXBvgtTbvS3IohM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 03:58:22 GMT"},{"key":"Content-Length","value":"547"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"Holiday 2024 Bid\",\n        \"Description\": \"Created by API\",\n        \"CreateDate\": null,\n        \"ScheduleGenerated\": 0,\n        \"LastUpdate\": null,\n        \"ScheduleId\": 405,\n        \"Archived\": false,\n        \"AgentName\": null,\n        \"Published\": false,\n        \"ForecastAssignment\": null,\n        \"AgentId\": null,\n        \"StartDate\": null,\n        \"ParticipantCount\": 0,\n        \"CustomWorkHabitsExist\": false,\n        \"FirstDayOfScheduleWeek\": null,\n        \"IncludeDefaultPublishedScheduleLink\": false,\n        \"Icon\": \"../../Images/metro/48x48/calendar-date.png\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"cc1097f1-8743-4569-8045-65bf2d377df7"},{"name":"WorkingScheduleList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2b3c3e45-1206-4c25-8070-5150f426cfd6"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"86f3952e-d018-4e6c-9938-39a9f86e32f1"}}],"id":"137cc700-61ae-414e-81a9-c47b770f8cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"f4b8d519-99f5-4440-b05a-8f2827749960"}],"url":"{{envName}}/api/WorkingScheduleList?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingScheduleList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"65a8f7a3-6824-4faf-8266-6d0e43097aee","name":"Working Schedule List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/WorkingScheduleList?userId=1","host":["{{envName}}"],"path":["api","WorkingScheduleList"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPjMk0WXx2vnMNoKMcMkj6Hc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 18:30:16 GMT"},{"key":"Content-Length","value":"7802"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_schedule_id\": 405,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Holiday 2024 Bid\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-12-09T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-10T07:03:29.9\",\n            \"LastUpdate\": \"2024-01-10T07:03:29.9\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 418,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [4]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-29T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.51\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.51\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 417,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [3]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-22T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.503\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.503\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 416,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [2]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-15T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.497\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.497\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 415,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024 [1]\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-08T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.493\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.493\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 414,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"April 2024\",\n            \"description\": \"April 2024\",\n            \"StartDate\": \"2024-04-01T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-03-05T22:21:32.487\",\n            \"LastUpdate\": \"2024-03-05T22:21:32.487\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 413,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes [3]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-25T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:39.007\",\n            \"LastUpdate\": \"2024-02-15T15:27:39.007\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 409,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024 [3]\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-25T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.217\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.217\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 412,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes [2]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-18T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:39\",\n            \"LastUpdate\": \"2024-02-15T15:27:39\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 408,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024 [2]\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-18T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.213\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.213\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 407,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024 [1]\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-11T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.207\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.207\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 411,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes [1]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-11T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:38.993\",\n            \"LastUpdate\": \"2024-02-15T15:27:38.993\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 410,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"Tes\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-03-04T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-15T15:27:38.987\",\n            \"LastUpdate\": \"2024-02-15T15:27:38.987\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 406,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"March 2024\",\n            \"description\": \"March 2024\",\n            \"StartDate\": \"2024-03-04T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-02-01T08:45:52.2\",\n            \"LastUpdate\": \"2024-02-01T08:45:52.2\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 402,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024 [3]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-26T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.507\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.507\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 401,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024 [2]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-19T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.5\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.5\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 400,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024 [1]\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-12T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.493\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.493\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        },\n        {\n            \"sa_schedule_id\": 399,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"name\": \"February 2024\",\n            \"description\": \"\",\n            \"StartDate\": \"2024-02-05T00:00:00\",\n            \"Published\": false,\n            \"Archived\": false,\n            \"CreateDate\": \"2024-01-03T05:58:57.487\",\n            \"LastUpdate\": \"2024-01-03T05:58:57.487\",\n            \"MemberActivities\": \"Site 1 - Dallas, TX, Customer Program Service, Multimedia Sales, Billing, New Customer Sales, Customer Success, Tier 1 support, Sales Email, Sales Chat, Outbound \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"137cc700-61ae-414e-81a9-c47b770f8cca"}],"id":"4d76f92a-58dd-4ec3-b626-a0666b44cd34","description":"<p>The Schedule endpoints allow for viewing, creating, editing, or removing schedules. This includes both the working and published schedules in CommunityWebAPI.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><a href=\"https://developer.communitywfm.com/#f1e1b910-1de9-400e-b7da-52ee3056c501\">GET AgentAvailability</a></li>\n<li><a href=\"https://developer.communitywfm.com/#b0a96de7-4e87-4463-a0c4-30c9d2e42beb\">GET PublishedAgentScheduleSummary</a></li>\n<li><a href=\"https://developer.communitywfm.com/#88897cbc-2cf8-44de-9ace-440fc2deb35b\">GET PublishedSchedules</a></li>\n<li><a href=\"https://developer.communitywfm.com/#61df8cd4-ce26-42cc-a8c3-a542874c0a6c\">GET ScheduleEvent</a></li>\n<li><a href=\"https://developer.communitywfm.com/#da93a576-ed21-48de-a364-7839ec2bcc7e\">POST ScheduleEvent</a></li>\n<li><a href=\"https://developer.communitywfm.com/#137cc700-61ae-414e-81a9-c47b770f8cca\">GET WorkingScheduleList</a></li>\n</ul>\n","_postman_id":"4d76f92a-58dd-4ec3-b626-a0666b44cd34","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Calendars","item":[{"name":"CalendarEvent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5f102bf1-3e77-42d8-b6f9-55d58aff8ebd"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"15a30ee0-5359-4a39-9063-80617020608e"}}],"id":"7a63b7cf-1738-4fe8-969f-640910236e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"cd5c0d3f-6cd9-4b00-8938-233843214882"}],"url":"{{envName}}/api/CalendarEvent?specialEventId=2&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEvent"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific Calendar Event.</p>\n","type":"text/plain"},"key":"specialEventId","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"5fef0726-2a59-4296-94c9-569896479215","name":"CalendarEvent","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarEvent?specialEventId=2&userId=1","host":["{{envName}}"],"path":["api","CalendarEvent"],"query":[{"key":"specialEventId","value":"2","description":"REQUIRED: The ID of the specific Calendar Event."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ4CrJJ4Fhv1ynS7tGRF2w+Q="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:39:55 GMT"},{"key":"Content-Length","value":"303"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FixedScheduleDate\": \"2023-12-25T00:00:00\",\n        \"IsDefaultClosed\": true,\n        \"Notes\": \"Christmas\",\n        \"PayrollRulesCalculatorClasspath\": null,\n        \"SpecialEventId\": 2,\n        \"SyncCollectionExceptions\": true,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7a63b7cf-1738-4fe8-969f-640910236e34"},{"name":"CalendarEvent","event":[{"listen":"prerequest","script":{"id":"987b6eb9-725e-44d1-9ca2-f4c3774181bb","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"86d1f9a1-e325-4850-b02c-bcc03f90e99e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"42f956d8-cc99-47d3-a9c4-930c9c41654a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"notes","value":"Halloween API Training","description":"<p>REQUIRED: This string field defines the notes that will describe the Calendar Event.</p>\n","type":"text"},{"key":"specialEventId","value":"13","description":"<p>REQUIRED on UPDATE and DELETE: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.</p>\n","type":"text"},{"key":"isDefaultClosed","value":"true","description":"<p>REQUIRED: This boolean parameter indicates if the calendar event defaults to closed.</p>\n","type":"text"},{"key":"fixedScheduleDate","value":"10/31/2024","description":"<p>REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.</p>\n","type":"text"},{"key":"numInstances","value":"1","description":"<p>REQUIRED: An integer designating the number of instances available for the Calendar Event.</p>\n","type":"text"},{"key":"syncCollectionExceptions","value":"false","description":"<p>REQUIRED: Indicates if the collection exceptions should be synced. Expects a boolean value of True/false.</p>\n","type":"text"},{"key":"syncCollectionExceptionsOnUpdate","value":"false","description":"<p>REQUIRED on UPDATE: This boolean field designates if the collection exceptions should be synced on update. </p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarEvent","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEvent"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"400e3c04-de2f-4e4f-b0bd-f1dad660c84b","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"notes","value":"Halloween API Training","description":"REQUIRED: This string field defines the notes that will describe the Calendar Event.","type":"text"},{"key":"specialEventId","value":"","description":"REQUIRED on UPDATE and DELETE: ","type":"text","disabled":true},{"key":"isDefaultClosed","value":"false","description":"REQUIRED: This boolean parameter indicates if the calendar event defaults to closed.","type":"text"},{"key":"fixedScheduleDate","value":"10/31/2024","description":"REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.","type":"text"},{"key":"numInstances","value":"1","description":"REQUIRED: An integer designating the number of instances available for the Calendar Event.","type":"text"},{"key":"syncCollectionExceptions","value":"false","description":"REQUIRED: Indicates if the collection exceptions should be synced. Expects a boolean value of True/false.","type":"text"},{"key":"syncCollectionExceptionsOnUpdate","value":"false","description":"REQUIRED on UPDATE: This boolean field designates if the collection exceptions should be synced on update. ","type":"text","disabled":true},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/CalendarEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J+SO5h430db1x0EooGfnSas="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:21:23 GMT"},{"key":"Content-Length","value":"319"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FixedScheduleDate\": \"2024-10-31T00:00:00\",\n        \"IsDefaultClosed\": false,\n        \"Notes\": \"Halloween API Training\",\n        \"PayrollRulesCalculatorClasspath\": null,\n        \"SpecialEventId\": 12,\n        \"SyncCollectionExceptions\": false,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"28e442b7-d9cb-4b8b-a240-9a1f7786f58c","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"notes","value":"Halloween API Training (CANCELLED)","description":"REQUIRED: This string field defines the notes that will describe the Calendar Event.","type":"text"},{"key":"specialEventId","value":"12","description":"REQUIRED on UPDATE and DELETE: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.","type":"text"},{"key":"isDefaultClosed","value":"true","description":"REQUIRED: This boolean parameter indicates if the calendar event defaults to closed.","type":"text"},{"key":"fixedScheduleDate","value":"10/31/2024","description":"REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.","type":"text"},{"key":"numInstances","value":"1","description":"REQUIRED: An integer designating the number of instances available for the Calendar Event.","type":"text"},{"key":"syncCollectionExceptions","value":"false","description":"REQUIRED: Indicates if the collection exceptions should be synced. Expects a boolean value of True/false.","type":"text"},{"key":"syncCollectionExceptionsOnUpdate","value":"false","description":"REQUIRED on UPDATE: This boolean field designates if the collection exceptions should be synced on update. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/CalendarEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J/Vejmcwus4kZkyddjui0zM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:23:03 GMT"},{"key":"Content-Length","value":"330"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FixedScheduleDate\": \"2024-10-31T00:00:00\",\n        \"IsDefaultClosed\": true,\n        \"Notes\": \"Halloween API Training (CANCELLED)\",\n        \"PayrollRulesCalculatorClasspath\": null,\n        \"SpecialEventId\": 12,\n        \"SyncCollectionExceptions\": false,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"a59fa1e2-dc6d-43f6-bf79-8cc1087a96bc","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"notes","value":"Halloween API Training (CANCELLED)","description":"REQUIRED: This string field defines the notes that will describe the Calendar Event.","type":"text"},{"key":"specialEventId","value":"12","description":"REQUIRED on UPDATE and DELETE: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.","type":"text"},{"key":"isDefaultClosed","value":"true","description":"REQUIRED: This boolean parameter indicates if the calendar event defaults to closed.","type":"text"},{"key":"fixedScheduleDate","value":"10/31/2024","description":"REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.","type":"text"},{"key":"numInstances","value":"1","description":"REQUIRED: An integer designating the number of instances available for the Calendar Event.","type":"text"},{"key":"syncCollectionExceptions","value":"false","description":"REQUIRED: Indicates if the collection exceptions should be synced. Expects a boolean value of True/false.","type":"text"},{"key":"syncCollectionExceptionsOnUpdate","value":"false","description":"REQUIRED on UPDATE: This boolean field designates if the collection exceptions should be synced on update. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/CalendarEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J+4dvmdfBXG3UkseZ/2eQOg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:23:21 GMT"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"FixedScheduleDate\": null,\n        \"IsDefaultClosed\": null,\n        \"Notes\": null,\n        \"PayrollRulesCalculatorClasspath\": null,\n        \"SpecialEventId\": 12,\n        \"SyncCollectionExceptions\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"42f956d8-cc99-47d3-a9c4-930c9c41654a"},{"name":"CalendarEventActivity","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"6f97acc7-ed06-4a08-911f-1bb584ace6e9"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"099edd6a-c86b-4487-9f28-75b5bccf52fe"}}],"id":"4490c9b9-0d42-4af9-9c78-c4d81b212bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"f638e0ce-4bec-4f21-a8ea-0da67a287b2f"}],"url":"{{envName}}/api/CalendarEventActivity?specialEventId=2&activityId=&userId=1&activityTree=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEventActivity"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific Calendar Event.</p>\n","type":"text/plain"},"key":"specialEventId","value":"2"},{"description":{"content":"<p>OPTIONAL: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. </p>\n","type":"text/plain"},"key":"activityId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>OPTIONAL: This field, either true or false, will return a list of the activities that are assigned to a calendar event or are not assigned. Leave blank/null if using activityId.</p>\n","type":"text/plain"},"key":"activityTree","value":"true"}],"variable":[]}},"response":[{"id":"dbed2883-aecf-42b6-915b-b762eedd0dbc","name":"CalendarEventActivity","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarEventActivity?specialEventId=2&activityId=&userId=1&activityTree=true","host":["{{envName}}"],"path":["api","CalendarEventActivity"],"query":[{"key":"specialEventId","value":"2","description":"REQUIRED: The ID of the specific Calendar Event."},{"key":"activityId","value":"","description":"OPTIONAL: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"activityTree","value":"true","description":"OPTIONAL: This field, either true or false, will return a list of the activities that are assigned to a calendar event or are not assigned. Leave blank/null if using activityId."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ6pl4nQOd4d6QaFywNnhbag="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:47:24 GMT"},{"key":"Content-Length","value":"3006"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"SeqNo\": 1,\n            \"ActivityId\": 1,\n            \"ParentId\": null,\n            \"ActivityTypeId\": 4,\n            \"Name\": \"CommunityWFM\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 2,\n            \"ActivityId\": 2,\n            \"ParentId\": 1,\n            \"ActivityTypeId\": 1,\n            \"Name\": \"1- Dallas, TX\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 3,\n            \"ActivityId\": 6,\n            \"ParentId\": 1,\n            \"ActivityTypeId\": 1,\n            \"Name\": \"2 - Nashville, TN\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 4,\n            \"ActivityId\": 22,\n            \"ParentId\": 1,\n            \"ActivityTypeId\": 1,\n            \"Name\": \"3- Minneapolis, MN\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 5,\n            \"ActivityId\": 95,\n            \"ParentId\": 1,\n            \"ActivityTypeId\": 3,\n            \"Name\": \"Virtual Activity\",\n            \"IsAssignedToCalendarEvent\": false\n        },\n        {\n            \"SeqNo\": 6,\n            \"ActivityId\": 3,\n            \"ParentId\": 2,\n            \"ActivityTypeId\": 5,\n            \"Name\": \"Customer Program Service\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 7,\n            \"ActivityId\": 5,\n            \"ParentId\": 2,\n            \"ActivityTypeId\": 5,\n            \"Name\": \"Multimedia Sales\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 8,\n            \"ActivityId\": 7,\n            \"ParentId\": 6,\n            \"ActivityTypeId\": 5,\n            \"Name\": \"Help Desk\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 9,\n            \"ActivityId\": 8,\n            \"ParentId\": 6,\n            \"ActivityTypeId\": 5,\n            \"Name\": \"Multimedia Support\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 10,\n            \"ActivityId\": 63,\n            \"ParentId\": 22,\n            \"ActivityTypeId\": 5,\n            \"Name\": \"Main Contact Center\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 11,\n            \"ActivityId\": 9,\n            \"ParentId\": 3,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Billing\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 12,\n            \"ActivityId\": 11,\n            \"ParentId\": 3,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Customer Success\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 13,\n            \"ActivityId\": 10,\n            \"ParentId\": 3,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"New Customer Sales\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 14,\n            \"ActivityId\": 101,\n            \"ParentId\": 3,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Outbound \",\n            \"IsAssignedToCalendarEvent\": false\n        },\n        {\n            \"SeqNo\": 15,\n            \"ActivityId\": 12,\n            \"ParentId\": 3,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Tier 1 support\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 16,\n            \"ActivityId\": 24,\n            \"ParentId\": 5,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Sales Chat\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 17,\n            \"ActivityId\": 23,\n            \"ParentId\": 5,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Sales Email\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 18,\n            \"ActivityId\": 19,\n            \"ParentId\": 7,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Devloper support\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 19,\n            \"ActivityId\": 18,\n            \"ParentId\": 7,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Tier 2\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 20,\n            \"ActivityId\": 17,\n            \"ParentId\": 7,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Tier 3\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 21,\n            \"ActivityId\": 25,\n            \"ParentId\": 8,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Support Chat\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 22,\n            \"ActivityId\": 20,\n            \"ParentId\": 8,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"Support Email \",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 23,\n            \"ActivityId\": 65,\n            \"ParentId\": 63,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"BPO A\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 24,\n            \"ActivityId\": 66,\n            \"ParentId\": 63,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"BPO B\",\n            \"IsAssignedToCalendarEvent\": true\n        },\n        {\n            \"SeqNo\": 25,\n            \"ActivityId\": 96,\n            \"ParentId\": 63,\n            \"ActivityTypeId\": 2,\n            \"Name\": \"BPO C\",\n            \"IsAssignedToCalendarEvent\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"4490c9b9-0d42-4af9-9c78-c4d81b212bfd"},{"name":"CalendarEventActivity","event":[{"listen":"prerequest","script":{"id":"336aeb54-500e-4ced-b6c7-945c6a98210f","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"0f4c418d-9abd-4a28-bf25-565165068636","exec":[""],"type":"text/javascript","packages":{}}}],"id":"64f3b909-feeb-4d79-aaed-4fed31f0b903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT a new member, 3 = Delete existing member</p>\n","type":"text"},{"key":"specialEventId","value":"13","description":"<p>REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"assignedActivities","value":"96","description":"<p>REQUIRED: The ID of the activity to which to assign the acalendar event. A list of ActivityIds can be found with GET Activity </p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarEventActivity","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEventActivity"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"3fe515cc-19bf-495a-97a8-5b4370c5f4c7","name":"CalendarEventActivity","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT a new member, 3 = Delete existing member","type":"text"},{"key":"specialEventId","value":"13","description":"REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"assignedActivities","value":"96","description":"REQUIRED: The ID of the activity to which to assign the acalendar event. A list of ActivityIds can be found with GET Activity ","type":"text"}]},"url":"{{envName}}/api/CalendarEventActivity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J9YlIrbdw+OK2cEb2YtRedQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:27:52 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"64f3b909-feeb-4d79-aaed-4fed31f0b903"},{"name":"CalendarEventSchedule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"75a8bbff-1089-4290-8716-a42ac3a300fa"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"7177e8c9-4fde-40c1-9b7f-8cd762ec8bee"}}],"id":"6e2f6183-356a-48bb-b9d9-f0bd30689f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6d3cea43-1df7-445c-b2f5-272ef3134922"}],"url":"{{envName}}/api/CalendarEventSchedule?scheduleId=405&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEventSchedule"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This is the ID of the specific schedule to check against.</p>\n","type":"text/plain"},"key":"scheduleId","value":"405"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"5adabb47-65c4-4288-affa-b46f07ae1597","name":"CalendarEventSchedule","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarEventSchedule?scheduleId=405&userId=1","host":["{{envName}}"],"path":["api","CalendarEventSchedule"],"query":[{"key":"scheduleId","value":"405","description":"REQUIRED: This is the ID of the specific schedule to check against."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ8JuYx+QPzmLlId8xMgL+/E="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:57:17 GMT"},{"key":"Content-Length","value":"97"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"6e2f6183-356a-48bb-b9d9-f0bd30689f98"},{"name":"CalendarEventSchedule","event":[{"listen":"prerequest","script":{"id":"8b0f54e1-f885-45df-ae38-b22afecb2a3e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"ae384102-4c8a-463b-93b0-ee61cafbaf53","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2ab89caf-448c-4615-8153-1781ada0baab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scheduleId","value":"409","description":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text"},{"key":"specialEventId","value":"13","description":"<p>REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.</p>\n","type":"text"},{"key":"timeZoneId","value":"20","description":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text"},{"key":"dow","value":"1","description":"<p>REQUIRED: Provide the dayId which is an integer between 1 and 7 based on the start day configured (see GET DayList). You can leave this value blank/NULL to get a list of start time preferences for every day of the week.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarEventSchedule","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEventSchedule"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"220c88b2-510b-4d7d-a292-2fab1a7590c5","name":"CalendarEventSchedule","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scheduleId","value":"409","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.","type":"text"},{"key":"specialEventId","value":"13","description":"REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.","type":"text"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.","type":"text"},{"key":"dow","value":"1","description":"REQUIRED: Provide the dayId which is an integer between 1 and 7 based on the start day configured (see GET DayList). You can leave this value blank/NULL to get a list of start time preferences for every day of the week.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/CalendarEventSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47JzbIYKYFemdCvEvono/5Cxg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:33:45 GMT"},{"key":"Content-Length","value":"97"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2ab89caf-448c-4615-8153-1781ada0baab"},{"name":"CalendarEventScheduleDate","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"43a9d860-e4a7-450c-b39a-f33bc2af4857"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"c0245687-cabf-499e-8246-52cef7bd84bb"}}],"id":"5e1005b2-2108-4a0d-b059-c77c437fb897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"27990a96-f105-4ec4-be58-3a2bea839251"}],"url":"{{envName}}/api/CalendarEventScheduleDate?specialEventId=2&calendarDate=12/25/2023&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEventScheduleDate"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the special event.</p>\n","type":"text/plain"},"key":"specialEventId","value":"2"},{"description":{"content":"<p>REQUIRED: The date of the specific special event.</p>\n","type":"text/plain"},"key":"calendarDate","value":"12/25/2023"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"d7d3eba3-aa0e-4218-a168-a0dc82acc077","name":"CalendarEventScheduleDate","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarEventScheduleDate?specialEventId=2&calendarDate=12/25/2023&userId=1","host":["{{envName}}"],"path":["api","CalendarEventScheduleDate"],"query":[{"key":"specialEventId","value":"2","description":"REQUIRED: The ID of the special event."},{"key":"calendarDate","value":"12/25/2023","description":"REQUIRED: The date of the specific special event."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ3lAEejTG6RJ/6RdiyYIXcU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:54:52 GMT"},{"key":"Content-Length","value":"301"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": \"2020-05-20T10:49:24.49\",\n        \"LastUpdate\": \"2020-05-20T10:49:24.49\",\n        \"Notes\": \"Created by instance generator.\",\n        \"SpecialEventId\": 2,\n        \"CalendarDate\": \"2023-12-25T00:00:00\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"5e1005b2-2108-4a0d-b059-c77c437fb897"},{"name":"CalendarEventScheduleDate","event":[{"listen":"prerequest","script":{"id":"3cf8969b-6cf3-4b11-bf8e-b69da40ae5df","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"636fe01f-efe4-41b8-ad00-5fdbe2bbca72","exec":[""],"type":"text/javascript","packages":{}}}],"id":"56525a91-b9d1-4426-8dfa-bf0415d42604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"specialEventId","value":"13","description":"<p>REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.</p>\n","type":"text"},{"key":"calendarDate","value":"10/31/2024","description":"<p>REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.</p>\n","type":"text"},{"key":"notes","value":"Halloween API Training (CANCELLED)","description":"<p>REQUIRED: This string field defines the notes that will describe the Calendar Event.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarEventScheduleDate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarEventScheduleDate"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"d6b148b5-0384-4720-a66b-b9e55bd3bdde","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"specialEventId","value":"13","description":"REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.","type":"text"},{"key":"calendarDate","value":"10/31/2024","description":"REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.","type":"text"},{"key":"notes","value":"Halloween API Training","description":"REQUIRED: This string field defines the notes that will describe the Calendar Event.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/CalendarEventScheduleDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J6ayUh91Q4OZOBuUb2vFOt0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:36:07 GMT"},{"key":"Content-Length","value":"254"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"LastUpdate\": null,\n        \"Notes\": \"Halloween API Training\",\n        \"SpecialEventId\": 13,\n        \"CalendarDate\": \"2024-10-31T00:00:00\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"843d2edf-099f-4e1c-8dd1-29533d6df57a","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"specialEventId","value":"13","description":"REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.","type":"text"},{"key":"calendarDate","value":"10/31/2024","description":"REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.","type":"text"},{"key":"notes","value":"Halloween API Training (CANCELLED)","description":"REQUIRED: This string field defines the notes that will describe the Calendar Event.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/CalendarEventScheduleDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J8I9Fg4hHVoT7oAfYhKCLGk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:36:26 GMT"},{"key":"Content-Length","value":"266"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"LastUpdate\": null,\n        \"Notes\": \"Halloween API Training (CANCELLED)\",\n        \"SpecialEventId\": 13,\n        \"CalendarDate\": \"2024-10-31T00:00:00\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"34b4f396-abd8-41dd-bc17-7278c00264f2","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"specialEventId","value":"13","description":"REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.","type":"text"},{"key":"calendarDate","value":"10/31/2024","description":"REQUIRED: The date of the calendar event in MM/DD/YYY or YYYY-MM-DD format.","type":"text"},{"key":"notes","value":"Halloween API Training (CANCELLED)","description":"REQUIRED: This string field defines the notes that will describe the Calendar Event.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"}]},"url":"{{envName}}/api/CalendarEventScheduleDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47JwOX3naF8/LZDc1GpUUlXyI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 04:36:36 GMT"},{"key":"Content-Length","value":"234"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"LastUpdate\": null,\n        \"Notes\": null,\n        \"SpecialEventId\": 13,\n        \"CalendarDate\": \"2024-10-31T00:00:00\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"56525a91-b9d1-4426-8dfa-bf0415d42604"},{"name":"CalendarPartition","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"02e41548-00cc-47cd-8185-ced79f83bead"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"caacc123-9b3c-4dbd-a3e3-de151f61382c"}}],"id":"da554bbc-6824-4a4c-a2c8-119895cafb2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a20d5625-1b15-48e7-a03b-e7ea34633ed6"}],"url":"{{envName}}/api/CalendarPartition?calendarStatusId=&userId=278","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartition"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The speicfic calendar status ID. Can be left NULL or blank.</p>\n","type":"text/plain"},"key":"calendarStatusId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"278"}],"variable":[]}},"response":[{"id":"232aaae2-6382-469b-b306-9d008d99e6cc","name":"CalendarPartition","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarPartition?calendarStatusId=5&userId=1","host":["{{envName}}"],"path":["api","CalendarPartition"],"query":[{"key":"calendarStatusId","value":"5","description":"REQUIRED: The speicfic calendar status ID. Can be left NULL or blank."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ19521JIBg/WlFsmS8aUjFo="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:00:52 GMT"},{"key":"Content-Length","value":"1235"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"CalendarId\": 5,\n            \"Name\": \"test 2\",\n            \"Description\": null,\n            \"CreateDate\": \"2024-03-11T10:38:28.447\",\n            \"LastUpdate\": \"2024-03-31T05:00:22.5\",\n            \"UserId\": 1,\n            \"UserName\": \"Account, Service \",\n            \"FromDate\": \"2024-03-01T00:00:00\",\n            \"ThruDate\": \"2024-03-31T00:00:00\",\n            \"BlockVisibility\": 100,\n            \"BlockVisibilityName\": \"Agent\",\n            \"CalendarStatusId\": 5,\n            \"CalendarStatusName\": \"Finished\",\n            \"CalendarStatusDescription\": \"The PTO calendar is closed to any further modifications, including time off rules and time off requests.\",\n            \"CalendarStatusIcon\": \"signal_flag_checkered.png\",\n            \"RosterTemplateId\": 7,\n            \"SelectionTypeId\": 2,\n            \"SelectionTypeName\": \"Bid-round selection\",\n            \"SelectionTypeIcon\": null,\n            \"SelectionTypeDescription\": \"All participants simulaneously make PTO selections, and the final assignemt occurs after the bid round is closed.\",\n            \"ClassificationsPercent\": 50,\n            \"ParticipantsPercent\": 2.17,\n            \"ParticipantsCount\": 2,\n            \"ClassificationsCount\": 1,\n            \"ShrinkageType\": 1,\n            \"IsDiscretionaryShrinkage\": 1,\n            \"NonDiscretionaryShrinkage\": 0,\n            \"IncludePriorDaysAccrual\": 0,\n            \"IgnoreFollowingDaysAccrual\": 0,\n            \"IncludeBeginningBalanceAccruals\": false,\n            \"IsCalendarOpenSelection\": false,\n            \"AutoCloseOpenSelectionDate\": \"2024-03-31T00:00:00\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"da554bbc-6824-4a4c-a2c8-119895cafb2c"},{"name":"CalendarPartition","event":[{"listen":"prerequest","script":{"id":"edfb39d4-e77c-481c-8e0d-4145aee86a72","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"fb9a8857-8e7a-46fe-b7a1-05ceeccd172d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ea695c5a-efa1-480a-8ac0-c69d9eed63f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"calendarId","value":"8","description":"<p>REQUIRED on UPDATE and DELETE: The ID of the specific calendar partition. When using INSERT calendarPartitionId will be returned. Use GET CalendarPartition for a list of partitions to use. </p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"name","value":"Halloween Partition","description":"<p>REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values.</p>\n","type":"text"},{"key":"description","value":"UPDATED  ","description":"<p>REQUIRED: A string entered into this field will appear as the event description.</p>\n","type":"text"},{"key":"selectionTypeId","value":"1","description":"<p>REQUIRED: 2 = Bid-round selection</p>\n","type":"text"},{"key":"fromDate","value":"10/31/2024","description":"<p>REQUIRED: Defines the start date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text"},{"key":"thruDate","value":"10/31/2024","description":"<p>REQUIRED: Defines the end date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text"},{"key":"calendarStatusId","value":"1","description":"<p>REQUIRED: The speicfic calendar status ID. Can be left NULL or blank.</p>\n","type":"text"},{"key":"blockVisibility","value":"false","description":"<p>REQUIRED: A boolean value determining if the user interface visibility is blocked by this calendar partition. </p>\n","type":"text"},{"key":"rosterTemplateId","value":"1","description":"<p>REQUIRED: The ID of the roster template. </p>\n","type":"text"},{"key":"shrinkageType","value":"3","description":"<p>REQUIRED: The type of shrinkage that this calendar supports. If Discretionary (1), then only discretionary PTO Classifications can be added to the calendar and thus bid on. If NonDiscreationary (2), the same is true. If both (3), then any PTO classification can be included and bid on.</p>\n","type":"text"},{"key":"includePriorDaysAccrual","value":"4","description":"<p>REQUIRED: This value determines how to align the PTO calendar partition to Accrual Periods when they may be mismatched. It tells the accrual report for the PTO calendar how many days PRIOR to the beginning of the PTO Calendar the accrual report should look for accrual transactions.</p>\n","type":"text"},{"key":"ignoreFollowingDaysAccrual","value":"1","description":"<p>REQUIRED: The corrolary to the include prior is the ignore FOLLOWING. This value determines the number of days the accrual report will IGNORE prior to the end of the PTO calendar.</p>\n","type":"text"},{"key":"includeBeginningBalanceAccruals","value":"false","description":"<p>REQUIRED: Used to determine if PRIOR or BEGINNING balances should be included in the hours that participants bid during the bid rounds. If FALSE, then ONLY the accrual transactiosn included in the calendar (subject to tuning parameters above) apply to the bid-round process. If TRUE, then any prior balance rollovers from previous calendars (via accrual balances OR rollover balances) will be included in the PTO Calendar bid rounds and subject to the rules of the round.</p>\n","type":"text"},{"key":"isCalendarOpenSelection","value":"false","description":"<p>REQUIRED: Determines if this calendar is eligible for participants to perform \"open selection\" meaning participants can make requests for periods inside the calendar range.</p>\n","type":"text"},{"key":"autoCloseOpenSelectionDate","value":"10/1/2024","description":"<p>REQUIRED: Determines the automatic close date for \"open selection\" calendars. </p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarPartition","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartition"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"4cd9a658-1eba-4a92-82b5-a4b4415ce19c","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"calendarId","value":"8","description":"REQUIRED on UPDATE and DELETE: The ID of the specific calendar partition. When using INSERT calendarPartitionId will be returned. Use GET CalendarPartition for a list of partitions to use. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"name","value":"Halloween Partition","description":"REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values.","type":"text"},{"key":"description","value":"","description":"REQUIRED: A string entered into this field will appear as the event description.","type":"text"},{"key":"selectionTypeId","value":"1","description":"REQUIRED: 2 = Bid-round selection","type":"text"},{"key":"fromDate","value":"10/31/2024","description":"REQUIRED: Defines the start date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"thruDate","value":"10/31/2024","description":"REQUIRED: Defines the end date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"calendarStatusId","value":"1","description":"REQUIRED: The speicfic calendar status ID. Can be left NULL or blank.","type":"text"},{"key":"blockVisibility","value":"false","description":"REQUIRED: A boolean value determining if the user interface visibility is blocked by this calendar partition. ","type":"text"},{"key":"rosterTemplateId","value":"1","description":"REQUIRED: The ID of the roster template. ","type":"text"},{"key":"shrinkageType","value":"3","description":"REQUIRED: The type of shrinkage that this calendar supports. If Discretionary (1), then only discretionary PTO Classifications can be added to the calendar and thus bid on. If NonDiscreationary (2), the same is true. If both (3), then any PTO classification can be included and bid on.","type":"text"},{"key":"includePriorDaysAccrual","value":"4","description":"REQUIRED: This value determines how to align the PTO calendar partition to Accrual Periods when they may be mismatched. It tells the accrual report for the PTO calendar how many days PRIOR to the beginning of the PTO Calendar the accrual report should look for accrual transactions.","type":"text"},{"key":"ignoreFollowingDaysAccrual","value":"1","description":"REQUIRED: The corrolary to the include prior is the ignore FOLLOWING. This value determines the number of days the accrual report will IGNORE prior to the end of the PTO calendar.","type":"text"},{"key":"includeBeginningBalanceAccruals","value":"false","description":"REQUIRED: Used to determine if PRIOR or BEGINNING balances should be included in the hours that participants bid during the bid rounds. If FALSE, then ONLY the accrual transactiosn included in the calendar (subject to tuning parameters above) apply to the bid-round process. If TRUE, then any prior balance rollovers from previous calendars (via accrual balances OR rollover balances) will be included in the PTO Calendar bid rounds and subject to the rules of the round.","type":"text"},{"key":"isCalendarOpenSelection","value":"false","description":"REQUIRED: Determines if this calendar is eligible for participants to perform \"open selection\" meaning participants can make requests for periods inside the calendar range.","type":"text"},{"key":"autoCloseOpenSelectionDate","value":"10/1/2024","description":"REQUIRED: Determines the automatic close date for \"open selection\" calendars. ","type":"text"}]},"url":"{{envName}}/api/CalendarPartition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J5b+CG7OHX8ON8yYJv8Ph9c="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 05:01:53 GMT"},{"key":"Content-Length","value":"994"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SelectionTypeClasspath\": null,\n        \"SelectionTypeId\": 1,\n        \"CreateDate\": null,\n        \"ThruDate\": \"2024-10-31T00:00:00\",\n        \"CalendarStatusId\": 1,\n        \"Name\": \"Halloween Partition\",\n        \"ResponsibleUserName\": null,\n        \"CalendarPartitionId\": 8,\n        \"BlockVisibility\": 0,\n        \"CalendarStatusIcon\": null,\n        \"CalendarStatusName\": null,\n        \"SelectionTypeName\": null,\n        \"FromDate\": \"2024-10-31T00:00:00\",\n        \"ResponsibleUserId\": null,\n        \"Description\": null,\n        \"RosterTemplateId\": 1,\n        \"LastUpdate\": null,\n        \"BlockVisibilityName\": null,\n        \"ParticipantPercent\": 0,\n        \"ClassificationCompletePercent\": 0,\n        \"ParticipantsCount\": null,\n        \"ClassificationsCount\": null,\n        \"CalendarStatusDescription\": null,\n        \"ShrinkageType\": 3,\n        \"IsDiscretionaryShrinkage\": false,\n        \"IsNonDiscretionaryShrinkage\": false,\n        \"IncludePriorDaysAccrual\": 4,\n        \"IgnoreFollowingDaysAccrual\": 1,\n        \"IncludeBeginningBalanceAccruals\": false,\n        \"IsCalendarOpenSelection\": null,\n        \"AutoCloseOpenSelectionDate\": null,\n        \"ParticipantOrdinal\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"de8d6365-62e4-4e99-ac4a-bf35c8119670","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"calendarId","value":"8","description":"REQUIRED on UPDATE and DELETE: The ID of the specific calendar partition. When using INSERT calendarPartitionId will be returned. Use GET CalendarPartition for a list of partitions to use. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"name","value":"Halloween Partition","description":"REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values.","type":"text"},{"key":"description","value":"UPDATED  ","description":"REQUIRED: A string entered into this field will appear as the event description.","type":"text"},{"key":"selectionTypeId","value":"1","description":"REQUIRED: 2 = Bid-round selection","type":"text"},{"key":"fromDate","value":"10/31/2024","description":"REQUIRED: Defines the start date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"thruDate","value":"10/31/2024","description":"REQUIRED: Defines the end date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"calendarStatusId","value":"1","description":"REQUIRED: The speicfic calendar status ID. Can be left NULL or blank.","type":"text"},{"key":"blockVisibility","value":"false","description":"REQUIRED: A boolean value determining if the user interface visibility is blocked by this calendar partition. ","type":"text"},{"key":"rosterTemplateId","value":"1","description":"REQUIRED: The ID of the roster template. ","type":"text"},{"key":"shrinkageType","value":"3","description":"REQUIRED: The type of shrinkage that this calendar supports. If Discretionary (1), then only discretionary PTO Classifications can be added to the calendar and thus bid on. If NonDiscreationary (2), the same is true. If both (3), then any PTO classification can be included and bid on.","type":"text"},{"key":"includePriorDaysAccrual","value":"4","description":"REQUIRED: This value determines how to align the PTO calendar partition to Accrual Periods when they may be mismatched. It tells the accrual report for the PTO calendar how many days PRIOR to the beginning of the PTO Calendar the accrual report should look for accrual transactions.","type":"text"},{"key":"ignoreFollowingDaysAccrual","value":"1","description":"REQUIRED: The corrolary to the include prior is the ignore FOLLOWING. This value determines the number of days the accrual report will IGNORE prior to the end of the PTO calendar.","type":"text"},{"key":"includeBeginningBalanceAccruals","value":"false","description":"REQUIRED: Used to determine if PRIOR or BEGINNING balances should be included in the hours that participants bid during the bid rounds. If FALSE, then ONLY the accrual transactiosn included in the calendar (subject to tuning parameters above) apply to the bid-round process. If TRUE, then any prior balance rollovers from previous calendars (via accrual balances OR rollover balances) will be included in the PTO Calendar bid rounds and subject to the rules of the round.","type":"text"},{"key":"isCalendarOpenSelection","value":"false","description":"REQUIRED: Determines if this calendar is eligible for participants to perform \"open selection\" meaning participants can make requests for periods inside the calendar range.","type":"text"},{"key":"autoCloseOpenSelectionDate","value":"10/1/2024","description":"REQUIRED: Determines the automatic close date for \"open selection\" calendars. ","type":"text"}]},"url":"{{envName}}/api/CalendarPartition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J4xo9Ni8yB/MkTMONjf9pYI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 05:10:44 GMT"},{"key":"Content-Length","value":"1004"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SelectionTypeClasspath\": null,\n        \"SelectionTypeId\": 1,\n        \"CreateDate\": null,\n        \"ThruDate\": \"2024-10-31T00:00:00\",\n        \"CalendarStatusId\": null,\n        \"Name\": \"Halloween Partition\",\n        \"ResponsibleUserName\": null,\n        \"CalendarPartitionId\": 8,\n        \"BlockVisibility\": 0,\n        \"CalendarStatusIcon\": null,\n        \"CalendarStatusName\": null,\n        \"SelectionTypeName\": null,\n        \"FromDate\": \"2024-10-31T00:00:00\",\n        \"ResponsibleUserId\": null,\n        \"Description\": \"UPDATED  \",\n        \"RosterTemplateId\": 1,\n        \"LastUpdate\": null,\n        \"BlockVisibilityName\": null,\n        \"ParticipantPercent\": 0,\n        \"ClassificationCompletePercent\": 0,\n        \"ParticipantsCount\": null,\n        \"ClassificationsCount\": null,\n        \"CalendarStatusDescription\": null,\n        \"ShrinkageType\": 3,\n        \"IsDiscretionaryShrinkage\": false,\n        \"IsNonDiscretionaryShrinkage\": false,\n        \"IncludePriorDaysAccrual\": 4,\n        \"IgnoreFollowingDaysAccrual\": 1,\n        \"IncludeBeginningBalanceAccruals\": false,\n        \"IsCalendarOpenSelection\": null,\n        \"AutoCloseOpenSelectionDate\": null,\n        \"ParticipantOrdinal\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"1326c570-a456-4ee2-9cb8-8ae62f17e87b","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"calendarId","value":"8","description":"REQUIRED on UPDATE and DELETE: The ID of the specific calendar partition. When using INSERT calendarPartitionId will be returned. Use GET CalendarPartition for a list of partitions to use. ","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"name","value":"Halloween Partition","description":"REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values.","type":"text"},{"key":"description","value":"UPDATED  ","description":"REQUIRED: A string entered into this field will appear as the event description.","type":"text"},{"key":"selectionTypeId","value":"1","description":"REQUIRED: 2 = Bid-round selection","type":"text"},{"key":"fromDate","value":"10/31/2024","description":"REQUIRED: Defines the start date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"thruDate","value":"10/31/2024","description":"REQUIRED: Defines the end date for the partition. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"calendarStatusId","value":"1","description":"REQUIRED: The speicfic calendar status ID. Can be left NULL or blank.","type":"text"},{"key":"blockVisibility","value":"false","description":"REQUIRED: A boolean value determining if the user interface visibility is blocked by this calendar partition. ","type":"text"},{"key":"rosterTemplateId","value":"1","description":"REQUIRED: The ID of the roster template. ","type":"text"},{"key":"shrinkageType","value":"3","description":"REQUIRED: The type of shrinkage that this calendar supports. If Discretionary (1), then only discretionary PTO Classifications can be added to the calendar and thus bid on. If NonDiscreationary (2), the same is true. If both (3), then any PTO classification can be included and bid on.","type":"text"},{"key":"includePriorDaysAccrual","value":"4","description":"REQUIRED: This value determines how to align the PTO calendar partition to Accrual Periods when they may be mismatched. It tells the accrual report for the PTO calendar how many days PRIOR to the beginning of the PTO Calendar the accrual report should look for accrual transactions.","type":"text"},{"key":"ignoreFollowingDaysAccrual","value":"1","description":"REQUIRED: The corrolary to the include prior is the ignore FOLLOWING. This value determines the number of days the accrual report will IGNORE prior to the end of the PTO calendar.","type":"text"},{"key":"includeBeginningBalanceAccruals","value":"false","description":"REQUIRED: Used to determine if PRIOR or BEGINNING balances should be included in the hours that participants bid during the bid rounds. If FALSE, then ONLY the accrual transactiosn included in the calendar (subject to tuning parameters above) apply to the bid-round process. If TRUE, then any prior balance rollovers from previous calendars (via accrual balances OR rollover balances) will be included in the PTO Calendar bid rounds and subject to the rules of the round.","type":"text"},{"key":"isCalendarOpenSelection","value":"false","description":"REQUIRED: Determines if this calendar is eligible for participants to perform \"open selection\" meaning participants can make requests for periods inside the calendar range.","type":"text"},{"key":"autoCloseOpenSelectionDate","value":"10/1/2024","description":"REQUIRED: Determines the automatic close date for \"open selection\" calendars. ","type":"text"}]},"url":"{{envName}}/api/CalendarPartition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHIaAvqpI47J4rd+/3sA5+2mb6jTkGNKN0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 26 Sep 2024 05:10:58 GMT"},{"key":"Content-Length","value":"960"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SelectionTypeClasspath\": null,\n        \"SelectionTypeId\": null,\n        \"CreateDate\": null,\n        \"ThruDate\": null,\n        \"CalendarStatusId\": null,\n        \"Name\": null,\n        \"ResponsibleUserName\": null,\n        \"CalendarPartitionId\": 8,\n        \"BlockVisibility\": null,\n        \"CalendarStatusIcon\": null,\n        \"CalendarStatusName\": null,\n        \"SelectionTypeName\": null,\n        \"FromDate\": null,\n        \"ResponsibleUserId\": null,\n        \"Description\": null,\n        \"RosterTemplateId\": null,\n        \"LastUpdate\": null,\n        \"BlockVisibilityName\": null,\n        \"ParticipantPercent\": 0,\n        \"ClassificationCompletePercent\": 0,\n        \"ParticipantsCount\": null,\n        \"ClassificationsCount\": null,\n        \"CalendarStatusDescription\": null,\n        \"ShrinkageType\": 0,\n        \"IsDiscretionaryShrinkage\": false,\n        \"IsNonDiscretionaryShrinkage\": false,\n        \"IncludePriorDaysAccrual\": null,\n        \"IgnoreFollowingDaysAccrual\": null,\n        \"IncludeBeginningBalanceAccruals\": null,\n        \"IsCalendarOpenSelection\": null,\n        \"AutoCloseOpenSelectionDate\": null,\n        \"ParticipantOrdinal\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ea695c5a-efa1-480a-8ac0-c69d9eed63f3"},{"name":"CalendarPartitionBulkUpdate","event":[{"listen":"prerequest","script":{"id":"c98eee21-f8f3-4d92-8f7f-958f023e082d","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"cd654674-633b-4b23-9484-b20109e828a5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0d001619-78a6-4116-bc8d-24658abf7ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = Bulk Update Acccrual Tables, 2 = Bulk Update Splits</p>\n","type":"text"},{"key":"calendarId","value":"8","description":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"classificationId","value":"4","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassifications endpoint.</p>\n","type":"text"},{"key":"accruedHours","value":"2.5","description":"<p>REQUIRED: The number of accrued hours as a float.</p>\n","type":"text"},{"key":"scopeTypeId","value":"1","description":"<p>REQUIRED: 1 = Activity, 2 = Supervisor, 3 = Group - Defines which ID you will use in scopeID. If you use 1 in this field, for example, the scopeID field below should be an ActivityId.</p>\n","type":"text"},{"key":"scopeId","value":"1","description":"<p>REQUIRED: Working in tandem with the scopeTypeID above, this field will be either an ActivityID, SupervisorID, or GroupID. You can find lists of each using GET Activity, Agent, and CustomGroupList repsectively.</p>\n","type":"text"},{"key":"bulkSplitUpdateOption","value":"1","description":"<p>REQUIRED: Determines the way to update the splits. 1 = splitDate (uses the field below), 2 = Split relative to the participants calendar-adjusted hire date.</p>\n","type":"text"},{"key":"splitDate","value":"10/18/2024","description":"<p>REQUIRED: The split date associated with the accrued hours for the accrual table. Only needed when 1 is used above.</p>\n","type":"text"},{"key":"bulkSplitPlacementOption","value":"","description":"<p>REQUIRED: When bulkSplitUpdateOption is set to 2 this integer field is required. It determines how the hours are placed relative to the bulk split date.</p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarPartitionBulkUpdate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionBulkUpdate"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d001619-78a6-4116-bc8d-24658abf7ac0"},{"name":"CalendarPartitionCalendarEvent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"873c90bd-1413-44b9-90d8-4909314c24de"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"5945311b-32bf-46a3-8da6-82668cc893dd"}}],"id":"9d659d57-0048-4643-b7be-3821d988db2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"8b96470a-4161-404c-b698-513fc829955c"}],"url":"{{envName}}/api/CalendarPartitionCalendarEvent?calendarId=5&activityId=1&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionCalendarEvent"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text/plain"},"key":"calendarId","value":"5"},{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels.</p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"25cf11b3-bb05-48c0-b3f7-35d1955a2a7e","name":"CalendarPartitionCalendarEvent","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarPartitionCalendarEvent?calendarId=5&activityId=1&userId=1","host":["{{envName}}"],"path":["api","CalendarPartitionCalendarEvent"],"query":[{"key":"calendarId","value":"5","description":"REQUIRED: The ID of the specific calendar."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ5kGoUHJfnFPi3517eTgrmo="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:57:32 GMT"},{"key":"Content-Length","value":"97"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9d659d57-0048-4643-b7be-3821d988db2c"},{"name":"CalendarPartitionCalendarEvent","event":[{"listen":"prerequest","script":{"id":"82038656-8a3d-435d-959f-2bf58b1bb77c","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"82e7af25-6314-4db6-ba18-a0f342bbaefe","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0be7d621-a53d-4891-bc50-5cb7abb029c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"calendarId","value":"8","description":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text"},{"key":"specialEventId","value":"13","description":"<p>REQUIRED: The specialEventId is the ID returned in the response when created a calendar event. You can find a list using the GET CalendarEvent.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarPartitionCalendarEvent","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionCalendarEvent"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0be7d621-a53d-4891-bc50-5cb7abb029c6"},{"name":"CalendarPartitionClassificationBidRound","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b1c077c8-2fe7-457c-b454-7d1864d40094"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"119f53e8-30d5-44c6-be4c-5f64be2e6001"}}],"id":"b4dbf851-0775-4509-9e8b-b8ff91a9f705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"24c0859f-fa4b-4060-95bb-523561da6429"}],"url":"{{envName}}/api/CalendarPartitionClassificationBidRound?calendarBidRoundId=3&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionClassificationBidRound"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific calendar bid round.</p>\n","type":"text/plain"},"key":"calendarBidRoundId","value":"3"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"6d627c90-db57-4e21-8f06-c416dbfba211","name":"CalendarPartitionClassificationBidRound","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarPartitionClassificationBidRound?calendarBidRoundId=3&userId=1","host":["{{envName}}"],"path":["api","CalendarPartitionClassificationBidRound"],"query":[{"key":"calendarBidRoundId","value":"3","description":"REQUIRED: The ID of the specific calendar bid round."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ5aK+u47U/8nN7gbfwn01sg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:27:32 GMT"},{"key":"Content-Length","value":"806"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IsOpenForSelection\": false,\n        \"MaxTotalBidHours\": null,\n        \"AutoOpen\": true,\n        \"BidRoundOrdinal\": 1,\n        \"MaxBlockSizeInHours\": 40,\n        \"OpenDate\": \"2024-03-11T10:30:00\",\n        \"CreateDate\": \"2024-03-11T15:39:33.947\",\n        \"CalendarId\": 5,\n        \"LastUpdate\": \"2024-03-11T15:41:43.58\",\n        \"MinBlockSizeInHours\": 1,\n        \"ClassificationId\": 3,\n        \"CloseDate\": \"2024-03-11T10:30:00\",\n        \"AutoClose\": false,\n        \"MinTotalBidHours\": null,\n        \"AllowContiguousSelections\": true,\n        \"CalendarBidRoundStatusId\": 4,\n        \"CalendarBidRoundStatusName\": \"Published\",\n        \"CalendarBidRoundId\": 3,\n        \"ClassificationName\": \"Vacation\",\n        \"RosterTemplateId\": 7,\n        \"RosterTemplateName\": \"Dallas Bid Test\",\n        \"BidCommitBufferType\": 2,\n        \"BidCommitBufferSize\": 95,\n        \"RosterTemplateIsDefault\": false,\n        \"ParticipantCount\": 2,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b4dbf851-0775-4509-9e8b-b8ff91a9f705"},{"name":"CalendarPartitionClassificationBidRound","event":[{"listen":"prerequest","script":{"id":"b7225659-6316-4ba2-b8b6-5ac5127a1c2c","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"415e9d45-3a3d-40fd-beab-94f3e50fc5d1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"087bfbf9-e21f-43d5-bc95-400fc9fe8bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"calendarId","value":"8","description":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"classificationId","value":"4","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassifications endpoint.</p>\n","type":"text"},{"key":"bidRoundOrdinal","value":"1","description":"<p>REQUIRED: The unique ordinal number of a specific bid round; unique to the combination of calendar ID and PTO Classification ID.</p>\n","type":"text"},{"key":"maxBlockSizeInHours","value":"8","description":"<p>REQUIRED: Represents the MAXIMUM size of each individual request included in this bid round for the specified classifciation.</p>\n","type":"text"},{"key":"minBlockSizeInHours","value":"1","description":"<p>REQUIRED: Represents the MINIMUM size of each individual request included in this bid round for the specified classifciation.</p>\n","type":"text"},{"key":"minTotalBidHours","value":"1","description":"<p>REQUIRED: Represents the MINIMUM percentage of total accrued hours that must be bid in this round for the specific PTO classification. </p>\n","type":"text"},{"key":"maxTotalBidHour","value":"20","description":"<p>REQUIRED: Represents the MAXIMUM percentage of total accrued hours that must be bid in this round for the specific PTO classification. </p>\n","type":"text"},{"key":"calendarBidRoundStatusId","value":"1","description":"<p>REQUIRED: The status ID that indicates the status of the bid round.</p>\n","type":"text"},{"key":"openDate","value":"9/30/2024 09:00:00","description":"<p>REQUIRED: Specifies the open date and time for the paticipant selection.</p>\n","type":"text"},{"key":"isAutoOpen","value":"true","description":"<p>REQUIRED: Determins if the bid round should be automatically opened by the system monitor service on the open date.</p>\n","type":"text"},{"key":"closeDate","value":"10/5/2024 17:00:00","description":"<p>REQUIRED: This is the datetime the bid round ends.</p>\n","type":"text"},{"key":"isAutoClose","value":"true","description":"<p>REQUIRED: Determins if the bid round should be automatically closed by the system monitor service on the close date.</p>\n","type":"text"},{"key":"isAllowContiguousSelections","value":"false","description":"<p>REQUIRED: Determines if the bid round should support \"contiguous selection\", meaning the participant is allowed to enter requests back-to-back.</p>\n","type":"text"},{"key":"calendarBidRoundId","value":"3","description":"<p>REQUIRED: The CalendarBidRoundID to use. You can search for an ID using GET CalendarPartitionClassificationBidRound.</p>\n","type":"text"},{"key":"rosterTemplateId","value":"1","description":"<p>REQUIRED: Provides an override to the calendar roster template id selection so that each bid round can be sequenced individually.</p>\n","type":"text"},{"key":"bidCommitBufferType","value":"1","description":"<p>REQUIRED: 1 = Restrict to a scalar value of people, 2 = Restrict to a percentage of bid round participants.</p>\n","type":"text"},{"key":"bidCommitBufferSize ","value":"10","description":"<p>REQUIRED: This field will define the value for the above BufferType. If you chose 1 above this field expects an integer defining how many people. For example a value of 10 means that a person has to be within 10 people of the \"top of the list\" of uncommitted bids in order to commit the bid. If you chose 2, a value of 10 in this field would mean 10 participants get to bid at the same time. Once once commits, the next in the list is eligible to bid.</p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarPartitionClassificationBidRound","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionClassificationBidRound"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"087bfbf9-e21f-43d5-bc95-400fc9fe8bc0"},{"name":"CalendarPartitionClassificationBidRoundPublishResults","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"2fa21e97-d1f5-4b16-a2f3-787d077fdf70"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"01254f90-e80c-4ae7-9a5b-cb74a5f1efd3"}}],"id":"9f1a48d9-a34a-4cee-b17f-a33d1ed62c28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"15e3d1ad-b1ef-4767-b2e7-345d4402bcb1"}],"url":"{{envName}}/api/CalendarPartitionClassificationBidRoundPublishResults?calendarBidRoundPublishId=3&timeZoneId=20&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionClassificationBidRoundPublishResults"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the calendar bid round. </p>\n","type":"text/plain"},"key":"calendarBidRoundPublishId","value":"3"},{"description":{"content":"<p>REQUIRED: The timezone ID for the specific user. Use GET Timezone to get a list of all timezone IDs.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"42a4db89-f0c6-483e-8703-7dbb76d8bb78","name":"CalendarPartitionClassificationBidRoundPublishResults","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarPartitionClassificationBidRoundPublishResults?calendarBidRoundPublishId=3&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","CalendarPartitionClassificationBidRoundPublishResults"],"query":[{"key":"calendarBidRoundPublishId","value":"3","description":"REQUIRED: The ID of the calendar bid round. "},{"key":"timeZoneId","value":"20","description":"REQUIRED: The timezone ID for the specific user. Use GET Timezone to get a list of all timezone IDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ1DTFFMI6z5l6XwcwYYq0Ts="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:40:13 GMT"},{"key":"Content-Length","value":"724"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"CalendarPartitionBidRoundPublishId\": 3,\n            \"TimeOffRequestId\": 13,\n            \"ParticipantId\": 451,\n            \"StartDate\": \"2024-03-13T00:00:00\",\n            \"StartTime\": \"1900-01-01T00:00:00\",\n            \"EndDate\": \"2024-03-13T00:00:00\",\n            \"Duration\": 8,\n            \"Comments\": \"PTO comments\",\n            \"EventTypeId\": 4,\n            \"EventTypeName\": \"PTO\",\n            \"CreateDate\": \"2024-03-11T15:41:42.36\",\n            \"LastUpdate\": \"2024-03-11T15:41:42.36\",\n            \"IsProcessed\": true,\n            \"IsConjoinedForApproval\": true,\n            \"FullName\": \"Barton, Jean \",\n            \"ProcessDate\": \"2024-03-11T15:41:42.377\",\n            \"ProcessUserId\": 1,\n            \"ProcessUserName\": \"Account, Service \",\n            \"ReviewStatus\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"TotalRequestDuration\": 8,\n            \"IsAllDay\": true,\n            \"IsPartiallyReviewed\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9f1a48d9-a34a-4cee-b17f-a33d1ed62c28"},{"name":"CalendarPartitionStatusSummary","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"7f518428-f7c5-4f10-afeb-378b930aea79"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"d06a3b28-d47f-4f91-ad56-9af372786294"}}],"id":"fca73f50-7726-4bb9-a3bf-7406711277bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"54f3abd2-3362-47e8-bc9c-770809f2f661"}],"url":"{{envName}}/api/CalendarPartitionStatusSummary?calendarId=5&calendarStatusId=2&userId=1","description":"<h3 id=\"api-request-description\">API Request Description</h3>\n<p>This endpoint makes an HTTP GET request to retrieve the status summary of a calendar partition. The request includes the following query parameters:</p>\n<ul>\n<li><code>calendarId</code> (type: integer) - The ID of the calendar.</li>\n<li><code>calendarStatusId</code> (type: integer) - The status ID of the calendar.</li>\n<li><code>userId</code> (type: integer) - The ID of the user.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionStatusSummary"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text/plain"},"key":"calendarId","value":"5"},{"description":{"content":"<p>REQUIRED: The status ID of the calendar.</p>\n","type":"text/plain"},"key":"calendarStatusId","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"561ac96d-c917-42a9-8dab-b952682691e7","name":"CalendarPartitionStatusSummary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarPartitionStatusSummary?calendarId=5&calendarStatusId=2&userId=1","host":["{{envName}}"],"path":["api","CalendarPartitionStatusSummary"],"query":[{"key":"calendarId","value":"5","description":"REQUIRED: The ID of the specific calendar."},{"key":"calendarStatusId","value":"2","description":"REQUIRED: The status ID of the calendar."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ6yDCnUF5x1znL1Uikr6w38="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:15:40 GMT"},{"key":"Content-Length","value":"290"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CalendarId\": 5,\n        \"UserField4\": null,\n        \"UserField5\": null,\n        \"UserField2\": null,\n        \"UserField3\": null,\n        \"UserField1\": 1,\n        \"SpecialEventCount\": 0,\n        \"SupervisorRules\": 0,\n        \"ActivityRules\": 0,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"fca73f50-7726-4bb9-a3bf-7406711277bb"},{"name":"CalendarPartitionStautusAudit","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"8520e5c5-39b1-44da-8dc2-1117d7f97bf6"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"115146c8-98a4-4d8d-bccd-c0ed50f5e53f"}}],"id":"821e0254-81b2-4754-9a77-5005505c29c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"4c94e364-20be-44a9-b288-df89db51b935"}],"url":"{{envName}}/api/CalendarPartitionStautusAudit?calendarId=5&calendarStatusId=5&userId=1","description":"<p>This endpoint retrieves the audit status of a calendar partition based on the provided calendar ID, calendar status ID, and user ID.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><code>calendarId</code> (query parameter) - The ID of the calendar.</li>\n<li><code>calendarStatusId</code> (query parameter) - The ID of the calendar status.</li>\n<li><code>userId</code> (query parameter) - The ID of the user.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionStautusAudit"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text/plain"},"key":"calendarId","value":"5"},{"description":{"content":"<p>REQUIRED: The ID of the specific calendar status. You can leave this blank to get a list of all statuses the calendar has been through.</p>\n","type":"text/plain"},"key":"calendarStatusId","value":"5"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"9e170778-ccd3-42cb-af52-c5146f535689","name":"Calendar Partition Status Audit","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CalendarPartitionStautusAudit?calendarId=5&calendarStatusId=5&userId=1","host":["{{envName}}"],"path":["api","CalendarPartitionStautusAudit"],"query":[{"key":"calendarId","value":"5","description":"REQUIRED: The ID of the specific calendar."},{"key":"calendarStatusId","value":"5","description":"REQUIRED: The ID of the specific calendar status. You can leave this blank to get a list of all statuses the calendar has been through."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ5YHFz4pWdB7TuTt4ONGj+w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:24:01 GMT"},{"key":"Content-Length","value":"345"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CalendarId\": 5,\n        \"LastUpdate\": \"2024-03-11T15:38:28.433\",\n        \"CalendarStatusId\": 5,\n        \"ReviewStatus\": 2,\n        \"ResponsibleUserId\": 1,\n        \"ReviewStatusName\": \"Pending\",\n        \"ResponsibleUserName\": \"Account, Service \",\n        \"CalendarStatusName\": \"Finished\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"821e0254-81b2-4754-9a77-5005505c29c2"},{"name":"CalendarPartitionStautusAudit","event":[{"listen":"prerequest","script":{"id":"1d5be09c-3309-4b17-8f9c-5321384ae141","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"3fbdf31c-2342-445a-a500-7457d379ea11","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d4258e7a-64c5-4553-a103-ea8ef15cbeef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"calendarId","value":"8","description":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"reviewStatus","value":"2","description":"<p>REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending</p>\n","type":"text"}]},"url":"{{envName}}/api/CalendarPartitionStautusAudit","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CalendarPartitionStautusAudit"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4258e7a-64c5-4553-a103-ea8ef15cbeef"},{"name":"PtoCalendarPartitionMonitorServiceConfig","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"755ae83f-6a78-40c2-a7f9-231f8f183a5d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"30279152-125e-4af4-850c-221c2fe82762"}}],"id":"c8a1b148-3e4f-4362-a282-8a7b352b7a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"62a2bf2e-1139-4c0c-ad7a-8da580916ced"}],"url":"{{envName}}/api/PtoCalendarPartitionMonitorServiceConfig?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoCalendarPartitionMonitorServiceConfig"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"0376aed2-e246-464b-a682-c833ad8957d1","name":"PtoCalendarPartitionMonitorServiceConfig","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PtoCalendarPartitionMonitorServiceConfig?userId=1","host":["{{envName}}"],"path":["api","PtoCalendarPartitionMonitorServiceConfig"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ/i6wwm2GhfYUZuTYFipAvE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:22:01 GMT"},{"key":"Content-Length","value":"506"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Description\": \"Monitors PTO calendar partitions for expired open selections as well as PTO bid-round expirations.\",\n        \"ServiceEndTime\": null,\n        \"Icon\": \"fence.png\",\n        \"Delay\": 60000,\n        \"Enabled\": true,\n        \"ServiceName\": \"PTO Calendar Partition Monitor Service\",\n        \"ServiceId\": 11,\n        \"ServiceStartTime\": null,\n        \"Configurable\": true,\n        \"ConfigurationUrl\": \"UI/SystemSettings/services/generic-service-configure.aspx\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c8a1b148-3e4f-4362-a282-8a7b352b7a6b"},{"name":"PtoCalendarPartitionMonitorServiceConfig","event":[{"listen":"prerequest","script":{"id":"f22ed30c-5d43-48a8-810e-5d83d08aad19","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"39eaf30f-e4d8-4c0b-95e8-c51aa1253c73","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ae496088-d92b-4ded-ae50-8da9f9b0d691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"enabled","value":"1","description":"<p>REQUIRED: Boolean value indicating if the service is enabled. </p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"serviceStartTime","value":"9:00:00","description":"<p>REQUIRED: Star time for the sevice. </p>\n","type":"text"},{"key":"serviceEndTime","value":"23:00:00","description":"<p>REQURIED: End time for the service. </p>\n","type":"text"},{"key":"runDelay","value":"100","description":"<p>REQUIRED: This integer determines how much time to delay starting the service after reboot.</p>\n","type":"text"}]},"url":"{{envName}}/api/PtoCalendarPartitionMonitorServiceConfig","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoCalendarPartitionMonitorServiceConfig"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae496088-d92b-4ded-ae50-8da9f9b0d691"},{"name":"CaledarPartitionClassification","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"c2ade2a6-dd84-4330-892a-03213daf449c"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"139bea75-6833-47c4-98f4-53e10b170bb1"}}],"id":"34c760fc-4060-4423-b2c4-3ca518b1bff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"e75d894f-961c-4790-a888-059b4bf43c40"}],"url":"{{envName}}/api/CaledarPartitionClassification?calendarId=8&classificationId=4&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CaledarPartitionClassification"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text/plain"},"key":"calendarId","value":"8"},{"description":{"content":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassifications endpoint.</p>\n","type":"text/plain"},"key":"classificationId","value":"4"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"f74cc49e-02a7-44b5-a17e-e408bb10af34","name":"CaledarPartitionClassification","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/CaledarPartitionClassification?calendarId=8&classificationId=4&userId=1","host":["{{envName}}"],"path":["api","CaledarPartitionClassification"],"query":[{"key":"calendarId","value":"8","description":"REQUIRED: The ID of the specific calendar."},{"key":"classificationId","value":"4","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassifications endpoint."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ0J+/zphvHso7JkvMkshioQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:20:59 GMT"},{"key":"Content-Length","value":"255"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CalendarId\": 8,\n        \"LastUpdate\": null,\n        \"CreateDate\": null,\n        \"ClassificationId\": 4,\n        \"ClassificationName\": \"\",\n        \"ClassificationDescription\": \"\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"34c760fc-4060-4423-b2c4-3ca518b1bff6"},{"name":"CalendarPartitionClassification","event":[{"listen":"prerequest","script":{"id":"204c446b-4da5-470f-9e2f-1ba07d654362","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"68ce3b16-e419-4670-92b2-379b000778c1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"73b8135d-603c-44fe-9f7d-36a012a8eb8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"calendarId","value":"8","description":"<p>REQUIRED: The ID of the specific calendar.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"classificationId","value":"4","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassifications endpoint.</p>\n","type":"text"}]},"url":"{{envName}}/api/CaledarPartitionClassification","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CaledarPartitionClassification"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73b8135d-603c-44fe-9f7d-36a012a8eb8f"}],"id":"0dbd4364-9a1e-47f6-b76c-10a9537cd69e","description":"<p>The Calendar endpoints provide calendar events, activity, and schedules.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><p><a href=\"https://developer.communitywfm.com/#7a63b7cf-1738-4fe8-969f-640910236e34\">GET CalendarEvent</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#4490c9b9-0d42-4af9-9c78-c4d81b212bfd\">GET CalendarEventActivity</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#6e2f6183-356a-48bb-b9d9-f0bd30689f98\">GET CalendarEventSchedule</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#da554bbc-6824-4a4c-a2c8-119895cafb2c\">GET CalendarPartition</a></p>\n</li>\n</ul>\n","_postman_id":"0dbd4364-9a1e-47f6-b76c-10a9537cd69e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Adherence","item":[{"name":"AgentScheduleAdherence","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"fdbb677f-cfe6-4529-b94d-be41397b149c"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"903101ff-d169-4ca7-a3c7-3eedbbb9f343"}}],"id":"d0ffa79d-285d-4711-83d4-e3c2bba67377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"4f3b325b-b118-4f59-8497-dbe37d5ba7fb"}],"url":"{{envName}}/api/AgentScheduleAdherence?agentId=278&from=3/18/2024&thru=3/20/2024&timeZoneId=20&dataSourceId=1&adherenceGroupId=&userId=1","description":"<p>Returns schedule using parameters passed through.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentScheduleAdherence"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>ID of agent whose information you want.</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"from","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thru","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: The ID of the datasource. In most cases this will be 1 as there is only 1 phone system, but if you have more than 1 you can confirm which is which using the GET DataSource endpoint.</p>\n","type":"text/plain"},"key":"dataSourceId","value":"1"},{"description":{"content":"<p>REQUIRED: This is the AdherenceGroupIntervalId used to define the adherence group. You must include this parameter, but you can leave the value blank/NULL to see all available adherencegroupintervals.</p>\n","type":"text/plain"},"key":"adherenceGroupId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"1f30efdd-48f0-49cc-a417-674a97d949a4","name":"Agent Schedule Adherence","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentScheduleAdherence?agentId=278&from=3/18/2024&thru=3/20/2024&timeZoneId=20&dataSourceId=1&adherenceGroupId=&userId=1","host":["{{envName}}"],"path":["api","AgentScheduleAdherence"],"query":[{"key":"agentId","value":"278","description":"ID of agent whose information you want."},{"key":"from","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thru","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Use GET Timezone to get a list of Timezone IDs."},{"key":"dataSourceId","value":"1","description":"REQUIRED: The ID of the datasource. In most cases this will be 1 as there is only 1 phone system, but if you have more than 1 you can confirm which is which using the GET DataSource endpoint."},{"key":"adherenceGroupId","value":"","description":"REQUIRED: This is the AdherenceGroupIntervalId used to define the adherence group. You must include this parameter, but you can leave the value blank/NULL to see all available adherencegroupintervals."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkbCZ393dE7ZmwSuuT4pshQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:35:18 GMT"},{"key":"Content-Length","value":"28699"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"adherenceIntervals\": [\n            {\n                \"SeqNo\": 1,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"EndTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 1,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 2,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"EndTime\": \"2024-03-18T10:45:00\",\n                \"Duration\": 1.75,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 3,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T10:45:00\",\n                \"EndTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 4,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"EndTime\": \"2024-03-18T13:20:00\",\n                \"Duration\": 2.3333333333333335,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 5,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T13:20:00\",\n                \"EndTime\": \"2024-03-18T14:20:00\",\n                \"Duration\": 1,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 6,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T14:20:00\",\n                \"EndTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1.6666666666666667,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 7,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"EndTime\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 8,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T16:15:00\",\n                \"EndTime\": \"2024-03-18T16:17:00\",\n                \"Duration\": 0.033333333333333333,\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 9,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T16:17:00\",\n                \"EndTime\": \"2024-03-18T17:45:00\",\n                \"Duration\": 1.4666666666666666,\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 10,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T17:45:00\",\n                \"EndTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 11,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"EndTime\": \"2024-03-18T18:02:00\",\n                \"Duration\": 0.033333333333333333,\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 12,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T18:02:00\",\n                \"EndTime\": \"2024-03-18T19:59:00\",\n                \"Duration\": 1.95,\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 13,\n                \"RowNumber\": 1,\n                \"StartTime\": \"2024-03-18T19:59:00\",\n                \"EndTime\": \"2024-03-18T20:00:00\",\n                \"Duration\": 0.016666666666666666,\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 14,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"EndTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 1,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 15,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"EndTime\": \"2024-03-19T11:02:00\",\n                \"Duration\": 2.0333333333333332,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 16,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T11:02:00\",\n                \"EndTime\": \"2024-03-19T11:19:00\",\n                \"Duration\": 0.28333333333333333,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 17,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T11:19:00\",\n                \"EndTime\": \"2024-03-19T12:21:00\",\n                \"Duration\": 1.0333333333333334,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 18,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T12:21:00\",\n                \"EndTime\": \"2024-03-19T12:23:00\",\n                \"Duration\": 0.033333333333333333,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 19,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T12:23:00\",\n                \"EndTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.6166666666666667,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 20,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"EndTime\": \"2024-03-19T13:58:00\",\n                \"Duration\": 0.96666666666666667,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 21,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T13:58:00\",\n                \"EndTime\": \"2024-03-19T15:50:00\",\n                \"Duration\": 1.8666666666666667,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 22,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T15:50:00\",\n                \"EndTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.16666666666666666,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 23,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"EndTime\": \"2024-03-19T16:09:00\",\n                \"Duration\": 0.15,\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#E0E040\",\n                \"AdherenceGroupIntervalId\": 2,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 24,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T16:09:00\",\n                \"EndTime\": \"2024-03-19T17:45:00\",\n                \"Duration\": 1.6,\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 25,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T17:45:00\",\n                \"EndTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 26,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"EndTime\": \"2024-03-19T18:01:00\",\n                \"Duration\": 0.016666666666666666,\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 27,\n                \"RowNumber\": 2,\n                \"StartTime\": \"2024-03-19T18:01:00\",\n                \"EndTime\": \"2024-03-19T20:00:00\",\n                \"Duration\": 1.9833333333333334,\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 28,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"EndTime\": \"2024-03-20T09:01:00\",\n                \"Duration\": 1.0166666666666666,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 29,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T09:01:00\",\n                \"EndTime\": \"2024-03-20T10:45:00\",\n                \"Duration\": 1.7333333333333334,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 30,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T10:45:00\",\n                \"EndTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 31,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"EndTime\": \"2024-03-20T11:17:00\",\n                \"Duration\": 0.28333333333333333,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 32,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T11:17:00\",\n                \"EndTime\": \"2024-03-20T11:25:00\",\n                \"Duration\": 0.13333333333333333,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 33,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T11:25:00\",\n                \"EndTime\": \"2024-03-20T11:29:00\",\n                \"Duration\": 0.066666666666666666,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 34,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T11:29:00\",\n                \"EndTime\": \"2024-03-20T11:30:00\",\n                \"Duration\": 0.016666666666666666,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 35,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T11:30:00\",\n                \"EndTime\": \"2024-03-20T12:40:00\",\n                \"Duration\": 1.1666666666666667,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 36,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T12:40:00\",\n                \"EndTime\": \"2024-03-20T13:40:00\",\n                \"Duration\": 1,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 37,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T13:40:00\",\n                \"EndTime\": \"2024-03-20T15:43:00\",\n                \"Duration\": 2.05,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupIntervalId\": 1,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 38,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T15:43:00\",\n                \"EndTime\": \"2024-03-20T15:58:00\",\n                \"Duration\": 0.25,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 39,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T15:58:00\",\n                \"EndTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.033333333333333333,\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 40,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"EndTime\": \"2024-03-20T16:49:00\",\n                \"Duration\": 0.81666666666666665,\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 41,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T16:49:00\",\n                \"EndTime\": \"2024-03-20T16:53:00\",\n                \"Duration\": 0.066666666666666666,\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 42,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T16:53:00\",\n                \"EndTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.8666666666666667,\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 43,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"EndTime\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            },\n            {\n                \"SeqNo\": 44,\n                \"RowNumber\": 3,\n                \"StartTime\": \"2024-03-20T18:00:00\",\n                \"EndTime\": \"2024-03-20T20:00:00\",\n                \"Duration\": 2,\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupIntervalId\": null,\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"AgentId\": 278\n            }\n        ],\n        \"scheduleDays\": [\n            {\n                \"RowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-03-18T06:00:00\",\n                \"TransactionCount\": 83,\n                \"TotalScheduledInQueue\": 3.5,\n                \"TotalScheduledOutQueue\": 8.5,\n                \"TotalActualInQueue\": 3.42,\n                \"TotalActualOutQueue\": 2.75,\n                \"InQueueVariance\": 0.080000000000000071,\n                \"OutQueueVariance\": 5.75,\n                \"TotalScheduled\": 12,\n                \"TotalActual\": 6.17,\n                \"InQueueVariancePct\": 97.71,\n                \"OutQueueVariancePct\": 32.349999999999994,\n                \"TotalVariance\": 5.83,\n                \"TotalVariancePct\": 51.42,\n                \"SearchKey\": \"habdulrahim\",\n                \"AgentId\": 278,\n                \"IsActive\": true\n            },\n            {\n                \"RowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-03-19T06:00:00\",\n                \"TransactionCount\": 69,\n                \"TotalScheduledInQueue\": 3.75,\n                \"TotalScheduledOutQueue\": 8.25,\n                \"TotalActualInQueue\": 3.58,\n                \"TotalActualOutQueue\": 2.7,\n                \"InQueueVariance\": 0.16999999999999993,\n                \"OutQueueVariance\": 5.55,\n                \"TotalScheduled\": 12,\n                \"TotalActual\": 6.28,\n                \"InQueueVariancePct\": 95.47,\n                \"OutQueueVariancePct\": 32.730000000000004,\n                \"TotalVariance\": 5.72,\n                \"TotalVariancePct\": 52.33,\n                \"SearchKey\": \"habdulrahim\",\n                \"AgentId\": 278,\n                \"IsActive\": true\n            },\n            {\n                \"RowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-03-20T06:00:00\",\n                \"TransactionCount\": 84,\n                \"TotalScheduledInQueue\": 3.75,\n                \"TotalScheduledOutQueue\": 8.25,\n                \"TotalActualInQueue\": 3.68,\n                \"TotalActualOutQueue\": 2.92,\n                \"InQueueVariance\": 0.06999999999999984,\n                \"OutQueueVariance\": 5.33,\n                \"TotalScheduled\": 12,\n                \"TotalActual\": 6.6,\n                \"InQueueVariancePct\": 98.13,\n                \"OutQueueVariancePct\": 35.39,\n                \"TotalVariance\": 5.4,\n                \"TotalVariancePct\": 55,\n                \"SearchKey\": \"habdulrahim\",\n                \"AgentId\": 278,\n                \"IsActive\": true\n            }\n        ],\n        \"scheduleIntervals\": [\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 341163,\n                \"ExceptionID\": 952694,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 8,\n                \"SplitInterval\": 0,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331623,\n                \"ExceptionID\": 933874,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 11,\n                \"SplitInterval\": 0,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331952,\n                \"ExceptionID\": 934203,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-18T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:30:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331955,\n                \"ExceptionID\": 934206,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:30:00\",\n                \"Duration\": 1,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:30:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331953,\n                \"ExceptionID\": 934204,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:15:00\"\n            },\n            {\n                \"RowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331954,\n                \"ExceptionID\": 934205,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:45:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-18T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 341164,\n                \"ExceptionID\": 952695,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 8,\n                \"SplitInterval\": 0,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331624,\n                \"ExceptionID\": 933875,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 11,\n                \"SplitInterval\": 0,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331956,\n                \"ExceptionID\": 934207,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:30:00\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331959,\n                \"ExceptionID\": 934210,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:00:00\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331957,\n                \"ExceptionID\": 934208,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:45:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-19T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331958,\n                \"ExceptionID\": 934209,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-19T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 341165,\n                \"ExceptionID\": 952696,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"SplitInterval\": 0,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": null,\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331625,\n                \"ExceptionID\": 933876,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 11,\n                \"SplitInterval\": 0,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331960,\n                \"ExceptionID\": 934211,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:45:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331963,\n                \"ExceptionID\": 934214,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 1,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:45:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331961,\n                \"ExceptionID\": 934212,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331962,\n                \"ExceptionID\": 934213,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"SplitInterval\": 0,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"d0ffa79d-285d-4711-83d4-e3c2bba67377"},{"name":"AdherenceSummaryReport","event":[{"listen":"prerequest","script":{"id":"50e1a4fa-fa55-42ac-a8eb-a500a3461ca1","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"da137927-f4aa-4709-a759-2ea51aa91f8e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7eff255a-fda7-48e5-9850-7f8d799fd7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/AdherenceSummaryReport?scopeTypeId=1&scopeId=1&fromDate=5/5/2025&thruDate=5/6/2025&timeZoneId=20&userId=1","description":"<p>The Adherence Summary Report is used within CommunityWFM to build out the agent's view of their Adherence data (shown below). It is run 3 separate times to achieve this, once for the yesterday section (run as yesterday through today), a second time for weekly (using the start of the week through the end of the week), and a final time for monthly (first day of the month through last day).</p>\n<img src=\"https://content.pstmn.io/61e2ebf5-d06f-47b7-98d0-19d67196b390/aW1hZ2UucG5n\" width=\"1340\" height=\"375\" />\n\n<p><strong>IMPORTANT</strong>: Adherence Summaries are compiled daily at midnight for the previous day; that means you CANNOT use Adherence Summary Report to get the current day's adherence data.</p>\n<p>To build the agent's Adherence graph the following parameters are used:</p>\n<p><strong>scopeTypeId</strong>: 5</p>\n<p><strong>userId</strong>: The agentID found using <a href=\"https://developer.communitywfm.com/#b0673dd7-1c5b-491c-96d7-ddf8e5275053\">GET Agent</a> or <a href=\"https://developer.communitywfm.com/#10f09c80-9a4f-46c5-b1a0-da6289cf2504\">GET AgentList</a>.</p>\n<p><strong>fromDate</strong>: Either yesterday's date to build the first graph, the first day of the week (typically either Sunday or Monday) to build the second graph, or the first day of the month to build the third graph.</p>\n<p><strong>thruDate</strong>: Either today's date to build the first graph, the last day of the week (typically either Sunday or Saturday) to build the second graph, or the last day of the month to build the third graph.</p>\n<p><strong>timeZoneId</strong>: The ID of the time zone found using <a href=\"https://developer.communitywfm.com/#2d85be8a-5f24-4aa1-8eed-1dd9ecb72d04\">GET Timezone</a>.</p>\n<p><strong>dataSourceId</strong>: Typically left blank unless multiple data sources are configured.</p>\n<p><strong>Note</strong>: To find which day is defined as the start of the week use <a href=\"https://developer.communitywfm.com/#e1052051-ad34-46df-a21a-38d492af3699\">GET DayList</a> and find the day with display_ordinal of 1. Default is Monday.</p>\n<p>The response will be broken into sections detailing the yearly, monthly, weekly, and daily summaries as well as a participant summary (summary by agent), and interval summary.</p>\n<p><strong>Note</strong>: Yearly, Monthly, and Weekly summaries will only factor in the data within the date range you provided. For example, if you run the report for 2 days and look at the monthly report you'll only see those 2 days factored into the Monthly statistics, which means you'll typically see only 16 hours of interval time for the 2 8-hour days your agents work. But if you run it again with a date range for a full month that's when you'll have a more accurate monthly summary. This is why the graph view showed earlier runs the report 3 separate times instead of just once.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AdherenceSummaryReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"fromDate","value":"5/5/2025"},{"description":{"content":"<p>REQUIERD: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thruDate","value":"5/6/2025"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"373ec73d-d474-4075-ac27-b91d7d30d046","name":"0 Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AdherenceSummaryReport?scopeTypeId=0&scopeId=449&fromDate=03/25/2024&thruDate=03/26/2024&timeZoneId=20&userId=449","host":["{{envName}}"],"path":["api","AdherenceSummaryReport"],"query":[{"key":"scopeTypeId","value":"0","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"449","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"03/25/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"03/26/2024","description":"REQUIERD: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"449","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPh6bRzIsBMYQf8OdgZPPmf4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 18:11:12 GMT"},{"key":"Content-Length","value":"22609"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ReportDescription\": [\n            {\n                \"PreferredScopeType\": null,\n                \"PreferredScopeId\": null,\n                \"ScopeTypeName\": \"Everyone\",\n                \"ScopeIdName\": \"All people defined\",\n                \"ScopeIdDescription\": \"All people defined\"\n            }\n        ],\n        \"ExecutiveSummary\": [\n            {\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"YearlySummary\": [\n            {\n                \"Year\": 2024,\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"MonthlySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42,\n                \"MonthName\": \"April\",\n                \"ReportingInterval\": \"2024-03-01T00:00:00\"\n            }\n        ],\n        \"WeeklySummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"DailySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"Day\": 25,\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42,\n                \"MonthName\": \"April\",\n                \"DayOfWeek\": \"Monday\"\n            }\n        ],\n        \"ParticipantSummary\": [\n            {\n                \"AgentId\": 278,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 100,\n                \"Variance\": 0,\n                \"FullName\": \"Areheart, Sam \"\n            },\n            {\n                \"AgentId\": 156,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 96.97,\n                \"Variance\": 0.25,\n                \"FullName\": \"Azzarito, Deborah \"\n            },\n            {\n                \"AgentId\": 453,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 96.97,\n                \"Variance\": 0.25,\n                \"FullName\": \"Badgett, Gregory \"\n            },\n            {\n                \"AgentId\": 451,\n                \"InAdherenceIntervals\": 8.03,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 97.37,\n                \"Variance\": 0.22,\n                \"FullName\": \"Barton, Jean \"\n            },\n            {\n                \"AgentId\": 479,\n                \"InAdherenceIntervals\": 3.67,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.33,\n                \"FullName\": \"Bickley, Sharon \"\n            },\n            {\n                \"AgentId\": 27,\n                \"InAdherenceIntervals\": 8.65,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 91.05,\n                \"Variance\": 0.85,\n                \"FullName\": \"Blakely, Latrice \"\n            },\n            {\n                \"AgentId\": 467,\n                \"InAdherenceIntervals\": 8.35,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.78,\n                \"Variance\": 0.65,\n                \"FullName\": \"Brown, Chanell \"\n            },\n            {\n                \"AgentId\": 402,\n                \"InAdherenceIntervals\": 3.8,\n                \"ReportedIntervals\": 4.25,\n                \"Percentage\": 89.41,\n                \"Variance\": 0.45,\n                \"FullName\": \"Burns, Barbara \"\n            },\n            {\n                \"AgentId\": 391,\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 15,\n                \"Variance\": 8.5,\n                \"FullName\": \"Carabo, Randy \"\n            },\n            {\n                \"AgentId\": 387,\n                \"InAdherenceIntervals\": 8.3,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.7,\n                \"FullName\": \"Cassleman, Sherry \"\n            },\n            {\n                \"AgentId\": 371,\n                \"InAdherenceIntervals\": 8.45,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 93.89,\n                \"Variance\": 0.55,\n                \"FullName\": \"Cathy, Kelly \"\n            },\n            {\n                \"AgentId\": 306,\n                \"InAdherenceIntervals\": 3.7,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 92.5,\n                \"Variance\": 0.3,\n                \"FullName\": \"Crislip, Traci \"\n            },\n            {\n                \"AgentId\": 432,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.07,\n                \"Variance\": 0.53,\n                \"FullName\": \"Dunbar, Bill \"\n            },\n            {\n                \"AgentId\": 382,\n                \"InAdherenceIntervals\": 8.13,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 90.37,\n                \"Variance\": 0.87,\n                \"FullName\": \"Duncan, Matthew \"\n            },\n            {\n                \"AgentId\": 51,\n                \"InAdherenceIntervals\": 7.55,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 88.82,\n                \"Variance\": 0.95,\n                \"FullName\": \"Dyer, Amanda \"\n            },\n            {\n                \"AgentId\": 136,\n                \"InAdherenceIntervals\": 7.62,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 95.21,\n                \"Variance\": 0.38,\n                \"FullName\": \"Finn, Mike \"\n            },\n            {\n                \"AgentId\": 68,\n                \"InAdherenceIntervals\": 6.08,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 71.57,\n                \"Variance\": 2.42,\n                \"FullName\": \"Florez, Oscar \"\n            },\n            {\n                \"AgentId\": 144,\n                \"InAdherenceIntervals\": 6.58,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 82.29,\n                \"Variance\": 1.42,\n                \"FullName\": \"Fowler, Wendy \"\n            },\n            {\n                \"AgentId\": 353,\n                \"InAdherenceIntervals\": 8.88,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 88.83,\n                \"Variance\": 1.12,\n                \"FullName\": \"Fraley, Ashley \"\n            },\n            {\n                \"AgentId\": 155,\n                \"InAdherenceIntervals\": 4.9,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 89.09,\n                \"Variance\": 0.6,\n                \"FullName\": \"Goldfarb, Brett \"\n            },\n            {\n                \"AgentId\": 71,\n                \"InAdherenceIntervals\": 8.03,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 94.51,\n                \"Variance\": 0.47,\n                \"FullName\": \"Granda, Luis \"\n            },\n            {\n                \"AgentId\": 405,\n                \"InAdherenceIntervals\": 7.98,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 88.7,\n                \"Variance\": 1.02,\n                \"FullName\": \"Greene, Tiffany \"\n            },\n            {\n                \"AgentId\": 423,\n                \"InAdherenceIntervals\": 7.8,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 82.11,\n                \"Variance\": 1.7,\n                \"FullName\": \"Griffin, John \"\n            },\n            {\n                \"AgentId\": 80,\n                \"InAdherenceIntervals\": 7.63,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 95.42,\n                \"Variance\": 0.37,\n                \"FullName\": \"Guzman, Denise \"\n            },\n            {\n                \"AgentId\": 287,\n                \"InAdherenceIntervals\": 9.93,\n                \"ReportedIntervals\": 11,\n                \"Percentage\": 90.3,\n                \"Variance\": 1.07,\n                \"FullName\": \"Haltiwanger, Debra \"\n            },\n            {\n                \"AgentId\": 407,\n                \"InAdherenceIntervals\": 7.95,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 88.33,\n                \"Variance\": 1.05,\n                \"FullName\": \"Hipps, Casandra \"\n            },\n            {\n                \"AgentId\": 250,\n                \"InAdherenceIntervals\": 1,\n                \"ReportedIntervals\": 6,\n                \"Percentage\": 16.67,\n                \"Variance\": 5,\n                \"FullName\": \"Horne, Andy \"\n            },\n            {\n                \"AgentId\": 246,\n                \"InAdherenceIntervals\": 8.18,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 90.93,\n                \"Variance\": 0.82,\n                \"FullName\": \"Houck, Matthew \"\n            },\n            {\n                \"AgentId\": 418,\n                \"InAdherenceIntervals\": 9.77,\n                \"ReportedIntervals\": 10.5,\n                \"Percentage\": 93.02,\n                \"Variance\": 0.73,\n                \"FullName\": \"Hunter, Satika \"\n            },\n            {\n                \"AgentId\": 397,\n                \"InAdherenceIntervals\": 8.73,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.04,\n                \"Variance\": 0.27,\n                \"FullName\": \"Huntre, Laquista \"\n            },\n            {\n                \"AgentId\": 147,\n                \"InAdherenceIntervals\": 7.47,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 87.84,\n                \"Variance\": 1.03,\n                \"FullName\": \"Kenney, Reye \"\n            },\n            {\n                \"AgentId\": 361,\n                \"InAdherenceIntervals\": 3.68,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 92.08,\n                \"Variance\": 0.32,\n                \"FullName\": \"Kinsella, Mark \"\n            },\n            {\n                \"AgentId\": 128,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.07,\n                \"Variance\": 0.53,\n                \"FullName\": \"Lee, Daniel \"\n            },\n            {\n                \"AgentId\": 354,\n                \"InAdherenceIntervals\": 8.42,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 93.52,\n                \"Variance\": 0.58,\n                \"FullName\": \"Lewis, Greg \"\n            },\n            {\n                \"AgentId\": 129,\n                \"InAdherenceIntervals\": 8.62,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 86.17,\n                \"Variance\": 1.38,\n                \"FullName\": \"Lewis, Lisha \"\n            },\n            {\n                \"AgentId\": 271,\n                \"InAdherenceIntervals\": 1.87,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.13,\n                \"FullName\": \"Mack, Janelle \"\n            },\n            {\n                \"AgentId\": 318,\n                \"InAdherenceIntervals\": 8.78,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.59,\n                \"Variance\": 0.22,\n                \"FullName\": \"Malvoisin, Fernando \"\n            },\n            {\n                \"AgentId\": 107,\n                \"InAdherenceIntervals\": 7.97,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 83.86,\n                \"Variance\": 1.53,\n                \"FullName\": \"Martinez, Cristian \"\n            },\n            {\n                \"AgentId\": 449,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"FullName\": \"McBride, Natasha \"\n            },\n            {\n                \"AgentId\": 135,\n                \"InAdherenceIntervals\": 7.62,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 89.61,\n                \"Variance\": 0.88,\n                \"FullName\": \"Montes, David \"\n            },\n            {\n                \"AgentId\": 145,\n                \"InAdherenceIntervals\": 10.12,\n                \"ReportedIntervals\": 10.5,\n                \"Percentage\": 96.35,\n                \"Variance\": 0.38,\n                \"FullName\": \"Mosley, Kerry \"\n            },\n            {\n                \"AgentId\": 370,\n                \"InAdherenceIntervals\": 8.5,\n                \"ReportedIntervals\": 9.25,\n                \"Percentage\": 91.89,\n                \"Variance\": 0.75,\n                \"FullName\": \"Nelson, Candice \"\n            },\n            {\n                \"AgentId\": 352,\n                \"InAdherenceIntervals\": 7.65,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.85,\n                \"FullName\": \"Newman, Jean \"\n            },\n            {\n                \"AgentId\": 171,\n                \"InAdherenceIntervals\": 8.32,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 97.84,\n                \"Variance\": 0.18,\n                \"FullName\": \"Newton, Mary \"\n            },\n            {\n                \"AgentId\": 195,\n                \"InAdherenceIntervals\": 5.58,\n                \"ReportedIntervals\": 6,\n                \"Percentage\": 93.06,\n                \"Variance\": 0.42,\n                \"FullName\": \"Olsen, Kristin \"\n            },\n            {\n                \"AgentId\": 440,\n                \"InAdherenceIntervals\": 8.48,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.26,\n                \"Variance\": 0.52,\n                \"FullName\": \"Pollock, Mitch \"\n            },\n            {\n                \"AgentId\": 185,\n                \"InAdherenceIntervals\": 10.8,\n                \"ReportedIntervals\": 11.5,\n                \"Percentage\": 93.91,\n                \"Variance\": 0.7,\n                \"FullName\": \"Prioleau, Sherry \"\n            },\n            {\n                \"AgentId\": 450,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 11,\n                \"Percentage\": 76.97,\n                \"Variance\": 2.53,\n                \"FullName\": \"Renfroe, Dave \"\n            },\n            {\n                \"AgentId\": 401,\n                \"InAdherenceIntervals\": 8.77,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.41,\n                \"Variance\": 0.23,\n                \"FullName\": \"Richbourg, Mandy \"\n            },\n            {\n                \"AgentId\": 240,\n                \"InAdherenceIntervals\": 8.33,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.59,\n                \"Variance\": 0.67,\n                \"FullName\": \"Richert, Jessica \"\n            },\n            {\n                \"AgentId\": 61,\n                \"InAdherenceIntervals\": 4.32,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 50.78,\n                \"Variance\": 4.18,\n                \"FullName\": \"Ridenhour, Stephan \"\n            },\n            {\n                \"AgentId\": 58,\n                \"InAdherenceIntervals\": 5.68,\n                \"ReportedIntervals\": 6.5,\n                \"Percentage\": 87.44,\n                \"Variance\": 0.82,\n                \"FullName\": \"Rollison, Karen \"\n            },\n            {\n                \"AgentId\": 65,\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 6.25,\n                \"Variance\": 3.75,\n                \"FullName\": \"Sanchez, Maria \"\n            },\n            {\n                \"AgentId\": 409,\n                \"InAdherenceIntervals\": 7.37,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 81.85,\n                \"Variance\": 1.63,\n                \"FullName\": \"Schmidt, Peter \"\n            },\n            {\n                \"AgentId\": 414,\n                \"InAdherenceIntervals\": 7.42,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 98.89,\n                \"Variance\": 0.08,\n                \"FullName\": \"Schrum, Joe \"\n            },\n            {\n                \"AgentId\": 36,\n                \"InAdherenceIntervals\": 7.48,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 93.54,\n                \"Variance\": 0.52,\n                \"FullName\": \"Stalnaker, Mary Beth \"\n            },\n            {\n                \"AgentId\": 455,\n                \"InAdherenceIntervals\": 8.92,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 99.07,\n                \"Variance\": 0.08,\n                \"FullName\": \"Sticha, Carmen \"\n            },\n            {\n                \"AgentId\": 132,\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 5,\n                \"Variance\": 4.75,\n                \"FullName\": \"Sutherland, Todd \"\n            },\n            {\n                \"AgentId\": 429,\n                \"InAdherenceIntervals\": 8.25,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.75,\n                \"FullName\": \"Turner, Bruce \"\n            },\n            {\n                \"AgentId\": 262,\n                \"InAdherenceIntervals\": 4.67,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.33,\n                \"FullName\": \"Watkins, Tracy \"\n            }\n        ],\n        \"IntervalSummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 1.47,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 97.78,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:15:00\",\n                \"InAdherenceIntervals\": 1.25,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 83.33,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:30:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:45:00\",\n                \"InAdherenceIntervals\": 1.4,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:00:00\",\n                \"InAdherenceIntervals\": 1.35,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:15:00\",\n                \"InAdherenceIntervals\": 1.38,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:30:00\",\n                \"InAdherenceIntervals\": 1.38,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:45:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:00:00\",\n                \"InAdherenceIntervals\": 1.48,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 84.76,\n                \"Variance\": 0.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:15:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:30:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:45:00\",\n                \"InAdherenceIntervals\": 1.48,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 84.76,\n                \"Variance\": 0.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:00:00\",\n                \"InAdherenceIntervals\": 1.35,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 77.14,\n                \"Variance\": 0.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:15:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:30:00\",\n                \"InAdherenceIntervals\": 1.45,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 82.86,\n                \"Variance\": 0.3\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:45:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:00:00\",\n                \"InAdherenceIntervals\": 1.95,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 97.5,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:15:00\",\n                \"InAdherenceIntervals\": 1.75,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 87.5,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:30:00\",\n                \"InAdherenceIntervals\": 1.72,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 85.83,\n                \"Variance\": 0.28\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:45:00\",\n                \"InAdherenceIntervals\": 1.75,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 87.5,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:00:00\",\n                \"InAdherenceIntervals\": 1.77,\n                \"ReportedIntervals\": 2.25,\n                \"Percentage\": 78.52,\n                \"Variance\": 0.48\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:15:00\",\n                \"InAdherenceIntervals\": 2,\n                \"ReportedIntervals\": 2.25,\n                \"Percentage\": 88.89,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:30:00\",\n                \"InAdherenceIntervals\": 2.25,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:45:00\",\n                \"InAdherenceIntervals\": 2.25,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:00:00\",\n                \"InAdherenceIntervals\": 2.45,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 98,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:15:00\",\n                \"InAdherenceIntervals\": 2.35,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 94,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:30:00\",\n                \"InAdherenceIntervals\": 2.37,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 94.67,\n                \"Variance\": 0.13\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:45:00\",\n                \"InAdherenceIntervals\": 2.5,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:00:00\",\n                \"InAdherenceIntervals\": 3.42,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 97.62,\n                \"Variance\": 0.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:15:00\",\n                \"InAdherenceIntervals\": 3.27,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.23\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:30:00\",\n                \"InAdherenceIntervals\": 3.6,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 96,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:45:00\",\n                \"InAdherenceIntervals\": 3.72,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 99.11,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:00:00\",\n                \"InAdherenceIntervals\": 3.93,\n                \"ReportedIntervals\": 4.25,\n                \"Percentage\": 92.55,\n                \"Variance\": 0.32\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:15:00\",\n                \"InAdherenceIntervals\": 3.88,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 97.08,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:30:00\",\n                \"InAdherenceIntervals\": 3.58,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 95.56,\n                \"Variance\": 0.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:45:00\",\n                \"InAdherenceIntervals\": 3.4,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 90.67,\n                \"Variance\": 0.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:00:00\",\n                \"InAdherenceIntervals\": 4.3,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 78.18,\n                \"Variance\": 1.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:15:00\",\n                \"InAdherenceIntervals\": 4.52,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 82.12,\n                \"Variance\": 0.98\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:30:00\",\n                \"InAdherenceIntervals\": 5.22,\n                \"ReportedIntervals\": 6.25,\n                \"Percentage\": 83.47,\n                \"Variance\": 1.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:45:00\",\n                \"InAdherenceIntervals\": 5.57,\n                \"ReportedIntervals\": 6.25,\n                \"Percentage\": 89.07,\n                \"Variance\": 0.68\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:00:00\",\n                \"InAdherenceIntervals\": 6.13,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 81.78,\n                \"Variance\": 1.37\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:15:00\",\n                \"InAdherenceIntervals\": 6.55,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 87.33,\n                \"Variance\": 0.95\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:30:00\",\n                \"InAdherenceIntervals\": 5.97,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 79.56,\n                \"Variance\": 1.53\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:45:00\",\n                \"InAdherenceIntervals\": 6.2,\n                \"ReportedIntervals\": 7.75,\n                \"Percentage\": 80,\n                \"Variance\": 1.55\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:00:00\",\n                \"InAdherenceIntervals\": 7.9,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 81.03,\n                \"Variance\": 1.85\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:15:00\",\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 86.84,\n                \"Variance\": 1.28\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:30:00\",\n                \"InAdherenceIntervals\": 8.35,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 85.64,\n                \"Variance\": 1.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:45:00\",\n                \"InAdherenceIntervals\": 7.4,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 75.9,\n                \"Variance\": 2.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:00:00\",\n                \"InAdherenceIntervals\": 7.9,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 77.07,\n                \"Variance\": 2.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:15:00\",\n                \"InAdherenceIntervals\": 8.87,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 86.5,\n                \"Variance\": 1.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:30:00\",\n                \"InAdherenceIntervals\": 8.92,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 89.17,\n                \"Variance\": 1.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:45:00\",\n                \"InAdherenceIntervals\": 7.32,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 73.17,\n                \"Variance\": 2.68\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:00:00\",\n                \"InAdherenceIntervals\": 8.8,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 81.86,\n                \"Variance\": 1.95\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:15:00\",\n                \"InAdherenceIntervals\": 9.35,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 86.98,\n                \"Variance\": 1.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:30:00\",\n                \"InAdherenceIntervals\": 9.27,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 86.2,\n                \"Variance\": 1.48\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:45:00\",\n                \"InAdherenceIntervals\": 8.75,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 81.4,\n                \"Variance\": 2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:00:00\",\n                \"InAdherenceIntervals\": 8.22,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 80.16,\n                \"Variance\": 2.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:15:00\",\n                \"InAdherenceIntervals\": 8.77,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 87.67,\n                \"Variance\": 1.23\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:30:00\",\n                \"InAdherenceIntervals\": 8.73,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 89.57,\n                \"Variance\": 1.02\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:45:00\",\n                \"InAdherenceIntervals\": 7.68,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 78.8,\n                \"Variance\": 2.07\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:00:00\",\n                \"InAdherenceIntervals\": 7.83,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 87.04,\n                \"Variance\": 1.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:15:00\",\n                \"InAdherenceIntervals\": 7.33,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 81.48,\n                \"Variance\": 1.67\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:30:00\",\n                \"InAdherenceIntervals\": 6.42,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 75.49,\n                \"Variance\": 2.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:45:00\",\n                \"InAdherenceIntervals\": 6.5,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 76.47,\n                \"Variance\": 2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:00:00\",\n                \"InAdherenceIntervals\": 6.55,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 81.88,\n                \"Variance\": 1.45\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:15:00\",\n                \"InAdherenceIntervals\": 7.23,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 90.42,\n                \"Variance\": 0.77\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:30:00\",\n                \"InAdherenceIntervals\": 6.98,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 84.65,\n                \"Variance\": 1.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:45:00\",\n                \"InAdherenceIntervals\": 7.27,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 88.08,\n                \"Variance\": 0.98\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:00:00\",\n                \"InAdherenceIntervals\": 7.87,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 98.33,\n                \"Variance\": 0.13\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:15:00\",\n                \"InAdherenceIntervals\": 7.28,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 91.04,\n                \"Variance\": 0.72\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:30:00\",\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 89.38,\n                \"Variance\": 0.85\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:45:00\",\n                \"InAdherenceIntervals\": 6.75,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 84.38,\n                \"Variance\": 1.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:00:00\",\n                \"InAdherenceIntervals\": 5.37,\n                \"ReportedIntervals\": 6.75,\n                \"Percentage\": 79.51,\n                \"Variance\": 1.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:15:00\",\n                \"InAdherenceIntervals\": 5.58,\n                \"ReportedIntervals\": 6.5,\n                \"Percentage\": 85.9,\n                \"Variance\": 0.92\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:30:00\",\n                \"InAdherenceIntervals\": 4.67,\n                \"ReportedIntervals\": 5.75,\n                \"Percentage\": 81.16,\n                \"Variance\": 1.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:45:00\",\n                \"InAdherenceIntervals\": 5.02,\n                \"ReportedIntervals\": 5.75,\n                \"Percentage\": 87.25,\n                \"Variance\": 0.73\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:00:00\",\n                \"InAdherenceIntervals\": 4.62,\n                \"ReportedIntervals\": 5.25,\n                \"Percentage\": 87.94,\n                \"Variance\": 0.63\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:15:00\",\n                \"InAdherenceIntervals\": 4.57,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 91.33,\n                \"Variance\": 0.43\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:30:00\",\n                \"InAdherenceIntervals\": 4.68,\n                \"ReportedIntervals\": 4.75,\n                \"Percentage\": 98.6,\n                \"Variance\": 0.07\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:45:00\",\n                \"InAdherenceIntervals\": 4.55,\n                \"ReportedIntervals\": 4.75,\n                \"Percentage\": 95.79,\n                \"Variance\": 0.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:00:00\",\n                \"InAdherenceIntervals\": 3.57,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 95.11,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:15:00\",\n                \"InAdherenceIntervals\": 3.3,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 88,\n                \"Variance\": 0.45\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:30:00\",\n                \"InAdherenceIntervals\": 3.37,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 89.78,\n                \"Variance\": 0.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:45:00\",\n                \"InAdherenceIntervals\": 3.65,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 97.33,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:00:00\",\n                \"InAdherenceIntervals\": 3.5,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:15:00\",\n                \"InAdherenceIntervals\": 3.07,\n                \"ReportedIntervals\": 3.25,\n                \"Percentage\": 94.36,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:30:00\",\n                \"InAdherenceIntervals\": 2.75,\n                \"ReportedIntervals\": 3,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:45:00\",\n                \"InAdherenceIntervals\": 2.83,\n                \"ReportedIntervals\": 3,\n                \"Percentage\": 94.44,\n                \"Variance\": 0.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:00:00\",\n                \"InAdherenceIntervals\": 2.65,\n                \"ReportedIntervals\": 2.75,\n                \"Percentage\": 96.36,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:15:00\",\n                \"InAdherenceIntervals\": 2.63,\n                \"ReportedIntervals\": 2.75,\n                \"Percentage\": 95.76,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:30:00\",\n                \"InAdherenceIntervals\": 2.28,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 91.33,\n                \"Variance\": 0.22\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:45:00\",\n                \"InAdherenceIntervals\": 2.45,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 98,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:00:00\",\n                \"InAdherenceIntervals\": 1.7,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 85,\n                \"Variance\": 0.3\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:15:00\",\n                \"InAdherenceIntervals\": 1.98,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 99.17,\n                \"Variance\": 0.02\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:30:00\",\n                \"InAdherenceIntervals\": 1.7,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 97.14,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:45:00\",\n                \"InAdherenceIntervals\": 1.65,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 82.5,\n                \"Variance\": 0.35\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"666b912f-56a9-4c6e-9c61-8de43b068881","name":"1 Activities","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AdherenceSummaryReport?scopeTypeId=1&scopeId=1&fromDate=03/25/2024&thruDate=03/26/2024&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","AdherenceSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"1","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"03/25/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"03/26/2024","description":"REQUIERD: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPn3BInfJ1Szjjd42gDVmki4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 18:13:08 GMT"},{"key":"Content-Length","value":"22591"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ReportDescription\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\"\n            }\n        ],\n        \"ExecutiveSummary\": [\n            {\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"YearlySummary\": [\n            {\n                \"Year\": 2024,\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"MonthlySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42,\n                \"MonthName\": \"April\",\n                \"ReportingInterval\": \"2024-03-01T00:00:00\"\n            }\n        ],\n        \"WeeklySummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"DailySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"Day\": 25,\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42,\n                \"MonthName\": \"April\",\n                \"DayOfWeek\": \"Monday\"\n            }\n        ],\n        \"ParticipantSummary\": [\n            {\n                \"AgentId\": 278,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 100,\n                \"Variance\": 0,\n                \"FullName\": \"Areheart, Sam \"\n            },\n            {\n                \"AgentId\": 156,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 96.97,\n                \"Variance\": 0.25,\n                \"FullName\": \"Azzarito, Deborah \"\n            },\n            {\n                \"AgentId\": 453,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 96.97,\n                \"Variance\": 0.25,\n                \"FullName\": \"Badgett, Gregory \"\n            },\n            {\n                \"AgentId\": 451,\n                \"InAdherenceIntervals\": 8.03,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 97.37,\n                \"Variance\": 0.22,\n                \"FullName\": \"Barton, Jean \"\n            },\n            {\n                \"AgentId\": 479,\n                \"InAdherenceIntervals\": 3.67,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.33,\n                \"FullName\": \"Bickley, Sharon \"\n            },\n            {\n                \"AgentId\": 27,\n                \"InAdherenceIntervals\": 8.65,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 91.05,\n                \"Variance\": 0.85,\n                \"FullName\": \"Blakely, Latrice \"\n            },\n            {\n                \"AgentId\": 467,\n                \"InAdherenceIntervals\": 8.35,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.78,\n                \"Variance\": 0.65,\n                \"FullName\": \"Brown, Chanell \"\n            },\n            {\n                \"AgentId\": 402,\n                \"InAdherenceIntervals\": 3.8,\n                \"ReportedIntervals\": 4.25,\n                \"Percentage\": 89.41,\n                \"Variance\": 0.45,\n                \"FullName\": \"Burns, Barbara \"\n            },\n            {\n                \"AgentId\": 391,\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 15,\n                \"Variance\": 8.5,\n                \"FullName\": \"Carabo, Randy \"\n            },\n            {\n                \"AgentId\": 387,\n                \"InAdherenceIntervals\": 8.3,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.7,\n                \"FullName\": \"Cassleman, Sherry \"\n            },\n            {\n                \"AgentId\": 371,\n                \"InAdherenceIntervals\": 8.45,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 93.89,\n                \"Variance\": 0.55,\n                \"FullName\": \"Cathy, Kelly \"\n            },\n            {\n                \"AgentId\": 306,\n                \"InAdherenceIntervals\": 3.7,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 92.5,\n                \"Variance\": 0.3,\n                \"FullName\": \"Crislip, Traci \"\n            },\n            {\n                \"AgentId\": 432,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.07,\n                \"Variance\": 0.53,\n                \"FullName\": \"Dunbar, Bill \"\n            },\n            {\n                \"AgentId\": 382,\n                \"InAdherenceIntervals\": 8.13,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 90.37,\n                \"Variance\": 0.87,\n                \"FullName\": \"Duncan, Matthew \"\n            },\n            {\n                \"AgentId\": 51,\n                \"InAdherenceIntervals\": 7.55,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 88.82,\n                \"Variance\": 0.95,\n                \"FullName\": \"Dyer, Amanda \"\n            },\n            {\n                \"AgentId\": 136,\n                \"InAdherenceIntervals\": 7.62,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 95.21,\n                \"Variance\": 0.38,\n                \"FullName\": \"Finn, Mike \"\n            },\n            {\n                \"AgentId\": 68,\n                \"InAdherenceIntervals\": 6.08,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 71.57,\n                \"Variance\": 2.42,\n                \"FullName\": \"Florez, Oscar \"\n            },\n            {\n                \"AgentId\": 144,\n                \"InAdherenceIntervals\": 6.58,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 82.29,\n                \"Variance\": 1.42,\n                \"FullName\": \"Fowler, Wendy \"\n            },\n            {\n                \"AgentId\": 353,\n                \"InAdherenceIntervals\": 8.88,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 88.83,\n                \"Variance\": 1.12,\n                \"FullName\": \"Fraley, Ashley \"\n            },\n            {\n                \"AgentId\": 155,\n                \"InAdherenceIntervals\": 4.9,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 89.09,\n                \"Variance\": 0.6,\n                \"FullName\": \"Goldfarb, Brett \"\n            },\n            {\n                \"AgentId\": 71,\n                \"InAdherenceIntervals\": 8.03,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 94.51,\n                \"Variance\": 0.47,\n                \"FullName\": \"Granda, Luis \"\n            },\n            {\n                \"AgentId\": 405,\n                \"InAdherenceIntervals\": 7.98,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 88.7,\n                \"Variance\": 1.02,\n                \"FullName\": \"Greene, Tiffany \"\n            },\n            {\n                \"AgentId\": 423,\n                \"InAdherenceIntervals\": 7.8,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 82.11,\n                \"Variance\": 1.7,\n                \"FullName\": \"Griffin, John \"\n            },\n            {\n                \"AgentId\": 80,\n                \"InAdherenceIntervals\": 7.63,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 95.42,\n                \"Variance\": 0.37,\n                \"FullName\": \"Guzman, Denise \"\n            },\n            {\n                \"AgentId\": 287,\n                \"InAdherenceIntervals\": 9.93,\n                \"ReportedIntervals\": 11,\n                \"Percentage\": 90.3,\n                \"Variance\": 1.07,\n                \"FullName\": \"Haltiwanger, Debra \"\n            },\n            {\n                \"AgentId\": 407,\n                \"InAdherenceIntervals\": 7.95,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 88.33,\n                \"Variance\": 1.05,\n                \"FullName\": \"Hipps, Casandra \"\n            },\n            {\n                \"AgentId\": 250,\n                \"InAdherenceIntervals\": 1,\n                \"ReportedIntervals\": 6,\n                \"Percentage\": 16.67,\n                \"Variance\": 5,\n                \"FullName\": \"Horne, Andy \"\n            },\n            {\n                \"AgentId\": 246,\n                \"InAdherenceIntervals\": 8.18,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 90.93,\n                \"Variance\": 0.82,\n                \"FullName\": \"Houck, Matthew \"\n            },\n            {\n                \"AgentId\": 418,\n                \"InAdherenceIntervals\": 9.77,\n                \"ReportedIntervals\": 10.5,\n                \"Percentage\": 93.02,\n                \"Variance\": 0.73,\n                \"FullName\": \"Hunter, Satika \"\n            },\n            {\n                \"AgentId\": 397,\n                \"InAdherenceIntervals\": 8.73,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.04,\n                \"Variance\": 0.27,\n                \"FullName\": \"Huntre, Laquista \"\n            },\n            {\n                \"AgentId\": 147,\n                \"InAdherenceIntervals\": 7.47,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 87.84,\n                \"Variance\": 1.03,\n                \"FullName\": \"Kenney, Reye \"\n            },\n            {\n                \"AgentId\": 361,\n                \"InAdherenceIntervals\": 3.68,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 92.08,\n                \"Variance\": 0.32,\n                \"FullName\": \"Kinsella, Mark \"\n            },\n            {\n                \"AgentId\": 128,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.07,\n                \"Variance\": 0.53,\n                \"FullName\": \"Lee, Daniel \"\n            },\n            {\n                \"AgentId\": 354,\n                \"InAdherenceIntervals\": 8.42,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 93.52,\n                \"Variance\": 0.58,\n                \"FullName\": \"Lewis, Greg \"\n            },\n            {\n                \"AgentId\": 129,\n                \"InAdherenceIntervals\": 8.62,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 86.17,\n                \"Variance\": 1.38,\n                \"FullName\": \"Lewis, Lisha \"\n            },\n            {\n                \"AgentId\": 271,\n                \"InAdherenceIntervals\": 1.87,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.13,\n                \"FullName\": \"Mack, Janelle \"\n            },\n            {\n                \"AgentId\": 318,\n                \"InAdherenceIntervals\": 8.78,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.59,\n                \"Variance\": 0.22,\n                \"FullName\": \"Malvoisin, Fernando \"\n            },\n            {\n                \"AgentId\": 107,\n                \"InAdherenceIntervals\": 7.97,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 83.86,\n                \"Variance\": 1.53,\n                \"FullName\": \"Martinez, Cristian \"\n            },\n            {\n                \"AgentId\": 449,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"FullName\": \"McBride, Natasha \"\n            },\n            {\n                \"AgentId\": 135,\n                \"InAdherenceIntervals\": 7.62,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 89.61,\n                \"Variance\": 0.88,\n                \"FullName\": \"Montes, David \"\n            },\n            {\n                \"AgentId\": 145,\n                \"InAdherenceIntervals\": 10.12,\n                \"ReportedIntervals\": 10.5,\n                \"Percentage\": 96.35,\n                \"Variance\": 0.38,\n                \"FullName\": \"Mosley, Kerry \"\n            },\n            {\n                \"AgentId\": 370,\n                \"InAdherenceIntervals\": 8.5,\n                \"ReportedIntervals\": 9.25,\n                \"Percentage\": 91.89,\n                \"Variance\": 0.75,\n                \"FullName\": \"Nelson, Candice \"\n            },\n            {\n                \"AgentId\": 352,\n                \"InAdherenceIntervals\": 7.65,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.85,\n                \"FullName\": \"Newman, Jean \"\n            },\n            {\n                \"AgentId\": 171,\n                \"InAdherenceIntervals\": 8.32,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 97.84,\n                \"Variance\": 0.18,\n                \"FullName\": \"Newton, Mary \"\n            },\n            {\n                \"AgentId\": 195,\n                \"InAdherenceIntervals\": 5.58,\n                \"ReportedIntervals\": 6,\n                \"Percentage\": 93.06,\n                \"Variance\": 0.42,\n                \"FullName\": \"Olsen, Kristin \"\n            },\n            {\n                \"AgentId\": 440,\n                \"InAdherenceIntervals\": 8.48,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.26,\n                \"Variance\": 0.52,\n                \"FullName\": \"Pollock, Mitch \"\n            },\n            {\n                \"AgentId\": 185,\n                \"InAdherenceIntervals\": 10.8,\n                \"ReportedIntervals\": 11.5,\n                \"Percentage\": 93.91,\n                \"Variance\": 0.7,\n                \"FullName\": \"Prioleau, Sherry \"\n            },\n            {\n                \"AgentId\": 450,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 11,\n                \"Percentage\": 76.97,\n                \"Variance\": 2.53,\n                \"FullName\": \"Renfroe, Dave \"\n            },\n            {\n                \"AgentId\": 401,\n                \"InAdherenceIntervals\": 8.77,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.41,\n                \"Variance\": 0.23,\n                \"FullName\": \"Richbourg, Mandy \"\n            },\n            {\n                \"AgentId\": 240,\n                \"InAdherenceIntervals\": 8.33,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.59,\n                \"Variance\": 0.67,\n                \"FullName\": \"Richert, Jessica \"\n            },\n            {\n                \"AgentId\": 61,\n                \"InAdherenceIntervals\": 4.32,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 50.78,\n                \"Variance\": 4.18,\n                \"FullName\": \"Ridenhour, Stephan \"\n            },\n            {\n                \"AgentId\": 58,\n                \"InAdherenceIntervals\": 5.68,\n                \"ReportedIntervals\": 6.5,\n                \"Percentage\": 87.44,\n                \"Variance\": 0.82,\n                \"FullName\": \"Rollison, Karen \"\n            },\n            {\n                \"AgentId\": 65,\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 6.25,\n                \"Variance\": 3.75,\n                \"FullName\": \"Sanchez, Maria \"\n            },\n            {\n                \"AgentId\": 409,\n                \"InAdherenceIntervals\": 7.37,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 81.85,\n                \"Variance\": 1.63,\n                \"FullName\": \"Schmidt, Peter \"\n            },\n            {\n                \"AgentId\": 414,\n                \"InAdherenceIntervals\": 7.42,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 98.89,\n                \"Variance\": 0.08,\n                \"FullName\": \"Schrum, Joe \"\n            },\n            {\n                \"AgentId\": 36,\n                \"InAdherenceIntervals\": 7.48,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 93.54,\n                \"Variance\": 0.52,\n                \"FullName\": \"Stalnaker, Mary Beth \"\n            },\n            {\n                \"AgentId\": 455,\n                \"InAdherenceIntervals\": 8.92,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 99.07,\n                \"Variance\": 0.08,\n                \"FullName\": \"Sticha, Carmen \"\n            },\n            {\n                \"AgentId\": 132,\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 5,\n                \"Variance\": 4.75,\n                \"FullName\": \"Sutherland, Todd \"\n            },\n            {\n                \"AgentId\": 429,\n                \"InAdherenceIntervals\": 8.25,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.75,\n                \"FullName\": \"Turner, Bruce \"\n            },\n            {\n                \"AgentId\": 262,\n                \"InAdherenceIntervals\": 4.67,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.33,\n                \"FullName\": \"Watkins, Tracy \"\n            }\n        ],\n        \"IntervalSummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 1.47,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 97.78,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:15:00\",\n                \"InAdherenceIntervals\": 1.25,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 83.33,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:30:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:45:00\",\n                \"InAdherenceIntervals\": 1.4,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:00:00\",\n                \"InAdherenceIntervals\": 1.35,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:15:00\",\n                \"InAdherenceIntervals\": 1.38,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:30:00\",\n                \"InAdherenceIntervals\": 1.38,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:45:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:00:00\",\n                \"InAdherenceIntervals\": 1.48,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 84.76,\n                \"Variance\": 0.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:15:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:30:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:45:00\",\n                \"InAdherenceIntervals\": 1.48,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 84.76,\n                \"Variance\": 0.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:00:00\",\n                \"InAdherenceIntervals\": 1.35,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 77.14,\n                \"Variance\": 0.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:15:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:30:00\",\n                \"InAdherenceIntervals\": 1.45,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 82.86,\n                \"Variance\": 0.3\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:45:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:00:00\",\n                \"InAdherenceIntervals\": 1.95,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 97.5,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:15:00\",\n                \"InAdherenceIntervals\": 1.75,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 87.5,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:30:00\",\n                \"InAdherenceIntervals\": 1.72,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 85.83,\n                \"Variance\": 0.28\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:45:00\",\n                \"InAdherenceIntervals\": 1.75,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 87.5,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:00:00\",\n                \"InAdherenceIntervals\": 1.77,\n                \"ReportedIntervals\": 2.25,\n                \"Percentage\": 78.52,\n                \"Variance\": 0.48\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:15:00\",\n                \"InAdherenceIntervals\": 2,\n                \"ReportedIntervals\": 2.25,\n                \"Percentage\": 88.89,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:30:00\",\n                \"InAdherenceIntervals\": 2.25,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:45:00\",\n                \"InAdherenceIntervals\": 2.25,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:00:00\",\n                \"InAdherenceIntervals\": 2.45,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 98,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:15:00\",\n                \"InAdherenceIntervals\": 2.35,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 94,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:30:00\",\n                \"InAdherenceIntervals\": 2.37,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 94.67,\n                \"Variance\": 0.13\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:45:00\",\n                \"InAdherenceIntervals\": 2.5,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:00:00\",\n                \"InAdherenceIntervals\": 3.42,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 97.62,\n                \"Variance\": 0.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:15:00\",\n                \"InAdherenceIntervals\": 3.27,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.23\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:30:00\",\n                \"InAdherenceIntervals\": 3.6,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 96,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:45:00\",\n                \"InAdherenceIntervals\": 3.72,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 99.11,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:00:00\",\n                \"InAdherenceIntervals\": 3.93,\n                \"ReportedIntervals\": 4.25,\n                \"Percentage\": 92.55,\n                \"Variance\": 0.32\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:15:00\",\n                \"InAdherenceIntervals\": 3.88,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 97.08,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:30:00\",\n                \"InAdherenceIntervals\": 3.58,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 95.56,\n                \"Variance\": 0.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:45:00\",\n                \"InAdherenceIntervals\": 3.4,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 90.67,\n                \"Variance\": 0.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:00:00\",\n                \"InAdherenceIntervals\": 4.3,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 78.18,\n                \"Variance\": 1.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:15:00\",\n                \"InAdherenceIntervals\": 4.52,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 82.12,\n                \"Variance\": 0.98\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:30:00\",\n                \"InAdherenceIntervals\": 5.22,\n                \"ReportedIntervals\": 6.25,\n                \"Percentage\": 83.47,\n                \"Variance\": 1.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:45:00\",\n                \"InAdherenceIntervals\": 5.57,\n                \"ReportedIntervals\": 6.25,\n                \"Percentage\": 89.07,\n                \"Variance\": 0.68\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:00:00\",\n                \"InAdherenceIntervals\": 6.13,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 81.78,\n                \"Variance\": 1.37\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:15:00\",\n                \"InAdherenceIntervals\": 6.55,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 87.33,\n                \"Variance\": 0.95\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:30:00\",\n                \"InAdherenceIntervals\": 5.97,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 79.56,\n                \"Variance\": 1.53\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:45:00\",\n                \"InAdherenceIntervals\": 6.2,\n                \"ReportedIntervals\": 7.75,\n                \"Percentage\": 80,\n                \"Variance\": 1.55\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:00:00\",\n                \"InAdherenceIntervals\": 7.9,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 81.03,\n                \"Variance\": 1.85\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:15:00\",\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 86.84,\n                \"Variance\": 1.28\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:30:00\",\n                \"InAdherenceIntervals\": 8.35,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 85.64,\n                \"Variance\": 1.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:45:00\",\n                \"InAdherenceIntervals\": 7.4,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 75.9,\n                \"Variance\": 2.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:00:00\",\n                \"InAdherenceIntervals\": 7.9,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 77.07,\n                \"Variance\": 2.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:15:00\",\n                \"InAdherenceIntervals\": 8.87,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 86.5,\n                \"Variance\": 1.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:30:00\",\n                \"InAdherenceIntervals\": 8.92,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 89.17,\n                \"Variance\": 1.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:45:00\",\n                \"InAdherenceIntervals\": 7.32,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 73.17,\n                \"Variance\": 2.68\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:00:00\",\n                \"InAdherenceIntervals\": 8.8,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 81.86,\n                \"Variance\": 1.95\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:15:00\",\n                \"InAdherenceIntervals\": 9.35,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 86.98,\n                \"Variance\": 1.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:30:00\",\n                \"InAdherenceIntervals\": 9.27,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 86.2,\n                \"Variance\": 1.48\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:45:00\",\n                \"InAdherenceIntervals\": 8.75,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 81.4,\n                \"Variance\": 2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:00:00\",\n                \"InAdherenceIntervals\": 8.22,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 80.16,\n                \"Variance\": 2.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:15:00\",\n                \"InAdherenceIntervals\": 8.77,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 87.67,\n                \"Variance\": 1.23\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:30:00\",\n                \"InAdherenceIntervals\": 8.73,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 89.57,\n                \"Variance\": 1.02\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:45:00\",\n                \"InAdherenceIntervals\": 7.68,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 78.8,\n                \"Variance\": 2.07\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:00:00\",\n                \"InAdherenceIntervals\": 7.83,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 87.04,\n                \"Variance\": 1.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:15:00\",\n                \"InAdherenceIntervals\": 7.33,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 81.48,\n                \"Variance\": 1.67\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:30:00\",\n                \"InAdherenceIntervals\": 6.42,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 75.49,\n                \"Variance\": 2.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:45:00\",\n                \"InAdherenceIntervals\": 6.5,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 76.47,\n                \"Variance\": 2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:00:00\",\n                \"InAdherenceIntervals\": 6.55,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 81.88,\n                \"Variance\": 1.45\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:15:00\",\n                \"InAdherenceIntervals\": 7.23,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 90.42,\n                \"Variance\": 0.77\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:30:00\",\n                \"InAdherenceIntervals\": 6.98,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 84.65,\n                \"Variance\": 1.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:45:00\",\n                \"InAdherenceIntervals\": 7.27,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 88.08,\n                \"Variance\": 0.98\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:00:00\",\n                \"InAdherenceIntervals\": 7.87,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 98.33,\n                \"Variance\": 0.13\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:15:00\",\n                \"InAdherenceIntervals\": 7.28,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 91.04,\n                \"Variance\": 0.72\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:30:00\",\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 89.38,\n                \"Variance\": 0.85\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:45:00\",\n                \"InAdherenceIntervals\": 6.75,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 84.38,\n                \"Variance\": 1.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:00:00\",\n                \"InAdherenceIntervals\": 5.37,\n                \"ReportedIntervals\": 6.75,\n                \"Percentage\": 79.51,\n                \"Variance\": 1.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:15:00\",\n                \"InAdherenceIntervals\": 5.58,\n                \"ReportedIntervals\": 6.5,\n                \"Percentage\": 85.9,\n                \"Variance\": 0.92\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:30:00\",\n                \"InAdherenceIntervals\": 4.67,\n                \"ReportedIntervals\": 5.75,\n                \"Percentage\": 81.16,\n                \"Variance\": 1.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:45:00\",\n                \"InAdherenceIntervals\": 5.02,\n                \"ReportedIntervals\": 5.75,\n                \"Percentage\": 87.25,\n                \"Variance\": 0.73\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:00:00\",\n                \"InAdherenceIntervals\": 4.62,\n                \"ReportedIntervals\": 5.25,\n                \"Percentage\": 87.94,\n                \"Variance\": 0.63\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:15:00\",\n                \"InAdherenceIntervals\": 4.57,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 91.33,\n                \"Variance\": 0.43\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:30:00\",\n                \"InAdherenceIntervals\": 4.68,\n                \"ReportedIntervals\": 4.75,\n                \"Percentage\": 98.6,\n                \"Variance\": 0.07\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:45:00\",\n                \"InAdherenceIntervals\": 4.55,\n                \"ReportedIntervals\": 4.75,\n                \"Percentage\": 95.79,\n                \"Variance\": 0.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:00:00\",\n                \"InAdherenceIntervals\": 3.57,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 95.11,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:15:00\",\n                \"InAdherenceIntervals\": 3.3,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 88,\n                \"Variance\": 0.45\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:30:00\",\n                \"InAdherenceIntervals\": 3.37,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 89.78,\n                \"Variance\": 0.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:45:00\",\n                \"InAdherenceIntervals\": 3.65,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 97.33,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:00:00\",\n                \"InAdherenceIntervals\": 3.5,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:15:00\",\n                \"InAdherenceIntervals\": 3.07,\n                \"ReportedIntervals\": 3.25,\n                \"Percentage\": 94.36,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:30:00\",\n                \"InAdherenceIntervals\": 2.75,\n                \"ReportedIntervals\": 3,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:45:00\",\n                \"InAdherenceIntervals\": 2.83,\n                \"ReportedIntervals\": 3,\n                \"Percentage\": 94.44,\n                \"Variance\": 0.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:00:00\",\n                \"InAdherenceIntervals\": 2.65,\n                \"ReportedIntervals\": 2.75,\n                \"Percentage\": 96.36,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:15:00\",\n                \"InAdherenceIntervals\": 2.63,\n                \"ReportedIntervals\": 2.75,\n                \"Percentage\": 95.76,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:30:00\",\n                \"InAdherenceIntervals\": 2.28,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 91.33,\n                \"Variance\": 0.22\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:45:00\",\n                \"InAdherenceIntervals\": 2.45,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 98,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:00:00\",\n                \"InAdherenceIntervals\": 1.7,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 85,\n                \"Variance\": 0.3\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:15:00\",\n                \"InAdherenceIntervals\": 1.98,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 99.17,\n                \"Variance\": 0.02\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:30:00\",\n                \"InAdherenceIntervals\": 1.7,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 97.14,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:45:00\",\n                \"InAdherenceIntervals\": 1.65,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 82.5,\n                \"Variance\": 0.35\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"aa5e11f9-2a67-4392-8f57-0196fd07ebbe","name":"2 Supervisors","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AdherenceSummaryReport?scopeTypeId=2&scopeId=449&fromDate=03/25/2024&thruDate=03/26/2024&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","AdherenceSummaryReport"],"query":[{"key":"scopeTypeId","value":"2","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"449","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"03/25/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"03/26/2024","description":"REQUIERD: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPi8zMLL2DCluUDUHGSzAYLw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 18:13:37 GMT"},{"key":"Content-Length","value":"6163"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ReportDescription\": [\n            {\n                \"PreferredScopeType\": 2,\n                \"PreferredScopeId\": 449,\n                \"ScopeTypeName\": \"Supervisor\",\n                \"ScopeIdName\": \"McBride, Natasha \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\"\n            }\n        ],\n        \"ExecutiveSummary\": [\n            {\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85\n            }\n        ],\n        \"YearlySummary\": [\n            {\n                \"Year\": 2024,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85\n            }\n        ],\n        \"MonthlySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"MonthName\": \"April\",\n                \"ReportingInterval\": \"2024-03-01T00:00:00\"\n            }\n        ],\n        \"WeeklySummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85\n            }\n        ],\n        \"DailySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"Day\": 25,\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"MonthName\": \"April\",\n                \"DayOfWeek\": \"Monday\"\n            }\n        ],\n        \"ParticipantSummary\": [\n            {\n                \"AgentId\": 449,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"FullName\": \"McBride, Natasha \"\n            }\n        ],\n        \"IntervalSummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T08:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:00:00\",\n                \"InAdherenceIntervals\": 0.07,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 26.67,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:15:00\",\n                \"InAdherenceIntervals\": 0.07,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 26.67,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:30:00\",\n                \"InAdherenceIntervals\": 0.22,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 86.67,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:45:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:45:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:45:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:00:00\",\n                \"InAdherenceIntervals\": 0.05,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 20,\n                \"Variance\": 0.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:30:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:00:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"b60c7188-ec3c-4d3d-aeb0-1db3c8e09c1d","name":"3 Group Members","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AdherenceSummaryReport?scopeTypeId=3&scopeId=10&fromDate=03/25/2024&thruDate=03/26/2024&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","AdherenceSummaryReport"],"query":[{"key":"scopeTypeId","value":"3","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"10","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"03/25/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"03/26/2024","description":"REQUIERD: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPou7uCsDdJkWpeINAiWJbqM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 18:13:58 GMT"},{"key":"Content-Length","value":"22588"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ReportDescription\": [\n            {\n                \"PreferredScopeType\": 3,\n                \"PreferredScopeId\": 10,\n                \"ScopeTypeName\": \"User Group\",\n                \"ScopeIdName\": \"All Sales\",\n                \"ScopeIdDescription\": \"All Sales\"\n            }\n        ],\n        \"ExecutiveSummary\": [\n            {\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"YearlySummary\": [\n            {\n                \"Year\": 2024,\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"MonthlySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42,\n                \"MonthName\": \"April\",\n                \"ReportingInterval\": \"2024-03-01T00:00:00\"\n            }\n        ],\n        \"WeeklySummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42\n            }\n        ],\n        \"DailySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"Day\": 25,\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 423.33,\n                \"ReportedIntervals\": 489.75,\n                \"Percentage\": 86.44,\n                \"Variance\": 66.42,\n                \"MonthName\": \"April\",\n                \"DayOfWeek\": \"Monday\"\n            }\n        ],\n        \"ParticipantSummary\": [\n            {\n                \"AgentId\": 278,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 100,\n                \"Variance\": 0,\n                \"FullName\": \"Areheart, Sam \"\n            },\n            {\n                \"AgentId\": 156,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 96.97,\n                \"Variance\": 0.25,\n                \"FullName\": \"Azzarito, Deborah \"\n            },\n            {\n                \"AgentId\": 453,\n                \"InAdherenceIntervals\": 8,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 96.97,\n                \"Variance\": 0.25,\n                \"FullName\": \"Badgett, Gregory \"\n            },\n            {\n                \"AgentId\": 451,\n                \"InAdherenceIntervals\": 8.03,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 97.37,\n                \"Variance\": 0.22,\n                \"FullName\": \"Barton, Jean \"\n            },\n            {\n                \"AgentId\": 479,\n                \"InAdherenceIntervals\": 3.67,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.33,\n                \"FullName\": \"Bickley, Sharon \"\n            },\n            {\n                \"AgentId\": 27,\n                \"InAdherenceIntervals\": 8.65,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 91.05,\n                \"Variance\": 0.85,\n                \"FullName\": \"Blakely, Latrice \"\n            },\n            {\n                \"AgentId\": 467,\n                \"InAdherenceIntervals\": 8.35,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.78,\n                \"Variance\": 0.65,\n                \"FullName\": \"Brown, Chanell \"\n            },\n            {\n                \"AgentId\": 402,\n                \"InAdherenceIntervals\": 3.8,\n                \"ReportedIntervals\": 4.25,\n                \"Percentage\": 89.41,\n                \"Variance\": 0.45,\n                \"FullName\": \"Burns, Barbara \"\n            },\n            {\n                \"AgentId\": 391,\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 15,\n                \"Variance\": 8.5,\n                \"FullName\": \"Carabo, Randy \"\n            },\n            {\n                \"AgentId\": 387,\n                \"InAdherenceIntervals\": 8.3,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.7,\n                \"FullName\": \"Cassleman, Sherry \"\n            },\n            {\n                \"AgentId\": 371,\n                \"InAdherenceIntervals\": 8.45,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 93.89,\n                \"Variance\": 0.55,\n                \"FullName\": \"Cathy, Kelly \"\n            },\n            {\n                \"AgentId\": 306,\n                \"InAdherenceIntervals\": 3.7,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 92.5,\n                \"Variance\": 0.3,\n                \"FullName\": \"Crislip, Traci \"\n            },\n            {\n                \"AgentId\": 432,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.07,\n                \"Variance\": 0.53,\n                \"FullName\": \"Dunbar, Bill \"\n            },\n            {\n                \"AgentId\": 382,\n                \"InAdherenceIntervals\": 8.13,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 90.37,\n                \"Variance\": 0.87,\n                \"FullName\": \"Duncan, Matthew \"\n            },\n            {\n                \"AgentId\": 51,\n                \"InAdherenceIntervals\": 7.55,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 88.82,\n                \"Variance\": 0.95,\n                \"FullName\": \"Dyer, Amanda \"\n            },\n            {\n                \"AgentId\": 136,\n                \"InAdherenceIntervals\": 7.62,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 95.21,\n                \"Variance\": 0.38,\n                \"FullName\": \"Finn, Mike \"\n            },\n            {\n                \"AgentId\": 68,\n                \"InAdherenceIntervals\": 6.08,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 71.57,\n                \"Variance\": 2.42,\n                \"FullName\": \"Florez, Oscar \"\n            },\n            {\n                \"AgentId\": 144,\n                \"InAdherenceIntervals\": 6.58,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 82.29,\n                \"Variance\": 1.42,\n                \"FullName\": \"Fowler, Wendy \"\n            },\n            {\n                \"AgentId\": 353,\n                \"InAdherenceIntervals\": 8.88,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 88.83,\n                \"Variance\": 1.12,\n                \"FullName\": \"Fraley, Ashley \"\n            },\n            {\n                \"AgentId\": 155,\n                \"InAdherenceIntervals\": 4.9,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 89.09,\n                \"Variance\": 0.6,\n                \"FullName\": \"Goldfarb, Brett \"\n            },\n            {\n                \"AgentId\": 71,\n                \"InAdherenceIntervals\": 8.03,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 94.51,\n                \"Variance\": 0.47,\n                \"FullName\": \"Granda, Luis \"\n            },\n            {\n                \"AgentId\": 405,\n                \"InAdherenceIntervals\": 7.98,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 88.7,\n                \"Variance\": 1.02,\n                \"FullName\": \"Greene, Tiffany \"\n            },\n            {\n                \"AgentId\": 423,\n                \"InAdherenceIntervals\": 7.8,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 82.11,\n                \"Variance\": 1.7,\n                \"FullName\": \"Griffin, John \"\n            },\n            {\n                \"AgentId\": 80,\n                \"InAdherenceIntervals\": 7.63,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 95.42,\n                \"Variance\": 0.37,\n                \"FullName\": \"Guzman, Denise \"\n            },\n            {\n                \"AgentId\": 287,\n                \"InAdherenceIntervals\": 9.93,\n                \"ReportedIntervals\": 11,\n                \"Percentage\": 90.3,\n                \"Variance\": 1.07,\n                \"FullName\": \"Haltiwanger, Debra \"\n            },\n            {\n                \"AgentId\": 407,\n                \"InAdherenceIntervals\": 7.95,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 88.33,\n                \"Variance\": 1.05,\n                \"FullName\": \"Hipps, Casandra \"\n            },\n            {\n                \"AgentId\": 250,\n                \"InAdherenceIntervals\": 1,\n                \"ReportedIntervals\": 6,\n                \"Percentage\": 16.67,\n                \"Variance\": 5,\n                \"FullName\": \"Horne, Andy \"\n            },\n            {\n                \"AgentId\": 246,\n                \"InAdherenceIntervals\": 8.18,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 90.93,\n                \"Variance\": 0.82,\n                \"FullName\": \"Houck, Matthew \"\n            },\n            {\n                \"AgentId\": 418,\n                \"InAdherenceIntervals\": 9.77,\n                \"ReportedIntervals\": 10.5,\n                \"Percentage\": 93.02,\n                \"Variance\": 0.73,\n                \"FullName\": \"Hunter, Satika \"\n            },\n            {\n                \"AgentId\": 397,\n                \"InAdherenceIntervals\": 8.73,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.04,\n                \"Variance\": 0.27,\n                \"FullName\": \"Huntre, Laquista \"\n            },\n            {\n                \"AgentId\": 147,\n                \"InAdherenceIntervals\": 7.47,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 87.84,\n                \"Variance\": 1.03,\n                \"FullName\": \"Kenney, Reye \"\n            },\n            {\n                \"AgentId\": 361,\n                \"InAdherenceIntervals\": 3.68,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 92.08,\n                \"Variance\": 0.32,\n                \"FullName\": \"Kinsella, Mark \"\n            },\n            {\n                \"AgentId\": 128,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.07,\n                \"Variance\": 0.53,\n                \"FullName\": \"Lee, Daniel \"\n            },\n            {\n                \"AgentId\": 354,\n                \"InAdherenceIntervals\": 8.42,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 93.52,\n                \"Variance\": 0.58,\n                \"FullName\": \"Lewis, Greg \"\n            },\n            {\n                \"AgentId\": 129,\n                \"InAdherenceIntervals\": 8.62,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 86.17,\n                \"Variance\": 1.38,\n                \"FullName\": \"Lewis, Lisha \"\n            },\n            {\n                \"AgentId\": 271,\n                \"InAdherenceIntervals\": 1.87,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.13,\n                \"FullName\": \"Mack, Janelle \"\n            },\n            {\n                \"AgentId\": 318,\n                \"InAdherenceIntervals\": 8.78,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.59,\n                \"Variance\": 0.22,\n                \"FullName\": \"Malvoisin, Fernando \"\n            },\n            {\n                \"AgentId\": 107,\n                \"InAdherenceIntervals\": 7.97,\n                \"ReportedIntervals\": 9.5,\n                \"Percentage\": 83.86,\n                \"Variance\": 1.53,\n                \"FullName\": \"Martinez, Cristian \"\n            },\n            {\n                \"AgentId\": 449,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"FullName\": \"McBride, Natasha \"\n            },\n            {\n                \"AgentId\": 135,\n                \"InAdherenceIntervals\": 7.62,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 89.61,\n                \"Variance\": 0.88,\n                \"FullName\": \"Montes, David \"\n            },\n            {\n                \"AgentId\": 145,\n                \"InAdherenceIntervals\": 10.12,\n                \"ReportedIntervals\": 10.5,\n                \"Percentage\": 96.35,\n                \"Variance\": 0.38,\n                \"FullName\": \"Mosley, Kerry \"\n            },\n            {\n                \"AgentId\": 370,\n                \"InAdherenceIntervals\": 8.5,\n                \"ReportedIntervals\": 9.25,\n                \"Percentage\": 91.89,\n                \"Variance\": 0.75,\n                \"FullName\": \"Nelson, Candice \"\n            },\n            {\n                \"AgentId\": 352,\n                \"InAdherenceIntervals\": 7.65,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.85,\n                \"FullName\": \"Newman, Jean \"\n            },\n            {\n                \"AgentId\": 171,\n                \"InAdherenceIntervals\": 8.32,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 97.84,\n                \"Variance\": 0.18,\n                \"FullName\": \"Newton, Mary \"\n            },\n            {\n                \"AgentId\": 195,\n                \"InAdherenceIntervals\": 5.58,\n                \"ReportedIntervals\": 6,\n                \"Percentage\": 93.06,\n                \"Variance\": 0.42,\n                \"FullName\": \"Olsen, Kristin \"\n            },\n            {\n                \"AgentId\": 440,\n                \"InAdherenceIntervals\": 8.48,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 94.26,\n                \"Variance\": 0.52,\n                \"FullName\": \"Pollock, Mitch \"\n            },\n            {\n                \"AgentId\": 185,\n                \"InAdherenceIntervals\": 10.8,\n                \"ReportedIntervals\": 11.5,\n                \"Percentage\": 93.91,\n                \"Variance\": 0.7,\n                \"FullName\": \"Prioleau, Sherry \"\n            },\n            {\n                \"AgentId\": 450,\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 11,\n                \"Percentage\": 76.97,\n                \"Variance\": 2.53,\n                \"FullName\": \"Renfroe, Dave \"\n            },\n            {\n                \"AgentId\": 401,\n                \"InAdherenceIntervals\": 8.77,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 97.41,\n                \"Variance\": 0.23,\n                \"FullName\": \"Richbourg, Mandy \"\n            },\n            {\n                \"AgentId\": 240,\n                \"InAdherenceIntervals\": 8.33,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 92.59,\n                \"Variance\": 0.67,\n                \"FullName\": \"Richert, Jessica \"\n            },\n            {\n                \"AgentId\": 61,\n                \"InAdherenceIntervals\": 4.32,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 50.78,\n                \"Variance\": 4.18,\n                \"FullName\": \"Ridenhour, Stephan \"\n            },\n            {\n                \"AgentId\": 58,\n                \"InAdherenceIntervals\": 5.68,\n                \"ReportedIntervals\": 6.5,\n                \"Percentage\": 87.44,\n                \"Variance\": 0.82,\n                \"FullName\": \"Rollison, Karen \"\n            },\n            {\n                \"AgentId\": 65,\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 6.25,\n                \"Variance\": 3.75,\n                \"FullName\": \"Sanchez, Maria \"\n            },\n            {\n                \"AgentId\": 409,\n                \"InAdherenceIntervals\": 7.37,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 81.85,\n                \"Variance\": 1.63,\n                \"FullName\": \"Schmidt, Peter \"\n            },\n            {\n                \"AgentId\": 414,\n                \"InAdherenceIntervals\": 7.42,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 98.89,\n                \"Variance\": 0.08,\n                \"FullName\": \"Schrum, Joe \"\n            },\n            {\n                \"AgentId\": 36,\n                \"InAdherenceIntervals\": 7.48,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 93.54,\n                \"Variance\": 0.52,\n                \"FullName\": \"Stalnaker, Mary Beth \"\n            },\n            {\n                \"AgentId\": 455,\n                \"InAdherenceIntervals\": 8.92,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 99.07,\n                \"Variance\": 0.08,\n                \"FullName\": \"Sticha, Carmen \"\n            },\n            {\n                \"AgentId\": 132,\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 5,\n                \"Variance\": 4.75,\n                \"FullName\": \"Sutherland, Todd \"\n            },\n            {\n                \"AgentId\": 429,\n                \"InAdherenceIntervals\": 8.25,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.75,\n                \"FullName\": \"Turner, Bruce \"\n            },\n            {\n                \"AgentId\": 262,\n                \"InAdherenceIntervals\": 4.67,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.33,\n                \"FullName\": \"Watkins, Tracy \"\n            }\n        ],\n        \"IntervalSummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 1.47,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 97.78,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:15:00\",\n                \"InAdherenceIntervals\": 1.25,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 83.33,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:30:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T00:45:00\",\n                \"InAdherenceIntervals\": 1.4,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:00:00\",\n                \"InAdherenceIntervals\": 1.35,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:15:00\",\n                \"InAdherenceIntervals\": 1.38,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:30:00\",\n                \"InAdherenceIntervals\": 1.38,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 92.22,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T01:45:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:00:00\",\n                \"InAdherenceIntervals\": 1.48,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 84.76,\n                \"Variance\": 0.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:15:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:30:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T02:45:00\",\n                \"InAdherenceIntervals\": 1.48,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 84.76,\n                \"Variance\": 0.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:00:00\",\n                \"InAdherenceIntervals\": 1.35,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 77.14,\n                \"Variance\": 0.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:15:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:30:00\",\n                \"InAdherenceIntervals\": 1.45,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 82.86,\n                \"Variance\": 0.3\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T03:45:00\",\n                \"InAdherenceIntervals\": 1.5,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 85.71,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:00:00\",\n                \"InAdherenceIntervals\": 1.95,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 97.5,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:15:00\",\n                \"InAdherenceIntervals\": 1.75,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 87.5,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:30:00\",\n                \"InAdherenceIntervals\": 1.72,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 85.83,\n                \"Variance\": 0.28\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T04:45:00\",\n                \"InAdherenceIntervals\": 1.75,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 87.5,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:00:00\",\n                \"InAdherenceIntervals\": 1.77,\n                \"ReportedIntervals\": 2.25,\n                \"Percentage\": 78.52,\n                \"Variance\": 0.48\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:15:00\",\n                \"InAdherenceIntervals\": 2,\n                \"ReportedIntervals\": 2.25,\n                \"Percentage\": 88.89,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:30:00\",\n                \"InAdherenceIntervals\": 2.25,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T05:45:00\",\n                \"InAdherenceIntervals\": 2.25,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 90,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:00:00\",\n                \"InAdherenceIntervals\": 2.45,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 98,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:15:00\",\n                \"InAdherenceIntervals\": 2.35,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 94,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:30:00\",\n                \"InAdherenceIntervals\": 2.37,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 94.67,\n                \"Variance\": 0.13\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T06:45:00\",\n                \"InAdherenceIntervals\": 2.5,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:00:00\",\n                \"InAdherenceIntervals\": 3.42,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 97.62,\n                \"Variance\": 0.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:15:00\",\n                \"InAdherenceIntervals\": 3.27,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 93.33,\n                \"Variance\": 0.23\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:30:00\",\n                \"InAdherenceIntervals\": 3.6,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 96,\n                \"Variance\": 0.15\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T07:45:00\",\n                \"InAdherenceIntervals\": 3.72,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 99.11,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:00:00\",\n                \"InAdherenceIntervals\": 3.93,\n                \"ReportedIntervals\": 4.25,\n                \"Percentage\": 92.55,\n                \"Variance\": 0.32\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:15:00\",\n                \"InAdherenceIntervals\": 3.88,\n                \"ReportedIntervals\": 4,\n                \"Percentage\": 97.08,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:30:00\",\n                \"InAdherenceIntervals\": 3.58,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 95.56,\n                \"Variance\": 0.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:45:00\",\n                \"InAdherenceIntervals\": 3.4,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 90.67,\n                \"Variance\": 0.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:00:00\",\n                \"InAdherenceIntervals\": 4.3,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 78.18,\n                \"Variance\": 1.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:15:00\",\n                \"InAdherenceIntervals\": 4.52,\n                \"ReportedIntervals\": 5.5,\n                \"Percentage\": 82.12,\n                \"Variance\": 0.98\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:30:00\",\n                \"InAdherenceIntervals\": 5.22,\n                \"ReportedIntervals\": 6.25,\n                \"Percentage\": 83.47,\n                \"Variance\": 1.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:45:00\",\n                \"InAdherenceIntervals\": 5.57,\n                \"ReportedIntervals\": 6.25,\n                \"Percentage\": 89.07,\n                \"Variance\": 0.68\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:00:00\",\n                \"InAdherenceIntervals\": 6.13,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 81.78,\n                \"Variance\": 1.37\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:15:00\",\n                \"InAdherenceIntervals\": 6.55,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 87.33,\n                \"Variance\": 0.95\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:30:00\",\n                \"InAdherenceIntervals\": 5.97,\n                \"ReportedIntervals\": 7.5,\n                \"Percentage\": 79.56,\n                \"Variance\": 1.53\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:45:00\",\n                \"InAdherenceIntervals\": 6.2,\n                \"ReportedIntervals\": 7.75,\n                \"Percentage\": 80,\n                \"Variance\": 1.55\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:00:00\",\n                \"InAdherenceIntervals\": 7.9,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 81.03,\n                \"Variance\": 1.85\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:15:00\",\n                \"InAdherenceIntervals\": 8.47,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 86.84,\n                \"Variance\": 1.28\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:30:00\",\n                \"InAdherenceIntervals\": 8.35,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 85.64,\n                \"Variance\": 1.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:45:00\",\n                \"InAdherenceIntervals\": 7.4,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 75.9,\n                \"Variance\": 2.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:00:00\",\n                \"InAdherenceIntervals\": 7.9,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 77.07,\n                \"Variance\": 2.35\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:15:00\",\n                \"InAdherenceIntervals\": 8.87,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 86.5,\n                \"Variance\": 1.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:30:00\",\n                \"InAdherenceIntervals\": 8.92,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 89.17,\n                \"Variance\": 1.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:45:00\",\n                \"InAdherenceIntervals\": 7.32,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 73.17,\n                \"Variance\": 2.68\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:00:00\",\n                \"InAdherenceIntervals\": 8.8,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 81.86,\n                \"Variance\": 1.95\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:15:00\",\n                \"InAdherenceIntervals\": 9.35,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 86.98,\n                \"Variance\": 1.4\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:30:00\",\n                \"InAdherenceIntervals\": 9.27,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 86.2,\n                \"Variance\": 1.48\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:45:00\",\n                \"InAdherenceIntervals\": 8.75,\n                \"ReportedIntervals\": 10.75,\n                \"Percentage\": 81.4,\n                \"Variance\": 2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:00:00\",\n                \"InAdherenceIntervals\": 8.22,\n                \"ReportedIntervals\": 10.25,\n                \"Percentage\": 80.16,\n                \"Variance\": 2.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:15:00\",\n                \"InAdherenceIntervals\": 8.77,\n                \"ReportedIntervals\": 10,\n                \"Percentage\": 87.67,\n                \"Variance\": 1.23\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:30:00\",\n                \"InAdherenceIntervals\": 8.73,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 89.57,\n                \"Variance\": 1.02\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:45:00\",\n                \"InAdherenceIntervals\": 7.68,\n                \"ReportedIntervals\": 9.75,\n                \"Percentage\": 78.8,\n                \"Variance\": 2.07\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:00:00\",\n                \"InAdherenceIntervals\": 7.83,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 87.04,\n                \"Variance\": 1.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:15:00\",\n                \"InAdherenceIntervals\": 7.33,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 81.48,\n                \"Variance\": 1.67\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:30:00\",\n                \"InAdherenceIntervals\": 6.42,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 75.49,\n                \"Variance\": 2.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:45:00\",\n                \"InAdherenceIntervals\": 6.5,\n                \"ReportedIntervals\": 8.5,\n                \"Percentage\": 76.47,\n                \"Variance\": 2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:00:00\",\n                \"InAdherenceIntervals\": 6.55,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 81.88,\n                \"Variance\": 1.45\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:15:00\",\n                \"InAdherenceIntervals\": 7.23,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 90.42,\n                \"Variance\": 0.77\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:30:00\",\n                \"InAdherenceIntervals\": 6.98,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 84.65,\n                \"Variance\": 1.27\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:45:00\",\n                \"InAdherenceIntervals\": 7.27,\n                \"ReportedIntervals\": 8.25,\n                \"Percentage\": 88.08,\n                \"Variance\": 0.98\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:00:00\",\n                \"InAdherenceIntervals\": 7.87,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 98.33,\n                \"Variance\": 0.13\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:15:00\",\n                \"InAdherenceIntervals\": 7.28,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 91.04,\n                \"Variance\": 0.72\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:30:00\",\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 89.38,\n                \"Variance\": 0.85\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T17:45:00\",\n                \"InAdherenceIntervals\": 6.75,\n                \"ReportedIntervals\": 8,\n                \"Percentage\": 84.38,\n                \"Variance\": 1.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:00:00\",\n                \"InAdherenceIntervals\": 5.37,\n                \"ReportedIntervals\": 6.75,\n                \"Percentage\": 79.51,\n                \"Variance\": 1.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:15:00\",\n                \"InAdherenceIntervals\": 5.58,\n                \"ReportedIntervals\": 6.5,\n                \"Percentage\": 85.9,\n                \"Variance\": 0.92\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:30:00\",\n                \"InAdherenceIntervals\": 4.67,\n                \"ReportedIntervals\": 5.75,\n                \"Percentage\": 81.16,\n                \"Variance\": 1.08\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T18:45:00\",\n                \"InAdherenceIntervals\": 5.02,\n                \"ReportedIntervals\": 5.75,\n                \"Percentage\": 87.25,\n                \"Variance\": 0.73\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:00:00\",\n                \"InAdherenceIntervals\": 4.62,\n                \"ReportedIntervals\": 5.25,\n                \"Percentage\": 87.94,\n                \"Variance\": 0.63\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:15:00\",\n                \"InAdherenceIntervals\": 4.57,\n                \"ReportedIntervals\": 5,\n                \"Percentage\": 91.33,\n                \"Variance\": 0.43\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:30:00\",\n                \"InAdherenceIntervals\": 4.68,\n                \"ReportedIntervals\": 4.75,\n                \"Percentage\": 98.6,\n                \"Variance\": 0.07\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T19:45:00\",\n                \"InAdherenceIntervals\": 4.55,\n                \"ReportedIntervals\": 4.75,\n                \"Percentage\": 95.79,\n                \"Variance\": 0.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:00:00\",\n                \"InAdherenceIntervals\": 3.57,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 95.11,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:15:00\",\n                \"InAdherenceIntervals\": 3.3,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 88,\n                \"Variance\": 0.45\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:30:00\",\n                \"InAdherenceIntervals\": 3.37,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 89.78,\n                \"Variance\": 0.38\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T20:45:00\",\n                \"InAdherenceIntervals\": 3.65,\n                \"ReportedIntervals\": 3.75,\n                \"Percentage\": 97.33,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:00:00\",\n                \"InAdherenceIntervals\": 3.5,\n                \"ReportedIntervals\": 3.5,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:15:00\",\n                \"InAdherenceIntervals\": 3.07,\n                \"ReportedIntervals\": 3.25,\n                \"Percentage\": 94.36,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:30:00\",\n                \"InAdherenceIntervals\": 2.75,\n                \"ReportedIntervals\": 3,\n                \"Percentage\": 91.67,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T21:45:00\",\n                \"InAdherenceIntervals\": 2.83,\n                \"ReportedIntervals\": 3,\n                \"Percentage\": 94.44,\n                \"Variance\": 0.17\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:00:00\",\n                \"InAdherenceIntervals\": 2.65,\n                \"ReportedIntervals\": 2.75,\n                \"Percentage\": 96.36,\n                \"Variance\": 0.1\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:15:00\",\n                \"InAdherenceIntervals\": 2.63,\n                \"ReportedIntervals\": 2.75,\n                \"Percentage\": 95.76,\n                \"Variance\": 0.12\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:30:00\",\n                \"InAdherenceIntervals\": 2.28,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 91.33,\n                \"Variance\": 0.22\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T22:45:00\",\n                \"InAdherenceIntervals\": 2.45,\n                \"ReportedIntervals\": 2.5,\n                \"Percentage\": 98,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:00:00\",\n                \"InAdherenceIntervals\": 1.7,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 85,\n                \"Variance\": 0.3\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:15:00\",\n                \"InAdherenceIntervals\": 1.98,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 99.17,\n                \"Variance\": 0.02\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:30:00\",\n                \"InAdherenceIntervals\": 1.7,\n                \"ReportedIntervals\": 1.75,\n                \"Percentage\": 97.14,\n                \"Variance\": 0.05\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T23:45:00\",\n                \"InAdherenceIntervals\": 1.65,\n                \"ReportedIntervals\": 2,\n                \"Percentage\": 82.5,\n                \"Variance\": 0.35\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"51ba296e-35db-481a-8a9e-7f93c10f515f","name":"5 Individual","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AdherenceSummaryReport?scopeTypeId=5&scopeId=449&fromDate=03/25/2024&thruDate=03/26/2024&timeZoneId=20&userId=449","host":["{{envName}}"],"path":["api","AdherenceSummaryReport"],"query":[{"key":"scopeTypeId","value":"5","description":"REQUIRED: 0 = Participants, 1 = Activities, 2 = Supervisors, 3 = Group Members, 4 = User Tags, 5 = Individuals"},{"key":"scopeId","value":"449","description":"REQUIRED: Working in tandem with the ScopeType, ScopeID defines which ID to use. For example with scopeType 5, individuals, you can use an agent's ID."},{"key":"fromDate","value":"03/25/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"03/26/2024","description":"REQUIERD: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"449","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPho4FEdY/i62y94EVFRXb1A="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 18:12:23 GMT"},{"key":"Content-Length","value":"6175"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ReportDescription\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 449,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"McBride, Natasha \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\"\n            }\n        ],\n        \"ExecutiveSummary\": [\n            {\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85\n            }\n        ],\n        \"YearlySummary\": [\n            {\n                \"Year\": 2024,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85\n            }\n        ],\n        \"MonthlySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"MonthName\": \"April\",\n                \"ReportingInterval\": \"2024-03-01T00:00:00\"\n            }\n        ],\n        \"WeeklySummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85\n            }\n        ],\n        \"DailySummary\": [\n            {\n                \"Year\": 2024,\n                \"Month\": 3,\n                \"Day\": 25,\n                \"IntervalTime\": \"2024-03-25T00:00:00\",\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"MonthName\": \"April\",\n                \"DayOfWeek\": \"Monday\"\n            }\n        ],\n        \"ParticipantSummary\": [\n            {\n                \"AgentId\": 449,\n                \"InAdherenceIntervals\": 7.15,\n                \"ReportedIntervals\": 9,\n                \"Percentage\": 79.44,\n                \"Variance\": 1.85,\n                \"FullName\": \"McBride, Natasha \"\n            }\n        ],\n        \"IntervalSummary\": [\n            {\n                \"IntervalTime\": \"2024-03-25T08:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T08:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T09:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:00:00\",\n                \"InAdherenceIntervals\": 0.07,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 26.67,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:15:00\",\n                \"InAdherenceIntervals\": 0.07,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 26.67,\n                \"Variance\": 0.18\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T10:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:30:00\",\n                \"InAdherenceIntervals\": 0.22,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 86.67,\n                \"Variance\": 0.03\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T11:45:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T12:45:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T13:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:00:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T14:45:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:00:00\",\n                \"InAdherenceIntervals\": 0.05,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 20,\n                \"Variance\": 0.2\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:30:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T15:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:00:00\",\n                \"InAdherenceIntervals\": 0,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 0,\n                \"Variance\": 0.25\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:15:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:30:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            },\n            {\n                \"IntervalTime\": \"2024-03-25T16:45:00\",\n                \"InAdherenceIntervals\": 0.25,\n                \"ReportedIntervals\": 0.25,\n                \"Percentage\": 100,\n                \"Variance\": 0\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7eff255a-fda7-48e5-9850-7f8d799fd7ba"},{"name":"ScheduleAdherenceReport","event":[{"listen":"prerequest","script":{"id":"161499ec-acea-4ae8-9365-536036e5d8bf","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"d272b9dd-9e5a-4c09-a79f-3e207226cd25","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b5421247-e26f-4d2f-93ea-d33b9097db85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","description":"<p>Authorization token derived from Pre-request Script.</p>\n"}],"url":"{{envName}}/api/ScheduleAdherenceReport?scopeType=1&scopeId=1&fromDate=5/5/2025&thruDate=5/5/2025&sortOption=6&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=true&classificationId=&dataSourceId=&adherenceGroupId=&includeTransactionDetail=true&includeParticipantSummaries=true&userId=1","description":"<p>This endpoint returns schedule adherence data from the provided parameters. This data is used to build the popular bar graph style Schedule Adherence Report in CommunityWFM's user experience (shown below).</p>\n<img src=\"https://content.pstmn.io/c7e38642-fb3f-4a76-84b7-a6e75b86a494/aW1hZ2UucG5n\" width=\"1396\" height=\"848\" />\n\n<p>The response received will be divided into 7 sections:</p>\n<p><strong>rowHeaders</strong>- This provides a high-level summary of each agent's data including total adherence for the time period, number of transactions, and login name for the data source used. In the Schedule Adherence Report it's used to create the left agent header information (shown below).</p>\n<img src=\"https://content.pstmn.io/1d784412-15b8-4af6-b1eb-857555e84c07/aW1hZ2UucG5n\" width=\"411\" height=\"112\" />\n\n<p><strong>scheduleIntervals</strong> - This section provides the information on what was scheduled for the agent during the reported period. This is used to build out the top schedule bar on the Schedule Adherence Report. The priority field is a Z order which indicates which event is listed on top when multiple events overlap.</p>\n<p><strong>adherenceIntervals</strong> - This section provides information on adherence to the schedule provided in the scheduleIntervals section. It is used to build the middle bar on the Schedule Adherence Report including the priority filed (Z order) for which event should be on top when multiples overlap.</p>\n<p><strong>reportParameters</strong> - These provide context as to what parameters were used when running the report. For example, with a scopeType of 1 and scopeId of 1 you'll be provided with the name of your company as that is the highest-level activity in the activity tree. You'll also be able to see the report date range and the name of the time zone in plain text.</p>\n<p><strong>scheduleDates</strong> - This section simply returns the schedule start date in both local and UTC time.</p>\n<p><strong>deviceStateTransactions</strong> - This section provides the individual device transactions that make up an agent's day and that were used to create the adherenceIntervals. For example, you'll be able to see when an agent is in follow-up, available, on acd call, etc. These create the lowest bar in the Schedule Adherence Report.</p>\n<p><strong>participantSummaries</strong> - This section (if the <em>includeParticipantSummaries</em> paramaeter is true) indicates each participants adherence data summarized for the reported period. Unlike the reportHeader section, this includes additional details like At Work and Paid Hours. In the Schedule Adherence Report it is used to create the pop-up card for each agent that summarizes their adherence statistics (shown below).</p>\n<img src=\"https://content.pstmn.io/22e53ea0-0f92-4841-b2be-64634623e94d/aW1hZ2UucG5n\" width=\"975\" height=\"628\" />","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleAdherenceReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines scope of the report. 0 = Participant, 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeType","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"fromDate","value":"5/5/2025"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thruDate","value":"5/5/2025"},{"description":{"content":"<p>REQUIRED: Defines how to sort the data. Use GET AgentScheduleSortOptions to get the latest list of sort options. By default they are: 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time, 6 = Out of Adherence %</p>\n","type":"text/plain"},"key":"sortOption","value":"6"},{"description":{"content":"<p>REQUIRED: Sort by Agent Custom Field value. Requires true or false.</p>\n","type":"text/plain"},"key":"isCustomSortOption","value":"false"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Suppress results where no schedule is found. Field accepts true or false</p>\n","type":"text/plain"},"key":"suppressNoSchedules","value":"true"},{"description":{"content":"<p>REQUIRED: Employee Classification ID. Typically this represents values like full time, part time, temp. Can be left blank. Use GET EmployeeClassification to get a list of all available values.</p>\n","type":"text/plain"},"key":"classificationId","value":""},{"description":{"content":"<p>REQUIRED: The ID of the datasource. In most cases this will be 1 as there is only 1 phone system, but if you have more than 1 you can confirm which is which using the GET DataSource endpoint. Can be left NULL.</p>\n","type":"text/plain"},"key":"dataSourceId","value":""},{"description":{"content":"<p>REQUIRED: This is the AdherenceGroupIntervalId used to define the adherence group. You must include this parameter, but you can leave the value blank/NULL to see all available adherencegroupintervals.</p>\n","type":"text/plain"},"key":"adherenceGroupId","value":""},{"description":{"content":"<p>REQUIRED: Include transaction details in report? Accepts true, false, or can be left blank.</p>\n","type":"text/plain"},"key":"includeTransactionDetail","value":"true"},{"description":{"content":"<p>REQUIRED: Include agent summary data in report? Accepts true, false, or can be left blank.</p>\n","type":"text/plain"},"key":"includeParticipantSummaries","value":"true"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"230a6ef1-785f-4018-89f1-a5c7421ffac5","name":"Schedule Adherence Report","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text","description":"Authorization token derived from Pre-request Script."}],"url":{"raw":"{{envName}}/api/ScheduleAdherenceReport?scopeType=1&scopeId=1&fromDate=1/1/2024&thruDate=1/2/2024&sortOption=1&isCustomSortOption=false&timeZoneId=20&suppressNoSchedules=true&classificationId=2&dataSourceId=1&adherenceGroupId=&includeTransactionDetail=true&includeParticipantSummaries=true&userId=1","host":["{{envName}}"],"path":["api","ScheduleAdherenceReport"],"query":[{"key":"scopeType","value":"1","description":"REQUIRED: Defines scope of the report. 0 = Participant, 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"1/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"1/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"sortOption","value":"1","description":"REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time"},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Sort by Agent Custom Field value. Requires true or false."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"suppressNoSchedules","value":"true","description":"REQUIRED: Suppress results where no schedule is found. Field accepts true or false"},{"key":"classificationId","value":"2","description":"REQUIRED: Employee Classification ID. Typically this represents values like full time, part time, temp. Can be left blank. Use GET EmployeeClassification to get a list of all available values."},{"key":"dataSourceId","value":"1","description":"REQUIRED: The ID of the datasource. In most cases this will be 1 as there is only 1 phone system, but if you have more than 1 you can confirm which is which using the GET DataSource endpoint."},{"key":"adherenceGroupId","value":"","description":"REQUIRED: This is the AdherenceGroupIntervalId used to define the adherence group. You must include this parameter, but you can leave the value blank/NULL to see all available adherencegroupintervals."},{"key":"includeTransactionDetail","value":"true","description":"REQUIRED: Include transaction details in report? Accepts true, false, or can be left blank."},{"key":"includeParticipantSummaries","value":"true","description":"REQUIRED: Include agent summary data in report? Accepts true, false, or can be left blank."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkog2SPF9dS++a9WNR4TBe8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:39:24 GMT"},{"key":"Content-Length","value":"123561"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [\n            {\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"FullName\": \"Guzman, Denise \",\n                \"employee_id\": \"dxg21043\",\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"tiebreaker\": 0,\n                \"ScheduleStartTime\": \"2024-01-01T13:00:00\",\n                \"SortSequencer\": null,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"Locked\": null,\n                \"ClassificationId\": 2,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"DataSourceId\": 1,\n                \"SearchKey\": \"eechevarria\",\n                \"TransactionCount\": 85,\n                \"TotalScheduledInQueue\": 7.5,\n                \"TotalScheduledOutQueue\": 0.5,\n                \"TotalActualInQueue\": 7.3,\n                \"TotalActualOutQueue\": 0.33,\n                \"InQueueVariance\": 0.2,\n                \"OutQueueVariance\": 0.17,\n                \"TotalScheduled\": 8,\n                \"TotalActual\": 7.63,\n                \"InQueueVariancePct\": 97.33,\n                \"OutQueueVariancePct\": 66,\n                \"TotalVariance\": 0.37,\n                \"TotalVariancePct\": 95.37,\n                \"DataSourceName\": \"Community Cloud Connect\"\n            },\n            {\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"FullName\": \"Guzman, Denise \",\n                \"employee_id\": \"dxg21043\",\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"tiebreaker\": 0,\n                \"ScheduleStartTime\": \"2024-01-02T13:00:00\",\n                \"SortSequencer\": null,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"Locked\": null,\n                \"ClassificationId\": 2,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"DataSourceId\": 1,\n                \"SearchKey\": \"eechevarria\",\n                \"TransactionCount\": 107,\n                \"TotalScheduledInQueue\": 8.25,\n                \"TotalScheduledOutQueue\": 0.5,\n                \"TotalActualInQueue\": 8.15,\n                \"TotalActualOutQueue\": 0.5,\n                \"InQueueVariance\": 0.1,\n                \"OutQueueVariance\": 0,\n                \"TotalScheduled\": 8.75,\n                \"TotalActual\": 8.65,\n                \"InQueueVariancePct\": 98.79,\n                \"OutQueueVariancePct\": 100,\n                \"TotalVariance\": 0.1,\n                \"TotalVariancePct\": 98.86,\n                \"DataSourceName\": \"Community Cloud Connect\"\n            },\n            {\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"FullName\": \"Hunter, Satika \",\n                \"employee_id\": \"shunter\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"ScheduleStartTime\": \"2024-01-01T15:00:00\",\n                \"SortSequencer\": null,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"Locked\": null,\n                \"ClassificationId\": 2,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"DataSourceId\": 1,\n                \"SearchKey\": \"mibrahim\",\n                \"TransactionCount\": 64,\n                \"TotalScheduledInQueue\": 8.88,\n                \"TotalScheduledOutQueue\": 1.62,\n                \"TotalActualInQueue\": 8.45,\n                \"TotalActualOutQueue\": 1.2,\n                \"InQueueVariance\": 0.43,\n                \"OutQueueVariance\": 0.42,\n                \"TotalScheduled\": 10.5,\n                \"TotalActual\": 9.65,\n                \"InQueueVariancePct\": 95.16,\n                \"OutQueueVariancePct\": 74.07,\n                \"TotalVariance\": 0.85,\n                \"TotalVariancePct\": 91.9,\n                \"DataSourceName\": \"Community Cloud Connect\"\n            },\n            {\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"FullName\": \"Hunter, Satika \",\n                \"employee_id\": \"shunter\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"ScheduleStartTime\": \"2024-01-02T15:00:00\",\n                \"SortSequencer\": null,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"Locked\": null,\n                \"ClassificationId\": 2,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"DataSourceId\": 1,\n                \"SearchKey\": \"mibrahim\",\n                \"TransactionCount\": 46,\n                \"TotalScheduledInQueue\": 7.5,\n                \"TotalScheduledOutQueue\": 1.5,\n                \"TotalActualInQueue\": 5.7,\n                \"TotalActualOutQueue\": 1.4,\n                \"InQueueVariance\": 1.8,\n                \"OutQueueVariance\": 0.1,\n                \"TotalScheduled\": 9,\n                \"TotalActual\": 7.1,\n                \"InQueueVariancePct\": 76,\n                \"OutQueueVariancePct\": 93.33,\n                \"TotalVariance\": 1.9,\n                \"TotalVariancePct\": 78.89,\n                \"DataSourceName\": \"Community Cloud Connect\"\n            }\n        ],\n        \"scheduleIntervals\": [\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 909508,\n                \"PublishedIntervalId\": 322587,\n                \"ExceptionTypeId\": 1,\n                \"StartTime\": \"2024-01-01T07:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IntervalEnd\": \"2024-01-01T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T07:00:00\",\n                \"EndTimeDisplay\": \"2024-01-01T11:00:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 910516,\n                \"PublishedIntervalId\": 323595,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-01T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-01T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-01-01T09:15:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 909509,\n                \"PublishedIntervalId\": 322588,\n                \"ExceptionTypeId\": 1,\n                \"StartTime\": \"2024-01-01T19:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IntervalEnd\": \"2024-01-01T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T19:00:00\",\n                \"EndTimeDisplay\": \"2024-01-01T23:00:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 910517,\n                \"PublishedIntervalId\": 323596,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-01T21:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-01T21:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T21:30:00\",\n                \"EndTimeDisplay\": \"2024-01-01T21:45:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 909483,\n                \"PublishedIntervalId\": 322562,\n                \"ExceptionTypeId\": 1,\n                \"StartTime\": \"2024-01-02T07:00:00\",\n                \"Duration\": 4.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IntervalEnd\": \"2024-01-02T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T07:00:00\",\n                \"EndTimeDisplay\": \"2024-01-02T11:45:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 910491,\n                \"PublishedIntervalId\": 323570,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-02T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-02T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-01-02T09:15:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 909500,\n                \"PublishedIntervalId\": 322579,\n                \"ExceptionTypeId\": 1,\n                \"StartTime\": \"2024-01-02T19:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IntervalEnd\": \"2024-01-02T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T19:00:00\",\n                \"EndTimeDisplay\": \"2024-01-02T23:00:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"FullName\": \"Guzman, Denise \",\n                \"ExceptionId\": 910508,\n                \"PublishedIntervalId\": 323587,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-02T20:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-02T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T20:45:00\",\n                \"EndTimeDisplay\": \"2024-01-02T21:00:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909232,\n                \"PublishedIntervalId\": 322311,\n                \"ExceptionTypeId\": 1,\n                \"StartTime\": \"2024-01-01T09:00:00\",\n                \"Duration\": 10.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IntervalEnd\": \"2024-01-01T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T09:00:00\",\n                \"EndTimeDisplay\": \"2024-01-01T19:30:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909579,\n                \"PublishedIntervalId\": 322658,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-01T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-01T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T11:00:00\",\n                \"EndTimeDisplay\": \"2024-01-01T11:15:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909580,\n                \"PublishedIntervalId\": 322659,\n                \"ExceptionTypeId\": 3,\n                \"StartTime\": \"2024-01-01T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-01T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T13:00:00\",\n                \"EndTimeDisplay\": \"2024-01-01T14:00:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909581,\n                \"PublishedIntervalId\": 322660,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-01T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-01T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T16:15:00\",\n                \"EndTimeDisplay\": \"2024-01-01T16:30:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909582,\n                \"PublishedIntervalId\": 322661,\n                \"ExceptionTypeId\": 7,\n                \"StartTime\": \"2024-01-01T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-01T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-01T18:00:00\",\n                \"EndTimeDisplay\": \"2024-01-01T18:15:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909307,\n                \"PublishedIntervalId\": 322386,\n                \"ExceptionTypeId\": 1,\n                \"StartTime\": \"2024-01-02T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IntervalEnd\": \"2024-01-02T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T09:00:00\",\n                \"EndTimeDisplay\": \"2024-01-02T18:00:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909864,\n                \"PublishedIntervalId\": 322943,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-02T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-02T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T11:15:00\",\n                \"EndTimeDisplay\": \"2024-01-02T11:30:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909865,\n                \"PublishedIntervalId\": 322944,\n                \"ExceptionTypeId\": 3,\n                \"StartTime\": \"2024-01-02T12:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-02T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T12:30:00\",\n                \"EndTimeDisplay\": \"2024-01-02T13:30:00\",\n                \"EventPatternTypeId\": 1\n            },\n            {\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"FullName\": \"Hunter, Satika \",\n                \"ExceptionId\": 909866,\n                \"PublishedIntervalId\": 322945,\n                \"ExceptionTypeId\": 2,\n                \"StartTime\": \"2024-01-02T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IntervalEnd\": \"2024-01-02T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"StartTimeDisplay\": \"2024-01-02T15:45:00\",\n                \"EndTimeDisplay\": \"2024-01-02T16:00:00\",\n                \"EventPatternTypeId\": 1\n            }\n        ],\n        \"adherenceIntervals\": [\n            {\n                \"int\": 1,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T07:00:00\",\n                \"EndTime\": \"2024-01-01T09:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 2,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 2,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T09:00:00\",\n                \"EndTime\": \"2024-01-01T09:15:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.25,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 3,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T09:15:00\",\n                \"EndTime\": \"2024-01-01T09:16:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 4,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T09:16:00\",\n                \"EndTime\": \"2024-01-01T10:59:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.72,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 5,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T10:59:00\",\n                \"EndTime\": \"2024-01-01T11:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 6,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T19:00:00\",\n                \"EndTime\": \"2024-01-01T21:30:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 2.5,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 7,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T21:30:00\",\n                \"EndTime\": \"2024-01-01T21:40:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.17,\n                \"AdherenceGroupIntervalId\": 1,\n                \"Color\": \"#ff0000\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 8,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T21:40:00\",\n                \"EndTime\": \"2024-01-01T21:45:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.08,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 9,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T21:45:00\",\n                \"EndTime\": \"2024-01-01T21:55:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.17,\n                \"AdherenceGroupIntervalId\": 1,\n                \"Color\": \"#ff0000\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 10,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T21:55:00\",\n                \"EndTime\": \"2024-01-01T23:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.08,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 11,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T07:00:00\",\n                \"EndTime\": \"2024-01-02T09:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 2,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 12,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T09:00:00\",\n                \"EndTime\": \"2024-01-02T09:15:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.25,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 13,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T09:15:00\",\n                \"EndTime\": \"2024-01-02T11:40:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 2.42,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 14,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T11:40:00\",\n                \"EndTime\": \"2024-01-02T11:45:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.08,\n                \"AdherenceGroupIntervalId\": 2,\n                \"Color\": \"#E0E040\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 15,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T19:00:00\",\n                \"EndTime\": \"2024-01-02T20:45:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.75,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 16,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T20:45:00\",\n                \"EndTime\": \"2024-01-02T21:00:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.25,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 17,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T21:00:00\",\n                \"EndTime\": \"2024-01-02T21:01:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 18,\n                \"ParticipantId\": 80,\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T21:01:00\",\n                \"EndTime\": \"2024-01-02T23:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.98,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 19,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T09:00:00\",\n                \"EndTime\": \"2024-01-01T10:58:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.97,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 20,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T10:58:00\",\n                \"EndTime\": \"2024-01-01T11:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.03,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 21,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T11:00:00\",\n                \"EndTime\": \"2024-01-01T11:13:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.22,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 22,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T11:13:00\",\n                \"EndTime\": \"2024-01-01T11:15:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.03,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 23,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T11:15:00\",\n                \"EndTime\": \"2024-01-01T12:45:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.5,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 24,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T12:45:00\",\n                \"EndTime\": \"2024-01-01T13:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.25,\n                \"AdherenceGroupIntervalId\": 1,\n                \"Color\": \"#ff0000\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 25,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T13:00:00\",\n                \"EndTime\": \"2024-01-01T13:45:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.75,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 26,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T13:45:00\",\n                \"EndTime\": \"2024-01-01T14:00:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.25,\n                \"AdherenceGroupIntervalId\": 1,\n                \"Color\": \"#ff0000\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 27,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T14:00:00\",\n                \"EndTime\": \"2024-01-01T14:10:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.17,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 28,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T14:10:00\",\n                \"EndTime\": \"2024-01-01T14:18:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.13,\n                \"AdherenceGroupIntervalId\": 2,\n                \"Color\": \"#E0E040\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 29,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T14:18:00\",\n                \"EndTime\": \"2024-01-01T16:15:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.95,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 30,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T16:15:00\",\n                \"EndTime\": \"2024-01-01T16:16:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 31,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T16:16:00\",\n                \"EndTime\": \"2024-01-01T16:30:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.23,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 32,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T16:30:00\",\n                \"EndTime\": \"2024-01-01T16:31:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 33,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T16:31:00\",\n                \"EndTime\": \"2024-01-01T18:01:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.5,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 34,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:01:00\",\n                \"EndTime\": \"2024-01-01T18:02:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 35,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:02:00\",\n                \"EndTime\": \"2024-01-01T18:03:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 36,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:03:00\",\n                \"EndTime\": \"2024-01-01T18:04:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 37,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:04:00\",\n                \"EndTime\": \"2024-01-01T18:05:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 38,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:05:00\",\n                \"EndTime\": \"2024-01-01T18:06:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 39,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:06:00\",\n                \"EndTime\": \"2024-01-01T18:07:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 40,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:07:00\",\n                \"EndTime\": \"2024-01-01T18:08:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 41,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:08:00\",\n                \"EndTime\": \"2024-01-01T18:09:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 42,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:09:00\",\n                \"EndTime\": \"2024-01-01T18:10:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 43,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:10:00\",\n                \"EndTime\": \"2024-01-01T18:11:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 44,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:11:00\",\n                \"EndTime\": \"2024-01-01T18:12:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 45,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:12:00\",\n                \"EndTime\": \"2024-01-01T18:13:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 46,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:13:00\",\n                \"EndTime\": \"2024-01-01T18:14:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 47,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T18:14:00\",\n                \"EndTime\": \"2024-01-01T19:30:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.27,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 48,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateRowNumber\": 1,\n                \"StartTime\": \"2024-01-01T19:30:00\",\n                \"EndTime\": \"2024-01-01T19:38:00\",\n                \"ScheduledState\": null,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.13,\n                \"AdherenceGroupIntervalId\": 2,\n                \"Color\": \"#E0E040\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Not Scheduled\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 49,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T09:00:00\",\n                \"EndTime\": \"2024-01-02T09:13:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.22,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 50,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T09:13:00\",\n                \"EndTime\": \"2024-01-02T09:14:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 51,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T09:14:00\",\n                \"EndTime\": \"2024-01-02T11:15:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 2.02,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 52,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T11:15:00\",\n                \"EndTime\": \"2024-01-02T11:19:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.07,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 53,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T11:19:00\",\n                \"EndTime\": \"2024-01-02T11:30:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.18,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 54,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T11:30:00\",\n                \"EndTime\": \"2024-01-02T11:36:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.1,\n                \"AdherenceGroupIntervalId\": 2,\n                \"Color\": \"#E0E040\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 55,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T11:36:00\",\n                \"EndTime\": \"2024-01-02T12:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.4,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 56,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T12:00:00\",\n                \"EndTime\": \"2024-01-02T12:30:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.5,\n                \"AdherenceGroupIntervalId\": 1,\n                \"Color\": \"#ff0000\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 57,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T12:30:00\",\n                \"EndTime\": \"2024-01-02T13:30:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 1,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 58,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T13:30:00\",\n                \"EndTime\": \"2024-01-02T14:08:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.63,\n                \"AdherenceGroupIntervalId\": 1,\n                \"Color\": \"#ff0000\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 59,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T14:08:00\",\n                \"EndTime\": \"2024-01-02T14:20:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.2,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 60,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T14:20:00\",\n                \"EndTime\": \"2024-01-02T14:26:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.1,\n                \"AdherenceGroupIntervalId\": 2,\n                \"Color\": \"#E0E040\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 61,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T14:26:00\",\n                \"EndTime\": \"2024-01-02T15:45:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 1.32,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 62,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T15:45:00\",\n                \"EndTime\": \"2024-01-02T15:47:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": true,\n                \"InAdherence\": false,\n                \"Duration\": 0.03,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 63,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T15:47:00\",\n                \"EndTime\": \"2024-01-02T16:00:00\",\n                \"ScheduledState\": false,\n                \"ActualState\": false,\n                \"InAdherence\": true,\n                \"Duration\": 0.22,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"Out Of Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 64,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T16:00:00\",\n                \"EndTime\": \"2024-01-02T16:02:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.03,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": 3\n            },\n            {\n                \"int\": 65,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T16:02:00\",\n                \"EndTime\": \"2024-01-02T17:01:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.98,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 66,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T17:01:00\",\n                \"EndTime\": \"2024-01-02T17:23:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.37,\n                \"AdherenceGroupIntervalId\": 1,\n                \"Color\": \"#ff0000\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": null\n            },\n            {\n                \"int\": 67,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T17:23:00\",\n                \"EndTime\": \"2024-01-02T17:57:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": true,\n                \"InAdherence\": true,\n                \"Duration\": 0.57,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"In Queue\",\n                \"AdherenceStateId\": 2\n            },\n            {\n                \"int\": 68,\n                \"ParticipantId\": 418,\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateRowNumber\": 2,\n                \"StartTime\": \"2024-01-02T17:57:00\",\n                \"EndTime\": \"2024-01-02T18:00:00\",\n                \"ScheduledState\": true,\n                \"ActualState\": false,\n                \"InAdherence\": false,\n                \"Duration\": 0.05,\n                \"AdherenceGroupIntervalId\": null,\n                \"Color\": \"#00FF00\",\n                \"DataSourceId\": 1,\n                \"SortSequencer\": null,\n                \"ScheduleStateTxt\": \"In Queue\",\n                \"ActualStateTxt\": \"Out Of Queue\",\n                \"AdherenceStateId\": null\n            }\n        ],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FromDate\": \"2024-01-01T00:00:00\",\n                \"ThruDate\": \"2024-01-02T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ],\n        \"deviceStateTransactions\": [\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2023-12-31T22:04:00\",\n                \"LocalEndTime\": \"2023-12-31T22:16:00\",\n                \"Duration\": 0.2,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 3,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2023-12-31T22:16:00\",\n                \"LocalEndTime\": \"2023-12-31T22:23:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 4,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2023-12-31T22:23:00\",\n                \"LocalEndTime\": \"2023-12-31T22:31:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 6,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2023-12-31T22:31:00\",\n                \"LocalEndTime\": \"2023-12-31T22:34:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 7,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2023-12-31T22:34:00\",\n                \"LocalEndTime\": \"2023-12-31T23:00:00\",\n                \"Duration\": 0.43333333333333335,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 9,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2023-12-31T23:00:00\",\n                \"LocalEndTime\": \"2023-12-31T23:04:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 10,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2023-12-31T23:04:00\",\n                \"LocalEndTime\": \"2024-01-01T06:55:00\",\n                \"Duration\": 7.85,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 11,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T06:55:00\",\n                \"LocalEndTime\": \"2024-01-01T07:00:00\",\n                \"Duration\": 0.083333333333333329,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 12,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T07:00:00\",\n                \"LocalEndTime\": \"2024-01-01T07:37:00\",\n                \"Duration\": 0.6166666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 14,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T07:37:00\",\n                \"LocalEndTime\": \"2024-01-01T07:38:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 15,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T07:38:00\",\n                \"LocalEndTime\": \"2024-01-01T07:58:00\",\n                \"Duration\": 0.33333333333333331,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 16,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T07:58:00\",\n                \"LocalEndTime\": \"2024-01-01T07:59:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 18,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T07:59:00\",\n                \"LocalEndTime\": \"2024-01-01T08:12:00\",\n                \"Duration\": 0.21666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 19,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T08:12:00\",\n                \"LocalEndTime\": \"2024-01-01T08:41:00\",\n                \"Duration\": 0.48333333333333334,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 22,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T08:41:00\",\n                \"LocalEndTime\": \"2024-01-01T09:00:00\",\n                \"Duration\": 0.31666666666666665,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 24,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-01T09:00:00\",\n                \"LocalEndTime\": \"2024-01-01T09:16:00\",\n                \"Duration\": 0.26666666666666666,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 26,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:16:00\",\n                \"LocalEndTime\": \"2024-01-01T09:42:00\",\n                \"Duration\": 0.43333333333333335,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 28,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:42:00\",\n                \"LocalEndTime\": \"2024-01-01T09:43:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 29,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:43:00\",\n                \"LocalEndTime\": \"2024-01-01T09:48:00\",\n                \"Duration\": 0.083333333333333329,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 32,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:48:00\",\n                \"LocalEndTime\": \"2024-01-01T10:08:00\",\n                \"Duration\": 0.33333333333333331,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 34,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:08:00\",\n                \"LocalEndTime\": \"2024-01-01T10:09:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 35,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:09:00\",\n                \"LocalEndTime\": \"2024-01-01T10:21:00\",\n                \"Duration\": 0.2,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 38,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:21:00\",\n                \"LocalEndTime\": \"2024-01-01T10:29:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 41,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:29:00\",\n                \"LocalEndTime\": \"2024-01-01T10:56:00\",\n                \"Duration\": 0.45,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 43,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up - extended\",\n                \"InQueue\": true,\n                \"ColorId\": \"#E0E040\",\n                \"LocalStartTime\": \"2024-01-01T10:56:00\",\n                \"LocalEndTime\": \"2024-01-01T10:59:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Follow Up - Extended\"\n            },\n            {\n                \"SeqNo\": 44,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"restroom\",\n                \"InQueue\": false,\n                \"ColorId\": \"#000000\",\n                \"LocalStartTime\": \"2024-01-01T10:59:00\",\n                \"LocalEndTime\": \"2024-01-01T11:00:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Restroom\"\n            },\n            {\n                \"SeqNo\": 45,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T11:00:00\",\n                \"LocalEndTime\": \"2024-01-01T11:04:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 46,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T11:04:00\",\n                \"LocalEndTime\": \"2024-01-01T18:55:00\",\n                \"Duration\": 7.85,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 47,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T18:55:00\",\n                \"LocalEndTime\": \"2024-01-01T19:00:00\",\n                \"Duration\": 0.083333333333333329,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 48,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T19:00:00\",\n                \"LocalEndTime\": \"2024-01-01T19:01:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 49,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T19:01:00\",\n                \"LocalEndTime\": \"2024-01-01T19:20:00\",\n                \"Duration\": 0.31666666666666665,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 51,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T19:20:00\",\n                \"LocalEndTime\": \"2024-01-01T19:30:00\",\n                \"Duration\": 0.16666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 52,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T19:30:00\",\n                \"LocalEndTime\": \"2024-01-01T19:54:00\",\n                \"Duration\": 0.4,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 55,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T19:54:00\",\n                \"LocalEndTime\": \"2024-01-01T19:56:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 57,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T19:56:00\",\n                \"LocalEndTime\": \"2024-01-01T19:57:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 58,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T19:57:00\",\n                \"LocalEndTime\": \"2024-01-01T20:17:00\",\n                \"Duration\": 0.33333333333333331,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 60,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up - extended\",\n                \"InQueue\": true,\n                \"ColorId\": \"#E0E040\",\n                \"LocalStartTime\": \"2024-01-01T20:17:00\",\n                \"LocalEndTime\": \"2024-01-01T20:18:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up - Extended\"\n            },\n            {\n                \"SeqNo\": 61,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T20:18:00\",\n                \"LocalEndTime\": \"2024-01-01T20:24:00\",\n                \"Duration\": 0.1,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 64,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T20:24:00\",\n                \"LocalEndTime\": \"2024-01-01T20:31:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 65,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T20:31:00\",\n                \"LocalEndTime\": \"2024-01-01T20:38:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 67,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T20:38:00\",\n                \"LocalEndTime\": \"2024-01-01T20:51:00\",\n                \"Duration\": 0.21666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 68,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T20:51:00\",\n                \"LocalEndTime\": \"2024-01-01T21:09:00\",\n                \"Duration\": 0.3,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 70,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T21:09:00\",\n                \"LocalEndTime\": \"2024-01-01T21:13:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 71,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T21:13:00\",\n                \"LocalEndTime\": \"2024-01-01T21:40:00\",\n                \"Duration\": 0.45,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 73,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-01T21:40:00\",\n                \"LocalEndTime\": \"2024-01-01T21:55:00\",\n                \"Duration\": 0.25,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 74,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T21:55:00\",\n                \"LocalEndTime\": \"2024-01-01T21:58:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 75,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T21:58:00\",\n                \"LocalEndTime\": \"2024-01-01T22:02:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 79,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:02:00\",\n                \"LocalEndTime\": \"2024-01-01T22:12:00\",\n                \"Duration\": 0.16666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 80,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:12:00\",\n                \"LocalEndTime\": \"2024-01-01T22:20:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 87,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:20:00\",\n                \"LocalEndTime\": \"2024-01-01T22:31:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 91,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:31:00\",\n                \"LocalEndTime\": \"2024-01-01T22:38:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 92,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:38:00\",\n                \"LocalEndTime\": \"2024-01-01T22:40:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 96,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:40:00\",\n                \"LocalEndTime\": \"2024-01-01T22:50:00\",\n                \"Duration\": 0.16666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 99,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:50:00\",\n                \"LocalEndTime\": \"2024-01-01T22:58:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 103,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up - extended\",\n                \"InQueue\": true,\n                \"ColorId\": \"#E0E040\",\n                \"LocalStartTime\": \"2024-01-01T22:58:00\",\n                \"LocalEndTime\": \"2024-01-01T23:00:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Follow Up - Extended\"\n            },\n            {\n                \"SeqNo\": 104,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T23:00:00\",\n                \"LocalEndTime\": \"2024-01-01T23:04:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 107,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T23:04:00\",\n                \"LocalEndTime\": \"2024-01-02T06:52:00\",\n                \"Duration\": 7.8,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 78,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:02:00\",\n                \"LocalEndTime\": \"2024-01-01T22:12:00\",\n                \"Duration\": 0.16666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 81,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:12:00\",\n                \"LocalEndTime\": \"2024-01-01T22:20:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 86,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:20:00\",\n                \"LocalEndTime\": \"2024-01-01T22:31:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 90,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:31:00\",\n                \"LocalEndTime\": \"2024-01-01T22:38:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 93,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:38:00\",\n                \"LocalEndTime\": \"2024-01-01T22:40:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 97,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:40:00\",\n                \"LocalEndTime\": \"2024-01-01T22:50:00\",\n                \"Duration\": 0.16666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 98,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T22:50:00\",\n                \"LocalEndTime\": \"2024-01-01T22:58:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 102,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up - extended\",\n                \"InQueue\": true,\n                \"ColorId\": \"#E0E040\",\n                \"LocalStartTime\": \"2024-01-01T22:58:00\",\n                \"LocalEndTime\": \"2024-01-01T23:00:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Follow Up - Extended\"\n            },\n            {\n                \"SeqNo\": 105,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T23:00:00\",\n                \"LocalEndTime\": \"2024-01-01T23:04:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 106,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T23:04:00\",\n                \"LocalEndTime\": \"2024-01-02T06:52:00\",\n                \"Duration\": 7.8,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 108,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T06:52:00\",\n                \"LocalEndTime\": \"2024-01-02T07:00:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 109,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T07:00:00\",\n                \"LocalEndTime\": \"2024-01-02T07:21:00\",\n                \"Duration\": 0.35,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 110,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T07:21:00\",\n                \"LocalEndTime\": \"2024-01-02T07:35:00\",\n                \"Duration\": 0.23333333333333334,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 112,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T07:35:00\",\n                \"LocalEndTime\": \"2024-01-02T07:47:00\",\n                \"Duration\": 0.2,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 113,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T07:47:00\",\n                \"LocalEndTime\": \"2024-01-02T08:01:00\",\n                \"Duration\": 0.23333333333333334,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 115,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:01:00\",\n                \"LocalEndTime\": \"2024-01-02T08:18:00\",\n                \"Duration\": 0.28333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 116,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:18:00\",\n                \"LocalEndTime\": \"2024-01-02T08:29:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 117,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:29:00\",\n                \"LocalEndTime\": \"2024-01-02T08:45:00\",\n                \"Duration\": 0.26666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 118,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:45:00\",\n                \"LocalEndTime\": \"2024-01-02T08:51:00\",\n                \"Duration\": 0.1,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 119,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:51:00\",\n                \"LocalEndTime\": \"2024-01-02T08:52:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 120,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:52:00\",\n                \"LocalEndTime\": \"2024-01-02T08:53:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 123,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:53:00\",\n                \"LocalEndTime\": \"2024-01-02T08:54:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 124,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:54:00\",\n                \"LocalEndTime\": \"2024-01-02T08:55:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 126,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:55:00\",\n                \"LocalEndTime\": \"2024-01-02T08:56:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 127,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:56:00\",\n                \"LocalEndTime\": \"2024-01-02T08:57:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 128,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up - extended\",\n                \"InQueue\": true,\n                \"ColorId\": \"#E0E040\",\n                \"LocalStartTime\": \"2024-01-02T08:57:00\",\n                \"LocalEndTime\": \"2024-01-02T08:58:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up - Extended\"\n            },\n            {\n                \"SeqNo\": 129,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T08:58:00\",\n                \"LocalEndTime\": \"2024-01-02T09:00:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 130,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-02T09:00:00\",\n                \"LocalEndTime\": \"2024-01-02T09:15:00\",\n                \"Duration\": 0.25,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 131,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:15:00\",\n                \"LocalEndTime\": \"2024-01-02T09:16:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 132,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:16:00\",\n                \"LocalEndTime\": \"2024-01-02T09:35:00\",\n                \"Duration\": 0.31666666666666665,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 134,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:35:00\",\n                \"LocalEndTime\": \"2024-01-02T09:37:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 135,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:37:00\",\n                \"LocalEndTime\": \"2024-01-02T09:51:00\",\n                \"Duration\": 0.23333333333333334,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 137,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:51:00\",\n                \"LocalEndTime\": \"2024-01-02T10:02:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 138,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:02:00\",\n                \"LocalEndTime\": \"2024-01-02T10:19:00\",\n                \"Duration\": 0.28333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 140,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:19:00\",\n                \"LocalEndTime\": \"2024-01-02T10:25:00\",\n                \"Duration\": 0.1,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 141,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:25:00\",\n                \"LocalEndTime\": \"2024-01-02T10:44:00\",\n                \"Duration\": 0.31666666666666665,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 143,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:44:00\",\n                \"LocalEndTime\": \"2024-01-02T10:45:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 144,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:45:00\",\n                \"LocalEndTime\": \"2024-01-02T11:40:00\",\n                \"Duration\": 0.91666666666666663,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 146,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T11:40:00\",\n                \"LocalEndTime\": \"2024-01-02T11:44:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 147,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T11:44:00\",\n                \"LocalEndTime\": \"2024-01-02T18:57:00\",\n                \"Duration\": 7.2166666666666668,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 148,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T18:57:00\",\n                \"LocalEndTime\": \"2024-01-02T19:00:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 149,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:00:00\",\n                \"LocalEndTime\": \"2024-01-02T19:03:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 150,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:03:00\",\n                \"LocalEndTime\": \"2024-01-02T19:12:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 152,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:12:00\",\n                \"LocalEndTime\": \"2024-01-02T19:28:00\",\n                \"Duration\": 0.26666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 153,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:28:00\",\n                \"LocalEndTime\": \"2024-01-02T19:29:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 155,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:29:00\",\n                \"LocalEndTime\": \"2024-01-02T19:42:00\",\n                \"Duration\": 0.21666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 156,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:42:00\",\n                \"LocalEndTime\": \"2024-01-02T19:43:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 158,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:43:00\",\n                \"LocalEndTime\": \"2024-01-02T19:52:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 159,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:52:00\",\n                \"LocalEndTime\": \"2024-01-02T19:58:00\",\n                \"Duration\": 0.1,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 161,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T19:58:00\",\n                \"LocalEndTime\": \"2024-01-02T20:08:00\",\n                \"Duration\": 0.16666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 162,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T20:08:00\",\n                \"LocalEndTime\": \"2024-01-02T20:14:00\",\n                \"Duration\": 0.1,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 165,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T20:14:00\",\n                \"LocalEndTime\": \"2024-01-02T20:25:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 167,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T20:25:00\",\n                \"LocalEndTime\": \"2024-01-02T20:26:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 170,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T20:26:00\",\n                \"LocalEndTime\": \"2024-01-02T20:29:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 171,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T20:29:00\",\n                \"LocalEndTime\": \"2024-01-02T20:37:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 173,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up - extended\",\n                \"InQueue\": true,\n                \"ColorId\": \"#E0E040\",\n                \"LocalStartTime\": \"2024-01-02T20:37:00\",\n                \"LocalEndTime\": \"2024-01-02T20:38:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up - Extended\"\n            },\n            {\n                \"SeqNo\": 174,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T20:38:00\",\n                \"LocalEndTime\": \"2024-01-02T20:41:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 175,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T20:41:00\",\n                \"LocalEndTime\": \"2024-01-02T20:45:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 177,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-02T20:45:00\",\n                \"LocalEndTime\": \"2024-01-02T21:01:00\",\n                \"Duration\": 0.26666666666666666,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 178,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:01:00\",\n                \"LocalEndTime\": \"2024-01-02T21:02:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 179,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:02:00\",\n                \"LocalEndTime\": \"2024-01-02T21:09:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 181,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:09:00\",\n                \"LocalEndTime\": \"2024-01-02T21:18:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 182,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:18:00\",\n                \"LocalEndTime\": \"2024-01-02T21:23:00\",\n                \"Duration\": 0.083333333333333329,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 184,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:23:00\",\n                \"LocalEndTime\": \"2024-01-02T21:25:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 185,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:25:00\",\n                \"LocalEndTime\": \"2024-01-02T21:28:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 187,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:28:00\",\n                \"LocalEndTime\": \"2024-01-02T21:30:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 188,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T21:30:00\",\n                \"LocalEndTime\": \"2024-01-02T22:10:00\",\n                \"Duration\": 0.66666666666666663,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 190,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T22:10:00\",\n                \"LocalEndTime\": \"2024-01-02T22:11:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 191,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T22:11:00\",\n                \"LocalEndTime\": \"2024-01-02T22:16:00\",\n                \"Duration\": 0.083333333333333329,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 196,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T22:16:00\",\n                \"LocalEndTime\": \"2024-01-02T22:17:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 197,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T22:17:00\",\n                \"LocalEndTime\": \"2024-01-02T22:27:00\",\n                \"Duration\": 0.16666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 199,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T22:27:00\",\n                \"LocalEndTime\": \"2024-01-02T22:40:00\",\n                \"Duration\": 0.21666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 200,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T22:40:00\",\n                \"LocalEndTime\": \"2024-01-02T22:48:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 202,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T22:48:00\",\n                \"LocalEndTime\": \"2024-01-02T23:00:00\",\n                \"Duration\": 0.2,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 203,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T23:00:00\",\n                \"LocalEndTime\": \"2024-01-02T23:04:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 204,\n                \"AgentId\": 80,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T23:04:00\",\n                \"LocalEndTime\": \"2024-01-03T06:50:00\",\n                \"Duration\": 7.7666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 205,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T08:56:00\",\n                \"LocalEndTime\": \"2024-01-01T09:00:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 206,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:00:00\",\n                \"LocalEndTime\": \"2024-01-01T09:18:00\",\n                \"Duration\": 0.3,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 207,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:18:00\",\n                \"LocalEndTime\": \"2024-01-01T09:29:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 208,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:29:00\",\n                \"LocalEndTime\": \"2024-01-01T09:31:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 209,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:31:00\",\n                \"LocalEndTime\": \"2024-01-01T09:36:00\",\n                \"Duration\": 0.083333333333333329,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 211,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T09:36:00\",\n                \"LocalEndTime\": \"2024-01-01T10:17:00\",\n                \"Duration\": 0.68333333333333335,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 212,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:17:00\",\n                \"LocalEndTime\": \"2024-01-01T10:21:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 214,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:21:00\",\n                \"LocalEndTime\": \"2024-01-01T10:42:00\",\n                \"Duration\": 0.35,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 215,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:42:00\",\n                \"LocalEndTime\": \"2024-01-01T10:56:00\",\n                \"Duration\": 0.23333333333333334,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 217,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T10:56:00\",\n                \"LocalEndTime\": \"2024-01-01T10:58:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 218,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-01T10:58:00\",\n                \"LocalEndTime\": \"2024-01-01T11:13:00\",\n                \"Duration\": 0.25,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 219,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T11:13:00\",\n                \"LocalEndTime\": \"2024-01-01T11:25:00\",\n                \"Duration\": 0.2,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 220,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T11:25:00\",\n                \"LocalEndTime\": \"2024-01-01T11:33:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 221,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T11:33:00\",\n                \"LocalEndTime\": \"2024-01-01T11:34:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 222,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T11:34:00\",\n                \"LocalEndTime\": \"2024-01-01T11:37:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 223,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T11:37:00\",\n                \"LocalEndTime\": \"2024-01-01T11:43:00\",\n                \"Duration\": 0.1,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 224,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T11:43:00\",\n                \"LocalEndTime\": \"2024-01-01T12:10:00\",\n                \"Duration\": 0.45,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 225,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T12:10:00\",\n                \"LocalEndTime\": \"2024-01-01T12:21:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 226,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T12:21:00\",\n                \"LocalEndTime\": \"2024-01-01T12:22:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 228,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T12:22:00\",\n                \"LocalEndTime\": \"2024-01-01T12:24:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 230,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T12:24:00\",\n                \"LocalEndTime\": \"2024-01-01T12:45:00\",\n                \"Duration\": 0.35,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 231,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"at lunch\",\n                \"InQueue\": false,\n                \"ColorId\": \"#FF9C00\",\n                \"LocalStartTime\": \"2024-01-01T12:45:00\",\n                \"LocalEndTime\": \"2024-01-01T13:45:00\",\n                \"Duration\": 1,\n                \"Description\": \"At Lunch\"\n            },\n            {\n                \"SeqNo\": 232,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T13:45:00\",\n                \"LocalEndTime\": \"2024-01-01T13:59:00\",\n                \"Duration\": 0.23333333333333334,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 233,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T13:59:00\",\n                \"LocalEndTime\": \"2024-01-01T14:02:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 234,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T14:02:00\",\n                \"LocalEndTime\": \"2024-01-01T14:03:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 235,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T14:03:00\",\n                \"LocalEndTime\": \"2024-01-01T14:05:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 236,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T14:05:00\",\n                \"LocalEndTime\": \"2024-01-01T14:09:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 237,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T14:09:00\",\n                \"LocalEndTime\": \"2024-01-01T14:10:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 241,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"restroom\",\n                \"InQueue\": false,\n                \"ColorId\": \"#000000\",\n                \"LocalStartTime\": \"2024-01-01T14:10:00\",\n                \"LocalEndTime\": \"2024-01-01T14:18:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"Restroom\"\n            },\n            {\n                \"SeqNo\": 242,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T14:18:00\",\n                \"LocalEndTime\": \"2024-01-01T14:22:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 243,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T14:22:00\",\n                \"LocalEndTime\": \"2024-01-01T14:33:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 245,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T14:33:00\",\n                \"LocalEndTime\": \"2024-01-01T15:07:00\",\n                \"Duration\": 0.56666666666666665,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 246,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T15:07:00\",\n                \"LocalEndTime\": \"2024-01-01T15:09:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 247,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T15:09:00\",\n                \"LocalEndTime\": \"2024-01-01T15:10:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 248,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T15:10:00\",\n                \"LocalEndTime\": \"2024-01-01T16:16:00\",\n                \"Duration\": 1.1,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 249,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-01T16:16:00\",\n                \"LocalEndTime\": \"2024-01-01T16:31:00\",\n                \"Duration\": 0.25,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 250,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T16:31:00\",\n                \"LocalEndTime\": \"2024-01-01T17:15:00\",\n                \"Duration\": 0.73333333333333328,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 251,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T17:15:00\",\n                \"LocalEndTime\": \"2024-01-01T17:22:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 253,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T17:22:00\",\n                \"LocalEndTime\": \"2024-01-01T17:25:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 254,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T17:25:00\",\n                \"LocalEndTime\": \"2024-01-01T17:32:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 255,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T17:32:00\",\n                \"LocalEndTime\": \"2024-01-01T17:53:00\",\n                \"Duration\": 0.35,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 256,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T17:53:00\",\n                \"LocalEndTime\": \"2024-01-01T17:55:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 258,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T17:55:00\",\n                \"LocalEndTime\": \"2024-01-01T18:04:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 261,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T18:04:00\",\n                \"LocalEndTime\": \"2024-01-01T18:06:00\",\n                \"Duration\": 0.033333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 262,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T18:06:00\",\n                \"LocalEndTime\": \"2024-01-01T18:19:00\",\n                \"Duration\": 0.21666666666666667,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 264,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T18:19:00\",\n                \"LocalEndTime\": \"2024-01-01T18:56:00\",\n                \"Duration\": 0.6166666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 265,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-01T18:56:00\",\n                \"LocalEndTime\": \"2024-01-01T19:38:00\",\n                \"Duration\": 0.7,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 270,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T19:38:00\",\n                \"LocalEndTime\": \"2024-01-01T19:42:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 271,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-01T19:42:00\",\n                \"LocalEndTime\": \"2024-01-02T08:57:00\",\n                \"Duration\": 13.25,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 272,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T08:57:00\",\n                \"LocalEndTime\": \"2024-01-02T09:00:00\",\n                \"Duration\": 0.05,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 273,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:00:00\",\n                \"LocalEndTime\": \"2024-01-02T09:13:00\",\n                \"Duration\": 0.21666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 274,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"acdagentnotanswering\",\n                \"InQueue\": false,\n                \"ColorId\": \"#ff0000\",\n                \"LocalStartTime\": \"2024-01-02T09:13:00\",\n                \"LocalEndTime\": \"2024-01-02T09:14:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"AcdAgentNotAnswering\"\n            },\n            {\n                \"SeqNo\": 275,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:14:00\",\n                \"LocalEndTime\": \"2024-01-02T09:29:00\",\n                \"Duration\": 0.25,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 276,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:29:00\",\n                \"LocalEndTime\": \"2024-01-02T09:38:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 278,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:38:00\",\n                \"LocalEndTime\": \"2024-01-02T09:50:00\",\n                \"Duration\": 0.2,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 279,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:50:00\",\n                \"LocalEndTime\": \"2024-01-02T09:51:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 280,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:51:00\",\n                \"LocalEndTime\": \"2024-01-02T09:52:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 281,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T09:52:00\",\n                \"LocalEndTime\": \"2024-01-02T10:09:00\",\n                \"Duration\": 0.28333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 282,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:09:00\",\n                \"LocalEndTime\": \"2024-01-02T10:18:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 283,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:18:00\",\n                \"LocalEndTime\": \"2024-01-02T10:27:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 284,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:27:00\",\n                \"LocalEndTime\": \"2024-01-02T10:53:00\",\n                \"Duration\": 0.43333333333333335,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 286,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T10:53:00\",\n                \"LocalEndTime\": \"2024-01-02T11:09:00\",\n                \"Duration\": 0.26666666666666666,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 287,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T11:09:00\",\n                \"LocalEndTime\": \"2024-01-02T11:10:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 288,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T11:10:00\",\n                \"LocalEndTime\": \"2024-01-02T11:11:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 289,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T11:11:00\",\n                \"LocalEndTime\": \"2024-01-02T11:19:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 292,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-02T11:19:00\",\n                \"LocalEndTime\": \"2024-01-02T11:36:00\",\n                \"Duration\": 0.28333333333333333,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 293,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T11:36:00\",\n                \"LocalEndTime\": \"2024-01-02T11:45:00\",\n                \"Duration\": 0.15,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 294,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T11:45:00\",\n                \"LocalEndTime\": \"2024-01-02T11:49:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 296,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T11:49:00\",\n                \"LocalEndTime\": \"2024-01-02T12:00:00\",\n                \"Duration\": 0.18333333333333332,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 297,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"acdagentnotanswering\",\n                \"InQueue\": false,\n                \"ColorId\": \"#ff0000\",\n                \"LocalStartTime\": \"2024-01-02T12:00:00\",\n                \"LocalEndTime\": \"2024-01-02T12:30:00\",\n                \"Duration\": 0.5,\n                \"Description\": \"AcdAgentNotAnswering\"\n            },\n            {\n                \"SeqNo\": 298,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"at lunch\",\n                \"InQueue\": false,\n                \"ColorId\": \"#FF9C00\",\n                \"LocalStartTime\": \"2024-01-02T12:30:00\",\n                \"LocalEndTime\": \"2024-01-02T13:26:00\",\n                \"Duration\": 0.93333333333333335,\n                \"Description\": \"At Lunch\"\n            },\n            {\n                \"SeqNo\": 299,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"at lunch\",\n                \"InQueue\": false,\n                \"ColorId\": \"#FF9C00\",\n                \"LocalStartTime\": \"2024-01-02T13:26:00\",\n                \"LocalEndTime\": \"2024-01-02T14:08:00\",\n                \"Duration\": 0.7,\n                \"Description\": \"At Lunch\"\n            },\n            {\n                \"SeqNo\": 301,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T14:08:00\",\n                \"LocalEndTime\": \"2024-01-02T14:15:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 302,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T14:15:00\",\n                \"LocalEndTime\": \"2024-01-02T14:20:00\",\n                \"Duration\": 0.083333333333333329,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 304,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"restroom\",\n                \"InQueue\": false,\n                \"ColorId\": \"#000000\",\n                \"LocalStartTime\": \"2024-01-02T14:20:00\",\n                \"LocalEndTime\": \"2024-01-02T14:26:00\",\n                \"Duration\": 0.1,\n                \"Description\": \"Restroom\"\n            },\n            {\n                \"SeqNo\": 305,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T14:26:00\",\n                \"LocalEndTime\": \"2024-01-02T15:31:00\",\n                \"Duration\": 1.0833333333333333,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 306,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T15:31:00\",\n                \"LocalEndTime\": \"2024-01-02T15:39:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 307,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T15:39:00\",\n                \"LocalEndTime\": \"2024-01-02T15:40:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 308,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T15:40:00\",\n                \"LocalEndTime\": \"2024-01-02T15:47:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 309,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"on break\",\n                \"InQueue\": false,\n                \"ColorId\": \"#00FFFF\",\n                \"LocalStartTime\": \"2024-01-02T15:47:00\",\n                \"LocalEndTime\": \"2024-01-02T16:02:00\",\n                \"Duration\": 0.25,\n                \"Description\": \"On Break\"\n            },\n            {\n                \"SeqNo\": 310,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"available\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T16:02:00\",\n                \"LocalEndTime\": \"2024-01-02T16:26:00\",\n                \"Duration\": 0.4,\n                \"Description\": \"Available\"\n            },\n            {\n                \"SeqNo\": 311,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T16:26:00\",\n                \"LocalEndTime\": \"2024-01-02T16:53:00\",\n                \"Duration\": 0.45,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 312,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T16:53:00\",\n                \"LocalEndTime\": \"2024-01-02T16:54:00\",\n                \"Duration\": 0.016666666666666666,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 313,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T16:54:00\",\n                \"LocalEndTime\": \"2024-01-02T17:01:00\",\n                \"Duration\": 0.11666666666666667,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 315,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"acd call\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T17:23:00\",\n                \"LocalEndTime\": \"2024-01-02T17:49:00\",\n                \"Duration\": 0.43333333333333335,\n                \"Description\": \"On ACD Call\"\n            },\n            {\n                \"SeqNo\": 317,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 2,\n                \"IbState\": \"follow up\",\n                \"InQueue\": true,\n                \"ColorId\": \"#A9A9A9\",\n                \"LocalStartTime\": \"2024-01-02T17:49:00\",\n                \"LocalEndTime\": \"2024-01-02T17:57:00\",\n                \"Duration\": 0.13333333333333333,\n                \"Description\": \"Follow Up\"\n            },\n            {\n                \"SeqNo\": 319,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T18:00:00\",\n                \"LocalEndTime\": \"2024-01-02T18:04:00\",\n                \"Duration\": 0.066666666666666666,\n                \"Description\": \"Gone Home\"\n            },\n            {\n                \"SeqNo\": 320,\n                \"AgentId\": 418,\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"StateId\": 3,\n                \"IbState\": \"gone home\",\n                \"InQueue\": false,\n                \"ColorId\": null,\n                \"LocalStartTime\": \"2024-01-02T18:04:00\",\n                \"LocalEndTime\": \"2024-01-03T08:48:00\",\n                \"Duration\": 14.733333333333333,\n                \"Description\": \"Gone Home\"\n            }\n        ],\n        \"scheduleDates\": [\n            {\n                \"ScheduleDate\": \"2024-01-01T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-01T06:00:00\",\n                \"ScheduleDateRow\": 1\n            },\n            {\n                \"ScheduleDate\": \"2024-01-02T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-01-02T06:00:00\",\n                \"ScheduleDateRow\": 2\n            }\n        ],\n        \"participantSummaries\": [\n            {\n                \"sa_agent_id\": 80,\n                \"role_id\": 100,\n                \"FullName\": \"Guzman, Denise \",\n                \"employee_id\": \"dxg21043\",\n                \"hire_date\": \"2015-06-08T00:00:00\",\n                \"tiebreaker\": 0,\n                \"title\": \"Sales/Service Rep\",\n                \"SortSequencer\": null,\n                \"Locked\": null,\n                \"ClassificationId\": 2,\n                \"ParticipantRowNumber\": 1,\n                \"DataSourceId\": 1,\n                \"SearchKey\": \"eechevarria\",\n                \"PaidHours\": 16.75,\n                \"UnpaidHours\": 0,\n                \"InQueueHours\": 15.75,\n                \"NotInQueueHours\": 1,\n                \"AtWorkHours\": 16.75,\n                \"NotAtWorkHours\": 0,\n                \"TotalScheduledHours\": 16.75,\n                \"TotalAverageCost\": 251.25,\n                \"TransactionCount\": 0,\n                \"TotalScheduledInQueue\": 15.75,\n                \"TotalScheduledOutQueue\": 1,\n                \"TotalActualInQueue\": 15.45,\n                \"TotalActualOutQueue\": 0.83,\n                \"InQueueVariance\": 0.3,\n                \"OutQueueVariance\": 0.17,\n                \"TotalScheduled\": 16.75,\n                \"TotalActual\": 16.28,\n                \"InQueueVariancePct\": 98.1,\n                \"OutQueueVariancePct\": 83,\n                \"TotalVariance\": 0.47,\n                \"TotalVariancePct\": 97.19\n            },\n            {\n                \"sa_agent_id\": 418,\n                \"role_id\": 100,\n                \"FullName\": \"Hunter, Satika \",\n                \"employee_id\": \"shunter\",\n                \"hire_date\": \"2017-05-15T00:00:00\",\n                \"tiebreaker\": 0,\n                \"title\": \"Sales/Service Rep\",\n                \"SortSequencer\": null,\n                \"Locked\": null,\n                \"ClassificationId\": 2,\n                \"ParticipantRowNumber\": 2,\n                \"DataSourceId\": 1,\n                \"SearchKey\": \"mibrahim\",\n                \"PaidHours\": 17.75,\n                \"UnpaidHours\": 2,\n                \"InQueueHours\": 16.5,\n                \"NotInQueueHours\": 3.25,\n                \"AtWorkHours\": 19.75,\n                \"NotAtWorkHours\": 0,\n                \"TotalScheduledHours\": 19.75,\n                \"TotalAverageCost\": 266.25,\n                \"TransactionCount\": 0,\n                \"TotalScheduledInQueue\": 16.38,\n                \"TotalScheduledOutQueue\": 3.12,\n                \"TotalActualInQueue\": 14.15,\n                \"TotalActualOutQueue\": 2.6,\n                \"InQueueVariance\": 2.23,\n                \"OutQueueVariance\": 0.52,\n                \"TotalScheduled\": 19.5,\n                \"TotalActual\": 16.75,\n                \"InQueueVariancePct\": 86.39,\n                \"OutQueueVariancePct\": 83.33,\n                \"TotalVariance\": 2.75,\n                \"TotalVariancePct\": 85.9\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b5421247-e26f-4d2f-93ea-d33b9097db85"},{"name":"ScheduleAdherenceAlerts","event":[{"listen":"prerequest","script":{"id":"06d54c53-80a9-47fa-a49b-c47c2f88b653","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"0238ea5a-02fa-46e1-9f9f-c73b09110090","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d2bb9a82-b8dc-42e4-824a-3d42acc52f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","description":"<p>Authorization token derived from Pre-request Script.</p>\n","type":"text"}],"url":"{{envName}}/api/ScheduleAdherenceAlerts/?listTypeId=1&id=1&dataSourceId=&timeZoneId=&reportStamp=&adherenceGroupId=&sortOption=&adherenceState=&userId=1","description":"<p>This endpoint returns Adherence Alert Data for a specified day. If no day is specified, the current day's results are returned. This data is used to display the supervisor's view of a team's schedule adherence in CommunityWFM as seen in the following screenshots:</p>\n<img src=\"https://content.pstmn.io/7c475af6-3260-494c-921c-e5f7f4aac539/aW1hZ2UucG5n\" width=\"445\" height=\"614\" />\n\n<img src=\"https://content.pstmn.io/c8cfb755-e974-4b96-b40e-7316f48606d4/aW1hZ2UucG5n\" width=\"461\" height=\"645\" />\n\n<p>The results are broken down into 4 sections:</p>\n<p><strong>agentResults</strong>: This section details all the agents within your specified listType. For example, if you choose type 2 for Supervisor then all the agents who report to your specified supervisor will be shown along with their adherence data.</p>\n<p><strong>summaryResults</strong>: This section returns details about the activity, supervisor, group, or agent. It typically includes very minimal details such as the name of the Activity/Supervisor/Group/Agent, the time zone, and the date for the data.</p>\n<p><strong>adherenceIntervalSummary</strong>: This will return data about the specific adherence interval such as interval count, minutes, the interval percentage, and the color code using in the CommunityWFM GUI when displaying the interval.</p>\n<p><strong>adherenceStateSummary</strong>: This section shows the individual states that make up the interval (acd call, at lunch, etc), the count of how many of these states are in the interval, their percentage of how much of the interval they comprise, and the color code for the CommunityWFM GUI display.</p>\n<p><strong>scheduleEventTypeSummary</strong>: This section shows the scheduleEventType (ID number), how many participants were included in each schedule event (such as work, overtime, break, etc.), the percentage of the interval they comprise, the event type name and description, the color code information, and the priority (Z order when displayed on the schedule adherence timeline graph used in CommunityWFM's GUI).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleAdherenceAlerts",""],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines how data is sorted. 1 = Activity, 2 = Supervisor, 3 = Group, 4 = Agent.</p>\n","type":"text/plain"},"key":"listTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: This ID field is relative to your selection in listTypeId. For example using listTypeId 4 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"id","value":"1"},{"description":{"content":"<p>REQUIRED: ID of the data source to use; leave blank to use the default data source.</p>\n","type":"text/plain"},"key":"dataSourceId","value":""},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. While the parameter must be included it can be left NULL.</p>\n","type":"text/plain"},"key":"timeZoneId","value":""},{"description":{"content":"<p>REQUIRED: Date field defining which day's alerts to view. While the parameter must be included it can be left NULL. NOTE: When using past dates the results returned will be for 1 day before your reportStamp field's date. For example if you enter 4/30/2025 you will receive alerts from 4/29/2025</p>\n","type":"text/plain"},"key":"reportStamp","value":""},{"description":{"content":"<p>REQUIRED: ID of the Adherence Group to filter by. Leave null to get all data. While the parameter must be included it can be left NULL.</p>\n","type":"text/plain"},"key":"adherenceGroupId","value":""},{"description":{"content":"<p>REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time. While the parameter must be included it can be left NULL.</p>\n","type":"text/plain"},"key":"sortOption","value":""},{"description":{"content":"<p>REQUIRED: Filters by InAdherence. Accepts true, false, or can be left blank for all data. While the parameter must be included it can be left NULL.</p>\n","type":"text/plain"},"key":"adherenceState","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes.</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"f2754377-31a7-4d7a-ba17-49b37d0968bf","name":"1 - Activity","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","description":"Authorization token derived from Pre-request Script.","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleAdherenceAlerts/?listTypeId=1&id=3&dataSourceId=&timeZoneId=&reportStamp=&adherenceGroupId=&sortOption=&adherenceState=&userId=1","host":["{{envName}}"],"path":["api","ScheduleAdherenceAlerts",""],"query":[{"key":"listTypeId","value":"1","description":"REQUIRED: Defines how data is sorted. 1 = Activity, 2 = Supervisor, 3 = Group, 4 = Agent."},{"key":"id","value":"3","description":"REQUIRED: This ID field is relative to your selection in listTypeId. For example using listTypeId 4 the Scope ID can be an agent ID such as Agent 777."},{"key":"dataSourceId","value":"","description":"REQUIRED: ID of the data source to use; leave blank to use the default data source."},{"key":"timeZoneId","value":"","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. While the parameter must be included it can be left NULL."},{"key":"reportStamp","value":"","description":"REQUIRED: Date field defining which day's alerts to view. While the parameter must be included it can be left NULL. NOTE: When using past dates the results returned will be for 1 day before your reportStamp field's date. For example if you enter 4/30/2025 you will receive alerts from 4/29/2025"},{"key":"adherenceGroupId","value":"","description":"REQUIRED: ID of the Adherence Group to filter by. Leave null to get all data. While the parameter must be included it can be left NULL."},{"key":"sortOption","value":"","description":"REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time. While the parameter must be included it can be left NULL."},{"key":"adherenceState","value":"","description":"REQUIRED: Filters by InAdherence. Accepts true, false, or can be left blank for all data. While the parameter must be included it can be left NULL."},{"key":"userId","value":"1","description":"REQUIED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMvGLaYYIXOk2Yc1p1lV3vtY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 02 May 2025 15:01:44 GMT"},{"key":"Content-Length","value":"9984"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"agentResults\": [\n            {\n                \"AgentId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jconger\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032245,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:30:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-30T18:00:46\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 122,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jGonzalez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032238,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-30T16:03:51\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 77,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"kbazaldua\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032248,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:30:00\",\n                \"ActualState\": null,\n                \"ActualStartTime\": null,\n                \"ActualInQueue\": null,\n                \"ActualStateName\": \"<Unknown>\",\n                \"ActualStateDesc\": \"<Unknown>\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 62,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": true,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jguito\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032460,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:30:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": null,\n                \"ActualStartTime\": null,\n                \"ActualInQueue\": null,\n                \"ActualStateName\": \"<Unknown>\",\n                \"ActualStateDesc\": \"<Unknown>\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 32,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": true,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"daden\",\n                \"ScheduledInQueue\": false,\n                \"ScheduleEventTypeId\": 2,\n                \"ScheduledEventTypeName\": \"Break\",\n                \"ScheduledEventId\": 1033417,\n                \"ScheduledEventDesc\": \"Off phone interval\",\n                \"ScheduledEventLoc\": \"\",\n                \"ScheduledEventStart\": \"2025-05-02T10:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:50:08\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 2,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"Title\": \"Operator\",\n                \"LoginId\": \"nmesa\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032466,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:38:52\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"nnong\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032432,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:15:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:54:36\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"rdhungana\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032488,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T10:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:59:16\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"ssalinas\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032387,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:15:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:37:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"cramirez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032220,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:48:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"mibrahim\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032450,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:54:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"dsaker\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032298,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T08:53:29\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": 1,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"rrinehart\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032222,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:30:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:30:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:40:20\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            }\n        ],\n        \"summaryResults\": [\n            {\n                \"ReportStamp\": \"2025-05-02T10:01:44.627\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ActivityName\": \"Customer Program Service\",\n                \"ActivityDesc\": \"All Customer facing\"\n            }\n        ],\n        \"adherenceIntervalSummary\": [\n            {\n                \"AdherenceGroupIntervalId\": null,\n                \"IntervalCount\": 9,\n                \"IntervalMinutes\": null,\n                \"IntervalColor\": \"#00FF00\",\n                \"IntervalPct\": 69.23\n            },\n            {\n                \"AdherenceGroupIntervalId\": 1,\n                \"IntervalCount\": 4,\n                \"IntervalMinutes\": 10,\n                \"IntervalColor\": \"#ff0000\",\n                \"IntervalPct\": 30.77\n            }\n        ],\n        \"adherenceStateSummary\": [\n            {\n                \"ActualStateName\": \"[UNKNOWN]\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 2,\n                \"StatePct\": 15.38,\n                \"sa_color_id\": null,\n                \"DisplayColor\": \"#00FF00\"\n            },\n            {\n                \"ActualStateName\": \"acd call\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 6,\n                \"StatePct\": 46.15,\n                \"sa_color_id\": 15,\n                \"DisplayColor\": \"#A9A9A9\"\n            },\n            {\n                \"ActualStateName\": \"available\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 3,\n                \"StatePct\": 23.08,\n                \"sa_color_id\": 15,\n                \"DisplayColor\": \"#A9A9A9\"\n            },\n            {\n                \"ActualStateName\": \"gone home\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 2,\n                \"StatePct\": 15.38,\n                \"sa_color_id\": null,\n                \"DisplayColor\": \"#00FF00\"\n            }\n        ],\n        \"scheduleEventTypeSummary\": [\n            {\n                \"ScheduleEventType\": 1,\n                \"ScheduleEventParticipantCount\": 12,\n                \"EventPct\": 92.31,\n                \"ScheduleEventTypeName\": \"Work\",\n                \"ScheduleEventTypeDescription\": \"Auto generated work type\",\n                \"ScheduleEventTypeColor\": 3,\n                \"DisplayColor\": \"#0000ff\",\n                \"priority_id\": 1\n            },\n            {\n                \"ScheduleEventType\": 2,\n                \"ScheduleEventParticipantCount\": 1,\n                \"EventPct\": 7.69,\n                \"ScheduleEventTypeName\": \"Break\",\n                \"ScheduleEventTypeDescription\": \"Break\",\n                \"ScheduleEventTypeColor\": 7,\n                \"DisplayColor\": \"#00FFFF\",\n                \"priority_id\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"5bf7fea2-54af-4734-ad50-be4cc310cda8","name":"2 - Supervisor","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","description":"Authorization token derived from Pre-request Script.","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleAdherenceAlerts/?listTypeId=2&id=541&dataSourceId=&timeZoneId=&reportStamp=&adherenceGroupId=&sortOption=&adherenceState=&userId=1","host":["{{envName}}"],"path":["api","ScheduleAdherenceAlerts",""],"query":[{"key":"listTypeId","value":"2","description":"REQUIRED: Defines how data is sorted. 1 = Activity, 2 = Supervisor, 3 = Group, 4 = Agent."},{"key":"id","value":"541","description":"REQUIRED: This ID field is relative to your selection in listTypeId. For example using listTypeId 4 the Scope ID can be an agent ID such as Agent 777."},{"key":"dataSourceId","value":"","description":"REQUIRED: ID of the data source to use; leave blank to use the default data source."},{"key":"timeZoneId","value":"","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. While the parameter must be included it can be left NULL."},{"key":"reportStamp","value":"","description":"REQUIRED: Date field defining which day's alerts to view. While the parameter must be included it can be left NULL. NOTE: When using past dates the results returned will be for 1 day before your reportStamp field's date. For example if you enter 4/30/2025 you will receive alerts from 4/29/2025"},{"key":"adherenceGroupId","value":"","description":"REQUIRED: ID of the Adherence Group to filter by. Leave null to get all data. While the parameter must be included it can be left NULL."},{"key":"sortOption","value":"","description":"REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time. While the parameter must be included it can be left NULL."},{"key":"adherenceState","value":"","description":"REQUIRED: Filters by InAdherence. Accepts true, false, or can be left blank for all data. While the parameter must be included it can be left NULL."},{"key":"userId","value":"1","description":"REQUIED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMtWdCR3pSW7PygEaQ8VcZnc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 02 May 2025 15:02:06 GMT"},{"key":"Content-Length","value":"8755"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"agentResults\": [\n            {\n                \"AgentId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jGonzalez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032238,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-30T16:03:51\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 77,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"dsaker\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032298,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T08:53:29\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 69,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": 1,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"rrinehart\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032222,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:30:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:30:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:40:20\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 22,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"cramirez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032220,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:48:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 13,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"mibrahim\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032450,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:54:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 7,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"raoshana\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032411,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:15:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:56:00\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 6,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"eneumann\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032453,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:30:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-05-02T09:56:24\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"restroom\",\n                \"ActualStateDesc\": \"Restroom\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 6,\n                \"Color\": \"#E0E040\",\n                \"AdherenceGroupInterval\": 2,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"daden\",\n                \"ScheduledInQueue\": false,\n                \"ScheduleEventTypeId\": 2,\n                \"ScheduledEventTypeName\": \"Break\",\n                \"ScheduledEventId\": 1033417,\n                \"ScheduledEventDesc\": \"Off phone interval\",\n                \"ScheduledEventLoc\": \"\",\n                \"ScheduledEventStart\": \"2025-05-02T10:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:50:08\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 2,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"Title\": \"Sales Agent\",\n                \"LoginId\": \"bmatti\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032372,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:01:04\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 1,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jcardoso\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032409,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:01:58\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"kday\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032403,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:01:52\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            }\n        ],\n        \"summaryResults\": [\n            {\n                \"ReportStamp\": \"2025-05-02T10:02:06.997\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"SupervisorName\": \"Tritten, Thomas \"\n            }\n        ],\n        \"adherenceIntervalSummary\": [\n            {\n                \"AdherenceGroupIntervalId\": null,\n                \"IntervalCount\": 9,\n                \"IntervalMinutes\": null,\n                \"IntervalColor\": \"#00FF00\",\n                \"IntervalPct\": 81.82\n            },\n            {\n                \"AdherenceGroupIntervalId\": 2,\n                \"IntervalCount\": 1,\n                \"IntervalMinutes\": 5,\n                \"IntervalColor\": \"#E0E040\",\n                \"IntervalPct\": 9.09\n            },\n            {\n                \"AdherenceGroupIntervalId\": 1,\n                \"IntervalCount\": 1,\n                \"IntervalMinutes\": 10,\n                \"IntervalColor\": \"#ff0000\",\n                \"IntervalPct\": 9.09\n            }\n        ],\n        \"adherenceStateSummary\": [\n            {\n                \"ActualStateName\": \"acd call\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 5,\n                \"StatePct\": 45.45,\n                \"sa_color_id\": 15,\n                \"DisplayColor\": \"#A9A9A9\"\n            },\n            {\n                \"ActualStateName\": \"available\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 4,\n                \"StatePct\": 36.36,\n                \"sa_color_id\": 15,\n                \"DisplayColor\": \"#A9A9A9\"\n            },\n            {\n                \"ActualStateName\": \"gone home\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 1,\n                \"StatePct\": 9.09,\n                \"sa_color_id\": null,\n                \"DisplayColor\": \"#00FF00\"\n            },\n            {\n                \"ActualStateName\": \"restroom\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 1,\n                \"StatePct\": 9.09,\n                \"sa_color_id\": 5,\n                \"DisplayColor\": \"#000000\"\n            }\n        ],\n        \"scheduleEventTypeSummary\": [\n            {\n                \"ScheduleEventType\": 2,\n                \"ScheduleEventParticipantCount\": 1,\n                \"EventPct\": 9.09,\n                \"ScheduleEventTypeName\": \"Break\",\n                \"ScheduleEventTypeDescription\": \"Break\",\n                \"ScheduleEventTypeColor\": 7,\n                \"DisplayColor\": \"#00FFFF\"\n            },\n            {\n                \"ScheduleEventType\": 1,\n                \"ScheduleEventParticipantCount\": 10,\n                \"EventPct\": 90.91,\n                \"ScheduleEventTypeName\": \"Work\",\n                \"ScheduleEventTypeDescription\": \"Auto generated work type\",\n                \"ScheduleEventTypeColor\": 3,\n                \"DisplayColor\": \"#0000ff\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"ddcf5bee-eacc-4ac7-aff7-56aabb881526","name":"3 - Group","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","description":"Authorization token derived from Pre-request Script.","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleAdherenceAlerts/?listTypeId=3&id=10&dataSourceId=&timeZoneId=&reportStamp=&adherenceGroupId=&sortOption=&adherenceState=&userId=1","host":["{{envName}}"],"path":["api","ScheduleAdherenceAlerts",""],"query":[{"key":"listTypeId","value":"3","description":"REQUIRED: Defines how data is sorted. 1 = Activity, 2 = Supervisor, 3 = Group, 4 = Agent."},{"key":"id","value":"10","description":"REQUIRED: This ID field is relative to your selection in listTypeId. For example using listTypeId 4 the Scope ID can be an agent ID such as Agent 777."},{"key":"dataSourceId","value":"","description":"REQUIRED: ID of the data source to use; leave blank to use the default data source."},{"key":"timeZoneId","value":"","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. While the parameter must be included it can be left NULL."},{"key":"reportStamp","value":"","description":"REQUIRED: Date field defining which day's alerts to view. While the parameter must be included it can be left NULL. NOTE: When using past dates the results returned will be for 1 day before your reportStamp field's date. For example if you enter 4/30/2025 you will receive alerts from 4/29/2025"},{"key":"adherenceGroupId","value":"","description":"REQUIRED: ID of the Adherence Group to filter by. Leave null to get all data. While the parameter must be included it can be left NULL."},{"key":"sortOption","value":"","description":"REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time. While the parameter must be included it can be left NULL."},{"key":"adherenceState","value":"","description":"REQUIRED: Filters by InAdherence. Accepts true, false, or can be left blank for all data. While the parameter must be included it can be left NULL."},{"key":"userId","value":"1","description":"REQUIED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMttSF/hoajBu6R6Aq336sMg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 02 May 2025 15:03:06 GMT"},{"key":"Content-Length","value":"14373"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"agentResults\": [\n            {\n                \"AgentId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jconger\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032245,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:30:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-30T18:00:46\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 123,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jGonzalez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032238,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-30T16:03:51\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 78,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"kbazaldua\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032248,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:30:00\",\n                \"ActualState\": null,\n                \"ActualStartTime\": null,\n                \"ActualInQueue\": null,\n                \"ActualStateName\": \"<Unknown>\",\n                \"ActualStateDesc\": \"<Unknown>\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 63,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": true,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jguito\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032460,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:30:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": null,\n                \"ActualStartTime\": null,\n                \"ActualInQueue\": null,\n                \"ActualStateName\": \"<Unknown>\",\n                \"ActualStateDesc\": \"<Unknown>\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 33,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": true,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"eneumann\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032453,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:30:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-05-02T09:56:24\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"restroom\",\n                \"ActualStateDesc\": \"Restroom\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 7,\n                \"Color\": \"#E0E040\",\n                \"AdherenceGroupInterval\": 2,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"thamler\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032371,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T10:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-05-01T00:08:29\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 3,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"Title\": \"Sales Agent\",\n                \"LoginId\": \"amachadogradjales\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032475,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T10:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:30:00\",\n                \"ActualState\": null,\n                \"ActualStartTime\": null,\n                \"ActualInQueue\": null,\n                \"ActualStateName\": \"<Unknown>\",\n                \"ActualStateDesc\": \"<Unknown>\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 3,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": true,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"daden\",\n                \"ScheduledInQueue\": false,\n                \"ScheduleEventTypeId\": 2,\n                \"ScheduledEventTypeName\": \"Break\",\n                \"ScheduledEventId\": 1033417,\n                \"ScheduledEventDesc\": \"Off phone interval\",\n                \"ScheduledEventLoc\": \"\",\n                \"ScheduledEventStart\": \"2025-05-02T10:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:50:08\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 3,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"Title\": \"Operator\",\n                \"LoginId\": \"nmesa\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032466,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:38:52\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"nnong\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032432,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:15:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:02:55\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"follow up\",\n                \"ActualStateDesc\": \"Follow Up\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"rdhungana\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032488,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T10:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:03:04\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"ssalinas\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032387,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:15:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:37:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"raoshana\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032411,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:15:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:56:00\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"cramirez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032220,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:48:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"Title\": \"Sales Agent\",\n                \"LoginId\": \"bmatti\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032372,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:01:04\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"mibrahim\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032450,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:54:38\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"dsaker\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032298,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:00:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T10:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T08:53:29\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": 1,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"rrinehart\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032222,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:30:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:30:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T09:40:20\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jcardoso\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032409,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T12:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:02:54\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"kday\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032403,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T09:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-05-02T10:01:52\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            }\n        ],\n        \"summaryResults\": [\n            {\n                \"ReportStamp\": \"2025-05-02T10:03:05.513\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"GroupName\": \"All Sales\",\n                \"GroupDesc\": \"All Sales\"\n            }\n        ],\n        \"adherenceIntervalSummary\": [\n            {\n                \"AdherenceGroupIntervalId\": null,\n                \"IntervalCount\": 15,\n                \"IntervalMinutes\": null,\n                \"IntervalColor\": \"#00FF00\",\n                \"IntervalPct\": 75\n            },\n            {\n                \"AdherenceGroupIntervalId\": 2,\n                \"IntervalCount\": 1,\n                \"IntervalMinutes\": 5,\n                \"IntervalColor\": \"#E0E040\",\n                \"IntervalPct\": 5\n            },\n            {\n                \"AdherenceGroupIntervalId\": 1,\n                \"IntervalCount\": 4,\n                \"IntervalMinutes\": 10,\n                \"IntervalColor\": \"#ff0000\",\n                \"IntervalPct\": 20\n            }\n        ],\n        \"adherenceStateSummary\": [\n            {\n                \"ActualStateName\": \"<Unknown>\",\n                \"Column1\": null,\n                \"StateCount\": 3,\n                \"StatePct\": 15\n            },\n            {\n                \"ActualStateName\": \"acd call\",\n                \"Column1\": 2,\n                \"StateCount\": 9,\n                \"StatePct\": 45\n            },\n            {\n                \"ActualStateName\": \"available\",\n                \"Column1\": 2,\n                \"StateCount\": 3,\n                \"StatePct\": 15\n            },\n            {\n                \"ActualStateName\": \"follow up\",\n                \"Column1\": 2,\n                \"StateCount\": 1,\n                \"StatePct\": 5\n            },\n            {\n                \"ActualStateName\": \"gone home\",\n                \"Column1\": 3,\n                \"StateCount\": 3,\n                \"StatePct\": 15\n            },\n            {\n                \"ActualStateName\": \"restroom\",\n                \"Column1\": 3,\n                \"StateCount\": 1,\n                \"StatePct\": 5\n            }\n        ],\n        \"scheduleEventTypeSummary\": [\n            {\n                \"ScheduleEventType\": 2,\n                \"ScheduleEventParticipantCount\": 1,\n                \"EventPct\": 5,\n                \"ScheduleEventTypeName\": \"Break\",\n                \"ScheduleEventTypeDescription\": \"Break\",\n                \"ScheduleEventTypeColor\": 7,\n                \"DisplayColor\": \"#00FFFF\"\n            },\n            {\n                \"ScheduleEventType\": 1,\n                \"ScheduleEventParticipantCount\": 19,\n                \"EventPct\": 95,\n                \"ScheduleEventTypeName\": \"Work\",\n                \"ScheduleEventTypeDescription\": \"Auto generated work type\",\n                \"ScheduleEventTypeColor\": 3,\n                \"DisplayColor\": \"#0000ff\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"c8376996-f2bb-47cb-bf96-3f436aab1fbc","name":"4 - Agent","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","description":"Authorization token derived from Pre-request Script.","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleAdherenceAlerts/?listTypeId=4&id=91&dataSourceId=&timeZoneId=&reportStamp=&adherenceGroupId=&sortOption=&adherenceState=&userId=1","host":["{{envName}}"],"path":["api","ScheduleAdherenceAlerts",""],"query":[{"key":"listTypeId","value":"4","description":"REQUIRED: Defines how data is sorted. 1 = Activity, 2 = Supervisor, 3 = Group, 4 = Agent."},{"key":"id","value":"91","description":"REQUIRED: This ID field is relative to your selection in listTypeId. For example using listTypeId 4 the Scope ID can be an agent ID such as Agent 777."},{"key":"dataSourceId","value":"","description":"REQUIRED: ID of the data source to use; leave blank to use the default data source."},{"key":"timeZoneId","value":"","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. While the parameter must be included it can be left NULL."},{"key":"reportStamp","value":"","description":"REQUIRED: Date field defining which day's alerts to view. While the parameter must be included it can be left NULL. NOTE: When using past dates the results returned will be for 1 day before your reportStamp field's date. For example if you enter 4/30/2025 you will receive alerts from 4/29/2025"},{"key":"adherenceGroupId","value":"","description":"REQUIRED: ID of the Adherence Group to filter by. Leave null to get all data. While the parameter must be included it can be left NULL."},{"key":"sortOption","value":"","description":"REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time. While the parameter must be included it can be left NULL."},{"key":"adherenceState","value":"","description":"REQUIRED: Filters by InAdherence. Accepts true, false, or can be left blank for all data. While the parameter must be included it can be left NULL."},{"key":"userId","value":"1","description":"REQUIED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMnCqdo/XRa1ycvXZwGk4PwQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 02 May 2025 15:03:26 GMT"},{"key":"Content-Length","value":"1495"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"agentResults\": [\n            {\n                \"AgentId\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"AgentTitle\": \"Sales/Service Rep\",\n                \"AgentImageURL\": \"no_photo.jpg\",\n                \"AgentKey\": \"jGonzalez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduledEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032238,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-05-02T08:45:00\",\n                \"ScheduledEventEnd\": \"2025-05-02T11:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-30T16:03:51\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"gone home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 78,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceDuration\": \" 01:18\",\n                \"DataSourceId\": 1,\n                \"TimeZoneId\": 20,\n                \"AdherenceGroupId\": 1\n            }\n        ],\n        \"summaryResults\": [\n            {\n                \"ReportStamp\": \"2025-05-02T10:03:26.46\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"FullName\": \"Heinly, Gesela \"\n            }\n        ],\n        \"adherenceIntervalSummary\": [\n            {\n                \"AdherenceGroupIntervalId\": 1,\n                \"IntervalCount\": 1,\n                \"IntervalMinutes\": 10,\n                \"IntervalColor\": \"#ff0000\",\n                \"IntervalPct\": 100\n            }\n        ],\n        \"adherenceStateSummary\": [\n            {\n                \"ActualStateName\": \"gone home\",\n                \"Column1\": 3,\n                \"StateCount\": 1,\n                \"StatePct\": 100\n            }\n        ],\n        \"scheduleEventTypeSummary\": [\n            {\n                \"ScheduleEventType\": 1,\n                \"ScheduleEventParticipantCount\": 1,\n                \"EventPct\": 100,\n                \"ScheduleEventTypeName\": \"Work\",\n                \"ScheduleEventTypeDescription\": \"Auto generated work type\",\n                \"ScheduleEventTypeColor\": 3,\n                \"DisplayColor\": \"#0000ff\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"4f07db04-b426-4091-95d1-e666d90709b8","name":"With Specified Date","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","description":"Authorization token derived from Pre-request Script.","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleAdherenceAlerts/?listTypeId=1&id=3&dataSourceId=&timeZoneId=&reportStamp=4/30/2025&adherenceGroupId=&sortOption=&adherenceState=&userId=1","host":["{{envName}}"],"path":["api","ScheduleAdherenceAlerts",""],"query":[{"key":"listTypeId","value":"1","description":"REQUIRED: Defines how data is sorted. 1 = Activity, 2 = Supervisor, 3 = Group, 4 = Agent."},{"key":"id","value":"3","description":"REQUIRED: This ID field is relative to your selection in listTypeId. For example using listTypeId 4 the Scope ID can be an agent ID such as Agent 777."},{"key":"dataSourceId","value":"","description":"REQUIRED: ID of the data source to use; leave blank to use the default data source."},{"key":"timeZoneId","value":"","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. While the parameter must be included it can be left NULL."},{"key":"reportStamp","value":"4/30/2025","description":"REQUIRED: Date field defining which day's alerts to view. While the parameter must be included it can be left NULL. NOTE: When using past dates the results returned will be for 1 day before your reportStamp field's date. For example if you enter 4/30/2025 you will receive alerts from 4/29/2025"},{"key":"adherenceGroupId","value":"","description":"REQUIRED: ID of the Adherence Group to filter by. Leave null to get all data. While the parameter must be included it can be left NULL."},{"key":"sortOption","value":"","description":"REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time. While the parameter must be included it can be left NULL."},{"key":"adherenceState","value":"","description":"REQUIRED: Filters by InAdherence. Accepts true, false, or can be left blank for all data. While the parameter must be included it can be left NULL."},{"key":"userId","value":"1","description":"REQUIED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMgPG971iZtrbka3elNnWeYA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 02 May 2025 15:04:04 GMT"},{"key":"Content-Length","value":"13349"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"agentResults\": [\n            {\n                \"AgentId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jarevalorivers\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032290,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:15:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T20:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-29T18:18:45\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"in a meeting\",\n                \"ActualStateDesc\": \"In a meeting\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 41,\n                \"Color\": \"#ff0000\",\n                \"AdherenceGroupInterval\": 1,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"mtyler\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032427,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-29T18:58:57\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 1,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"abueno2\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032264,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:54:42\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"Title\": \"Sales Agent\",\n                \"LoginId\": \"mmarquez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032320,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:15:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T20:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:39:08\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"mvang\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032285,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:30:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T20:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:34:23\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jrosales\",\n                \"ScheduledInQueue\": false,\n                \"ScheduleEventTypeId\": 3,\n                \"ScheduledEventTypeName\": \"Lunch\",\n                \"ScheduledEventId\": 1032674,\n                \"ScheduledEventDesc\": \"Off phone interval\",\n                \"ScheduledEventLoc\": \"\",\n                \"ScheduledEventStart\": \"2025-04-29T18:30:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:30:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-29T18:30:47\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"at lunch\",\n                \"ActualStateDesc\": \"At Lunch\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"jbelizaire\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032309,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:28:44\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"Title\": \"Sales Agent\",\n                \"LoginId\": \"imendez\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032333,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:15:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T20:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:59:34\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"follow up - extended\",\n                \"ActualStateDesc\": \"Follow Up - Extended\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"awalker\",\n                \"ScheduledInQueue\": false,\n                \"ScheduleEventTypeId\": 3,\n                \"ScheduledEventTypeName\": \"Lunch\",\n                \"ScheduledEventId\": 1032806,\n                \"ScheduledEventDesc\": \"Off phone interval\",\n                \"ScheduledEventLoc\": \"\",\n                \"ScheduledEventStart\": \"2025-04-29T18:30:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-29T18:30:07\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"at lunch\",\n                \"ActualStateDesc\": \"At Lunch\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"awalker\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032304,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T19:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T22:00:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-29T18:30:07\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"at lunch\",\n                \"ActualStateDesc\": \"At Lunch\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"skoshan1\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032393,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:45:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T17:44:33\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"qxsun\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032338,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:04:05\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"qxsun\",\n                \"ScheduledInQueue\": false,\n                \"ScheduleEventTypeId\": 2,\n                \"ScheduledEventTypeName\": \"Break\",\n                \"ScheduledEventId\": 1032915,\n                \"ScheduledEventDesc\": \"Off phone interval\",\n                \"ScheduledEventLoc\": \"\",\n                \"ScheduledEventStart\": \"2025-04-29T19:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:04:05\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"eechevarria\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032491,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T19:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T20:45:00\",\n                \"ActualState\": 3,\n                \"ActualStartTime\": \"2025-04-29T18:56:32\",\n                \"ActualInQueue\": false,\n                \"ActualStateName\": \"gone home\",\n                \"ActualStateDesc\": \"Gone Home\",\n                \"InAdherence\": false,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"rrinehart\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 5,\n                \"ScheduledEventTypeName\": \"Overtime\",\n                \"ScheduledEventId\": 1032293,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T21:00:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:59:09\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"acd call\",\n                \"ActualStateDesc\": \"On ACD Call\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"kgravely\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032328,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:55:40\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            },\n            {\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginId\": \"daden\",\n                \"ScheduledInQueue\": true,\n                \"ScheduleEventTypeId\": 1,\n                \"ScheduledEventTypeName\": \"Work\",\n                \"ScheduledEventId\": 1032280,\n                \"ScheduledEventDesc\": \"Scheduled Work\",\n                \"ScheduledEventLoc\": \"Workstation\",\n                \"ScheduledEventStart\": \"2025-04-29T18:00:00\",\n                \"ScheduledEventEnd\": \"2025-04-29T19:15:00\",\n                \"ActualState\": 2,\n                \"ActualStartTime\": \"2025-04-29T18:57:49\",\n                \"ActualInQueue\": true,\n                \"ActualStateName\": \"available\",\n                \"ActualStateDesc\": \"Available\",\n                \"InAdherence\": true,\n                \"AdherenceTime\": 0,\n                \"Color\": \"#00FF00\",\n                \"AdherenceGroupInterval\": null,\n                \"Warning\": false,\n                \"ClassificationId\": null,\n                \"AdherenceGroupId\": 1\n            }\n        ],\n        \"summaryResults\": [\n            {\n                \"ReportStamp\": \"2025-04-29T19:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ActivityName\": \"Customer Program Service\",\n                \"ActivityDesc\": \"All Customer facing\"\n            }\n        ],\n        \"adherenceIntervalSummary\": [\n            {\n                \"AdherenceGroupIntervalId\": null,\n                \"IntervalCount\": 16,\n                \"IntervalMinutes\": null,\n                \"IntervalColor\": \"#00FF00\",\n                \"IntervalPct\": 94.12\n            },\n            {\n                \"AdherenceGroupIntervalId\": 1,\n                \"IntervalCount\": 1,\n                \"IntervalMinutes\": 10,\n                \"IntervalColor\": \"#ff0000\",\n                \"IntervalPct\": 5.88\n            }\n        ],\n        \"adherenceStateSummary\": [\n            {\n                \"ActualStateName\": \"acd call\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 7,\n                \"StatePct\": 41.18,\n                \"sa_color_id\": 15,\n                \"DisplayColor\": \"#A9A9A9\"\n            },\n            {\n                \"ActualStateName\": \"at lunch\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 3,\n                \"StatePct\": 17.65,\n                \"sa_color_id\": 8,\n                \"DisplayColor\": \"#FF9C00\"\n            },\n            {\n                \"ActualStateName\": \"available\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 3,\n                \"StatePct\": 17.65,\n                \"sa_color_id\": 15,\n                \"DisplayColor\": \"#A9A9A9\"\n            },\n            {\n                \"ActualStateName\": \"follow up - extended\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 1,\n                \"StatePct\": 5.88,\n                \"sa_color_id\": 9,\n                \"DisplayColor\": \"#E0E040\"\n            },\n            {\n                \"ActualStateName\": \"gone home\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 2,\n                \"StatePct\": 11.76,\n                \"sa_color_id\": null,\n                \"DisplayColor\": \"#00FF00\"\n            },\n            {\n                \"ActualStateName\": \"in a meeting\",\n                \"DeviceName\": \"Community Cloud Connect\",\n                \"StateCount\": 1,\n                \"StatePct\": 5.88,\n                \"sa_color_id\": 9,\n                \"DisplayColor\": \"#E0E040\"\n            }\n        ],\n        \"scheduleEventTypeSummary\": [\n            {\n                \"ScheduleEventType\": 1,\n                \"ScheduleEventParticipantCount\": 13,\n                \"EventPct\": 76.47,\n                \"ScheduleEventTypeName\": \"Work\",\n                \"ScheduleEventTypeDescription\": \"Auto generated work type\",\n                \"ScheduleEventTypeColor\": 3,\n                \"DisplayColor\": \"#0000ff\",\n                \"priority_id\": 1\n            },\n            {\n                \"ScheduleEventType\": 5,\n                \"ScheduleEventParticipantCount\": 1,\n                \"EventPct\": 5.88,\n                \"ScheduleEventTypeName\": \"Overtime\",\n                \"ScheduleEventTypeDescription\": \"Overtime\",\n                \"ScheduleEventTypeColor\": 19,\n                \"DisplayColor\": \"#9400D3\",\n                \"priority_id\": 1\n            },\n            {\n                \"ScheduleEventType\": 2,\n                \"ScheduleEventParticipantCount\": 1,\n                \"EventPct\": 5.88,\n                \"ScheduleEventTypeName\": \"Break\",\n                \"ScheduleEventTypeDescription\": \"Break\",\n                \"ScheduleEventTypeColor\": 7,\n                \"DisplayColor\": \"#00FFFF\",\n                \"priority_id\": 100\n            },\n            {\n                \"ScheduleEventType\": 3,\n                \"ScheduleEventParticipantCount\": 2,\n                \"EventPct\": 11.76,\n                \"ScheduleEventTypeName\": \"Lunch\",\n                \"ScheduleEventTypeDescription\": \"Lunch\",\n                \"ScheduleEventTypeColor\": 8,\n                \"DisplayColor\": \"#FF9C00\",\n                \"priority_id\": 900\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"d2bb9a82-b8dc-42e4-824a-3d42acc52f2e"}],"id":"53dd9d50-96e5-43d1-ad1f-9280049aea8f","description":"<p>The Adherence endpoints allow adding, viewing, editing, and removing events and data related to agent schedule adherence.</p>\n<p>IMPORTANT: Adherence within CommunityWFM is based not on how closely an agent sticks to their scheduled task but based on if the agent's phone state matches the In Queue/Out Queue state expected of their schedule. For example an agent who clocks out early before their final break will be Out of Queue and during their final break they will be shown as In Adherence because that break is an Out of Queue event. However any time the agent was scheduled to be on a call or in a meeting or other In Queue event, they will show as Out of Adherence.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><p><a href=\"https://developer.communitywfm.com/#d0ffa79d-285d-4711-83d4-e3c2bba67377\">GET AgentScheduleAdherence</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#b5421247-e26f-4d2f-93ea-d33b9097db85\">GET ScheduleAdherenceReport</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#7eff255a-fda7-48e5-9850-7f8d799fd7ba\">GET AdherenceSummaryReport</a></p>\n</li>\n</ul>\n<p>To rebuild one of the most popular Adherence Reports, the Schedule Adherence Report's, bar graph style comparison of adherence versus schedule (shown below) you'll use the data provided by <a href=\"https://developer.communitywfm.com/#b5421247-e26f-4d2f-93ea-d33b9097db85\">GET ScheduleAdherenceReport</a>.</p>\n<img src=\"https://content.pstmn.io/30de6550-f5b8-4784-9741-9e483b64f864/aW1hZ2UucG5n\" width=\"1396\" height=\"848\" />","_postman_id":"53dd9d50-96e5-43d1-ad1f-9280049aea8f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Time Off","item":[{"name":"AccrualProvider","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5ce56f5f-429c-4136-a094-b3147f108d69"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e0e545e1-22d6-48db-815b-ec6db19cd149"}}],"id":"39d2d0c1-73ef-4bb4-9e22-3746669416de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{envName}}/api/AccrualProvider?userId=1&sourceCulture=en&accrualProviderId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AccrualProvider"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: For localization, requires the users's regional source culture.</p>\n","type":"text/plain"},"key":"sourceCulture","value":"en"},{"description":{"content":"<p>REQUIRED: The ID of the Accrual Provider; 1 is the CommunityWFM default. Use api/accrualProvider endpoint with a null accrualproviderid to get a lits of all available Accrual Providers.</p>\n","type":"text/plain"},"key":"accrualProviderId","value":"1"}],"variable":[]}},"response":[{"id":"81462807-70f2-4fc3-91e2-9a08368423b3","name":"Accrual Provider","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{envName}}/api/AccrualProvider?userId=1&sourceCulture=en&accrualProviderId=1","host":["{{envName}}"],"path":["api","AccrualProvider"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"en","description":"REQUIRED: For localization, requires the users's regional source culture."},{"key":"accrualProviderId","value":"1","description":"REQUIRED: The ID of the Accrual Provider; 1 is the CommunityWFM default. Use api/accrualProvider endpoint with a null accrualproviderid to get a lits of all available Accrual Providers.\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPgXuUd7mX87pWQ2VZpvGH6w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 19:46:14 GMT"},{"key":"Content-Length","value":"907"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"AccrualProviderId\": 1,\n        \"Icon\": \"~/images/C-Square-FF9A02-48.png\",\n        \"AccrualProviderDescription\": \"Uses the application's built-in accrual rules to generate accrual tables.\",\n        \"Visible\": true,\n        \"LicenseGuid\": \"22f23074-5f25-4945-b2cf-dd4361d59aed\",\n        \"AccrualProviderName\": \"Community Native Accrual Provider\",\n        \"EditPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n        \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=CommunityNativeAccrualBalanceProvider\",\n        \"CreateDate\": \"2017-11-10T00:00:00\",\n        \"LastUpdate\": \"2017-11-10T00:00:00\",\n        \"DisplayClass\": \"wfmsg-orange-field\",\n        \"InsertPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n        \"RequiresPolicyForGeneration\": true,\n        \"SupportsAccrualBalanceCheck\": true,\n        \"IsNativeAccrualProvider\": true,\n        \"SourceCulture\": \"en\",\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"39d2d0c1-73ef-4bb4-9e22-3746669416de"},{"name":"AccrualProviderAccrualTypesEx","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"84b6506a-79a5-4935-8d6a-293fccc12557"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"9d3a5579-b03e-4d51-9ac8-7894f6ea8346"}}],"id":"e5ac6ef4-bd5a-4feb-8b41-247bc54c1c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"2f4c78b6-5234-4f09-91fb-ded82ae2c445"}],"url":"{{envName}}/api/AccrualProviderAccrualTypesEx?userId=1&sourceCulture=1&accrualTypeId=0","description":"<p>Produces a list of Accrual Providers. Using AccrualTypeId allows you to see which Accrual Provider can produce the type of Accrual (imported, fixed, etc)</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AccrualProviderAccrualTypesEx"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL.</p>\n","type":"text/plain"},"key":"sourceCulture","value":"1"},{"description":{"content":"<p>REQUIRED: 0 = Imported Accrual Hours, 1 = Fixed Accrual Hours, 2 = Accrual Schedule, 3 = Manual Accrual Per Participant</p>\n","type":"text/plain"},"key":"accrualTypeId","value":"0"}],"variable":[]}},"response":[{"id":"85ac629d-f2c2-4927-b3df-ba2d3cb2847b","name":"0 - Imported Accrual Hours","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AccrualProviderAccrualTypesEx?userId=1&sourceCulture=&accrualTypeId=0","host":["{{envName}}"],"path":["api","AccrualProviderAccrualTypesEx"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."},{"key":"accrualTypeId","value":"0","description":"REQUIRED: 0 = Imported Accrual Hours, 1 = Fixed Accrual Hours, 2 = Accrual Schedule, 3 = Manual Accrual Per Participant"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcNpxXk1xVljogikkltGh4iY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 16:03:53 GMT"},{"key":"Content-Length","value":"702"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualProviderId\": 4,\n            \"AccrualProviderName\": \"File Import - Excel\",\n            \"AccrualProviderDescription\": \"Map an Excel (R) spreadsheet to your accrual table inputs.\",\n            \"LicenseGuid\": \"05f06d7d-a1a3-4f8c-b103-53445e28e53f\",\n            \"Icon\": \"~/images/metro/64x64/Excel_01.png\",\n            \"DisplayClass\": \"wfmsg-seafoam-field\",\n            \"EditPageUrl\": \"~/UI/Planning/pto-working-accrual-calendar-transactions-import.aspx\",\n            \"ClassPath\": \"blah\",\n            \"Visible\": true,\n            \"CreateDate\": \"2017-11-13T00:00:00\",\n            \"LastUpdate\": \"2017-11-13T00:00:00\",\n            \"InsertPageUrl\": \"blah\",\n            \"RequiresPolicyForGeneration\": false,\n            \"SupportsAccrualBalanceCheck\": false,\n            \"IsNativeAccrualProvider\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d5ca494e-8d27-4055-94da-8fdbe3bd60e1","name":"1 - Fixed Accrual Hours","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AccrualProviderAccrualTypesEx?userId=1&sourceCulture=&accrualTypeId=1","host":["{{envName}}"],"path":["api","AccrualProviderAccrualTypesEx"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."},{"key":"accrualTypeId","value":"1","description":"REQUIRED: 0 = Imported Accrual Hours, 1 = Fixed Accrual Hours, 2 = Accrual Schedule, 3 = Manual Accrual Per Participant"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcB6VCGxGVxhNmqpoFzQo6Q4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 16:04:28 GMT"},{"key":"Content-Length","value":"1483"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualProviderId\": 1,\n            \"AccrualProviderName\": \"Community Native Accrual Provider\",\n            \"AccrualProviderDescription\": \"Uses the application's built-in accrual rules to generate accrual tables.\",\n            \"LicenseGuid\": \"22f23074-5f25-4945-b2cf-dd4361d59aed\",\n            \"Icon\": \"~/images/C-Square-FF9A02-48.png\",\n            \"DisplayClass\": \"wfmsg-orange-field\",\n            \"EditPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n            \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=CommunityNativeAccrualBalanceProvider\",\n            \"Visible\": true,\n            \"CreateDate\": \"2017-11-10T00:00:00\",\n            \"LastUpdate\": \"2017-11-10T00:00:00\",\n            \"InsertPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n            \"RequiresPolicyForGeneration\": true,\n            \"SupportsAccrualBalanceCheck\": true,\n            \"IsNativeAccrualProvider\": true\n        },\n        {\n            \"AccrualProviderId\": 4,\n            \"AccrualProviderName\": \"File Import - Excel\",\n            \"AccrualProviderDescription\": \"Map an Excel (R) spreadsheet to your accrual table inputs.\",\n            \"LicenseGuid\": \"05f06d7d-a1a3-4f8c-b103-53445e28e53f\",\n            \"Icon\": \"~/images/metro/64x64/Excel_01.png\",\n            \"DisplayClass\": \"wfmsg-seafoam-field\",\n            \"EditPageUrl\": \"~/UI/Planning/pto-working-accrual-calendar-transactions-import.aspx\",\n            \"ClassPath\": \"blah\",\n            \"Visible\": true,\n            \"CreateDate\": \"2017-11-13T00:00:00\",\n            \"LastUpdate\": \"2017-11-13T00:00:00\",\n            \"InsertPageUrl\": \"blah\",\n            \"RequiresPolicyForGeneration\": false,\n            \"SupportsAccrualBalanceCheck\": false,\n            \"IsNativeAccrualProvider\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"f94d4052-1ade-4048-afa0-705ccbabe9bc","name":"2 - Accrual Schedule","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AccrualProviderAccrualTypesEx?userId=1&sourceCulture=&accrualTypeId=2","host":["{{envName}}"],"path":["api","AccrualProviderAccrualTypesEx"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."},{"key":"accrualTypeId","value":"2","description":"REQUIRED: 0 = Imported Accrual Hours, 1 = Fixed Accrual Hours, 2 = Accrual Schedule, 3 = Manual Accrual Per Participant"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcMId8rvURYHmgH413Mn9S+s="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 16:04:46 GMT"},{"key":"Content-Length","value":"1483"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualProviderId\": 1,\n            \"AccrualProviderName\": \"Community Native Accrual Provider\",\n            \"AccrualProviderDescription\": \"Uses the application's built-in accrual rules to generate accrual tables.\",\n            \"LicenseGuid\": \"22f23074-5f25-4945-b2cf-dd4361d59aed\",\n            \"Icon\": \"~/images/C-Square-FF9A02-48.png\",\n            \"DisplayClass\": \"wfmsg-orange-field\",\n            \"EditPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n            \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=CommunityNativeAccrualBalanceProvider\",\n            \"Visible\": true,\n            \"CreateDate\": \"2017-11-10T00:00:00\",\n            \"LastUpdate\": \"2017-11-10T00:00:00\",\n            \"InsertPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n            \"RequiresPolicyForGeneration\": true,\n            \"SupportsAccrualBalanceCheck\": true,\n            \"IsNativeAccrualProvider\": true\n        },\n        {\n            \"AccrualProviderId\": 4,\n            \"AccrualProviderName\": \"File Import - Excel\",\n            \"AccrualProviderDescription\": \"Map an Excel (R) spreadsheet to your accrual table inputs.\",\n            \"LicenseGuid\": \"05f06d7d-a1a3-4f8c-b103-53445e28e53f\",\n            \"Icon\": \"~/images/metro/64x64/Excel_01.png\",\n            \"DisplayClass\": \"wfmsg-seafoam-field\",\n            \"EditPageUrl\": \"~/UI/Planning/pto-working-accrual-calendar-transactions-import.aspx\",\n            \"ClassPath\": \"blah\",\n            \"Visible\": true,\n            \"CreateDate\": \"2017-11-13T00:00:00\",\n            \"LastUpdate\": \"2017-11-13T00:00:00\",\n            \"InsertPageUrl\": \"blah\",\n            \"RequiresPolicyForGeneration\": false,\n            \"SupportsAccrualBalanceCheck\": false,\n            \"IsNativeAccrualProvider\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"14437537-cf0c-4cf0-9f2a-15166a22940a","name":"3 - Manual Accrual per Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AccrualProviderAccrualTypesEx?userId=1&sourceCulture=&accrualTypeId=3","host":["{{envName}}"],"path":["api","AccrualProviderAccrualTypesEx"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."},{"key":"accrualTypeId","value":"3","description":"REQUIRED: 0 = Imported Accrual Hours, 1 = Fixed Accrual Hours, 2 = Accrual Schedule, 3 = Manual Accrual Per Participant"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcIokZm7liH4VVOEc1iwSWzc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 16:05:10 GMT"},{"key":"Content-Length","value":"1483"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualProviderId\": 1,\n            \"AccrualProviderName\": \"Community Native Accrual Provider\",\n            \"AccrualProviderDescription\": \"Uses the application's built-in accrual rules to generate accrual tables.\",\n            \"LicenseGuid\": \"22f23074-5f25-4945-b2cf-dd4361d59aed\",\n            \"Icon\": \"~/images/C-Square-FF9A02-48.png\",\n            \"DisplayClass\": \"wfmsg-orange-field\",\n            \"EditPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n            \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=CommunityNativeAccrualBalanceProvider\",\n            \"Visible\": true,\n            \"CreateDate\": \"2017-11-10T00:00:00\",\n            \"LastUpdate\": \"2017-11-10T00:00:00\",\n            \"InsertPageUrl\": \"~/UI/Planning/pto-policy-classification-configure.aspx\",\n            \"RequiresPolicyForGeneration\": true,\n            \"SupportsAccrualBalanceCheck\": true,\n            \"IsNativeAccrualProvider\": true\n        },\n        {\n            \"AccrualProviderId\": 4,\n            \"AccrualProviderName\": \"File Import - Excel\",\n            \"AccrualProviderDescription\": \"Map an Excel (R) spreadsheet to your accrual table inputs.\",\n            \"LicenseGuid\": \"05f06d7d-a1a3-4f8c-b103-53445e28e53f\",\n            \"Icon\": \"~/images/metro/64x64/Excel_01.png\",\n            \"DisplayClass\": \"wfmsg-seafoam-field\",\n            \"EditPageUrl\": \"~/UI/Planning/pto-working-accrual-calendar-transactions-import.aspx\",\n            \"ClassPath\": \"blah\",\n            \"Visible\": true,\n            \"CreateDate\": \"2017-11-13T00:00:00\",\n            \"LastUpdate\": \"2017-11-13T00:00:00\",\n            \"InsertPageUrl\": \"blah\",\n            \"RequiresPolicyForGeneration\": false,\n            \"SupportsAccrualBalanceCheck\": false,\n            \"IsNativeAccrualProvider\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"e5ac6ef4-bd5a-4feb-8b41-247bc54c1c63"},{"name":"AlmanacPTOBidRoundStandbyReasonCode","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"704d09bc-9d3c-4535-a1e8-26ecc65c82c6"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"43929f0d-ea22-4e40-afd9-2c279df6b35f"}}],"id":"1ce5a360-31f4-4255-bf67-ff92e6b697e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"4bb44f27-3430-4b52-9caa-eb17754e89e8"}],"url":"{{envName}}/api/AlmanacPtoBidRoundStandbyReasonCode?reasonCodeId=&sourceCulture=&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AlmanacPtoBidRoundStandbyReasonCode"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The specific Reason Code ID you are loooking up. You can get a list by leaving this field blank/NULL.</p>\n","type":"text/plain"},"key":"reasonCodeId","value":""},{"description":{"content":"<p>REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL.</p>\n","type":"text/plain"},"key":"sourceCulture","value":""},{"description":{"content":"<p>AgentID of user requesting the data; used for security purposes.</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"66102a78-4833-4ca7-ab7f-ecdf0279f160","name":"Almanac PTO Bid Round Standby Reason Code","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AlmanacPtoBidRoundStandbyReasonCode?reasonCodeId=2&sourceCulture=&userId=1","host":["{{envName}}"],"path":["api","AlmanacPtoBidRoundStandbyReasonCode"],"query":[{"key":"reasonCodeId","value":"2","description":"REQUIRED: The specific Reason Code ID you are loooking up. You can get a list by leaving this field blank/NULL."},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."},{"key":"userId","value":"1","description":"AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkzy8WtHWQKFxHqNCLEVFic="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 21:11:16 GMT"},{"key":"Content-Length","value":"366"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": \"2021-02-05T00:00:00\",\n        \"IsDefault\": false,\n        \"IsDefaultNoCommit\": true,\n        \"BidRoundStandbyReasonCodeId\": 2,\n        \"Visible\": true,\n        \"Editable\": false,\n        \"Name\": \"Participant is not responding to administrator requests to commit.\",\n        \"UserDefined\": false,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"b0fc96d1-6567-4fe8-aa09-acfa513fc90a","name":"Almanac PTO Bid Round Standby Reason Code - LIST","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AlmanacPtoBidRoundStandbyReasonCode?reasonCodeId=&sourceCulture=&userId=1","host":["{{envName}}"],"path":["api","AlmanacPtoBidRoundStandbyReasonCode"],"query":[{"key":"reasonCodeId","value":"","description":"REQUIRED: The specific Reason Code ID you are loooking up. You can get a list by leaving this field blank/NULL."},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."},{"key":"userId","value":"1","description":"AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEfv4yYo8S3V2nbZY6PtmWZ5NEySGqu2ko="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 04 Apr 2024 17:41:25 GMT"},{"key":"Content-Length","value":"550"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"BidRoundStandbyReasonId\": 2,\n            \"Name\": \"Participant is not responding to administrator requests to commit.\",\n            \"Editable\": false,\n            \"UserDefined\": false,\n            \"Visible\": true,\n            \"CreateDate\": \"2021-02-05T00:00:00\",\n            \"IsDefault\": false,\n            \"IsDefaultNoCommit\": true\n        },\n        {\n            \"BidRoundStandbyReasonId\": 1,\n            \"Name\": \"Participant is on PTO during bid round selection.\",\n            \"Editable\": true,\n            \"UserDefined\": false,\n            \"Visible\": true,\n            \"CreateDate\": \"2021-02-04T00:00:00\",\n            \"IsDefault\": true,\n            \"IsDefaultNoCommit\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"1ce5a360-31f4-4255-bf67-ff92e6b697e7"},{"name":"AlmanacPtoBidRoundStandbyReasonCode","event":[{"listen":"prerequest","script":{"id":"1f2cb92e-5111-46aa-9860-7332385ae2db","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"8c708d46-931c-4681-81f0-897180bd0eee","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8f31804d-ea1b-4487-b305-ebc0fe05e5a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"reasonCodeId","value":"2","description":"<p>REQUIRED: The specific Reason Code ID you are loooking up. You can get a list by leaving this field blank/NULL.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"editable","value":"false","description":"<p>REQUIRED: Boolean value determining if the reason code is editable.</p>\n","type":"text"},{"key":"visible","value":"false","description":"<p>REQUIRED: Determines if the reason code is visible.</p>\n","type":"text"},{"key":"name","value":"Participant is not responding to administrator requests to commit.","description":"<p>REQUIRED: String friendly identifier for the reason code. </p>\n","type":"text"},{"key":"isDefault","value":"false","description":"<p>REQUIRED: This boolean field defines if the reason code is the default selecte reason code.</p>\n","type":"text"},{"key":"isDefaultNoCommit","value":"false","description":"<p>REQUIRED: Determines if instances of standby events for bid participants defaults to \"do not allow bid commits during this event\".</p>\n","type":"text"}]},"url":"{{envName}}/api/AlmanacPtoBidRoundStandbyReasonCode","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AlmanacPtoBidRoundStandbyReasonCode"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f31804d-ea1b-4487-b305-ebc0fe05e5a8"},{"name":"PublishedAccrualCalendar","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"a9bda039-84f3-4c48-8743-e9f6fc121a12"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"f1071d68-9c26-4723-9a1d-d7d814ac9541"}}],"id":"30c599f1-dfa1-4e38-b000-a4df40750658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"b14cc39d-4345-4df8-b99d-30dd38260115"}],"url":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=0&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAccrualCalendar"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type</p>\n","type":"text/plain"},"key":"listTypeId","value":"0"},{"description":{"content":"<p>REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from.</p>\n","type":"text/plain"},"key":"reportBasis","value":"1"},{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels.</p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"accrualPeriodStart","value":"3/1/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"accrualPeriodEnd","value":"3/31/2024"},{"description":{"content":"<p>REQUIRED: True/False value that determines if extra details should be included in the report.</p>\n","type":"text/plain"},"key":"includeExtraDetail","value":"true"},{"description":{"content":"<p>REQUIRED: True/False value used to determine if unclassified events should be included in the results.</p>\n","type":"text/plain"},"key":"includeUnclassifiedEvents","value":"true"},{"description":{"content":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint.</p>\n","type":"text/plain"},"key":"classificationId","value":"1"},{"description":{"content":"<p>REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from.</p>\n","type":"text/plain"},"key":"transactionBasis","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"325edd53-d2af-43e3-8ceb-8ef88ea0376e","name":"0 - Totals by Activity","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=0&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendar"],"query":[{"key":"listTypeId","value":"0","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type"},{"key":"reportBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"accrualPeriodStart","value":"3/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetail","value":"true","description":"REQUIRED: True/False value that determines if extra details should be included in the report."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"classificationId","value":"1","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ1J+kSr8O2dCde+PLwLuLU8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:11:33 GMT"},{"key":"Content-Length","value":"1180"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FromDate\": \"2024-01-01T00:00:00\",\n                \"ThruDate\": \"2024-12-31T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ActivityName\": \"CommunityWFM\"\n            }\n        ],\n        \"summaryByTransactionType\": [\n            {\n                \"AccrualTransactionTypeId\": 1,\n                \"TotalTransactionHours\": 2610,\n                \"TotalYTDTransactionHours\": 2594,\n                \"AccrualTransactionTypeName\": \"Accrued\"\n            },\n            {\n                \"AccrualTransactionTypeId\": 2,\n                \"TotalTransactionHours\": -1739.25,\n                \"TotalYTDTransactionHours\": -1715.25,\n                \"AccrualTransactionTypeName\": \"Scheduled\"\n            },\n            {\n                \"AccrualTransactionTypeId\": 3,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"AccrualTransactionTypeName\": \"Rollover\"\n            },\n            {\n                \"AccrualTransactionTypeId\": 4,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"AccrualTransactionTypeName\": \"Bid\"\n            }\n        ],\n        \"summary\": [\n            {\n                \"TotalAccruedHours\": 2610,\n                \"TotalScheduledHours\": -1739.25,\n                \"TotalYTDAccruedHours\": 2594,\n                \"TotalYTDScheduledHours\": -1715.25,\n                \"TotalAccrualBalance\": 870.75,\n                \"TotalYTDAccrualBalance\": 878.75\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"c40b8c08-fdc9-4ae7-a986-71d6ea462d86","name":"1 - Totals by PTO Policy","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=1&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendar"],"query":[{"key":"listTypeId","value":"1","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type"},{"key":"reportBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"accrualPeriodStart","value":"3/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetail","value":"true","description":"REQUIRED: True/False value that determines if extra details should be included in the report."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"classificationId","value":"1","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ/gsItHX8I1T+MBJBdsnofI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:12:17 GMT"},{"key":"Content-Length","value":"411"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"PolicyId\": 2,\n            \"TotalAccruedHours\": 1000,\n            \"YTDAccruedHours\": 984,\n            \"PolicyName\": \"Full Time\",\n            \"PolicyDescription\": \"PTO For Full Time Agents\",\n            \"IsPolicyPresent\": 1\n        },\n        {\n            \"PolicyId\": 3,\n            \"TotalAccruedHours\": 209,\n            \"YTDAccruedHours\": 209,\n            \"PolicyName\": \"Part Time\",\n            \"PolicyDescription\": \"PTO for Part Time Agents\",\n            \"IsPolicyPresent\": 1\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d3b9e07f-f6ec-40ae-bff8-96f413e8038c","name":"2 - Totals by Classification","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=2&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendar"],"query":[{"key":"listTypeId","value":"2","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type"},{"key":"reportBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"accrualPeriodStart","value":"3/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetail","value":"true","description":"REQUIRED: True/False value that determines if extra details should be included in the report."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"classificationId","value":"1","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZzoLjtRu78/A9wP3GcR2820="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:13:02 GMT"},{"key":"Content-Length","value":"4171"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FromDate\": \"2024-01-01T00:00:00\",\n                \"ThruDate\": \"2024-12-31T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ActivityName\": \"CommunityWFM\"\n            }\n        ],\n        \"summaryByClassificationAndTransactionType\": [\n            {\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 1,\n                \"TotalTransactionHours\": 1778,\n                \"TotalYTDTransactionHours\": 1762,\n                \"ClassificationName\": \"Vacation\",\n                \"ClassificationDescription\": \"PTO\",\n                \"AccrualTransactionTypeName\": \"Accrued\"\n            },\n            {\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 2,\n                \"TotalTransactionHours\": -1710.25,\n                \"TotalYTDTransactionHours\": -1686.25,\n                \"ClassificationName\": \"Vacation\",\n                \"ClassificationDescription\": \"PTO\",\n                \"AccrualTransactionTypeName\": \"Scheduled\"\n            },\n            {\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 3,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"ClassificationName\": \"Vacation\",\n                \"ClassificationDescription\": \"PTO\",\n                \"AccrualTransactionTypeName\": \"Rollover\"\n            },\n            {\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 4,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"ClassificationName\": \"Vacation\",\n                \"ClassificationDescription\": \"PTO\",\n                \"AccrualTransactionTypeName\": \"Bid\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 1,\n                \"TotalTransactionHours\": 312,\n                \"TotalYTDTransactionHours\": 312,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ClassificationDescription\": \"Unique Holidays per Agent\",\n                \"AccrualTransactionTypeName\": \"Accrued\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 2,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ClassificationDescription\": \"Unique Holidays per Agent\",\n                \"AccrualTransactionTypeName\": \"Scheduled\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 3,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ClassificationDescription\": \"Unique Holidays per Agent\",\n                \"AccrualTransactionTypeName\": \"Rollover\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 4,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ClassificationDescription\": \"Unique Holidays per Agent\",\n                \"AccrualTransactionTypeName\": \"Bid\"\n            },\n            {\n                \"ClassificationId\": 5,\n                \"AccrualTransactionTypeId\": 1,\n                \"TotalTransactionHours\": 520,\n                \"TotalYTDTransactionHours\": 520,\n                \"ClassificationName\": \"Sick Day\",\n                \"ClassificationDescription\": \"Agent Illness\",\n                \"AccrualTransactionTypeName\": \"Accrued\"\n            },\n            {\n                \"ClassificationId\": 5,\n                \"AccrualTransactionTypeId\": 2,\n                \"TotalTransactionHours\": -29,\n                \"TotalYTDTransactionHours\": -29,\n                \"ClassificationName\": \"Sick Day\",\n                \"ClassificationDescription\": \"Agent Illness\",\n                \"AccrualTransactionTypeName\": \"Scheduled\"\n            },\n            {\n                \"ClassificationId\": 5,\n                \"AccrualTransactionTypeId\": 3,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"ClassificationName\": \"Sick Day\",\n                \"ClassificationDescription\": \"Agent Illness\",\n                \"AccrualTransactionTypeName\": \"Rollover\"\n            },\n            {\n                \"ClassificationId\": 5,\n                \"AccrualTransactionTypeId\": 4,\n                \"TotalTransactionHours\": 0,\n                \"TotalYTDTransactionHours\": 0,\n                \"ClassificationName\": \"Sick Day\",\n                \"ClassificationDescription\": \"Agent Illness\",\n                \"AccrualTransactionTypeName\": \"Bid\"\n            }\n        ],\n        \"summaryByClassification\": [\n            {\n                \"ClassificationId\": 3,\n                \"TotalAccruedHours\": 1778,\n                \"TotalScheduledHours\": -1710.25,\n                \"TotalYTDAccruedHours\": 1762,\n                \"TotalYTDScheduledHours\": -1686.25,\n                \"TotalAccrualBalance\": 67.75,\n                \"TotalYTDAccrualBalance\": 75.75,\n                \"ClassificationName\": \"Vacation\",\n                \"ClassificationDescription\": \"PTO\",\n                \"TransactionCount\": 242\n            },\n            {\n                \"ClassificationId\": 4,\n                \"TotalAccruedHours\": 312,\n                \"TotalScheduledHours\": 0,\n                \"TotalYTDAccruedHours\": 312,\n                \"TotalYTDScheduledHours\": 0,\n                \"TotalAccrualBalance\": 312,\n                \"TotalYTDAccrualBalance\": 312,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ClassificationDescription\": \"Unique Holidays per Agent\",\n                \"TransactionCount\": 13\n            },\n            {\n                \"ClassificationId\": 5,\n                \"TotalAccruedHours\": 520,\n                \"TotalScheduledHours\": -29,\n                \"TotalYTDAccruedHours\": 520,\n                \"TotalYTDScheduledHours\": -29,\n                \"TotalAccrualBalance\": 491,\n                \"TotalYTDAccrualBalance\": 491,\n                \"ClassificationName\": \"Sick Day\",\n                \"ClassificationDescription\": \"Agent Illness\",\n                \"TransactionCount\": 17\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"3ef29ad7-54e9-4e08-9fd4-07992a00f2b7","name":"3 - Totals for Participants","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=3&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendar"],"query":[{"key":"listTypeId","value":"3","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type"},{"key":"reportBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"accrualPeriodStart","value":"3/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetail","value":"true","description":"REQUIRED: True/False value that determines if extra details should be included in the report."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"classificationId","value":"1","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxorS5DQ9G9MpHSSzeFJBOg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:13:20 GMT"},{"key":"Content-Length","value":"741"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"accrualResults\": [\n            {\n                \"MinimumTotalAccruedHours\": 1,\n                \"MinimumYTDAccruedHours\": 1,\n                \"MaximumTotalAccruedHours\": 360,\n                \"MaximumYTDAccruedHours\": 344,\n                \"AverageTotalAccruedHours\": 186.42857142857142,\n                \"AverageYTDAccruedHours\": 185.28571428571428,\n                \"TotalAccruedHours\": 2610,\n                \"TotalYTDAccruedHours\": 2594,\n                \"UnassignedParticipants\": 31\n            }\n        ],\n        \"transactionalResults\": [\n            {\n                \"MinimumTotalAcruedHours\": 1,\n                \"MinimumYTDAccruedHours\": 1,\n                \"MaximumTotalAccruedHours\": 224,\n                \"MaximumYTDAccruedHours\": 224,\n                \"AverageTotalAccruedHours\": 86.428571428571431,\n                \"AverageYTDAccruedHours\": 85.285714285714292,\n                \"TotalAccruedHours\": 1210,\n                \"TotalYTDAccruedHours\": 1194,\n                \"UnassignedParticipants\": 31\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"37a94106-e87b-4128-b7ce-fc99e856a307","name":"4 - Accrual Periods List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=4&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendar"],"query":[{"key":"listTypeId","value":"4","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type"},{"key":"reportBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"accrualPeriodStart","value":"3/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetail","value":"true","description":"REQUIRED: True/False value that determines if extra details should be included in the report."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"classificationId","value":"1","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ+wIX/cQoNE5w5gfJLKCkKA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:13:56 GMT"},{"key":"Content-Length","value":"1347"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"RowNumber\": 1,\n            \"AccrualPeriodStart\": \"2021-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2021\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 2,\n            \"AccrualPeriodStart\": \"2022-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2022\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 3,\n            \"AccrualPeriodStart\": \"2023-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2023\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 4,\n            \"AccrualPeriodStart\": \"2024-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2024\",\n            \"IsCurrentPeriod\": 1\n        },\n        {\n            \"RowNumber\": 5,\n            \"AccrualPeriodStart\": \"2025-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2025\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 6,\n            \"AccrualPeriodStart\": \"2026-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2026\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 7,\n            \"AccrualPeriodStart\": \"2027-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2027\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 8,\n            \"AccrualPeriodStart\": \"2028-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2028\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 9,\n            \"AccrualPeriodStart\": \"2029-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2029\",\n            \"IsCurrentPeriod\": 0\n        },\n        {\n            \"RowNumber\": 10,\n            \"AccrualPeriodStart\": \"2030-01-01T00:00:00\",\n            \"AccrualPeriodStartDisplay\": \"01 January 2030\",\n            \"IsCurrentPeriod\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"f14e2fd6-4d7d-4311-92dd-eeae93c84260","name":"5 - Unassigned Participants","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=5&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendar"],"query":[{"key":"listTypeId","value":"5","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type"},{"key":"reportBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"accrualPeriodStart","value":"3/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetail","value":"true","description":"REQUIRED: True/False value that determines if extra details should be included in the report."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"classificationId","value":"1","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZwwx2vamMsWMpJNk2oGeqBw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:14:20 GMT"},{"key":"Content-Length","value":"363"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 555,\n            \"FullName\": \"Test, Test from UI \",\n            \"hire_date\": \"2023-11-08T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"1- Dallas, TX\",\n            \"first_name\": \"Test from UI\",\n            \"supervisor_id\": null,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"Title\": null,\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"cd051529-ab0a-4995-9002-ed53d49edfbb","name":"6 - Totals for Accrual Transaction Type","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendar?listTypeId=6&reportBasis=1&activityId=1&scopeTypeId=1&scopeId=1&timeZoneId=20&accrualPeriodStart=3/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetail=true&includeUnclassifiedEvents=true&classificationId=1&transactionBasis=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendar"],"query":[{"key":"listTypeId","value":"6","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Totals by Activity, 1 = Totals by PTO Policy, 2 = Totals by Classifciation, 3 = Totals for Participants, 4 = Accrual Periods List, 5 = Unassigned Participants, 6 = Totals for Accrual Transaction Type"},{"key":"reportBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"accrualPeriodStart","value":"3/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetail","value":"true","description":"REQUIRED: True/False value that determines if extra details should be included in the report."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"classificationId","value":"1","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZwtxIfoAsbHsDbfDxCP1fI4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:14:49 GMT"},{"key":"Content-Length","value":"1047"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualTransactionTypeId\": 1,\n            \"TotalAccruedHours\": 2610,\n            \"YTDAccruedHours\": 2594,\n            \"AccrualTransactionTypeName\": \"Accrued\",\n            \"AccrualTransactionTypeDescription\": \"Represents accrued hours of PTO.\",\n            \"IsTransactionTypePresent\": 1\n        },\n        {\n            \"AccrualTransactionTypeId\": 4,\n            \"TotalAccruedHours\": null,\n            \"YTDAccruedHours\": null,\n            \"AccrualTransactionTypeName\": \"Bid\",\n            \"AccrualTransactionTypeDescription\": \"Represents hours committed in a PTO bid round.\",\n            \"IsTransactionTypePresent\": 0\n        },\n        {\n            \"AccrualTransactionTypeId\": 3,\n            \"TotalAccruedHours\": null,\n            \"YTDAccruedHours\": null,\n            \"AccrualTransactionTypeName\": \"Rollover\",\n            \"AccrualTransactionTypeDescription\": \"Represents hours rolled over from one accrual period to another\",\n            \"IsTransactionTypePresent\": 0\n        },\n        {\n            \"AccrualTransactionTypeId\": 2,\n            \"TotalAccruedHours\": -1987.25,\n            \"YTDAccruedHours\": -1963.25,\n            \"AccrualTransactionTypeName\": \"Scheduled\",\n            \"AccrualTransactionTypeDescription\": \"Represents hours scheduled from the accrued PTO balance\",\n            \"IsTransactionTypePresent\": 1\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"30c599f1-dfa1-4e38-b000-a4df40750658"},{"name":"PublishedAccrualCalendar","event":[{"listen":"prerequest","script":{"id":"a9bda039-84f3-4c48-8743-e9f6fc121a12","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"f1071d68-9c26-4723-9a1d-d7d814ac9541","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f463557f-78e2-48fb-8d52-4ce40d700f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: This field indicates what kind of action you want to take. Currently only value 1 for INSERT is accepted. </p>\n"},{"key":"publishedAccrualCalendarId","value":"4","type":"text","description":"<p>REQUIRED: The Id of the published accrual calendar. Use GET WorkingAccrualCaldendar to get a list of calendar IDs.</p>\n"},{"key":"ParticipantId","value":"449","type":"text","description":"<p>REQUIRED: The ID of the agent whose balance you want to update.</p>\n"},{"key":"classificationId","value":"3","type":"text","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint.</p>\n"},{"key":"policyId","value":"2","type":"text","description":"<p>REQUIRED: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n"},{"key":"effectiveDate","value":"2024-09-12T00:00:00","type":"text","description":"<p>REQUIRED: Defines the date the new balance is effective. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n"},{"key":"balance","value":"8.0","type":"text","description":"<p>REQUIRED: The value to set the current accrual balance.</p>\n"},{"key":"adjustmentReasonId","value":"2","type":"text","description":"<p>REQUIRED: The specific reason code ID for the change being made. You can use GET PtoAdjustmentReasonCode to get a list of all valid codes.</p>\n"},{"key":"comments","value":"Test Comment","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the accrual comments.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"}]},"url":"{{envName}}/api/PublishedAccrualCalendar","description":"<p>VERSION 5.2+ ONLY:</p>\n<p>Versions of CommunityWFM after 5.2 now have the ability to update the PTO Accrual Balance directly with the PublishedAccrualCalendar endpoint.</p>\n<p>Currently only transactionFlagId of 1 works which sets the balance to the value you submit. If you are looking to update the Accrual Balances based on individual accrual transactions you can use POST PublishedAccrualCalendarInterval</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAccrualCalendar"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"90c01a33-97ea-4b31-9881-a14183f05809","name":"Update Balance","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"REQUIRED: This field indicates what kind of action you want to take. Currently only value 1 for INSERT is accepted. "},{"key":"publishedAccrualCalendarId","value":"4","type":"text","description":"REQUIRED: The Id of the published accrual calendar. Use GET WorkingAccrualCaldendar to get a list of calendar IDs."},{"key":"ParticipantId","value":"449","type":"text","description":"REQUIRED: The ID of the agent whose balance you want to update."},{"key":"classificationId","value":"3","type":"text","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"policyId","value":"2","type":"text","description":"REQUIRED: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"effectiveDate","value":"2024-09-12T00:00:00","type":"text","description":"REQUIRED: Defines the date the new balance is effective. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"balance","value":"8.0","type":"text","description":"REQUIRED: The value to set the current accrual balance."},{"key":"adjustmentReasonId","value":"2","type":"text","description":"REQUIRED: The specific reason code ID for the change being made. You can use GET PtoAdjustmentReasonCode to get a list of all valid codes."},{"key":"comments","value":"Test Comment","type":"text","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the accrual comments."},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]},"url":"{{envName}}/api/PublishedAccrualCalendar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHEbrZ98/HwnGLnyda+2fQvfryDYZ+p9Sc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 11 Sep 2024 16:02:21 GMT"},{"key":"Content-Length","value":"624"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"AccrualPeriod\": null,\n        \"TransactionDate\": \"2024-09-12T00:00:00\",\n        \"Comments\": \"Test Comment\",\n        \"CreateDate\": \"2024-09-11T11:02:21.827\",\n        \"AccrualCalendarStart\": \"2024-09-12T00:00:00\",\n        \"PublishedAccrualTransactionId\": 1184,\n        \"TransactionTotal\": 8,\n        \"AdjustmentReasonCode\": 2,\n        \"PolicyId\": null,\n        \"ClassificationId\": 3,\n        \"ParticipantId\": null,\n        \"PublishedAccrualCalendarId\": 183,\n        \"AccrualCalendarEnd\": \"2025-09-11T00:00:00\",\n        \"AdjustmentReasonName\": \"Accrual import\",\n        \"ClassificationName\": \"Vacation\",\n        \"FullName\": \"McBride, Natasha \",\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"f463557f-78e2-48fb-8d52-4ce40d700f7b"},{"name":"PublishedAccrualCalendarInterval","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"70656697-93d0-41e6-9b4c-5099aa804dcd"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"7d7f9908-baeb-4dc2-8d5f-673f1e6c03ef"}}],"id":"12905ead-79e2-4969-937a-0a1e141ee4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"90800062-e712-414c-85aa-da63e9d41f66"}],"url":"{{envName}}/api/PublishedAccrualCalendarInterval?transactionId=2&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAccrualCalendarInterval"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from.</p>\n","type":"text/plain"},"key":"transactionId","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"e7596055-412f-4416-9807-038196195e4b","name":"PublishedAccrualCalendarInterval","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarInterval?transactionId=2&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarInterval"],"query":[{"key":"transactionId","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ8doMOVUwBHzAvi9NUwj0Rs="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 22:00:10 GMT"},{"key":"Content-Length","value":"511"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"AccrualPeriod\": null,\n        \"TransactionDate\": null,\n        \"Comments\": null,\n        \"CreateDate\": null,\n        \"AccrualCalendarStart\": null,\n        \"PublishedAccrualTransactionId\": 2,\n        \"TransactionTotal\": null,\n        \"AdjustmentReasonCode\": null,\n        \"PolicyId\": null,\n        \"ClassificationId\": null,\n        \"ParticipantId\": null,\n        \"PublishedAccrualCalendarId\": null,\n        \"AccrualCalendarEnd\": null,\n        \"AdjustmentReasonName\": null,\n        \"ClassificationName\": null,\n        \"FullName\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"12905ead-79e2-4969-937a-0a1e141ee4bb"},{"name":"PublishedAccrualCalendarInterval","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"ff620a02-cd50-4219-83c1-0e1a565b4d6d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"1b538187-dca1-41cf-89c6-7c89473a4ec9"}}],"id":"bd4c5495-a625-41e7-80fc-bda45744b438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7444dae8-a232-4140-8dcc-faad74465bb5"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT is the only currently supported transaction.</p>\n","type":"text"},{"key":"publishedAccrualCalendarId","value":"","description":"<p>REQUIRED: The Id of the published accrual calendar. Use GET WorkingAccrualCaldendar to get a list of calendar IDs.</p>\n","type":"text"},{"key":"classificationId","value":"3","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint.</p>\n","type":"text"},{"key":"participantId","value":"453","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"transactionDate","value":"1/1/2024","description":"<p>REQUIRED: Defines the date of the specific transaction. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text"},{"key":"transactionTotal","value":"-2.50","description":"<p>REQUIRED: Amount of hours for the transaction type.</p>\n","type":"text"},{"key":"comments","value":"Auto-generated by the CommunityWeb API.","description":"<p>REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the accrual comments.</p>\n","type":"text"},{"key":"adjustmentReasonId","value":"2","description":"<p>REQUIRED: The specific reason code ID for the change being made. You can use GET PtoAdjustmentReasonCode to get a list of all valid codes.</p>\n","type":"text"},{"key":"transactionId","value":"","description":"<p>REQUIRED: Leave blank when inserting transactions. This is the system generated unique transaction ID. This is returned as an output from the INSERT transaction.</p>\n","type":"text"},{"key":"accrualPeriod","value":"1/1/2024","description":"<p>REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text"},{"key":"policyId","value":"","description":"<p>REQUIRED: The ID of the specific PTO Policy to use. Use GET PTOPolicy to get a list of all policy IDs.</p>\n","type":"text"}]},"url":"{{envName}}/api/PublishedAccrualCalendarInterval","description":"<p>The PublishedAccrualCalendarInterval will allow you to update the PTO Accrual Balance of an agent by creating a transaction that adds or removes hours of PTO Accrual. The transactionTotal field will let you set this value and accepts both positive and negative values. On successful addition you'll see a response with a true success message and the values you provided listed back. See the example below for a transaction that removes 2.5 hours from agent Gregory Badgett.</p>\n<p>{</p>\n<p>\"Message\": \"\",</p>\n<p>\"Success\": true,</p>\n<p>\"ExceptionResult\": null,</p>\n<p>\"Data\": {</p>\n<p>\"AccrualPeriod\": \"2024-01-01T00:00:00\",</p>\n<p>\"TransactionDate\": \"2024-01-01T00:00:00\",</p>\n<p>\"Comments\": \"Auto-generated by the CommunityWeb API.\",</p>\n<p>\"CreateDate\": \"2024-05-15T16:56:55.313\",</p>\n<p>\"AccrualCalendarStart\": \"2024-01-01T00:00:00\",</p>\n<p>\"PublishedAccrualTransactionId\": 1329,</p>\n<p>\"TransactionTotal\": -2.5,</p>\n<p>\"AdjustmentReasonCode\": 2,</p>\n<p>\"PolicyId\": null,</p>\n<p>\"ClassificationId\": 3,</p>\n<p>\"ParticipantId\": 453,</p>\n<p>\"PublishedAccrualCalendarId\": 263,</p>\n<p>\"AccrualCalendarEnd\": \"2024-12-31T00:00:00\",</p>\n<p>\"AdjustmentReasonName\": \"Accrual import\",</p>\n<p>\"ClassificationName\": \"Vacation\",</p>\n<p>\"FullName\": \"Badgett, Gregory \",</p>\n<p>\"SourceCulture\": null,</p>\n<p>\"UserId\": 1 },</p>\n<p>\"StackTrace\": \"Stack trace here...\"</p>\n<p>}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAccrualCalendarInterval"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"2224bc2c-0bb2-42dd-b69c-b58e634f4b14","name":"PublishedAccrualCalendarInterval","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7444dae8-a232-4140-8dcc-faad74465bb5"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: 1 = INSERT is the only currently supported transaction.","type":"text"},{"key":"publishedAccrualCalendarId","value":"","description":"REQUIRED: The Id of the published accrual calendar. Use GET WorkingAccrualCaldendar to get a list of calendar IDs.","type":"text"},{"key":"classificationId","value":"3","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint.","type":"text"},{"key":"participantId","value":"453","description":"REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent.","type":"text"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text"},{"key":"transactionDate","value":"1/1/2024","description":"REQUIRED: Defines the date of the specific transaction. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"transactionTotal","value":"-2.50","description":"REQUIRED: Amount of hours for the transaction type.","type":"text"},{"key":"comments","value":"Auto-generated by the CommunityWeb API.","description":"REQUIRED on INSERT and UPDATE: Value can be left blank. A string entered into this field will appear as the accrual comments.","type":"text"},{"key":"adjustmentReasonId","value":"2","description":"REQUIRED: The specific reason code ID for the change being made. You can use GET PtoAdjustmentReasonCode to get a list of all valid codes.","type":"text"},{"key":"transactionId","value":"","description":"REQUIRED: Leave blank when inserting transactions. This is the system generated unique transaction ID. This is returned as an output from the INSERT transaction.","type":"text"},{"key":"accrualPeriod","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY","type":"text"},{"key":"policyId","value":"","description":"REQUIRED: The ID of the specific PTO Policy to use. Use GET PTOPolicy to get a list of all policy IDs.","type":"text"}]},"url":"{{envName}}/api/PublishedAccrualCalendarInterval"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEOuKH4RBL/xGtYDty357zdA/Ae3mK2hBk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 15 May 2024 21:56:55 GMT"},{"key":"Content-Length","value":"665"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"AccrualPeriod\": \"2024-01-01T00:00:00\",\n        \"TransactionDate\": \"2024-01-01T00:00:00\",\n        \"Comments\": \"Auto-generated by the CommunityWeb API.\",\n        \"CreateDate\": \"2024-05-15T16:56:55.313\",\n        \"AccrualCalendarStart\": \"2024-01-01T00:00:00\",\n        \"PublishedAccrualTransactionId\": 1329,\n        \"TransactionTotal\": -2.5,\n        \"AdjustmentReasonCode\": 2,\n        \"PolicyId\": null,\n        \"ClassificationId\": 3,\n        \"ParticipantId\": 453,\n        \"PublishedAccrualCalendarId\": 263,\n        \"AccrualCalendarEnd\": \"2024-12-31T00:00:00\",\n        \"AdjustmentReasonName\": \"Accrual import\",\n        \"ClassificationName\": \"Vacation\",\n        \"FullName\": \"Badgett, Gregory \",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"bd4c5495-a625-41e7-80fc-bda45744b438"},{"name":"AgentRestrictedActivityPeriod","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"84d6002a-9555-4f03-a436-48870c20094c"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"37f34892-1735-40ce-bd03-a138aad00a37"}}],"id":"1dd546e6-66c4-4391-acd8-400a87ca94a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6504fbb4-61be-4343-8aec-44eba8c7bd20"}],"url":"{{envName}}/api/AgentRestrictedActivityPeriod?rapId=1&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentRestrictedActivityPeriod"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific Restricted Activity Period.</p>\n","type":"text/plain"},"key":"rapId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"76fd3d5e-b86d-4f94-a7d6-752895fa99e9","name":"AgentRestrictedActivityPeriod","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":""}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentRestrictedActivityPeriod?rapId=1&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentRestrictedActivityPeriod"],"query":[{"key":"rapId","value":"1","description":"REQUIRED: The ID of the specific Restricted Activity Period."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZyAQZhkZkaPgcBID6/f4X8g="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:21:26 GMT"},{"key":"Content-Length","value":"495"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"CreateDate\": null,\n        \"StartDate\": \"2024-05-01T00:00:00\",\n        \"LastUpdate\": null,\n        \"ResponsibleUserName\": \"Account, Service \",\n        \"ResponsibleUserId\": 1,\n        \"ReasonCodeId\": 3,\n        \"RAPId\": 1,\n        \"Comments\": \"Deborah requires training on the phone system as she was on maternity leave during group training.\",\n        \"AgentId\": 156,\n        \"ReasonCodeText\": \"Additional Training Required\",\n        \"EndDate\": \"2024-05-02T00:00:00\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"1dd546e6-66c4-4391-acd8-400a87ca94a0"},{"name":"AgentRestrictedActivityPeriod","event":[{"listen":"prerequest","script":{"id":"4e3bd65e-f511-481d-94ea-f35ea302ad4e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"a836ac4b-d912-4aa2-bfcb-83268bd489b8","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ed9b20ef-947f-4a21-8127-6c8ee70da49a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"agentId","value":"547","description":"<p>REQUIRED on INSERT: The ID of the Agent. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"rapId","value":"1","description":"<p>REQUIRED: The ID of the specific Restricted Activity Period. Use GET AgentRestrictedActivityPeriod to find a relevant ID.</p>\n","type":"text"},{"key":"startDate","value":"10/1/2024","type":"text"},{"key":"endDate","value":"10/31/2024","type":"text"},{"key":"comments","value":"Created by API.","description":"<p>REQUIRED: String for comments for this activity period. </p>\n","type":"text"},{"key":"reasonCodeId","value":"","description":"<p>REQUIRED: The specific Reason Code ID you are loooking up. You can get a list by leaving this field blank/NULL.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentRestrictedActivityPeriod","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentRestrictedActivityPeriod"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed9b20ef-947f-4a21-8127-6c8ee70da49a"},{"name":"AgentRestrictedActivityPeriodInterval","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"57478e42-f6b8-41c1-807f-f1f32337ebf9"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"0908a094-71d7-4c50-9420-270a79ccdd85"}}],"id":"579df2f1-8da2-447e-b4df-1ea82889e1e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"cbb80348-f98f-4926-8f66-f48c941c3daf"}],"url":"{{envName}}/api/AgentRestrictedActivityPeriodInterval?rapId=1&userId=1","description":"<p>The Agent Restricted Activity Period Interval endpoint has 2 different run configurations.</p>\n<p>1.) retreives a specific RAP using the supplied RAPId.</p>\n<p>Must include rapID and userID.</p>\n<p>2.) Retrieves a list of RAP intervals associated to an Agent Id.</p>\n<p>Must include agentId, listTypeId, and userId</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentRestrictedActivityPeriodInterval"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the Restricted Acitivity Period. </p>\n","type":"text/plain"},"key":"rapId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"8df9c252-a0f8-43c5-9858-b3ee99bde099","name":"1 - Specific RAP from RAP ID","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":""}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentRestrictedActivityPeriodInterval?rapId=1&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentRestrictedActivityPeriodInterval"],"query":[{"key":"rapId","value":"1","description":"REQUIRED: The ID of the Restricted Acitivity Period. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ0U6PlyrUNazlhbC8ABoyQU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 17:32:02 GMT"},{"key":"Content-Length","value":"8281"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"EligibilityTypeId\": 1,\n            \"EligibilityTypeName\": \"General eligibility items\",\n            \"EligibilityItemId\": 1,\n            \"EligibilityItemName\": \"Log on using the web application\",\n            \"EligibilityItemDescription\": \"Restricts the person subject to an action plan from logging into the application via the web interface.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 1,\n            \"EligibilityTypeName\": \"General eligibility items\",\n            \"EligibilityItemId\": 2,\n            \"EligibilityItemName\": \"Log on using the mobile application\",\n            \"EligibilityItemDescription\": \"Restricts the person subject to an action plan from logging into the application via the Everywhere mobile app.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 1,\n            \"EligibilityTypeName\": \"General eligibility items\",\n            \"EligibilityItemId\": 3,\n            \"EligibilityItemName\": \"Request time off during the plan period\",\n            \"EligibilityItemDescription\": \"Restrics the person subject to an action plan from creating new time off requests during the plan's duration.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 1,\n            \"EligibilityTypeName\": \"General eligibility items\",\n            \"EligibilityItemId\": 4,\n            \"EligibilityItemName\": \"Request time off for dates in the plan period\",\n            \"EligibilityItemDescription\": \"Restricts the person subject to an action plan from creating new time off requests for dates with the range of the plan's duration\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 1,\n            \"EligibilityTypeName\": \"General eligibility items\",\n            \"EligibilityItemId\": 8,\n            \"EligibilityItemName\": \"Create self-service requests during the plan period\",\n            \"EligibilityItemDescription\": \"Restricts the participant from creating self-service requests while under a restriction action plan.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 1,\n            \"EligibilityTypeName\": \"General eligibility items\",\n            \"EligibilityItemId\": 9,\n            \"EligibilityItemName\": \"Create self-service requests for dates in the plan period\",\n            \"EligibilityItemDescription\": \"Restricts the participant from creating self-service requests that fall within the plan start and end dates.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 2,\n            \"EligibilityItemName\": \"Optimize Off-Phone Events\",\n            \"EligibilityItemDescription\": \"Rearrange existing off-phone periods to take advantage of slow periods and prevent staffing shortages.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 1,\n            \"EligibilityItemName\": \"Quick Swap Schedules\",\n            \"EligibilityItemDescription\": \"Quickly swap two agent schedules for today or any date in the future.\",\n            \"EligibilityItemVisible\": false,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 8,\n            \"EligibilityItemName\": \"Delete Scheduled Events\",\n            \"EligibilityItemDescription\": \"Remove all instances of selected event types for a time range and participant list.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 9,\n            \"EligibilityItemName\": \"Edit Scheduled Events\",\n            \"EligibilityItemDescription\": \"Change the date, start time or event type for multiple events by executing this plan.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 3,\n            \"EligibilityItemName\": \"Recover Off-Phone Events\",\n            \"EligibilityItemDescription\": \"Increase available staff by recovering scheduled off-phone periods for a specified time interval.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 4,\n            \"EligibilityItemName\": \"Extend Scheduled Shifts\",\n            \"EligibilityItemDescription\": \"Increase available staff by offering extended shifts to eligible agents.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 5,\n            \"EligibilityItemName\": \"Create Overtime Shifts\",\n            \"EligibilityItemDescription\": \"Offer new shifts to eligible agents.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 6,\n            \"EligibilityItemName\": \"Plan a Meeting\",\n            \"EligibilityItemDescription\": \"Take advantage of slower periods by planning a meeting at the right time.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 7,\n            \"EligibilityItemName\": \"Create VTO Events\",\n            \"EligibilityItemDescription\": \"Decrease available staff by recovering shift time.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": false,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 2,\n            \"EligibilityTypeName\": \"ASAP eligibility\",\n            \"EligibilityItemId\": 10,\n            \"EligibilityItemName\": \"Create off-phone Events\",\n            \"EligibilityItemDescription\": \"Build off-phone intervals into the schedule during slow periods.\",\n            \"EligibilityItemVisible\": false,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 3,\n            \"EligibilityTypeName\": \"ASAM eligibility\",\n            \"EligibilityItemId\": 5,\n            \"EligibilityItemName\": \"Check in via web application\",\n            \"EligibilityItemDescription\": \"Restricts the person subject to an action plan from performing a self check-in via the web application.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 3,\n            \"EligibilityTypeName\": \"ASAM eligibility\",\n            \"EligibilityItemId\": 6,\n            \"EligibilityItemName\": \"Check in late via mobile application\",\n            \"EligibilityItemDescription\": \"Restricts the person subject to an action plan from performing a late check-in via the Everywhere mobile app.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 3,\n            \"EligibilityTypeName\": \"ASAM eligibility\",\n            \"EligibilityItemId\": 7,\n            \"EligibilityItemName\": \"Check in \\\"out\\\" via mobile application\",\n            \"EligibilityItemDescription\": \"Restricts the person subject to an action plan from performing an out of office check-in via the Everywhere mobile app.\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 4,\n            \"EligibilityTypeName\": \"Schedule transactions eligibility\",\n            \"EligibilityItemId\": 2,\n            \"EligibilityItemName\": \"Giveaway\",\n            \"EligibilityItemDescription\": \"Giveaway\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 4,\n            \"EligibilityTypeName\": \"Schedule transactions eligibility\",\n            \"EligibilityItemId\": 1,\n            \"EligibilityItemName\": \"Swap/Trade\",\n            \"EligibilityItemDescription\": \"Swap/Trade\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        },\n        {\n            \"EligibilityTypeId\": 4,\n            \"EligibilityTypeName\": \"Schedule transactions eligibility\",\n            \"EligibilityItemId\": 3,\n            \"EligibilityItemName\": \"Takeaway\",\n            \"EligibilityItemDescription\": \"Takeaway\",\n            \"EligibilityItemVisible\": true,\n            \"EligibilityItemDefaultEligible\": true,\n            \"RAPItemIsEligible\": true,\n            \"ImpliedEligibility\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"579df2f1-8da2-447e-b4df-1ea82889e1e9"},{"name":"AgentRestrictedActivityPeriodInterval","event":[{"listen":"prerequest","script":{"id":"0a9b68bd-52b1-44b9-aff5-4640a1666759","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"6fe4bf04-39ab-4c17-891e-c261b15ad2db","exec":[""],"type":"text/javascript","packages":{}}}],"id":"93d6de67-0fc7-46c6-a887-78494b12bb19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"rapId","value":"1","description":"<p>REQUIRED: The ID of the specific Restricted Activity Period. Use GET AgentRestrictedActivityPeriod to find a relevant ID.</p>\n","type":"text"},{"key":"eligibilityTypeId","value":"3","description":"<p>REQUIRED: The type of the eligibility item.  </p>\n","type":"text"},{"key":"eligibilityItemId","value":"1","description":"<p>REQUIRED: The individual eligibility item ID This changes based on the typeID above. For example the ID of this field could be an ASAP, ASAM, Schedule transaction, or other ID. </p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"isEligible","value":"false","description":"<p>REQUIRED: A boolean value indicating if the combination of eligibility type / eligibility item is allowed (true) / disallowed (false) for a given RAP.</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentRestrictedActivityPeriodInterval","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentRestrictedActivityPeriodInterval"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93d6de67-0fc7-46c6-a887-78494b12bb19"},{"name":"AgentRestrictedActivityPlanSupportingDocuments","event":[{"listen":"prerequest","script":{"id":"7b640ffd-0fbe-4d55-a52e-2519a13284be","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"b20f3c93-42b0-4378-beba-9a2739912618","exec":[""],"type":"text/javascript","packages":{}}}],"id":"85fee474-730c-43b3-a2d4-0514ef8ef0c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"rapId","value":"1","description":"<p>REQUIRED: The ID of the specific Restricted Activity Period. Use GET AgentRestrictedActivityPeriod to find a relevant ID.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"importFileId","value":"","description":"<p>REQUIRED: The GUID value of the import file to connect to the RAP ID.</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentRestrictedActivityPlanSupportingDocuments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentRestrictedActivityPlanSupportingDocuments"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85fee474-730c-43b3-a2d4-0514ef8ef0c0"},{"name":"AgentRequestWorksheet","event":[{"listen":"prerequest","script":{"id":"48eb8f15-afcf-4305-bd8a-7095dd75bb9d","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"dfb4dd40-399a-4df6-a9b4-dbe15d40c124","exec":[""],"type":"text/javascript","packages":{}}}],"id":"65be31e0-ebb5-440c-9e5f-b7d90292c05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/AgentRequestWorksheet?agentId=278&fromDate=10/23/2024&thruDate=10/24/2024&timeZoneId=85&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentRequestWorksheet"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific time off request.</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"fromDate","value":"10/23/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thruDate","value":"10/24/2024"},{"description":{"content":"<p>REQUIRED: The timezone ID for the specific user. Can be NULL. Use GET Timezone to get a list of all timezone IDs.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"85"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"6447f369-20c1-41e4-a69c-c911fe86eb23","name":"TimeOffRequest","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/TimeOffRequest?timeOffRequestId=1&userId=1&userTimeZoneId=","host":["{{envName}}"],"path":["api","TimeOffRequest"],"query":[{"key":"timeOffRequestId","value":"1","description":"REQUIRED: The ID of the specific time off request."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"userTimeZoneId","value":"","description":"OPTIONAL: The timezone ID for the specific user. Use GET Timezone to get a list of all timezone IDs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ1F4xKsFs0zwefswog1ejec="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:32:49 GMT"},{"key":"Content-Length","value":"733"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StartDate\": \"2023-08-21T00:00:00\",\n        \"TimeOffRequestId\": 1,\n        \"CreateDate\": \"2023-08-21T14:43:55.737\",\n        \"EndDate\": \"2023-08-21T00:00:00\",\n        \"Comments\": \"Test \",\n        \"Duration\": 8,\n        \"StartTime\": \"2023-08-21T00:00:00\",\n        \"ReviewStatus\": 2,\n        \"FullName\": \"McBride, Natasha \",\n        \"AgentId\": 449,\n        \"EndTime\": \"2023-08-21T08:00:00\",\n        \"ReviewStatusName\": \"Pending\",\n        \"IsConjoinedForApproval\": true,\n        \"ProcessDate\": \"2023-08-21T19:43:55.97\",\n        \"TimeZoneId\": 20,\n        \"EventTypeName\": \"PTO\",\n        \"EventTypeId\": 4,\n        \"LastUpdate\": \"2023-08-21T14:43:55.737\",\n        \"ProcessUserId\": 449,\n        \"IsProcessed\": true,\n        \"IsAllDay\": true,\n        \"UserTimeZoneId\": null,\n        \"IsPartiallyReviwewed\": false,\n        \"TotalDuration\": 8,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"65be31e0-ebb5-440c-9e5f-b7d90292c05a"},{"name":"AgentTimeOffConfig","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"4955aef0-3c1d-4618-aac8-ad34e925414e"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"14da3f50-8476-4cc3-9e5d-6319e0528765"}}],"id":"637133a8-f0c2-4212-8189-db4247aa838a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"3a0cf694-7e22-4903-84bc-f96f0278ef8e"}],"url":"{{envName}}/api/AgentTimeOffConfig?agentId=1&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentTimeOffConfig"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>ID of agent whose information you want.</p>\n","type":"text/plain"},"key":"agentId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"5e74b268-f173-4e29-9bb7-bbb890f506f2","name":"Agent Time Off Config","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/AgentTimeOffConfig?agentId=1&userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","AgentTimeOffConfig"],"query":[{"key":"agentId","value":"1","description":"ID of agent whose information you want."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqtt8ErPmzKkDQGddfVZd8g="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 19:49:46 GMT"},{"key":"Content-Length","value":"296"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"HireDateDelayEnforced\": false,\n        \"CreateDate\": \"2021-08-26T17:53:21.45\",\n        \"TimeOffRuleSource\": 1,\n        \"LastUpdate\": \"2021-08-26T17:53:21.45\",\n        \"AgentId\": 1,\n        \"HireDateDelayExpires\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"637133a8-f0c2-4212-8189-db4247aa838a"},{"name":"AgentTimeOffConfig","event":[{"listen":"prerequest","script":{"id":"8f769781-2c08-4ca1-93ee-5038947f978e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"923af769-a55b-4b0b-a32a-c388bb3e38fc","exec":[""],"type":"text/javascript","packages":{}}}],"id":"493a2132-3de1-4893-ad86-c697c028b45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"agentId","value":"547","description":"<p>REQUIRED: The ID of the Agent. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"hireDateDelayEnforced","value":"true","description":"<p>REQUIRED: Determines if a hire date delay is enforced. Expects a boolean value.</p>\n","type":"text"},{"key":"hireDateDelayExpiration","value":"10/15/2024","description":"<p>REQUIRED: If the above is true, then this field indicates when the enforcement will end. If left NULL the API will end enforcement 30 days from the date of the API transaction call.</p>\n","type":"text"},{"key":"timeOffRuleSource","value":"1","description":"<p>REQUIRED: Determines if the agent should use legacy autoapprove rules or MUST be part of a  PTO calendar partition in order to evaluate time off requests.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/AgentTimeOffConfig","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentTimeOffConfig"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"493a2132-3de1-4893-ad86-c697c028b45a"},{"name":"PtoAdjustmentReasonCodes","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"c73ea174-3cd6-444e-987a-151b6f5ada53"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"30f5d408-83a1-47f1-9e28-0336a8791c61"}}],"id":"c41c553c-aa26-441c-b8a8-7a7d7a3573eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/PtoAdjustmentReasonCodes?userId=1&sourceCulture=en&adjustmentReasonId=&visible=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoAdjustmentReasonCodes"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: For localization, requires the users's regional source culture. Can be left blank/null to use en - English language localization.</p>\n","type":"text/plain"},"key":"sourceCulture","value":"en"},{"description":{"content":"<p>REQUIRED: The ID of the specific reason code to use. Can be left null/blank for a list of all reason codes and their IDs.</p>\n","type":"text/plain"},"key":"adjustmentReasonId","value":""},{"description":{"content":"<p>REQUIRED: Determines if the results should be restricted to show only those reason codes marked as visible. Can be left blank for an unfiltered list.</p>\n","type":"text/plain"},"key":"visible","value":""}],"variable":[]}},"response":[{"id":"b4308672-9610-411a-a121-eab3e4b133f1","name":"PtoAdjustmentReasonCodes","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoAdjustmentReasonCodes?userId=1&sourceCulture=en&adjustmentReasonId=&visible=","host":["{{envName}}"],"path":["api","PtoAdjustmentReasonCodes"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"en","description":"REQUIRED: For localization, requires the users's regional source culture. Can be left blank/null to use en - English language localization."},{"key":"adjustmentReasonId","value":"","description":"REQUIRED: The ID of the specific reason code to use. Can be left null/blank for a list of all reason codes and their IDs."},{"key":"visible","value":"","description":"REQUIRED: Determines if the results should be restricted to show only those reason codes marked as visible. Can be left blank for an unfiltered list."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ298abK65l9ZMHc8aCg6luI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 18:43:00 GMT"},{"key":"Content-Length","value":"1211"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AdjustmentReasonId\": 2,\n            \"Name\": \"Accrual import\",\n            \"Editable\": false,\n            \"Visible\": false,\n            \"CreateDate\": \"2020-03-17T00:00:00\",\n            \"LastUpdate\": \"2020-03-17T00:00:00\"\n        },\n        {\n            \"AdjustmentReasonId\": 5,\n            \"Name\": \"Accrued hours forfeit\",\n            \"Editable\": false,\n            \"Visible\": false,\n            \"CreateDate\": \"2020-05-26T00:00:00\",\n            \"LastUpdate\": \"2020-05-26T00:00:00\"\n        },\n        {\n            \"AdjustmentReasonId\": 4,\n            \"Name\": \"Accrued hours rollover\",\n            \"Editable\": false,\n            \"Visible\": false,\n            \"CreateDate\": \"2020-05-07T00:00:00\",\n            \"LastUpdate\": \"2020-05-07T00:00:00\"\n        },\n        {\n            \"AdjustmentReasonId\": 1,\n            \"Name\": \"Community accrual\",\n            \"Editable\": false,\n            \"Visible\": false,\n            \"CreateDate\": \"2020-03-17T00:00:00\",\n            \"LastUpdate\": \"2020-03-07T00:00:00\"\n        },\n        {\n            \"AdjustmentReasonId\": 3,\n            \"Name\": \"Manual adjustment\",\n            \"Editable\": false,\n            \"Visible\": true,\n            \"CreateDate\": \"2020-03-17T00:00:00\",\n            \"LastUpdate\": \"2020-03-17T00:00:00\"\n        },\n        {\n            \"AdjustmentReasonId\": 6,\n            \"Name\": \"Rollover hours forfeit\",\n            \"Editable\": false,\n            \"Visible\": false,\n            \"CreateDate\": \"2020-06-08T00:00:00\",\n            \"LastUpdate\": \"2020-06-08T00:00:00\"\n        },\n        {\n            \"AdjustmentReasonId\": 7,\n            \"Name\": \"Scheduled hours or adjustment\",\n            \"Editable\": false,\n            \"Visible\": false,\n            \"CreateDate\": \"2021-04-29T13:14:12.073\",\n            \"LastUpdate\": \"2021-04-29T13:14:12.073\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c41c553c-aa26-441c-b8a8-7a7d7a3573eb"},{"name":"PtoAccrualSchedule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"d815f6e2-9238-49cc-93b1-5dc66a32368d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"7dc0ad5d-1de5-4232-983b-846b5983c98f"}}],"id":"9b981972-bc12-4ccf-9467-7483a9ecac68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"396aa490-0adb-42b7-a7a8-b8026cb39814"}],"url":"{{envName}}/api/PtoAccrualSchedule?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoAccrualSchedule"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"dac33d4f-b020-422a-b56e-7b72855c928a","name":"PTO Accrual Schedule","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/PtoAccrualSchedule?userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","PtoAccrualSchedule"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPlGPfts9HVSizy3GsZi+HQs="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 19:45:40 GMT"},{"key":"Content-Length","value":"431"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"Id\": 2,\n            \"Name\": \"Full Time\",\n            \"Description\": \"Full Time Agents based on years of employment\",\n            \"CreateDate\": \"2023-08-23T13:13:59.643\",\n            \"LastUpdate\": \"2023-08-24T11:33:26.197\"\n        },\n        {\n            \"Id\": 3,\n            \"Name\": \"Part Time\",\n            \"Description\": \"Part Time Agents based on years of employment\",\n            \"CreateDate\": \"2023-08-24T11:34:11.64\",\n            \"LastUpdate\": \"2023-08-24T11:34:46.047\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9b981972-bc12-4ccf-9467-7483a9ecac68"},{"name":"PtoAccrualSchedule","event":[{"listen":"prerequest","script":{"id":"bbf1f9db-bf2d-4db1-b535-3a3f3fe6ccdd","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"d0601cad-2c02-4242-9e8f-b8729e012be1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5ee574fa-2d44-4834-9bb8-da0eea32bb4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"id","value":"","description":"<p>REQUIRED on UPDATE and DELETE: This ID is created and returned in the response when the INSERT command is used. You can find an ID using GET PTOAccrualSchedule.</p>\n","type":"text","disabled":true},{"key":"name","value":"Accrual BONUS Rate","description":"<p>REQUIRED: This is the friendly name for the created PTO Accrual Schedule.</p>\n","type":"text"},{"key":"description","value":"A temporary Bonus Accrual for high performers.","description":"<p>REQUIRED: This is the string description of teh PTO Accrual Schedule.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/PtoAccrualSchedule","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoAccrualSchedule"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ee574fa-2d44-4834-9bb8-da0eea32bb4e"},{"name":"PtoAccrualScheduleInterval","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"b2f35f58-2cf9-4a7c-b7d9-bc5dc097535a"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"c702976d-4d62-4ac8-b61a-dc05293bef58"}}],"id":"bad28708-6010-4325-ad46-60712d608a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"2ddbe632-2d4b-4cf3-bb17-d56318fe6a54"}],"url":"{{envName}}/api/PtoAccrualScheduleInterval/1?accrualScheduleId=2&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoAccrualScheduleInterval","1"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This integer defines the type of PTO Accrual Schedule to use. You can find a list of these IDs using GET PTOAccrualSchedules. </p>\n","type":"text/plain"},"key":"accrualScheduleId","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"671b4da6-5438-4848-a4c5-e7f2121df78a","name":"PTO Accrual Schedule Interval","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoAccrualScheduleInterval/1?accrualScheduleId=2&userId=1","host":["{{envName}}"],"path":["api","PtoAccrualScheduleInterval","1"],"query":[{"key":"accrualScheduleId","value":"2","description":"REQUIRED: This integer defines the type of PTO Accrual Schedule to use. You can find a list of these IDs using GET PTOAccrualSchedules. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrO8v7uJd2lkG0ZCKIIiJg8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 21:06:35 GMT"},{"key":"Content-Length","value":"813"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"Id\": 4,\n            \"YearsOfService\": 0,\n            \"AccruedHours\": 40,\n            \"CreateDate\": \"2023-08-24T11:32:28.74\",\n            \"LastUpdate\": \"2023-08-24T11:32:28.74\",\n            \"RangeText\": \"More than 0 year(s) and less than 1 year(s).\"\n        },\n        {\n            \"Id\": 5,\n            \"YearsOfService\": 1,\n            \"AccruedHours\": 80,\n            \"CreateDate\": \"2023-08-24T11:32:42.723\",\n            \"LastUpdate\": \"2023-08-24T11:32:42.723\",\n            \"RangeText\": \"More than 1 year(s) and less than 5 year(s).\"\n        },\n        {\n            \"Id\": 6,\n            \"YearsOfService\": 5,\n            \"AccruedHours\": 120,\n            \"CreateDate\": \"2023-08-24T11:32:54.767\",\n            \"LastUpdate\": \"2023-08-24T11:32:54.767\",\n            \"RangeText\": \"More than 5 year(s) and less than 10 year(s).\"\n        },\n        {\n            \"Id\": 7,\n            \"YearsOfService\": 10,\n            \"AccruedHours\": 160,\n            \"CreateDate\": \"2023-08-24T11:33:10.13\",\n            \"LastUpdate\": \"2023-08-24T11:33:10.13\",\n            \"RangeText\": \"More than 10 year(s).\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"bad28708-6010-4325-ad46-60712d608a59"},{"name":"PtoAccrualScheduleInterval","event":[{"listen":"prerequest","script":{"id":"49940ff6-2901-4c58-9d34-e641a06c75a6","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"0f80d107-ebbf-4e46-96bf-c2f2d0bff47f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a7d75014-a745-4d47-a07b-07999ec0a86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"accruedHours","value":"3.0","description":"<p>REQUIRED: Accrued hours as a float.</p>\n","type":"text"},{"key":"yearsOfService","value":"2","description":"<p>REQUIRED: An integer value indicating number of years of service.</p>\n","type":"text"},{"key":"accrualScheduleId","value":"13","description":"<p>REQUIRED: The Accrual Schedule ID this interval will be applied to. Use GET PtoAccrualSchedule to find a valid ID to use.</p>\n","type":"text"},{"key":"id","value":"","description":"<p>REQUIRED on UPDATE and DELETE: This ID is created and returned in the response when the INSERT command is used. You can find an ID using GET PTOAccrualScheduleInterval.</p>\n","type":"text","disabled":true}]},"url":"{{envName}}/api/PtoAccrualScheduleInterval{id}?=&=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoAccrualScheduleInterval{id}"],"host":["{{envName}}"],"query":[{"key":"","value":""},{"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"a7d75014-a745-4d47-a07b-07999ec0a86d"},{"name":"PtoClassificationImage","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"772d9845-a133-45d8-a6a6-9a6558fadd62"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"14bbbb49-7250-4a83-8066-434be42bd6a6"}}],"id":"dd651c32-146d-48ab-84e9-e89f4daac0be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"ffa7e4ec-2845-415b-94f0-94cb72982f5a"}],"url":"{{envName}}/api/PtoClassificationImage?classificationId=4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoClassificationImage"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The classficiationID is the ID of teh specific PTO classification you want to retrieve the image for. You can find a full list of these IDs using the GET PtoClassification endpoint.</p>\n","type":"text/plain"},"key":"classificationId","value":"4"}],"variable":[]}},"response":[{"id":"b903f743-d67a-4776-80a9-241daf95652d","name":"PTO Classification Image","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoClassificationImage?classificationId=4","host":["{{envName}}"],"path":["api","PtoClassificationImage"],"query":[{"key":"classificationId","value":"4","description":"REQUIRED: The classficiationID is the ID of teh specific PTO classification you want to retrieve the image for. You can find a full list of these IDs using the GET PtoClassification endpoint."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhF1M1AzVAg8rRMj/gx2PWI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 19:44:12 GMT"},{"key":"Content-Length","value":"272166"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"contentType\": \"image/.jpg\",\n        \"imageData\": \"/9j/4AAQSkZJRgABAgEAlgCWAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAlgAAAAEAAQCWAAAAAQAB/+Fp9Wh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4wLWMwMDAgNzkuMjE3YmNhNiwgMjAyMS8wNi8xNC0xODoyODoxMSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcEdJbWc9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9nL2ltZy8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6aWxsdXN0cmF0b3I9Imh0dHA6Ly9ucy5hZG9iZS5jb20vaWxsdXN0cmF0b3IvMS4wLyIKICAgICAgICAgICAgeG1sbnM6cGRmPSJodHRwOi8vbnMuYWRvYmUuY29tL3BkZi8xLjMvIgogICAgICAgICAgICB4bWxuczpwZGZ4PSJodHRwOi8vbnMuYWRvYmUuY29tL3BkZngvMS4zLyI+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvanBlZzwvZGM6Zm9ybWF0PgogICAgICAgICA8ZGM6dGl0bGU+CiAgICAgICAgICAgIDxyZGY6QWx0PgogICAgICAgICAgICAgICA8cmRmOmxpIHhtbDpsYW5nPSJ4LWRlZmF1bHQiPldlYjwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpBbHQ+CiAgICAgICAgIDwvZGM6dGl0bGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgSWxsdXN0cmF0b3IgMjUuNCAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAyMS0xMS0wMlQxMToxNTowMS0wNTowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDIxLTExLTAyVDE2OjE1OjAyWjwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMjEtMTEtMDJUMTE6MTU6MDEtMDU6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDx4bXA6VGh1bWJuYWlscz4KICAgICAgICAgICAgPHJkZjpBbHQ+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8eG1wR0ltZzp3aWR0aD4yNTY8L3htcEdJbWc6d2lkdGg+CiAgICAgICAgICAgICAgICAgIDx4bXBHSW1nOmhlaWdodD4yNDg8L3htcEdJbWc6aGVpZ2h0PgogICAgICAgICAgICAgICAgICA8eG1wR0ltZzpmb3JtYXQ+SlBFRzwveG1wR0ltZzpmb3JtYXQ+CiAgICAgICAgICAgICAgICAgIDx4bXBHSW1nOmltYWdlPi85ai80QUFRU2taSlJnQUJBZ0VBbGdDV0FBRC83UUFzVUdodmRHOXphRzl3SURNdU1BQTRRa2xOQSswQUFBQUFBQkFBbGdBQUFBRUEmI3hBO0FRQ1dBQUFBQVFBQi8rSU1XRWxEUTE5UVVrOUdTVXhGQUFFQkFBQU1TRXhwYm04Q0VBQUFiVzUwY2xKSFFpQllXVm9nQjg0QUFnQUomI3hBO0FBWUFNUUFBWVdOemNFMVRSbFFBQUFBQVNVVkRJSE5TUjBJQUFBQUFBQUFBQUFBQUFBQUFBUGJXQUFFQUFBQUEweTFJVUNBZ0FBQUEmI3hBO0FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBUlkzQnlkQUFBQVZBQUFBQXomI3hBO1pHVnpZd0FBQVlRQUFBQnNkM1J3ZEFBQUFmQUFBQUFVWW10d2RBQUFBZ1FBQUFBVWNsaFpXZ0FBQWhnQUFBQVVaMWhaV2dBQUFpd0EmI3hBO0FBQVVZbGhaV2dBQUFrQUFBQUFVWkcxdVpBQUFBbFFBQUFCd1pHMWtaQUFBQXNRQUFBQ0lkblZsWkFBQUEwd0FBQUNHZG1sbGR3QUEmI3hBO0E5UUFBQUFrYkhWdGFRQUFBL2dBQUFBVWJXVmhjd0FBQkF3QUFBQWtkR1ZqYUFBQUJEQUFBQUFNY2xSU1F3QUFCRHdBQUFnTVoxUlMmI3hBO1F3QUFCRHdBQUFnTVlsUlNRd0FBQkR3QUFBZ01kR1Y0ZEFBQUFBQkRiM0I1Y21sbmFIUWdLR01wSURFNU9UZ2dTR1YzYkdWMGRDMVEmI3hBO1lXTnJZWEprSUVOdmJYQmhibmtBQUdSbGMyTUFBQUFBQUFBQUVuTlNSMElnU1VWRE5qRTVOall0TWk0eEFBQUFBQUFBQUFBQUFBQVMmI3hBO2MxSkhRaUJKUlVNMk1UazJOaTB5TGpFQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUEmI3hBO0FBQUFBQUFBQUFBQUFGaFpXaUFBQUFBQUFBRHpVUUFCQUFBQUFSYk1XRmxhSUFBQUFBQUFBQUFBQUFBQUFBQUFBQUJZV1ZvZ0FBQUEmI3hBO0FBQUFiNklBQURqMUFBQURrRmhaV2lBQUFBQUFBQUJpbVFBQXQ0VUFBQmphV0ZsYUlBQUFBQUFBQUNTZ0FBQVBoQUFBdHM5a1pYTmomI3hBO0FBQUFBQUFBQUJaSlJVTWdhSFIwY0RvdkwzZDNkeTVwWldNdVkyZ0FBQUFBQUFBQUFBQUFBQlpKUlVNZ2FIUjBjRG92TDNkM2R5NXAmI3hBO1pXTXVZMmdBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBWkdWell3QUEmI3hBO0FBQUFBQUF1U1VWRElEWXhPVFkyTFRJdU1TQkVaV1poZFd4MElGSkhRaUJqYjJ4dmRYSWdjM0JoWTJVZ0xTQnpVa2RDQUFBQUFBQUEmI3hBO0FBQUFBQUF1U1VWRElEWXhPVFkyTFRJdU1TQkVaV1poZFd4MElGSkhRaUJqYjJ4dmRYSWdjM0JoWTJVZ0xTQnpVa2RDQUFBQUFBQUEmI3hBO0FBQUFBQUFBQUFBQUFBQUFBQUFBQUdSbGMyTUFBQUFBQUFBQUxGSmxabVZ5Wlc1alpTQldhV1YzYVc1bklFTnZibVJwZEdsdmJpQnAmI3hBO2JpQkpSVU0yTVRrMk5pMHlMakVBQUFBQUFBQUFBQUFBQUN4U1pXWmxjbVZ1WTJVZ1ZtbGxkMmx1WnlCRGIyNWthWFJwYjI0Z2FXNGcmI3hBO1NVVkROakU1TmpZdE1pNHhBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQjJhV1YzQUFBQUFBQVRwUDRBRkY4dUFCRFAmI3hBO0ZBQUQ3Y3dBQkJNTEFBTmNuZ0FBQUFGWVdWb2dBQUFBQUFCTUNWWUFVQUFBQUZjZjUyMWxZWE1BQUFBQUFBQUFBUUFBQUFBQUFBQUEmI3hBO0FBQUFBQUFBQUFBQUFBS1BBQUFBQW5OcFp5QUFBQUFBUTFKVUlHTjFjbllBQUFBQUFBQUVBQUFBQUFVQUNnQVBBQlFBR1FBZUFDTUEmI3hBO0tBQXRBRElBTndBN0FFQUFSUUJLQUU4QVZBQlpBRjRBWXdCb0FHMEFjZ0IzQUh3QWdRQ0dBSXNBa0FDVkFKb0Fud0NrQUtrQXJnQ3kmI3hBO0FMY0F2QURCQU1ZQXl3RFFBTlVBMndEZ0FPVUE2d0R3QVBZQSt3RUJBUWNCRFFFVEFSa0JId0VsQVNzQk1nRTRBVDRCUlFGTUFWSUImI3hBO1dRRmdBV2NCYmdGMUFYd0Jnd0dMQVpJQm1nR2hBYWtCc1FHNUFjRUJ5UUhSQWRrQjRRSHBBZklCK2dJREFnd0NGQUlkQWlZQ0x3STQmI3hBO0FrRUNTd0pVQWwwQ1p3SnhBbm9DaEFLT0FwZ0NvZ0tzQXJZQ3dRTExBdFVDNEFMckF2VURBQU1MQXhZRElRTXRBemdEUXdOUEExb0QmI3hBO1pnTnlBMzREaWdPV0E2SURyZ082QThjRDB3UGdBK3dEK1FRR0JCTUVJQVF0QkRzRVNBUlZCR01FY1FSK0JJd0VtZ1NvQkxZRXhBVFQmI3hBO0JPRUU4QVQrQlEwRkhBVXJCVG9GU1FWWUJXY0Zkd1dHQlpZRnBnVzFCY1VGMVFYbEJmWUdCZ1lXQmljR053WklCbGtHYWdaN0Jvd0cmI3hBO25RYXZCc0FHMFFiakJ2VUhCd2NaQnlzSFBRZFBCMkVIZEFlR0I1a0hyQWUvQjlJSDVRZjRDQXNJSHdneUNFWUlXZ2h1Q0lJSWxnaXEmI3hBO0NMNEkwZ2puQ1BzSkVBa2xDVG9KVHdsa0NYa0pqd21rQ2JvSnp3bmxDZnNLRVFvbkNqMEtWQXBxQ29FS21BcXVDc1VLM0FyekN3c0wmI3hBO0lnczVDMUVMYVF1QUM1Z0xzQXZJQytFTCtRd1NEQ29NUXd4Y0RIVU1qZ3luRE1BTTJRenpEUTBOSmcxQURWb05kQTJPRGFrTnd3M2UmI3hBO0RmZ09FdzR1RGtrT1pBNS9EcHNPdGc3U0R1NFBDUThsRDBFUFhnOTZENVlQc3cvUEQrd1FDUkFtRUVNUVlSQitFSnNRdVJEWEVQVVImI3hBO0V4RXhFVThSYlJHTUVhb1J5UkhvRWdjU0poSkZFbVFTaEJLakVzTVM0eE1ERXlNVFF4TmpFNE1UcEJQRkUrVVVCaFFuRkVrVWFoU0wmI3hBO0ZLMFV6aFR3RlJJVk5CVldGWGdWbXhXOUZlQVdBeFltRmtrV2JCYVBGcklXMWhiNkZ4MFhRUmRsRjRrWHJoZlNGL2NZR3hoQUdHVVkmI3hBO2loaXZHTlVZK2hrZ0dVVVpheG1SR2JjWjNSb0VHaW9hVVJwM0dwNGF4UnJzR3hRYk94dGpHNG9ic2h2YUhBSWNLaHhTSEhzY294ek0mI3hBO0hQVWRIaDFISFhBZG1SM0RIZXdlRmg1QUhtb2VsQjYrSHVrZkV4OCtIMmtmbEIrL0grb2dGU0JCSUd3Z21DREVJUEFoSENGSUlYVWgmI3hBO29TSE9JZnNpSnlKVklvSWlyeUxkSXdvak9DTm1JNVFqd2lQd0pCOGtUU1I4SktzazJpVUpKVGdsYUNXWEpjY2w5eVluSmxjbWh5YTMmI3hBO0p1Z25HQ2RKSjNvbnF5ZmNLQTBvUHloeEtLSW8xQ2tHS1RncGF5bWRLZEFxQWlvMUttZ3FteXJQS3dJck5pdHBLNTByMFN3RkxEa3MmI3hBO2JpeWlMTmN0REMxQkxYWXRxeTNoTGhZdVRDNkNMcmN1N2k4a0wxb3ZrUy9ITC80d05UQnNNS1F3MnpFU01Vb3hnakc2TWZJeUtqSmomI3hBO01wc3kxRE1OTTBZemZ6TzRNL0UwS3pSbE5KNDAyRFVUTlUwMWh6WENOZjAyTnpaeU5xNDI2VGNrTjJBM25EZlhPQlE0VURpTU9NZzUmI3hBO0JUbENPWDg1dkRuNU9qWTZkRHF5T3U4N0xUdHJPNm83NkR3blBHVThwRHpqUFNJOVlUMmhQZUErSUQ1Z1BxQSs0RDhoUDJFL29qL2kmI3hBO1FDTkFaRUNtUU9kQktVRnFRYXhCN2tJd1FuSkN0VUwzUXpwRGZVUEFSQU5FUjBTS1JNNUZFa1ZWUlpwRjNrWWlSbWRHcTBid1J6VkgmI3hBO2UwZkFTQVZJUzBpUlNOZEpIVWxqU2FsSjhFbzNTbjFLeEVzTVMxTkxta3ZpVENwTWNreTZUUUpOU2syVFRkeE9KVTV1VHJkUEFFOUomI3hBO1Q1TlAzVkFuVUhGUXUxRUdVVkJSbTFIbVVqRlNmRkxIVXhOVFgxT3FVL1pVUWxTUFZOdFZLRlYxVmNKV0QxWmNWcWxXOTFkRVY1SlgmI3hBOzRGZ3ZXSDFZeTFrYVdXbFp1Rm9IV2xaYXBscjFXMFZibFZ2bFhEVmNobHpXWFNkZGVGM0pYaHBlYkY2OVh3OWZZVit6WUFWZ1YyQ3EmI3hBO1lQeGhUMkdpWWZWaVNXS2NZdkJqUTJPWFkrdGtRR1NVWk9sbFBXV1NaZWRtUFdhU1p1aG5QV2VUWitsb1AyaVdhT3hwUTJtYWFmRnEmI3hBO1NHcWZhdmRyVDJ1bmEvOXNWMnl2YlFodFlHMjViaEp1YTI3RWJ4NXZlRy9SY0N0d2huRGdjVHB4bFhId2NrdHlwbk1CYzExenVIUVUmI3hBO2RIQjB6SFVvZFlWMTRYWStkcHQyK0hkV2Q3TjRFWGh1ZU14NUtubUplZWQ2Um5xbGV3UjdZM3ZDZkNGOGdYemhmVUY5b1g0QmZtSismI3hBO3duOGpmNFIvNVlCSGdLaUJDb0ZyZ2MyQ01JS1NndlNEVjRPNmhCMkVnSVRqaFVlRnE0WU9obktHMTRjN2g1K0lCSWhwaU02Sk00bVomI3hBO2lmNktaSXJLaXpDTGxvdjhqR09NeW8weGpaaU4vNDVtanM2UE5vK2VrQWFRYnBEV2tUK1JxSklSa25xUzQ1Tk5rN2FVSUpTS2xQU1YmI3hBO1g1WEpsalNXbjVjS2wzV1g0SmhNbUxpWkpKbVFtZnlhYUpyVm0wS2JyNXdjbkltYzk1MWtuZEtlUUo2dW54MmZpNS82b0dtZzJLRkgmI3hBO29iYWlKcUtXb3dhamRxUG1wRmFreDZVNHBhbW1HcWFMcHYybmJxZmdxRktveEtrM3FhbXFIS3FQcXdLcmRhdnByRnlzMEsxRXJiaXUmI3hBO0xhNmhyeGF2aTdBQXNIV3c2ckZnc2RheVM3TENzeml6cnJRbHRKeTFFN1dLdGdHMmViYnd0MmkzNExoWnVORzVTcm5DdWp1NnRic3UmI3hBO3U2ZThJYnlidlJXOWo3NEt2b1MrLzc5NnYvWEFjTURzd1dmQjQ4SmZ3dHZEV01QVXhGSEV6c1ZMeGNqR1JzYkR4MEhIdjhnOXlMekomI3hBO09zbTV5ampLdDhzMnk3Yk1OY3kxelRYTnRjNDJ6cmJQTjgrNDBEblF1dEU4MGI3U1A5TEIwMFRUeHRSSjFNdlZUdFhSMWxYVzJOZGMmI3hBOzErRFlaTmpvMld6WjhkcDIydnZiZ053RjNJcmRFTjJXM2h6ZW90OHAzNi9nTnVDOTRVVGh6T0pUNHR2alkrUHI1SFBrL09XRTVnM20mI3hBO2x1Y2Y1Nm5vTXVpODZVYnAwT3BiNnVYcmNPdjc3SWJ0RWUyYzdpanV0TzlBNzh6d1dQRGw4WEx4Ly9LTTh4bnpwL1EwOU1MMVVQWGUmI3hBOzltMzIrL2VLK0JuNHFQazQrY2Y2Vi9ybiszZjhCL3lZL1NuOXV2NUwvdHovYmYvLy8rNEFEa0ZrYjJKbEFHVEFBQUFBQWYvYkFJUUEmI3hBO0JnUUVCQVVFQmdVRkJna0dCUVlKQ3dnR0JnZ0xEQW9LQ3dvS0RCQU1EQXdNREF3UURBNFBFQThPREJNVEZCUVRFeHdiR3hzY0h4OGYmI3hBO0h4OGZIeDhmSHdFSEJ3Y05EQTBZRUJBWUdoVVJGUm9mSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGZIeDhmSHg4Zkh4OGYmI3hBO0h4OGZIeDhmSHg4Zkh4OGZIeDhmLzhBQUVRZ0ErQUVBQXdFUkFBSVJBUU1SQWYvRUFhSUFBQUFIQVFFQkFRRUFBQUFBQUFBQUFBUUYmI3hBO0F3SUdBUUFIQ0FrS0N3RUFBZ0lEQVFFQkFRRUFBQUFBQUFBQUFRQUNBd1FGQmdjSUNRb0xFQUFDQVFNREFnUUNCZ2NEQkFJR0FuTUImI3hBO0FnTVJCQUFGSVJJeFFWRUdFMkVpY1lFVU1wR2hCeFd4UWlQQlV0SGhNeFppOENSeWd2RWxRelJUa3FLeVkzUENOVVFuazZPek5oZFUmI3hBO1pIVEQwdUlJSm9NSkNoZ1poSlJGUnFTMFZ0TlZLQnJ5NC9QRTFPVDBaWFdGbGFXMXhkWGw5V1oyaHBhbXRzYlc1dlkzUjFkbmQ0ZVgmI3hBO3A3ZkgxK2YzT0VoWWFIaUltS2k0eU5qbytDazVTVmxwZVltWnFibkoyZW41S2pwS1dtcDZpcHFxdXNyYTZ2b1JBQUlDQVFJREJRVUUmI3hBO0JRWUVDQU1EYlFFQUFoRURCQ0VTTVVFRlVSTmhJZ1p4Z1pFeW9iSHdGTUhSNFNOQ0ZWSmljdkV6SkRSRGdoYVNVeVdpWTdMQ0IzUFMmI3hBO05lSkVneGRVa3dnSkNoZ1pKalpGR2lka2RGVTM4cU96d3lncDArUHpoSlNrdE1UVTVQUmxkWVdWcGJYRjFlWDFSbFptZG9hV3ByYkcmI3hBOzF1YjJSMWRuZDRlWHA3ZkgxK2YzT0VoWWFIaUltS2k0eU5qbytEbEpXV2w1aVptcHVjblo2ZmtxT2twYWFucUttcXE2eXRycSt2L2EmI3hBO0FBd0RBUUFDRVFNUkFEOEE5VTRxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZXbmRVUm5ZMFZRU3g4QU1RRUUwOFE4eWUmI3hBO2NMM1Y3eVIza1piVU1mUXR3YUtxOXFqdTNpYzZEQnBoQWVieCtxMVU4MHJKOVBRSy9rN1ZmTk1GL0hKcFZ0UGQycFlDZUZRVEV3UFcmI3hBO3JHaUszZ2E1SFU0OFpqNmlBVzdRU3pSbDZBU09vNlBhYzBMMWJpYWJuRlVCZGVZTkV0S2k0dm9VWWRVNWd0L3dJcWNzamhtZVFManomI3hBOzFlS0hPUVNtNC9NUHkxRlhoTEpQVC9mY1pIL0UrR1h4MFdRdUpQdGJBT1JKK0g2MHVtL05IVGdmM05sTTQ3YzJWUDFjOHNHZ2wxTGomI3hBO3k3YmgwaVVJL3dDYXNuN0dtcUI3ekUvcVFaTWRuK2YyTlI3Y1BTSDIvc1VmK1ZwMy93RHl3eGY4RTJTL2s4ZDdEK1c1L3dBME5yK2EmI3hBO2w0RDhkaEdSN093L2djZjVQSGVrZHR5L21oRVJmbXRFZHB0TlpmRXBLRCtCUWZyeUo3UDdpMng3YkhXUDIvc1RHMi9NM3k5S1FKVW4mI3hBO3R6M0xJR1gvQUlRc2Z3eXFXaG1PVkZ5SWRzWVR6c0oxWStadEF2aUJiWDBUczNSQzNCei9BTEYrTGZobVBQQk9QTU9aajFtS2YweUMmI3hBO1o1VTVMc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWV3l4cExFOGJpcU9wVmg3RVVPRUdrRVdLWXJENVUmI3hBOzhoK1gwV1M1amhNZzNFbDJ3a2MvSkcyLzRGY3pEcU0yVGw5anIveSttd0M1VjhWTysvTWpSYlpmVHNZWHVlT3kwSHBSMDlxamwvd3UmI3hBO01ORk04OW1qTDJ4aWp0QUdYMkQ4ZkJqdDkrWSt2M0ZSYituYUoyNEx5YjczNUQ3aG1WRFJRSFBkMTJYdGZOTGxVZng1c2Z2TlgxTzgmI3hBO0ordFhVc3dQN0x1eEgwQ3RNeVk0NHg1QjErVFBPZjFTSlFuTEp0VFhMQ2xybGpTdGNzVmE1WVZhNVlxMXl4U3Q1WVZhNVlxbW1sK2EmI3hBO2RkMHdnV2wyNGpIKzZYUE9QL2dXcUI5R1U1TlBDZk1PVmgxbVhIOUpadm9mNW8yYzVXSFZvdnEwaDIrc1IxYU1uM1hkbC9ITURMb0MmI3hBO040N3U0MC9hOFR0a0ZlZlJuRU04TThTelF1c3NUaXFTSVF5a2VJSXpYa0VHaTdtTWdSWTVMOENYWXE3RlhZcTdGWFlxN0ZYWXE3RlgmI3hBO1lxN0ZYWXE3RlZzczBVTWJTU3VzY2E3czdrS29IdVRoQUo1SWxJQVdkZ3hmVmZ6RjBXMHFsb0d2WlIvSjhNZi9BQVo2L1FEbVhqMFUmI3hBOzVjOW5WNSsxOFVObytvL1l3L1UvUHZtQzlxcVRDMGlQN0VId24vZ3pWdnVPWnVQU1FqNXVuemRxWnA4andqeVk5SkxKSTVlUmk3dHUmI3hBO3pNYWsvTW5Nb0NuWGtrbXlzNVlvYTVZVXRjc1ZhNVlWYTVZcTF5eFMxeXdxMXl4VnJsaXJYTENyWExGTFhMRld1V0ZWdkxGVTY4dCsmI3hBO2JkVDBLNDVRTjZ0cXhyTmF1ZmdiM0g4cmUrVVo5TkhJTitibWFYV1R3bmJsM1BaZEgxZXoxYlQ0cjYwYmxGSU4xUDJsWWRWWWVJelImI3hBO1pjWmhLaTlWZ3pSeVJFb28zSzIxMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3JKNTRZSW1tbmtXS0pCVjVISVZRUGNuQ0FTYURHVWhFV1QmI3hBO1FZWHJuNWxXc0phSFNvL3JFZzIrc1NWRVkvMVYyWnZ3ek94YUVuZVd6cHRUMnhFYll4Zm4wWU5xbXVhcHFjbnFYdHcwdFBzcDBSZmsmI3hBO29vb3pZNDhVWWNnNlBOcU1tVTNJMmdPV1dOTFhMRld1V0t0Y3NLdGNzVXRjc1ZhNVlWYTVZcTF5eFZybGhTMFd4Vm90aFZybGlyWEwmI3hBO0ZXdVdGTFhMRld1V0t0Y3NLc3MvTGp6RyttNjJsbEszK2gzN0NOZ2VpeW5hTmg5UHduK3pNTFhZT09Gam1IWjltYW53OG5DZnBsOTcmI3hBOzJUTkU5TzdGWFlxN0ZYWXE3RlhZcTdGWFlxeHZ6SDU0MHpTT1VFVkxxK0czb3FmaFEvNWJkdmwxekt3YVdVOStRZGRxKzBvWXRoNnAmI3hBO2ZqbTgxMW56RHFtcnplcGVURmtCcWtLN1JyOGwvaWQ4MnVMREdBMmViMUdxeVpUY2o4T2lXY3N0Y2RybGhWcmxpclhMRkxYTENyWEwmI3hBO0ZXdVdLdGNzS1d1V0t0Y3NWYTVZVmE1WXF2dDVvNHBra2tpV2FOVDhjVEVnTU80cXBCSDBIQklXR1VTQWJJdG5GaDVNOHVlWTdENjEmI3hBO29sMjlwY3FQMzFuTVJLRWJ3MjR0UTltM3pYejFXVEZLcGl4M3U0eDZIRm5qeFl6UjdqdXhqWGZLMnQ2STMrbXdmdUNhTGN4L0ZFZjkmI3hBO2wyK1JwbVhoMUVNbkl1djFHanlZdnFHM2YwU2ZsbDdqTmNzS1d1V0t0Y3NWYTVZcTNHOGl5bzBkZlVEQXBUcnlCMnBpUWtYZXo2VHomI3hBO2xYdUhZcTdGWFlxN0ZYWXE3RlZrMDBVTVR5ek9JNGtCWjNZMEFBN2tuQ0FTYUNKU0FGbms4MzgxZm1ITmNsN1BTR01OdjBlNjZTUC8mI3hBO0FLbjhvL0g1WnROUG9nTjVjM25kYjJxWmVuSHNPOWhCWW5mdm13ZE0xeXhWcmxoVnJsaXJYTEZWdkxEU3Rjc1V0Y3NWUkwyRndOTVQmI3hBO1VRSzJ6ek5iczM4c2lxcjBQelZ0dnB5SW1PTGg2ODJ3NGp3Y2ZTNlFuTEp0YlhMRkxYTENyWExGV3VXS3RGc0tvelNOWnZ0SnZvNzImI3hBO3lrNFNwMUhWV1h1ckR1RGxlVEZHWW90MkhOTEhMaWp6ZTErWHRmMHp6THBKa0NLeEk0WGxtOUc0azlpRDFVOWptaHpZWllwZmNYcXQmI3hBO1BxSVo0WDh3OCs4KytRanBZYlU5TFV0cC9XZUhxWVNlNHJ1VS9WbXkwbXM0L1RMNnZ2ZE5yK3ovQUEvWEQ2ZnVZTHl6WXVwYTVZcGEmI3hBOzVZcXVpam1ta1dLRkdra1kwVkVCWmlmWURFa0Rta1JKTkI2SDVGL0xtKyt1UTZwck1mb1JRa1NRV2pmYlp4dXBjZnNnSHNkem1zMWUmI3hBO3RGY01QbTduUTluUzRoT2UxZEhxV2FkM3pzVmRpcnNWZGlyc1ZVYnk4dHJPMmt1Ym1RUlFSRGs3dDBBeVVZbVJvYzJFNWlBTXBHZ0gmI3hBO2tmbXp6bGQ2M01ZWXlZZE9RL3U0ZWhlblJwS2RUNER0bTYwK21HTVgvRTh0cmRmTE1hRzBQeHpZNFd6S2RlMFd4Vm90aFZybGlscmwmI3hBO2lyWExDclhMRld1V0tXdVdGWHBINWY2WmI2djVPMUxUYmdVU1M1WXEvVXF4alRpdy93QlVybXExbVF3eWlRN25mZG5ZaGx3U2dlLzkmI3hBO0FlZWFoWlhOaGV6V2R5dkNlQnlqajNIY2V4NmpObkNRa0FSeUxwTW1Nd2tZbm1FTnl5YkJybGlscmxpclhMRld1V0t0Y3NLVXk4dmUmI3hBO1liM1E5VGp2YlUxQStHYUVtaXlJZXFuK0hnY3F6WVJralJiOVBxSllwY1FlNzZicUZock9seFhjRkpiVzZRMVJnRHNkbVJoMDIzQkcmI3hBO2M3T0VvU284dzlaanlSeVFzY2lnSmZJM2xLU3ZMUzRSWCtVRmYrSWtaWU5YbEg4UmFUb2NKL2hDbC95cjd5ZC8xYlUvNE9UL0FKcXkmI3hBO1g1ekwvT1IvSitIK2I5NnBENUc4b3hHcTZYQ2Fmemd2L3dBU0p5SjFlVS94RkkwT0Vmd2hOclRUN0N6VXJhVzBWc3A2ckVpb1ArRkEmI3hBO3ltVTVTNW0zSWhqakg2UUFyNUZtN0ZYWXE3RlhZcTdGVnNzc2NVVHl5c0VqakJaM1kwQUFGU1NjSUY3SUpBRmw0OTV6ODNTNjNkK2wmI3hBO0NTbW13bjl6SDA1bi9makQ5WGhtNzB1bUdNV2ZxZVUxK3RPYVZENkIrTFkxeXpMY0JybGlyWExGV2kyRld1V0t0Y3NLV3VXS3RGc1YmI3hBO2E1WVZhTFlwZXAvbEE1T2wzNi9zaWRTUG1VL3N6VDlwZlVQYzlCMk1mUkwzcWY1cWVXdld0MTF5Mlg5N0FBbDRCM2o2Sy84QXNUc2YmI3hBO2I1WWV6ODlIZ1B3UjJ0cGJIaURtT2J5d3RtM2RBMFd3cGFMWXEwV3hWb3RoVm90aXFiZVcvTE9wK1lMMzZ2WnJTTmFHZTVZSGhHcDgmI3hBO2Zmd0hmS2MrZU9NV1hKMDJtbGxsUStiM2JROUh0ZEgwdURUcllreFFBL0UzMm1aaVdaajh5YzUzTGxNNUdSZXF3WVJqZ0lqb2pzcmImI3hBO1hZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxODMvTXp6U1drL1Fkby93QUMwYTlkVDFQVlkvbzZuTnJvTlA4QXhuNE9nN1cxZG53NC9IOVQmI3hBO3p6bG16ZEcxeXhWcmxpbHJsaFZNdkwyaDNXdDZwSFkyK3dQeFRTbm9rWSsweC9oNzVWbXlqSEd5MzZiVG5MTVJDSjg2UldkcnJqNmYmI3hBO1pMeHRyQkVnVTkyWURrN01lN0YyTmNocFNURGlQTXR1dWpHT1Roanlqc2tQTE1sdzJ1V0tXdVdLdGNzVmE1WVZlbi9rMjVOcnFpMTImI3hBO0R3bW56RC8welVkcDg0dS83RzVTK0QwU2FLS2FKNFpWRHhTS1VrUnR3VllVSVB6R2F3R2pZZHlRQ0tMeVh6TCtWbXAyYnZjYVAvcGwmI3hBO3B1UkIwbVFlRk9qL0FFYisyYm5CMmhHVzB0ajlqejJwN0tsSGVIcUgyc0ZtaW1na2FLWkdpbFEwWkhCVmdmY0hOaUNEdUhWR0pCb3EmI3hBO2ZMQ3EzbGhWdEZra2RZNDFMdXhvcUtLa2s5Z0JnT3lRTFp6NVgvS3ZWTDlrdU5YNVdGbjE5SC9kN2p3b2ZzZjdMZjJ6WDZqdENNZG8mI3hBOzduN0hhYWJzdVV0NStrZmE5WjAzVExEVExOTE94aFdDM2oreWkrUGNrbmNrK0p6VFR5U21iSjNkL2p4eGdLaUtDSnlETjJLdXhWMksmI3hBO3V4VjJLdXhWMkt1eFYyS3BiNWkxaVBSOUd1YjlxRm9scEVoL2FrYlpCOS9YMnkzQmk0NWlMUnFjNHhZeko0TlBjU3p6UE5LeGVXUmkmI3hBOzhqbnFXWTFKT2RHQUFLRHhzaVNiUE5UNVlVTmNzVmE1WVZhTFlwZXovbDFvS2FYb0tYVXEwdXI0Q2FWajFXT2xZMS80RTErbk5EcmMmI3hBOzNIT2h5RDFIWnVuOFBIWjV5M2VQNnBlbTkxSzZ1eWQ3aVo1ZitEWW4rT2J6SERoaUIzUE41WjhVakx2S0Y1Wk5yYTVZcGE1WXExeXgmI3hBO1ZybGhWN2wrWG5sNXRHMEJET3ZHOHZDSnJnSHFvSStCUG9YOFNjNTdXNXVPZTNJUFZkbjZmdzhlL3dCUjNaUG1JNXpzVlFlbzZOcE8mI3hBO3BKd3Y3U0s1QTJCa1VGaDhtNmo2TXNobGxENlRUWGt3d245UUJZN2MvbFg1UG1ZbElKYmV2YUtWcWY4QUQ4OHlZOW9aUjF0dzVkbDQmI3hBO1QwSStLeUQ4cC9LRVRWZU9lY1YrekpLUVArRUNZVDJqbFBjaVBaZUVkNStMSWRMOHY2SnBRcHA5bEZibm9YVmZqSTkzTldQMzVqWk0mI3hBOzA1L1ViY3ZIZ2hENlFBbUdWTnpzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZlY2ZtOXFUQVdHbXFhS2VWeEtQR253Si94dG0xN04mI3hBO2h6bDhIUjlzNVBwaDhYbWhiTnE2SnJsaXJYTEZXdVdLb3pSTEw2L3JGbFpIN054TkhHOU95c3dESDZCa01zdUdKUGNHM0JqNDVpUGUmI3hBO1h2T3ZUaTAwRFVKbCtIMGJXVmtBMjNXTThRTTUzQ09LWUhtOWRubHc0NUh1QmZPL0xPbWVOYTVZVmE1WXExeXhTMXl3cXp6OHRmSlUmI3hBO21vM1NheGZ4a2FmQTNLM1JoL2ZTS2V2K29wKzg3ZU9hN1hhcmhIREg2ajlqdGV6dEZ4bmpsOUkrMTdCbWplaVE5L3FObHA5dWJpOG0mI3hBO1dHRWJjbTdud0FHNVB5eVVJR1JvTmVYTkhHT0tSb0picC9uSHk5ZjNBdDRMbWt6R2lMSXJKeVBnQ1JUNk10bnBweEZrT05pN1J3NUQmI3hBO3dnN3AxbERtdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFY1SCtieEk4eDJ2aDlUU25oWDFaTTNYWnY4QWRuMy8mI3hBO0FLbm5PMlA3MGYxZjBsZ3BiTmk2cG90aXJSYkZXaTJGWG9INWIrVE5VazFHMTF5NlQwTEtFbDRWY2ZIS1NwQ2xWN0x2V3Arak5icnQmI3hBO1ZFUk1CdVhiOW5hS1prTWgyaVB0ZWhlYnJlNXVmTE9wUVdxTkpQSkF3U05mdE40Z2ZSbXMwMGdNZ0o1VzduVnhNc1VnT2RQbjJWSlkmI3hBO25LU295T09xc0NEOXh6cFFiZVJJSTVxWmJEU0d1V0tvdlQ5SjFUVXBmVHNMV1c1ZXRENmFsZ1BtZWcrbklUeVJoOVJwc3g0WlROUkImI3hBO0wwWHlyK1VySzZYZm1CZ2VPNjJFYlZIL0FEMGNmcVg3ODFtbzdSNlErYnVOTDJWMXlmTDliMHlLS09LTllva0VjYUFLaUtBRlVEWUEmI3hBO0FkQm1wSnQzUUFBb0xzQ1htbjVtenpuV2JlQmlSQ2tBYU5lMVdaZ3gvd0NGR2JYUUFjSlBtOHoyMUkrSUIwcGh3WWcxSFVkRG1jNmQmI3hBOzdSNVgxSTZqb1ZwZE8zS1Vwd2xKNmwwK0ZpZm5TdWFMUERobVE5cG9zM2lZb3k2cHBsTGxPeFYyS3V4VjJLdXhWMkt1eFYyS3V4VjImI3hBO0t1eFYyS3V4VjJLdk4vemgwbVY0TExWWTFxa05ZTGdqc0dOVUo5cTFIMGpOcjJia0ZtTHBlMk1KSUV4MDJlWGNzMjdvV3VXS1VUcHUmI3hBO2w2anFsMHRyWVc3M0V6ZnNvTmdQRmowVWU1eUdUSkdBdVJwc3g0cFROUkZsNnI1Uy9LK3owOHBlYXdWdTd3VUtXNDNoalB2WDdaL0QmI3hBOzllYWZVNjh5MmpzSGZhVHN5TVBWUGMvWXp6TmM3VjJLckpZSVpsNHpSckl2OHJnTVB4d2drY2tHSVBOQVA1Wjh1U055ZlNyTjI4V3QmI3hBOzRpZnhYTEJueWZ6ajgybzZiR2Y0WS9JT2o4dGVYSTI1UjZWWm93Nk10dkVEOTRYRTU4aC9pUHpVYWZHT1VZL0lKaWthUm9FalVJaTkmI3hBO0ZVVUErZ1pVVGJhQlRlS1hZcTdGV0UvbWhwL3FXRnJmcVBpZ2N4U0gvSmtGUVQ4bVg4Y3o5QlBjeGRKMjFodUFuM2JmTjV2WE5vODYmI3hBOzlDL0szVWVVVjVwekhkQ0o0aDdINFgvVXVhM1h3M0Vub094Y3Uwb2ZGbm1hNTNyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGkmI3hBO3JzVmRpcWxkV3R2ZDI4bHRjeHJMQktwV1NOaFVFSERHUkJzYzJNb2lRbzhtQWFoK1RXblN6RjdIVUpMV01tdnBTUmlhbnNEeWpQMzUmI3hBO3M0ZHB5QTNGdXB5ZGp4SjlNcSsxVzAzOG50RGdZUGZYVTE0UjFSYVFvZm5RczMzTmtaOXB6UDBnQmxqN0lnUHFKUDJNMTAvVE5QMDYmI3hBOzNGdlkyNlcwSS9ZalVDcDhUM0o5em1CUEpLUnVSdDJlUEhHQXFJb0luSU0zWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcWwvbURUL0FOSTYmI3hBO0xlV1lGWGxqUHBqL0FDMStKUDhBaGdNdHd6NFpndVBxc1hpWTVSN3c4UHJtL2VLVHZ5WHFYMUh6SGFPVFNPWnZRazhLU2JEN21vY28mI3hBOzFVT0xHWE43UHk4R2FKNkhiNXZaYzBUMkRzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyRnRUL01QUjdLNWt0bzQ1TGw0aVZkMDRoT1EmI3hBO05DQVNkL3V6TXg2S1VoZkoxV2Z0ZkhDUmlBWlVqdEE4MjZYclJhS0hsRmNxT1RRU1VxUjRxUnNjcnphZVdQbnljalNhL0htMkcwdTUmI3hBO084eDNOZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmVLK2JkTy9SL21HOGdBcEd6K3JGNGNaUGlGUGxXbWImI3hBOzdUejRvQXZHNjdENGVhUS9HNlVLNVZneW1qQTFCSFVFWmRUaWg3cm90K05RMHEwdlFhbWVKV2FuWnFVWWZRMWM1L0xEaGtROXRwOHYmI3hBO2lZeEx2Q015dHVkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcndpN2drdDdxYTNrL3ZJWGFONitLbWh6b29teGJ3bVNKaklnOUYrbTZqY2EmI3hBO2RmUTN0dVFKb1c1S0R1RDJJUHNSdGduQVNGRmxoeXl4eUVvOHc5Wjh0K2E5UDF1TGloOUc4VVZrdG1PL3pVL3RETk5uMDhzWjhuck4mI3hBO0hyb1poM1M3azd6SGMxMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3ZQUHpWMDZqMldwS1B0QTI4cDl4OGFmOEEmI3hBO0cyYlBzK2ZPUHhkQjIxaSttZncvSDJ2UHE1c25SUFVQeXUxTDF0Sm5zV05YdEpPU0QvSWwzLzRrR3pVNitGU0I3M3BPeHN0NHpIK2EmI3hBO2Z2WnBtQTdoMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3ZNUHpJMGo2cnF5WDhZL2MzbytPblFTb0FEOTRvZnZ6YmFISmNlSHVlWTdYMC8mI3hBO0RrNHh5bDk3RDY1bk9wWHd6eXd5ckxDN1J5b2FvNm1oQkhjRVlDQVJSVEdSQnNjM28zbFg4d1licmhaNnN3aXVla2Qxc0VjK0RmeXQmI3hBOytIeXpWNmpSa2J4NVBSYUx0UVM5T1RZOTdOc3dIZE94VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLcEo1MDA3Ni93Q1cmI3hBOzd5SlJXU05QV2o4ZVVmeGJmTUFqTWpTejRjZ0xoNi9GeDRaRDQvSjRwWE44OGV5ajh1dFMrcWVaSW9tTkk3eEdoYnc1ZmFYOFZwOU8mI3hBO1ltdGh4WTc3blpkbFplRE1CL08yZXZacEhxbllxN0ZYWXE3RlhZcTdGWFlxN0ZYWXFsSG12UnhxMmlUMnlpczZqMWJmL2pJblFmN0wmI3hBOzdQMDVmcDh2Qk1GeE5kcC9GeEdQWHA3M2l4cUNRUlFqWWc1dlhqV3E0VmFyaXJMdkt2bjI2MHpoYWFnV3VMRG9yZFpJaDdlSyszM2UmI3hBO0dZV28wZ252SFl1MjBYYWNzZnBudkg3UTlQdEx5MXZMZExpMWxXYUNRVlNSVFVITlRLSmlhTDBrTWtaaTRtd3E1Rm03RlhZcTdGWFkmI3hBO3E3RlhZcTdGWFlxN0ZYWXE3RlhZcTRnTUNDS2c3RUhvUmlyd2JYZFBPbmF4ZDJSNlF5c3FmNmgzUS84QUFrWjBXS2ZGRUY0clVZdkQmI3hBO3lHUGNVTGJYRWx0Y1JYRVJwSkM2eUlmOHBUVWZxeWNvMkthb1NNU0NPajMyenVvN3V6Z3Vvdjd1ZU5aRStUZ0VmcnpuSlI0U1IzUGImI3hBOzQ1aVVSSWRWYklzM1lxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE4bC9NTFJQMGRySnVZbHBiWDFaRnAwRW43YS9lYS9UbTUwZVhpaFhVUEsmI3hBOzlxYWJ3OG5FT1V2djZzV3JtWTZ4aytoYUhhZVl0TmtnaFpZTlpzeFZLN0pORWVuS25SbE8zSWUxY3hNdVU0cFdkNG43SFo2YlRSMUUmI3hBO0NCdGtqOW9ZOWUyVjNZM0wyMTNFME02R2pJMzYvY2UrWk1KQ1FzT0JreHlnZUdRb28veS81bTFMUkxqMUxaK1VER3Mxc3grQi93Q2gmI3hBOzk4cnpZSTVCdTM2WFZ6d200OHU1NnpvSG1UVGRidHZWdFhwS29Iclc3ZmJRL3dBUjdqTk5td1N4bWk5VHB0WERNTGp6N2sxeWx5WFkmI3hBO3E3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxN0ZYbDM1cTZiNk9xMjErb29sMUh3Yy93Q1hGL3phdys3TnYyZk80bVBjODUyeGlxWWwmI3hBOzNqN21EVnpZT25ldmZscHFYMXZ5NHR1eHJKWlNORWE5ZUIrTlQvdzFQb3pTNjZGWkw3M3FPeXN2RmlyK2F5ek1KMmJzVmRpcnNWZGkmI3hBO3JzVmRpcnNWZGlyc1ZTanpWb2E2em84dHFBUHJDL3ZMWmoya1hvUDlsMHkvVDVlQ1Y5SEUxdW04YkdZOWVqeE4xZEhaSFVxNmtobE8mI3hBO3hCR3hCemZCNDRpdGtab21yejZUcWNGOUR1WW0rTk96SWRtVS9NWkRMakU0a0Z1MCtjNHBpUTZQWE5TMGpSZk5HbHhTc09TeUp6dHImI3hBO3BLZW9sZjhBUGRUbWxoa25obFQxV1hCajFNQWZrWGxmbUh5enFXaDNIQzVYbkF4L2MzS2o0SEg4RDdITnZoenh5RGJtOHpxdEhQQ2EmI3hBO1BMdlM2eXZydXh1VXViU1ZvWjR6VlhYL0FEM0dXeWdKQ2kwWThrb0hpaWFMMVB5bjUrdE5WNFdsOXh0dFE2S2VrY3AveWE5Ry93QW4mI3hBOzdzMUdvMFpodU40dlM2THRLT1gweTJsOTdMY3duYU94VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFZqSDVqYWI5YzhzelNLS3kyYkwmI3hBO092alFmQy8vQUFyRTVsNktmRGtIbTY3dFRGeDRTZjV1N3h1dWIxNVZtbjVWNm45WDF5V3lZMFM5aVBFZU1rVldIL0M4c3dPME1kd3YmI3hBO3VkdDJSbDRjaGovT0gzZmd2VjgwejByc1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVmRpcnkvOEFNcnk3OVZ2QnExdXYrajNScGNBZnN5K1AmI3hBOyt6L1htMzBPYXh3bm1Ibk8xdEx3eThRY2p6OS83V0VWelBkTXpyOHRmTTR0cmc2UGR2U0dkcTJqSG9zaDZwOG43ZS96elg2N0JZNHgmI3hBOzA1dTY3SjFmQ2ZEbHlQTDN2Ujd1enRieTNlMnVvbG1na0ZIallWQnpWeGtZbXc3K2NJekZTRmg1ZDV0OGdYV21jN3pUZzF4WUNyT24mI3hBO1dTSWUvd0RNdnY4QWY0NXQ5TnJCUGFXMG5uTmIyWWNmcWh2SDdtSFZwdU16blZNNzhwZm1QTGJjTExXV010djltTzgzWjAvMSs3RDMmI3hBOzYvUE5kcWRFRHZEbjNPNjBYYWhqNmNuTHZlbHhUUlRSTExDNnlST0F5T3BCVWc5d1JtcUlJMkwwRVpBaXh5WFlFdXhWMkt1eFYyS3UmI3hBO3hWMkt1eFYyS3V4VlR1SUk3aTNsdDVSV0taR2pjZUtzS0hERTBiWXlpSkFnOVh6N2Yyc3RuZXoya3Y4QWVXOGpSdDgwSkdkTkNRa0EmI3hBO2U5NG5KQXhrWW5vcWFScUQ2ZnFscmVyMXQ1VmtJOFFEOFEra2JaSEpEaWlSM3NzT1RnbUpkeGZRTWJwSWl5SVF5T0F5c09oQjNCem0mI3hBO2lLZTFCdmR2RkxzVmRpcnNWZGlyc1ZkaXJzVmRpcnNWUStvNmZiYWhZeldWeXZLR2RTckR1UEFqM0IzR1RoTXhJSWE4dUlUaVlua1gmI3hBO2htdGFUZGFScVUxamNqNDR6OEw5blEvWllleHpvTVdRVGpZZU8xR0NXS1ppVUVIWldES2FNRFVFZFFSbGpTSHNQa2J6V3V0V0hvM0QmI3hBO0Q5STJ3QW1IVG12UVNEL2piMytlYVBWNmZ3NVdQcEwxWForczhXTkg2eCtMWlBtSTdGZzNtNzh1b2J6bmU2T3F3M1hXUzEyV09RLzUmI3hBO1BaVy9ENVpzTk5yVEhhWEowK3Q3TEV2VmoybDNQTUo0WjdlWjRaMGFLYU04WGpjRU1DT3hCemJnZ2l3ODlLSmlhUE5QZksvblBVZEMmI3hBO2xDQ3M5Z3hySmJNZGhYcXlIOWsvcnpIMUdsams4aTVtazEwOEpybkh1ZXVhTnJtbmF4YUM2c1pRNjdCME96bzM4ckwyT2FUTGlsQTAmI3hBO1hwOEdvaGxqY1NqOHJibllxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE4Zi9BRFAwMzZwNWpOeW9wSGV4cko3YzErQmgrQVAwNXU5Qk84ZGQmI3hBO3p6SGF1TGh5My9PWWhYTTUxajIzeUJxZjZROHIyak1heVd3TnRKODQ5bC80UXJtZzFtUGh5SHozZXM3T3k4ZUVlV3pJc3hYT2RpcnMmI3hBO1ZkaXJzVmRpcnNWZGlyc1ZkaXJzVlkxNTQ4ckRXOU85U0JSK2tiWUZvRDA1cjNqSjkrM3ZtWHBOUjRjdC9wTHIrME5INDBMSDFEbCsmI3hBO3A0MDZ1akZIQlZsSkRLUlFnanFDTTNnZVZJcEVhWnFkM3B0N0ZlMmpsSm9qVUhzUjNVanVEM3lPVEdKaWl6eFpaWTVDVWVZZTIrVy8mI3hBO01kbHJ1bnJjd0VMS3RCY1FWcTBiZUh1RDJPYURQZ09PVkY2N1M2cU9hTmpuMUNhNVM1S1ErWi9KK202OUNUSVBSdlZGSXJwUnY4bUcmI3hBOzNKY3ljR3BsalBsM09IcTlGRE1OOXBkN3lEWE5DMUxSYnMyMTlIeEpxWTVSdWpyNHEyYnZGbWprRmg1alBwNTRwVklLZWs2eHFHbFgmI3hBO2kzZGpLWXBWMkk2cXkveXN2UWpEa3h4bUtMSERtbGpseFJORjY1NVU4OGFmcnFDRjZXK29nZkZiazdQVHFZeWV2eTZqTkxxTkpMSHYmI3hBO3ppOU5vOWZITnR5bDNmcVpMbUk1N3NWZGlyc1ZkaXJzVmRpcnNWZGlyQy96VjAzNnhvRWQ2b3E5aktDeC93Q0s1ZmdiL2h1T1ovWismI3hBO1NwMTN1cTdYeGNXUGkvbW43M2tWYzNielQwTDhvdFQ0WGw3cHJuYVpCUEVQOHBEeGFuekREN3MxbmFXUFlTZDMyUGxxUmgzN3ZUODEmI3hBO0R2M1lxN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTgrL01UeVlaZyt0YWRIV1VDdDdDdjdRSCs3RkhpUDJ2dnpaNkxWVjZKZkIwbmEmI3hBO2Vodjk1RG4xL1c4enJtMmRBbUdoNjdmNkxmcmVXYlVZYlNSbjdMcjNWaGxXWEZISkdpM2FmVVN4UzRvdlovTG5tWFQ5ZHNoUGJOeG0mI3hBO1VENnhiay9IR3g4ZkVIc2MwT2ZCTEdhTDFlbTFVYzBiSFBxRTJ5bHlVSnFtbFdHcVdqV2w5Q0pvVzdIcXAvbVU5UWNuanlTZ2JEWGwmI3hBO3d4eVI0WkN3OGk4MitSZFEwTm11SWEzT21rN1RBZkZIWG9KQU9uK3QwK1didlRhdU9UWTdTZVoxblo4c1c0M2grT2JHWTVKSTNXU04mI3hBO2lraUVNanFhRUViZ2dqTXNpM0FCcmNQU2ZKLzVscEp3c2RjY0sreXhYM1FIMmw4UDliNy9BQnpWYW5RZnhRK1R2dEYycGZweWZQOEEmI3hBO1c5RkJEQU1wcUR1Q09oR2F0M2JzVmRpcnNWZGlyVHVpSXp1d1ZGQkxNVFFBRHFTY1FGSnBJbDgrZVVXdWZxNDFLUDFLMHFRNFQva1kmI3hBO1Y0ZmptVCtVeTFmQzRmNS9EZGNYNDk2ZXF5c29aU0NwRlFSdUNEbU01aUcxYXdUVU5NdXJGNmNiaUo0Nm5zV0ZBZm9PK1R4ejRaQTkmI3hBO3pYbXg4Y0RIdkQ1NGxSNHBIamtVckloS3VwNmdnMEl6cGdiZUxJbzBVejhxNnAralBNTmplRThZMGxDeW4vaXQvZ2YvQUlWc3ExR1AmI3hBO2pnUTM2VEw0ZVdNdk43OW5Odll1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt2TWZQdmtNMi9xYXRwTWY3amRycTFVZlk4WFEmI3hBO2Z5K0k3ZkxwdHRIcTc5TXViei9hSFo5ZXVITHFIbnRjMmJwVVRwMnAzMm0zYVhkbEswTTZkR1h1UEFqb1FmQTVHZU1TRkhrMllzc28mI3hBO1M0b21pOVk4cS9tTHB1cWhMYStLMmVvR2dvVFNLUS81REhvZjhrL2ptbTFHaWxEY2J4ZWowbmFVY20wdlRMN0dYNWd1emFkRmRTamcmI3hBO01qQWhsSXFDRDFCR0lLQ0xlYitjUHkwcDZsL29TZUxTMkEvRXhmOEFOUDNlR2JYVGEvOEFobjgvMXVqMXZaZjhXUDVmcWVidUdSaWomI3hBO2dxeW1qS1JRZ2pxRG0xdDBaRk1xOG9mbUJmYUtWdGJybGRhWjA5T3Z4eCs4WlBiL0FDVCtHWVdwMFl5YmphVHNkSDJoTEZzZDRmYzkmI3hBO2UwM1U3SFVyUkx1eW1XYUIrakwyUGNFZFFSNEhOTFBHWUdqemVreDVZemp4Uk5oRTVCc1NiVS9PSGxyVGFpNnY0L1VIV0tNK285ZkEmI3hBO3FuS24wNWZqMDJTZklPTmwxbUtIT1FZbHFmNXdXeTFYVExGcEQybHVHQ0QvQUlCZVJQOEF3UXpOeDltbitJL0oxMlh0Z2Z3UitiRGQmI3hBO2M4NytZZFppYUM2dUFscXhxYmVGZUNHbmoxWmg4em1kaTBrTWU0RzdyTSt1eTVSUk8zY0Vocm1TNGoyWDhxcnk1dWZLNVdkaXkyMDcmI3hBO3d3ay83N0Nvd0gwRmptaTdRaUJrMjZoNmJzcVpsaTM2R21ZNWd1eWVJZm1KcG42UDgxWFhFVWl1cVhNZi9QVDdmL0RoczZEUlpPTEcmI3hBO1BMWjVYdEhGd1pqNTcvajRzWnJtVzREMzN5anFuNlQ4dVdOMlc1U0dNSk1lL3FSL0ExZm1Wcm5ONm5Id1pDSHNOSGw4VEZFcHhsRGsmI3hBO3V4VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3ZQZk9mNWNDNE1tb2FJZ1dZMWFheUd5dWVwYVB3UCtUMDhNMmVsMTFlbWZ6ZEwmI3hBO3J1ek9MMVkrZmQrcDVqTEhKRkkwY3FNa2lFcTZNQ0dCSFVFSE5zRGZKMEJCQm9yYTRWWkw1ZjhBekMxN1NBc0pmNjVacnNJSmlTUVAmI3hBOzhoL3REOFI3WmladEhDZS9JdWZwKzBjbVBiNm8rYlA5Si9NN3kxZWhWdUhhd21QVlpoVksrenJVZjhGVE5iazBHU1BMZDNHSHRURlAmI3hBO242VDVzb3RiMnp1NC9VdFo0NTQvNTRuVng5Nms1aVNpWTh4VHNJempMY0cyTWVkZkpPazZyQzk5NmtkaGZLTjdseUZqZW5RUzEvNGwmI3hBOzErZVplbDFVb0d1WWNEVzZHR1FjWDB5Ny93QmJ4cWVJd3pQRXpLNVFsU3lNSFUwN3F5MUJHYjBHeGJ6TWhScEg2SjVpMWJSWjJtMCsmI3hBO2N4bHhTU00vRWplSEpUdHQyeXZMZ2prRlNEYmcxRThSdUpiMVB6UjVnMU9vdmI2V1JEMWlCNFIvOEFuRmZ3d1k5UENISUp5NnJKaysmI3hBO3FSU3V1WE5EVmNWZFhGV1ErVnZKV3JlWUpRNkEyOWdEU1M3Y2ZEN2hCdHlPWTJvMVVjWTd6M09acGRGUE1lNlBlOXEwalNiTFNkUGgmI3hBO3NMTmVNRUlvSzdzeE81Wmo0azVvTW1Remx4RjZqRGlqamlJeDVCR1pCc2VlZm5CcG5xV0ZscWFENG9ITU1wSDhzZ3FwUHlaZnh6WjkmI3hBO201S0pqM3VtN1l4WEVUN3RubGRjM0RvSHFQNVBhcHp0cjdTM2JlTmhjUkQyYjRYKzRoZnZ6VWRwWTl4TDRPKzdIeTdHSHhlalpxM2QmI3hBO094VjJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VmovbWJ5VnBHdklYbFgwTDBDaVhjWUhMMkRqbzQvSDN6SndhcVdQbHVPNXcmI3hBOzlWb1ladWUwdTk1VDVoOGw2NW9iRjU0ZlZ0UDJidUtySi9zdTYvVG01dzZxR1RsejdubnRSb2NtTG1MSGVrRmN5SERkWENyYVNPakImI3hBO2tZcXc2TXBvZnd3RUpCcGZQZVhkeHg5ZWFTYmpzdnFNV29QYXB3Q0lISU1wVEo1bTFHdVNZdXJpclZjVmRYRlVicFdpNnJxMC9vNmYmI3hBO2JQY1ArMFZId3Ivck1hS3YwbklaTXNZQzVHbTNGZ25rTlJGdlN2TFg1VVdsc1V1ZGJjWFV3M0ZxbFJFcC93QW83Ri93SHp6VlorMFMmI3hBO2RvYmVidTlOMlZHTytUYzkzUm44Y2NjVWF4eHFFalFCVVJRQW9BNkFBWnJTYmR1QUJzRjJCTHNWU3J6VHBmNlU4dlgxa0JXU1NJbUkmI3hBO2Y4V0o4YWY4TW95N1Q1T0NZTGo2ckY0bU9VZko4OTF6cG5qMlIvbDlxbjZQODEyVGswaXVHK3JTL0tYWmYrSDRuTVhXWStMR2ZMZHomI3hBO2V6OHZCbUhudDgzdTJjNjlXN0ZYWXE3RlhZcTdGWFlxN0ZYWXE3RlhZcTdGWFlxa3VwK2MvTE9tMUZ6ZnhtUWY3cWlQcXZYd0lUbFQmI3hBOzZjeU1lbHlTNUJ4Y3V0eFE1eS9TeExVL3poZ1dxNlpZczU3UzNEY1Ivd0FBbGEvOEVNek1mWnAvaVB5ZGRsN1lIOEVmbXhIVlBQOEEmI3hBOzVwMUhrcjNqUVJOdDZWdVBTRkQycVBqUDB0bWJqMGVPUFMvZTY3THI4MCtab2VUSHE1bE9HMmlQSTRSRkx1eG9xcUtrbjJBeEpVQzAmI3hBO3pQbFR6T0lWbS9SVjF3YnBTSnlmcFVDb3luOHhqdXVJT1IrVXkxZkNma2c1ZE0xT0t2cTJrNmNldktOeFQ3eGxneVJQVU5aeFRITUYmI3hBO2JIcDJveVU5TzFtZXBvT01iR3ArZ1ltY1IxUU1VanlCUjlyNVA4MDNSQWkwdTUzNkY0ekdQdmZpTXJscWNZNXlEZEhSNVpjb2xIM24mI3hBOzVjZWE3VFQydlpMWldDYnZieHVKSlFPN1VXb0lIc2NyanJzWmxWdDArenMwWThSSDYyTDF6TGNCbkhrZjh4WDBkVTA3VVY5VFRhL0ImI3hBO0tnL2VSVjhRUHRMK1A2czErcjBYSDZvL1U3WFE5b2VINlpmVDl6MTIxdTdhN3QwdWJXVlpvSlJ5amtRMVVqNWpOTEtKaWFQTjZHTXgmI3hBO0lXTndxNUZrN0ZYWXE3Rlh6LzV6MHY4QVJubWEvdFFLUitvWll2RGhMOGFnZkxsVE9sMHVUanhndkk2ekZ3WlpCSlVrWkhWMEpES1EmI3hBO1ZJNmdqb2N2SWNZR24wYm9lcExxZWoyZCt2OEF4OFJLN0FkbUkrSWZRMVJuTDVZY0VqSHVleXdaT09BbDNoRzVXMnV4VjJLdXhWMksmI3hBO3V4VjJLdXhWVG51YmUzaU10eEtrTVE2eVNNRlVmU2FEQ0lrN0JqS1FpTEpwak9wL21YNVZzYXFrN1hrby9ZdDE1RC9nMjRwOXh6THgmI3hBOzZISkxwWHZjSEwybmhqMTR2Y3hMVS96ZTFTV3FhZGFSMnk5QkpLVEsvd0F3UGhVZmNjemNmWnNSOVJ0MTJYdGVaK2tWOXJFdFQ4eTYmI3hBOzlxZGZyMTlMS2pkWXVYR1AvZ0ZvdjRabTQ4RUljZzYvTHFjbVQ2cEVwWlhMV2hFV1duYWhmU2VuWlcwdHcvOEFMRWpQVDUwRzJSbE8mI3hBO01lWnBuREhLWnFJSlpWcG41VmVacnVqWFhwV01aNitvM042ZXlwVWZlUm1IazdReGpsdTdERjJWbGx6cUxMdE0vS1h5L2JVYTlsbHYmI3hBO25IVlNmU2pQK3hUNHYrR3pDeWRvelBMWjJHTHNuSEg2aVpmWXl2VDlHMHJUazRXTnBGYkRvVEdnREg1dDFQMDVoVHl5bHpOdXh4NFkmI3hBO1Era0FJeklOanNWZGlyc1ZkaXJCL09mNWJXdXE4NzdTd3R0cUpxeng5SXBqNzAreXg4ZnY4YzJHbDF4aHRMZUxxOVoyY01ucWh0TDcmI3hBOzNrTjdaWGRsY3ZhM2NUUTNFWm84YmloR2J1TWhJV09UejA0R0pvaWltL2xiemxxdmw2NHJidDZ0bTVyTmFPZmdiM0g4cmU0K211VWEmI3hBO2pTeHlqZm4zdVJwZFhQQ2R1WGM5cTh2ZVp0SzE2eitzV01sV1duclFOdEpHVDJZZnhHMmFITmdsak5TZW0wK3BobEZ4VFhLVzkyS3UmI3hBO3hWNWIrY3VsOFo3RFZVWFoxYTJtUHV2eHArQmI3czIvWm1UWXgrTG91Mk1XOFovQjVwWE5zNlY3QitVR3EvV05DbjA5ajhkbExWQi8mI3hBO3hYTlZoL3c0Yk5KMmxqcVlsM3ZSZGs1YnhtUDgwL2V6M05hN1YyS3V4VjJLdXhWMkt1eFZqM256WEx2UnZMc3QxYUhqY3lPc01jbEEmI3hBO2VCYXBMVVBzTnN5dEppRTUwZVRoYS9PY1dNbVBONGhlYWhlM3N2cTNseEpjU2Z6eXNYTy96T2IrTUJIWUNubHA1SlNOeU5xRmNreFQmI3hBO1RUUEszbUhWS0d5c1paRVBTVWpoSC93YjhWL0hLY21vaERtWEl4YVhKayttSlpkcGY1UDZqSnhmVXJ5TzNYcVk0UVpIK1JKNHFQeHomI3hBO0N5ZHBSSDBpM1lZdXg1SDZqWHVaYnBuNWJlVkxHak5iRzhrSDdkeTNQL2hCeFQvaGN3c211eVM2MTduWTR1emNNT2wrOWtzTUVFRVkmI3hBO2lnaldLTmZzb2dDcVBrQm1LU1R6YzZNUUJRWDRFdXhWMkt1eFYyS3V4VjJLdXhWMktwSjVuOG82VDVodHZUdWs5TzVRVWd1MEE1cDcmI3hBO2Y1Uy81Si9ETWpUNm1XSTdjdTV4ZFRwSVpodno3M2lmbVR5dHEzbCs3OUM5anJFeFBvWEtieHlEMlBZK0lPYi9BQWFpT1FXSG05UnAmI3hBO1o0alV2bWdkTTFXLzB5OFM4c1ptZ3VFNk92Y2R3UjBJUGdjc3lZeE1VUnMxWThrb0c0bWkraU5FMUJ0UjBleXYzWGc5MURIS3lEb0MmI3hBO3lna0Qyem1Nc09HUmozRjY3RGs0NENYZUVibGJhN0ZXTy9tQnBYNlM4cVgwYXJ5bGdYNnhGNDhvdmlOUG10Um1WbzhuQmtIeWNQWDQmI3hBO3VQRVIzYi9KNEhYT2tlVVpuK1V0L0pCNXJXM1dwanZJWkVjZHFvUFVEZjhBQzArbk1EdEdGNDc3aTdMc3FaR1d1OFBhODBEMHJzVmQmI3hBO2lyc1ZkaXJzVmRpcUQxZlNiTFZ0UGxzTHhPVUV3b2FHakFnMURLZXhCeWVQSVlTNGh6YTgyS09TSmpMa1dGMjM1TzZRa3hhNHZwNVkmI3hBO2YyWTFDb2ZwYjRxL1FCbWZMdE9WYkFPc2oyUEFIY2tobEdtZVQvTFdtOFRhMkVRa1hwTElQVWV2aUdma1I5R1ltVFU1Sjh5NTJMUjQmI3hBO29jb2hPTW9jbDJLdXhWMkt1eFYyS3V4VjJLdXhWMkt1eFYyS3V4VjJLb2ZVTk9zdFJ0SkxTOWhXZTNrRkhqYjlZN2dqeEdTaE14TmomI3hBO213eVk0ekZTRmhneS9rMW9vdmhLYjJkck1OWDZ0UlF4SDhwa0hiL1k1c2Y1VG5WVUxkWU95SWNWMmE3bWZRd3hRUXh3eEtFaWlVSkcmI3hBO2cyQ3Fvb0FQa00xcEpKc3UxQUFGQmZnUzdGV21WV1Vxd0JWaFJnZWhCeFVoNUpydjVRNnFsNjc2UEpITlp1eEtSeU1VZU1IOWsxcUcmI3hBO0E4YTV1OFBhVWE5WE4wR2JzcWZGNk9USnZJUDVldm9FMGwvZnlwTmZ1cGpqV09wU05UdTI1QXF4K1cyWW1zMXZpRGhqOUxtNkhRZUUmI3hBO2VLWDFNMnpYdXlkaXJzVmRpcnNWZGlyL0FQL1o8L3htcEdJbWc6aW1hZ2U+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpBbHQ+CiAgICAgICAgIDwveG1wOlRodW1ibmFpbHM+CiAgICAgICAgIDx4bXBNTTpSZW5kaXRpb25DbGFzcz5wcm9vZjpwZGY8L3htcE1NOlJlbmRpdGlvbkNsYXNzPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnV1aWQ6NjVFNjM5MDY4NkNGMTFEQkE2RTJEODg3Q0VBQ0I0MDc8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpkMTFlOTI0NC1lYmY4LTRlNjUtOWEyMy00NzhhYTE0ODY4YjM8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZDExZTkyNDQtZWJmOC00ZTY1LTlhMjMtNDc4YWExNDg2OGIzPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOjk2YzZkNWRkLTU1NDktNGU3Zi1iN2I0LWEyYzJjM2VjMWI2NDwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDo5NmM2ZDVkZC01NTQ5LTRlN2YtYjdiNC1hMmMyYzNlYzFiNjQ8L3N0UmVmOmRvY3VtZW50SUQ+CiAgICAgICAgICAgIDxzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+dXVpZDo2NUU2MzkwNjg2Q0YxMURCQTZFMkQ4ODdDRUFDQjQwNzwvc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICAgICA8c3RSZWY6cmVuZGl0aW9uQ2xhc3M+cHJvb2Y6cGRmPC9zdFJlZjpyZW5kaXRpb25DbGFzcz4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjNmYmZhZWE0LTA1MjQtNDVmZi1iNjk0LWE4ZDU1ZWZjYmE4Mzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAyMS0xMS0wMlQxMToxNDoyNC0wNTowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgSWxsdXN0cmF0b3IgMjUuNCAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZDExZTkyNDQtZWJmOC00ZTY1LTlhMjMtNDc4YWExNDg2OGIzPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDIxLTExLTAyVDExOjE1OjAxLTA1OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBJbGx1c3RyYXRvciAyNS40IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxpbGx1c3RyYXRvcjpTdGFydHVwUHJvZmlsZT5XZWI8L2lsbHVzdHJhdG9yOlN0YXJ0dXBQcm9maWxlPgogICAgICAgICA8aWxsdXN0cmF0b3I6Q3JlYXRvclN1YlRvb2w+QWRvYmUgSWxsdXN0cmF0b3I8L2lsbHVzdHJhdG9yOkNyZWF0b3JTdWJUb29sPgogICAgICAgICA8cGRmOlByb2R1Y2VyPkFkb2JlIFBERiBsaWJyYXJ5IDE1LjAwPC9wZGY6UHJvZHVjZXI+CiAgICAgICAgIDxwZGZ4OkNyZWF0b3JWZXJzaW9uPjIxLjAuMDwvcGRmeDpDcmVhdG9yVmVyc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZUAAAAAElFQyBzUkdCAAAAAAAAAAAAAAAAAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGEAAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJYWVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIA+cEEgMBEQACEQEDEQH/xADhAAEBAAICAwEBAQAAAAAAAAAAAQIKCAkFBgcEAwsBAQEAAgIDAQEAAAAAAAAAAAABCAkGBwQFCgIDEAABBAICAgAFAwMCBAIGARUAAQIDBAUGEQcSCCFRYRMJMSIUQRUWMiNxkSQXQjPh8VI0JRhiVDXVllfwwdFTYyY5cqN0VVYn1zgZEQACAQMCBAQDBAYFCAcDBREAAQIRAwQFBiExEgdBURMIYSIUcTIjCYFCUjMVFpFickMkoYJTY3OTNBexwZKig6NEVJQlstKz02SE1FU20cOkNdU34fGFJhg4Gf/aAAwDAQACEQMRAD8A3+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfHO6u/OqvX3VX7b2ltVPAUnpMzFY1v/V7BsVuFrFWhr+FhVbuSsI6RiPc1Egro9HzSRR8vTk+1dnbh3nqC03b+PK9dVOuX3bdtP8AWuXH8sVwdF96VKQjJ8Dq3ux3n7c9k9uvcvcTUbWFivqVm0vnycmcafh41iP4l2XGKk0lbtqSldnbhWS6Nu6/y+9p7HZt43pHWMT1vhEWWOrsOw16e17jYajnpDbSnajk1XEOfGqK6s+vkvF6fCdyfAy02r7advYMI392ZFzOy+Fbdtys2F5rqTV2fHlJStVX6iNQfdn8znuXuDIuYHaLTsbQNIq1DJyYwzM6Sq+mfRNPDsVVK2pWsqjXC9JcDr/2n2+9mtumllznfPacjZX+clTG7lmcBjXOV7Xov9pwFrGYxqMe1FaiQojP/Dwdy6f202FpsVHE0fT01yc7MLkv+3cUp/b83HxMMte9yPuE3Rdld1jee45KTq4Ws6/jWq1r+5xp2rSo1wShSPhQ8Hh/an2O1yw2xhu+e3qbmyJIsK9h7VZpyyNTxR1jH28pPRtcJ8OJI3IeXk9vdj50OjK0fTZKlK/TWVJfZJQUl+ho8XR+/nffQ7yv6XvLc9qSden+J5k4Sf8AWtzvStz/AM6LOZnUH5cfYvQ56lPsaDXu4NfjlY2z/dqlfWdsbWarUWOlsOAqxY9ZEYi/vuY65I5f1cdXbm9t2yNYhK7ojvaZmtcOiTu2a+crdxuX6IXIJeRll2w/Mb757Qu2sXfEcLc+jJrq9aEcXMUeHCGTjwVutK/Nexr0m+cjvQ9aPcnpP2mxbn6BnH4/baNVLOc6+2P+PQ2zFxs+2ya3DVjnmr5nEMlla1LdOSWNvm1JUikd9tMSd99sN1dvsims2VPTZypbybVZWZvjRNtJwnRP5JpN0bj1RVTbj2M9zHa7v9p7ntDKlY3Fat9V/Tsnpt5dpKilOMVKUb1lNpetZlOKrFXPTm+g5WHXZkEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADjn7R+yOn+rvVeU7F2hG5DISSf2rT9XjsJXubVss8MstTGxS/bnWrSgjidNbsqxzYK7FVEdI6ON/N+3+xtT7gbht6Jp/yWUuu9dpWNq0mk5NVVZNtRhGq6pNcUlJrpD3Ad8ttdgO3mRvbXkr+dKXo4WIpdM8vKlFuFpOkui3FJzvXelq3bi2lKbhCWo73T3p2D31vmX7D7HzcmVzWTkclarGskWIwONa5y1MHgMe6WVmOxNFi8MYiufI7yklfJM98jtkW1tpaLs/R7ei6HaVvFtri3RzuS8blyVF1Tl4vklSMVGKUV82vdLudvXvLvLJ3vvvKlk6tkSpGCqrOPaT+THxrbbVqzbXBRTcpOty5Kd2c5y+PPt/r8fkcmVs4BHHPyvt/r8fkftWz+8cc/I+39f6qf0Vs8iOOflfc+vzP6K2eRHHPK6vu+y6NseH27Ts7k9b2bX7keRw2cw9uWlkcfciRyJLXsQua5EfG5zHtXlkkbnMejmuVF8bUNKwdXwbum6nZhfwL0XGduaUoyi/Bp/0p800mqNI5Bt7WNb2rrWNuLbeVfwtcxLquWb9mbhctzXjGS48U2pLlKLcZJxbT2yfx8e7+O9tdBs4jZ3Usb3TolSs3c8XWYyrV2LGSPStT3bB1EcqMqW5vGK9AxPGncciIjIpq6Lro7z9qL/bjWI5OApz2tlyfoTfF25c5WLj84rjbk+M4Lm5RmfQJ7SPczjd/dpT0/XfSs9ydLtxWZbilGGRbb6YZliFeEZukb8I8LN5pJRt3LSfYgdKmXoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMXvbG1z3uaxjGq973qjWsa1FVznOVURrWonKqvwRCpNui4tn5lKMIuc2lBKrb4JJc235Hg12rV2ornbJgWtaiqqrmMeiIifFVVVscIiIeWtO1B8FYvV/sS//ACHqHuPbyVXn4SS/19r/AOceC/7pdY//AHRtE/8Atv1//wCyB5f8v6//AOw5n+5uf/NPT/8AMTt//wDh3R//AH3G/wDrCf8AdPrH/wC6Nof/ANt+v/8A2QL/AC9r/wD7Dmf7m5/80f8AMTt//wDh3R//AH3G/wDrB/3T6x/+6Nof/wBt+v8A/wBkB/L2v/8AsOZ/ubn/AM0f8xO3/wD+HdH/APfcb/6w/XT7E6/yEq18fvWnXp0Ysiw09nwlmVI2qiOescN57/BquTleOE5P5XdE1mxHrvYmVCFaVlauJf0uJ5OLvjZWbc9HD1jS716lemGXYk6Lm6RuN048zztPN4XITLXoZfF3p0Ysiw079SzMkbVRHPWOGV7/AAarkRV44Tk8S7iZVmPXetXIQrSsotKv2tHuMXVtKzbno4WTj3r1K9MLkJui5ukW3TjzPKHjnsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAakf5KfZG53n7HbJhsfkXT6D1LbyOiajVilV9Ka/QsNr7fsEfCJHLNmc7TdGyZvLZKVStwqonK7H+xex7W0tj2Mq9CmsalGORebXzKMlWzb80oW5VcXxU5zqfO573+8WX3b715unYl5z2ht27cwMOCdYO5bko5mQvBu9fg4qa4SsWbFG6VfXe+5+vx/px/9/8AzO6lbMP445+V9v8AX4/L/wDAftWz+8cc/I+39f6//jP6K2eRHHPyPt/H9f6qf0Vs8iOPwPyPufX+nJ+1bPIjjn5X2/r/AE//ABn9FbP7xxz7X62ewGw+t/dei9ua/JYk/wAby8CZ/FQS/bTYtTuvZW2XX5fNyQr/AHLFPkbC6RHNhspFMieUbeOK752dhb42tl7bzVFevafpzar6d6PG1cXj8s6VS4yj1R5SZ2r2a7i6v2g7jaZv3SHNvDvr17UXT18Wb6ciw/D8S25KLlVQuKFylYI3oMBncTtGCwuzYG7FksHsWJxudw2RgVVgv4nL04chjrsKqiKsVqnYY9v0cal8zEyMDLu4GZFwy7FyVucXzjOEnGUX8VJNM+lrTNSwtZ03H1fTLkb2m5di3etTjynbuwU7c18JRkmvgzyx4x5wAAAAAAAAAAAAAAAAAB4PObNresV/5eybBg9eqeLnfys5lqGJr+LE5e771+xXj8WIvxXn4Hl4mBnZ8/TwbN29c8rcJTf9EU2eo1fcGg7fsfVa9nYeDjUb68i9bsxoub6rkoqi8ePA+AbJ7neqmqOezLd99aySRK5skWD2KttUsb2uRjo3xav/AHiRsrHO4Vqp5JwvKfBeOZYPa3uJqKTxtHz1F8nctu0vtrd6FT48v6TpTXvdb7b9tuUdT3poEpx5rHyYZjTTo01ieu00+apVcarg6cftj/Kn6g4RHf2zZdy3Dx54TXNGzNVX8Nav7f8ALU1ZE5VeP3cfFF/pwq8zwfbz3Ly/39jFxf8Aa34P/wCh9U6T138x32waQm9Pz9V1Sn/sun34V+z636T7ONOXlRv4Vn/zLdT1lk/xbp/sTMon/lLn8prWtK/9yf8AmJjrO2fb/byvwV/x+H1OX4fte3HOn8Q1PCtefpwu3f8A5Ss1/wAh07rX5qvbWx1fy5tfXMpeH1N7Fxa/b6U8ynDyr5fE+I578z27WPP/ABjovVcPyn+3/ftzy2x+K+Eacv8A7fhNW+4n3Ecvw8fgqJ+qKruV4ftb0qFPr9XyLvn6diFrz/auXfh5+PnRdR6z+a1u6/X+Xtnadi+X1GdeyqcFz9LHw68avw4NLwbfx7Ofl49oMn9xuMwnU2uRq532XY3Vs9csxx/eSRn3JM3tuTryy/aTwc5IWNciqqNavCpyfE9tWwLFHfu6lfl49V23FcvBW7MWlXivmb+LR1hq/wCZz7iNQ6o4GJtnAhX5XaxMic0uqqq7+bdi5U+VtQimm2op0p8mzP5M/c3L/cZF2tWwsEnl5Q4bRtCgVEWT7jUjt29au5CL7fCNRWzIqt+DlXlVXkeL2F7XY1HLTpXZrxnkZD8PFK7GLrz4x58qHW2qe/73V6n1RhuS3i2ZVrGxp+nR8aqk54ty6qclSabXNvifM8p7we22YeslvvzsKJyyLJxi8qzBs8nIjVRIsLXx8SR8J8GceKL8UTk99j9p+22Kum3o+E1Snzw9T/LccuPx5nAdR93XuX1SfXk701yMuqv4N5Y6r9liNtU+FKLnSp86v+xvsJlPD+5979y5H7bXsj/n9obvb8Gycfcaz+RnJPFr/FOUT9ePie6tbJ2Xj1+n0fS4V/ZxLC5fZbRwfM76d7tRp/EN47qv9KaXqatnzonzS6sh0T8fM9Fvdgb1kkjbkd123INhVyxJd2PMWkiV/CPWNJ7j0Yr0anPH68HtrWjaTYq7GLjQb59NqEa/bSJxHL3lvHPUVnatqV5RrT1Mq/OledOqbpWirQ9WmsTWZZJ7Esk88z3SSzTSPlllkcvLnySPVXve5f1VVVVPYRtxhFQgkoJcEuCX6Dj125dv3JXr8pTvSdXKTbbb5tt1bb82fx5X5n6ofmiIUE8kFGWjMfItC0JyvzLRFoiAp5KlnMxjI1ixuXyePiWX7yx0b9qrGsyoxqyqyCWNqy+MbU8v14anyP4XcTGyH1X7VucqUrKKfDy4p8D2GJquq4EPTwMnIsW+rqpbuTgurgq0i1xolx58F5HvNDu3uXEq52K7a7NxjnPjkc6hvu1U1dJEqrE9y1srEqvjVV8V/VP6Hqb21Nr5KpkabgXFSnzY9qXPnzg+ZzDC7rd0tNbenbl1/Hbab9PUMuFWuTfTeXFeD8PA+iYn3H9rMMqLT9he3Jla57k/u275zPJzI1GORUztvIo5qIn7UXlGr8U4X4npMjth27yuF3RdNX9ixbt8v9mo/wD8fE51pvug9xWlNPF3tuWbTb/Gz8jI5qj/AOIndr8E+CfFUfE+p4X8k/uhg1Y2PuaxkoGIiOr5vT9Cyv3fGJYmedq1q7siit5R3LZmq56cu8vjzx/K7F9rcurelxhN+ML2RCnGvJXen4cYui5UOw9J99nup0lqNvdNy/ZX6t/C0+9WioqzniO5w58JqrVZV41+xYH8vftTiVYmTxvVO0sThsi5fU8vTmc3yiVzmP17Z8LDHN4xuRqrG5iK9VVq8NROMZntp7eZNXYuajjvw6L0JLx/0lqbp+lPhzXGvaWjfmX+4nTWlqFjbmoQ8fWw70JNcK0eNl2Ip0To3FpdTrF0VPuet/mp2uBYm7f0Nr2UaqsbPPre75LAqxFWNJJYquUwGyJIrUR6pGszfLlEV6cK5eJZ3tX06ab0zWL9t+Cu2I3PPg3C5ap4cel+Lo+R27oX5qe47LjHc2z8LIXDqli593Hpyq1C7j5VacWouarwXUqNvkFq35lehsj9qPbeuO0dYmkannLjIta2fHwPSNHOSSd2bwV90f3EVrXMquVfgqtair48L1H2wbvsVlpudp+RFeE3dtSfHy9O5H4us148X4907e/ND7PZ3TDcmhbg0+61xdpYuVbi6VdZO/j3Gq1SatNvg2km6cldT/JP6a7Y6KFnbsGvXJVRP4m2a1tWBSNFjR/MuTsYZ2CYiKqt/wDe+fJvyVqrwTUexnc/Tk5PTXftLxs3bVyv2RU/U+P3OX6ad77b99ftf3I42obljhZUv1MzFy8enCvG7Kw8deK/fc15OLfKXTu4Opuw2xrofZugbk6WNsrYtY2/AZuwjXKjUSStjr9ixDI16+LmPa1zXftVEVODr7U9s7j0VtaxgZmKk6Vu2bltfocopNfFOjXFcDITbHcztzvVRez9e0bVHJJpYuZj35UfnC3clKLrwakk0+DSfA+jHpDm4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPmHdu7v606b7X7EifGyxo3XG67ZUWVWI193Aa5kcnRhRJFax8li3WZGxn/AI3uRqfFT3+1dKWu7n07RZJuGXnWLLp+zcuxhJ8PBJtt+CVThHcvc0tmdute3dbaV7TNGzMqFacZ2Me5cguPBuU4xil4tpeJok2MjLPLLPPNJNPM98s00r3SSyyyuV8kksj1c98kj3KrnKqqqryptyhZjCKhBJQSoklwSXgj5apW7l647t1uV2Um22222+Lbb4tt8W3xbPwPt/r8fkf1Vs/tHHPyvufr8f6n9FbP7xxz8j7fx/X+qn9FbPIjj8D8jrn1+Z+1bP7xx/gfR+tunO4O5sj/AGvqnrTdt/tI9sU7tY13J5SlRVy8I/KZOCuuMxMHKpzJZmijTlOXfFD0mubn21tiz9RuHOxMO3Sq9W5GEpf2IN9U38Ipv4HOtn9tN9b9yvo9maRqGp3lKjePYuXIQ+Ny4o+nbX9a5KMfidnXUX4VfZ3d1q3e0di0jpjEyqz+RVs2/wDPNwgY5GP+5HhNasxa3KiNcqK1+chkRycK3j4p0LuT3S7C0rqtaBZy9UyVyaX09l/Bzur1V+ixJU8fAzI2J+Xl3c3B0ZG8crTtAwpfejKX1mUk6cVasSVh/Y8uLrwp4nab1D+Gz1K69/j3d5h2/ufNRpFJI7bc1LhNbjtRLz92lrmpLiJXV3/+KC/dyMa/15T4GP25Pc53G1nqtaS8bS8V1p6MFcutPwlcvdar/WtwtszR2J7Bux21VDI3FHO1/UFRv6m67NhSXjCxjek+l+ML12/F/Ydp2v6/hNUwWG1jWcVQwWu69jKOFweFxdaKnjcTicZWjp4/H0akLWRV6lSrC1kbGoiNa1EMfczMy9Ry7ufn3J3s29clO5ObcpTnJtylJvi222234mZ+l6Xp2iabj6PpFi1jaVi2YWrNq3FQt27duKjCEIqijGMUkkuCSPMHjHnAAAAAAAAAGEkkcUb5ZXsiiiY6SSSRzWRxxsarnve9yo1jGNTlVX4IhUnJqMU3Jvgj8znC3B3LjUbcU223RJLi22+CSXNnwXdfaj1x68WWPbu6+ucZbgRVmxkGz47MZqNEVU5fg8JLkcu1FVFRP9j9yoqJyqKcw0rt7vjWqS03Ss65bfKbtShB/wDiXFGH/eOl92+47sPsZyhufdug4+TD71qOXav319uPjyu314pfh8WmlxTOI25flk9Vtc+6zXn9gdgSt8khl17VFxNGRyf6XSzble1q7DE75pWe5P8A2TsrS/bl3DzqPNWFhR8Vcvdcl9isRuxb/wA5L4mMe6vzLfbhoXVDQnret3V9142H6Ntv4yzrmLcjH4q1J/1TijuH5nMo/wC5DoPRuPqeKv8AtZHb9xsZH7qKn+2smGwuGxaQKxfi5EvyeSLwnjxyvYmme1zHVJazq85ecbNlRp5/POc6/wC7VPiY3bo/Nb1K51WtlbOsWkq0u52dK7XyrYsWLPTTxpkSry4c3xX2/wDKn7dbN5txWwaboccjHMczUdLx0/DXKvkrJtyk2+zE/wAV8Uc16OanxRUd8TsPTfbz22wKPJs5WY1/pr8l/ksKyn+lf5OBjluf8xz3O7gqtOztK0aElSmFgWpc/KWc82SdOFVJNc01LicYtr9rvZbdlmTY+9O0Ldeyj0nx9TcMxhsTK2RPF7ZMPhLOOxbmK34Iiw8Iiqifqpz7Tu3WxNKp9DpGnxnHlKVmE5qn9e4pT/7xj7uT3I9/d29cde3juK7YuV6rcM2/YsyT4NOxYnastU4U6KJN05s+EXb13I2JLmQuWr9uZUWa1dsS2rEqonCLJPO98r1RE/qqnL7Vm1YgrViMYW1yUUkl9iXA6bysvLz78srOu3L2VP705ylOT+2Um2/0s/Jyh/WjP4UZPL5FoWhjyvzHBCiJyTqKTyT5irLRmPkSnmWhOVLRFoiApOULRloyeX0LQtDHlRRFoiFBOU+ZaMtGTy+goWhPJS0RaIx5+alKTyQtC0ZPJRQtDFVX5l4ItCckqik8kFWWjMfJSfaXpJyvzLQtEQAI/wAVRzVVHNVFRWqqKip8UVF+HCoopXg+R+l1J1XBo+56R7Q+xPXCwN0runsnCVayNSHFt2zLXsG1Gp4sRcBkrNzCvRrfgnlXXhDiWq7A2TrlXqulYN25LnP0YRuf7yKjP/vHbu0+/nezY/RHa26tdxce3920su9cx1Tl/h7sp2HTwrbZzJ0H8t/tbqaww7RLonZlRviyZ2y6vHh8osTXcr/Hu6ZZ1upHYVqePnNVsJx8VarvidY6x7b+3eo1lp6zMC54eldc4V+Mb6utrxopx+1LgZQbO/Mf9xG3XG3uCWka9jKik8rFVm7T+rcwpY0FKnDqnauKnFxb4nOPrv8ANB1pk1hr9o9SbdqMrlSN+S0/LYzcsejlXj781TJM1O/Vg+bY/wCW9P6eR1Nrftc16xWe39SxsmP7N6E7EvsTj60W/i+hfYZZbK/NG2LnuNjf+29S024+Du4V61m2/wC1KF1YlyEfNR9aS8Oo56db+9Xqf2m6vX1runU6WSseLWYfb5rOkZJZ3Jz/ABYYtsr4iG/YT5VpJ0d/4VU6f1ztH3F28pTz9KyZWI/r2Ur8aebdlzcV/aUfiZf7H923t27guFnQt06dazp8FZzHLBu9X7EVlxsq5L/ZSmn4NnLCCeGzDDZrTRWK9iKOeCeCRksM8MrEkimhljVzJIpGORzXNVUVF5Q66nCVuThNOM4ujT4NNc014NGRNq7av2o37EozszipRlFpxlFqqaa4NNcU1wa4o/qfk/oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcXvdmCex6heyzK8bpZI+lOw7Lms45SCnrWQt2ZF5VP2w1oHvd9Gqc+7VzhDuVoTm6J6rjL9MrsUl+ltI6X9xti5kdhN4W7Scpfy7nSp8I485Sf6Ipt/BGje+3+vx+RtiVs+bWOOfkfb+v8AX/8AAf0Vs8iOOck+ofT32i74/jz9Y9Lbrm8Ta+2+HZshj26xqUsUq8JLBtW0TYbAW0Y39zmw2JJEbwvivKc8G3J3M2BtHqhr2qYtrJjztRl6t5NeDtWlO4vKsopfE7l2H7fO8HchQu7R2/qGRhTSayJwWPjNPxWRkO1ZlTm1CcpU8OKr2mdQ/gw7Gyzq1/vHuDW9QqKn3Zdf69x1vbMy9qq1ErWM5mWYDE4ywiKqq+KDIx/BETnlVbj9uT3Z6Jj9VnaemX8m5yVzJkrMPtVuHqTkvg5W3/RR5o7F/Lg3NmOGT3E13EwbHN2MKEsm6/6rvXVZt25ebjC+uS41qu0/p/8AFr6Y9QLUts6xZ2TnaqR//He2Lv8AmTpXxon+4/XJIKWkNesiefk3Fo5FX4LwiImP25fcB3Q3L1W3n/Q4kq/h4kfQpX/W1lf5cON2nwM0NiezbsDsXovw0datqMKfjalP6qrXi7DUMSteNVjp/Ghz+xWIxWBx1TD4PGY/DYnHxJXoYvFUq2Ox1KBFVyQ1KVOOGtWiRzlVGsa1OV/Q6cyMnIy78snLuTu5M3WU5ycpSfm5Ntt/FsyawsHC03Fhg6dZtY+Faj0wt24RhCC8owilGK+CSR5A/ieUAAAAAAAD17Zdu1TTMe7L7hs+vapimeXnk9lzWNwWPZ4J5O8ruUs1azfFF5Xl3wQ83B03UdUvfTaZj38nIf6lqErkv+zBN/5D0ev7n23tTBep7p1DB03TVWt3Kv2se0qc63L04RVPHicM9/8AySeouhfyIW9jybtkq/PON0DCZLYPvcc/+75uWLH6pNyqcJxkPr+nxO0dG7GdydY6ZvBWJYl+tkXI26fbbTleX+7MUt6+/f2xbL67Udelq+fb/utNx7uT1f2chq3hy/8Aefjy4nCTffzMUWfer9YdKW7HPxr5jfdlhqeHHP7Ztb16pd+55covLcq3jjjheeU7W0f2vXnSev6rGPnDHtOX9F2440/3LMRt5/ms4ceux282ldn+zf1HKjCn9rFxoXK181mKnk61XC3evyhe2+5Nnhx+3a91/TsebZKuj6tjoJEicvLWRZTY/wDJc1VczhOHw2YpP/pcKqHaeke3/tvpbUr+NfzbsfG/dk1X4wtelB/ZKLXwMT94/mH+53danawdTwdExZ1Thp+Hai6PwV7K+qvwa8JW7sJfGnA4b7t3D2r2S57t/wCyN53Nr5Gy/Y2Xac1mKjHsVFZ9ilduTVK7Y1T9qRsajf6Ih2fpW2du6EktGwcTFaVK2rUIS/TKMVJ18atmK+7e53cjfsnLe2v6xq0XJPpysu/fgmuXTbuTlCKXgoxSXgj5z5Ke8ojg1EYlKTlPmWgoyeX0FC0J5KXgi0RjySq8Ck5T5irLQnkSjfMvSY+Sloi0RAUnKFLQnkhaChPJRQtEQpScoC0MfJC0LQnkpaFoiKvzUpaGPKCjLRk8vkWhaE5X5lohREJVFMVcgqy0ZPIcS9JjypKItEQpScoWjLRk8vkKFoTlS0RaIhQTlPmKMtGY+X0LQtCeSloi0RAUnKfMtBRn1rrfv3unp+VknWXZ+7aZCyRZXY3DZ+9Dg7Eiuc9XXMBLLNhL/L3q7iavInkqr+pxvXNm7W3NFrXtPxMqTVOqduLuL+zcSVyP+bJHZGx+73dLtrcU9ia/qul2lKvpWMi4rEnVv58dt2LnFt/PblxbfM7IOqvzHd7auten2pp+odpY9ixpNkaTXaLtEiceMsj7WKrX9bkX9HIxmLh/dynkiKnj0duL2xbQ1Ct3b2Tk6fedaRl/iLS8uE3G6vKruy8OHDjnD29/My7t6B0Y3cDTdN3BhqlbkF9BlPwbcrUbmM/NKOLDjVdVGuntA6h/KR6o9ouqUMzs+R6nz1lzIv7f2PRZjsSsyonm6PbcbPktar02uX4SXrFFyp8VYh0DuX2/9xNvqV7FsW9Rw48erGl1Tp8bMlG65fC3G4vizPbtt7+/b1v528PU8+/t3V5tL09Sgrdqvi1l25XcaMPKV+5Yb/ZR2D4nMYjP4+rl8FlMdmsVdjSWnk8TerZLH24l+CS1btOWatPGqp/qY5UOmMnGycO9LGy7c7WRB0lCcXGSfk4ySa/SjMrTtS07WMK3qWk5FjK0+6qwu2ZxuW5rzjODlGS+KbR5E/geaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD1jdtVx296Zt2kZjy/tO5axntVyng1rn/27YcVbxF3wa/ljnfxrjuEX4Kv6nn6VqF/SNUxtVxv+Jxb9u7D+1bmpx/yxR6fcOi4m5NAztu59foc/DvY1ynP079uVqfPh92T5nRB1F+CfWqjq2Q737ry+ccio+fWer8TXwVNr43KrY37bs0WXuXqs6cJI1mKpStbyjZEVUe3Lncnu3z7ilZ2jpVuyvC7lTdx8fH0bTgoteFb01yrHwet3Yv5b+jY7hk9xtfv5Mubx9PtxsxqnyeTfV2U4vhVLHtSSqlJOkl2odQeinqZ0alafQektOZmaro5otn2enJu20x2mNRrrVTO7dLmb2JklVOXMpOrQoq/tYifAx93L3b7i7s6oaxquU8aSo7VqXoWqeTt2VCM0vOfU/NszN2L7ceyfbpQubZ29gLPg01kZEXl5Ckv1o3sl3Z22+bVp24+UUuBy2OuTu0AAAAAAAH4sjksdiKVjJZa/SxeOpx/dt5DI2oKVKrFyjfuWLVmSKCCPycicucicqf1sWL+TdjYxoTuX5OijFOUm/JJVb/QeJnZ+DpeJc1DU71rHwLUazuXZxt24LlWU5tRiqulW0jhz2R+Qj1M60+/Dd7Vxm25SFF8cT15XsbnLO5qq18bMtimv1iGVipwrZr8SnZ2h9l+4+vdM7WnXMbHf6+S1YS+PRP8Vr+zbZixv33v+2fYHXay9yY+p6jDlZ0yMs5ypzSvWU8SLXlcyYM4BdjfmWYiz1upOm3ubw7+Nm+xs2jF5+KNSfV9Z+4nHHCqrcv9PqdyaJ7X3wubk1RV8YY1v/ou3af/AEJhRvv81eCc8ftltRtfq5GqZFPs6sTEr9vDN+HxOBfYf5GfbfsL78MnZ8+l42by4xvXuOpar9jy/X7GbrRzbW3hPgnlkHcccp8eVO4dF7Idt9FpOOnrKvr9bJlK9X7bbas/+WjDLfHvs9zm+eu1PcM9JwJ1/C0y1bw+mv7ORFSzF8K5LpzXHicNs9suw7TkJcts+ezWx5Wb/wA7J57KXsvkJvirv927kJ7FmT9yqvxcvxU7Qw8DC0+ysbAs2rGOuULcIwivsjFJL+gxW1nXNc3HnS1PcObl5+pT+9dyL1y/dl9ty7KUn+lnhPJTyqHq6IhSk5QAx8kLQtCeS/8AAtEWhOSVSLQnIq/AtDHyQnEtCeSihaE5UpaEKDHyQULRk8lLQtCcqUtCApPJC0ZaMx8lLQUJyvzFC0ROU+ZaMtGY+RaFoTyUtEWiJySqRScoK+RaMx8hxL0k8lJQtEQpScogLQx8kLQtCeSloKIhSk5QFoTyQtC0MfJRQtEQpScohQTyQULQnkpaFoTn6jgi0MeUFfItCeSEqy9Jj5KKFoicqoKfVer+8u3+lcmmW6s7F2nSbKytmnr4fJytxN97HMciZXBWf5GEzEXMbeWWq8zF4TlDj2v7S21umx9PuDBx8uFKJzguuP8AYuKlyD484Si/idhbC7rdyO1+ctQ7f61qGl3+pOUbN1qzcao/xbEuqxeXBfLdtzi6cUds/R/5mtwxD6eI9gNAp7djkWOKbcNAbBhNkijRP9yzc1m/Ybr+ZsvX+lexiY2p+jVMc92e17TMlSydm5ksa/xas5FblpvwUbsV6kF/ajefxNifan8zXc2nSt6d3i0e1qOFwUszT+mxkpeMp4tyX096T8rdzEivJncr0h7X9BexFaJ3V3YmGy+ZdXdYs6hkJHYTc6LImo6y6fWcolbJT16irw+zWZPU5/0yuRUVcYd2dut47KuNbgwrtvF6qK9H57Eq8qXYVim/CMnGfnFGzLtX7hO0PeaxF7C1rGydScHKWHcfoZsElWXVjXem7KMOUrltXLPlcaozkUcJO6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfO+wO2+r+qaKZHsjf9R0ms+J81dNjzuPxtu8yPy8m43H2J238pL+xUSOvFLI5UVEReD3ejbb1/cV30NCwsnLmnR+lblJR/tSS6YL4yaXxODb27m9u+22H9dv3W9M0iw4uUfqsi1ancSrX0rcpK5elwdI2oTk6OiZ149n/lu9edR+/U68w23dr5GNHfas1Ka6drMjmoqeEmV2KumdYqv4RHMxMrFbyqOX4Ivdege27eupUua1dxtOsPmnL1rq/zLb9P+m8n4U8sGu4f5m3Y3bHXjbHxNU3LnKvTOEPocRteDvZUfqFx8Y4c40q0+SfXT2b+WL2W3L+TU0qPUeqsZL5shfgsSzYNhbBJwjmWMztCZCg6Xw5RJa2PqPbzy1UciOTu7QPbnsTS+m5qrydRyFz9Sfp26/CFrplT4SuTT5OqqjBTuD+ZX7gN1+pjbSjpm29PlVRePZWTkqL5qV/L9W31U4KdrGsyVaxakk11/wC+dr9l9oXUyHYu/bfu1psrpYXbLn8nl4ajneacUatyzJVoRNSRyNZAyNjUVUREQ7l0fbmhaBa9HRMPGxLdKP0rcYN/2nFJyfxk22YU7y7j9we4mX9bvvWtU1fIUqx+rybt6MHx/dwnJwtpVaUbcYxSbSSR8/8AJT3NDhVCcr8y0LREBSeSFoWjJ5fQtC0MeV+YqkWhOSdXkUnkg4lozHyJQtCcr8y0QoiFKTlBRlozHy+haFoTlS0RaIgKTlC0YoyeX0FC0JypaItEYqvzKWhPJC0LQnkooWhjz9S8EWhOUJXyLQiuQVZekx8lJQtETlVKUgBPJC0LRmPkpaFoTlQWhClJ5IWjLRk8lFC0JyqlFCApj5IWjLRk8voWhaE5X5jgi0RORVFMfJCVZaMnkPtL0mPK/MURaIhQTyQUZaMnl9C0LQnK/MtEWiICk5QtGKM/vUvW8fbrX8fas0b1OeK1Tu1J5a1urZge2SGxWsQOZNBPDI1HNe1yOa5EVF5Pxcs271uVm9GM7Uk1KLSaafBpp8GmuaZ5GNkZOHkQy8S5O1lWpqUJwk4zhKLrGUZRacZJ8U000+KOzX16/Kx7DdQux+E7CsM7s0usrYpINruSwbvUq8t5/gbu2KzcvSs+Lv8A4pFkHO58EfGnCt6G3p7eNl7lU8vRU9K1WXGtmKdhv+tYqoxX+ydtLnRutc6uzf5gHeTty7Ol7xmt07YhwccubjnQjw/d51JTuNcX/ioZDf3VOCo13zeu3vL68+ysVWlpe3R4TdJo0Wbrzcf4+D2xsqN8pGY2F9ibH7HGzhV8sdYsqxnxkbGq8JiDvbtNvTYspXdUxnd0tPhk2a3LNPDqdFK0/hcjGr+65czbV2Z91fZvvfbt4u2NRWLueS46dmdNjLrTirUXJ28lLi649y60uM1B8Dl+daGR4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABx/7T9p/Xvpf+TD2L2tqeFylXzSbXat5c9tLHt5RGSazgI8nnIPN6eKOkgZHzzy5OF45lt7t7vTdPTLRNOybuPLlccfTtf7244W39ik38DpPuN7jux/af1LW+ty6Ziajbr1Y0Ln1GWmvB4mMruRGr4JytxjWtZKjp1sdpfmN0zH/AHqXTvVub2SdPuxtzu+X62uYyORvKRz18Jh35nI5KtIvx4ls4+RE/VEX9O9dv+2LVL1Lu59QtWIcPw8eLuy+x3J9EYv7I3F8TAXuL+ahtTC6sTtZtzMz73FLI1G5HFtJrlKOPYd+7dg/Kd3GlTmkzro7I/I/7a9jfyIf+466JjJ1VUxfW+Og1f7HKeP/AE+dR13bmIiL8EXJKnPx/X4nd+hdje3Gh0n9D9ZfX6+VJ3a/bb+Wz/5Rgrv334+5rfnXa/jz0bT5/wBzpdqOH0/2citzNX6cp+fPicJcrl8pnMhay2ayV/MZW9L967k8rcsZDIXJlajVltXLck1mxL4tRPJ7lXhDtbHxcfEsxxsWELWPBUjCEVGMV5KKSSX2IxI1HUdR1jNuanq+RfytSvS6rl29OVy5OXLqncm5Sk6JKsm2eO5U/vRHh0RAUnKFoy0ZPL6FoKE8lHBFojEnUUnkgqy0ZPIlPMvSY8qWiLREBScp8y0ZaMnl9C0LQnkooi0RiUDlPmWhaMx8voKFoTyUtEWiJz81KUx8kLRloyeQoWhOV+ZeCLRGPJKopPJBVloyeRPtL0mPK/MtC0RACeSFoWjJ5fQULQnK/MtC0RiUpOUFGKMnl8i0LQnKloi0RAUnKFoy0ZPL6FoWhjyoohREFUUnkhKstGY+Q4l6ScqKItEQpScp8xRlozHy+haFoTyUtEWiIATlPmWhaMnl9BQtCeSloi0RiUpOU+YoKMnkhaFoTyUtEWiP6V7NipYgt1Z5qtqtNFYrWa8r4bFexC9JIZ4Jo3NkimikajmuaqOa5OUXk/M4QuQdu4lK3JNNNVTT4NNPg01zR/azevY96GRjylbv25KUZRbjKMouqlFqjTTSaadU+KO1j1g/LB3H1CuO1fuFLvc2gwI2u29fttb2Pha6c8Pp7HbVW7KyLyVfs5Rz5n/BjbcTERDHff8A7dtr7lU8/bPRpesvj0xX+Gm/61pfuq/tWqRXN25NmwDsT+YD3L7dOzoXchXdzbRhSPqXJpajZj5wyZ/8Slz6MpucuEVkW4pI2HejPYzp72N1lNo6m3GhsEMDIP7xhpFWjs2uWJ2qramwYCyrb+Per2uYyXxfVsKxywSysTyMK927I3NsjP8AoNxY07Mm30TXzWrqXjbuL5ZeDa4TjVdcYvgbj+1febtx3n0P+O9vtStZluKj61l/h5ONKS+5kY8qXLbrVRnR2rji3auTiuo+3nFDtEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwHtn2k6B6Qisp2R2frOFydZqq7W6ttc5tj3q3mNiaxhGZDNxNmVURJJYY4UVeXPanKpzLbnb/AHluyUf4Hp+RdsS/vWvTs/H8W5023TyUnLyTZ0p3M9xXZTtDbuLfu4tPxNQtrjiwn9RmN04L6THVzISlyU52421WspxVWusLtn8x+DqLZodJdW3MtK1XMg2Xse4mNoI9iKnmzVdfs2L1yvI/4tc/J05PFP3Roq8N79257Ycu503t16hG3HxtY0eqX+9uJRi140tTVeTouOvTuX+ahpOP6mF2j25dybiqo5WqT9K3VeKw8acrk4t8U5ZdiVFxgm6R6xu2feT2e7k/k1dn7RzeKwdlHMdrOlubp2DWu5VctS1FhP41/L1/JeeL9i0vwT4/BOO/NudpNg7Y6bmBp9q5lx/vb/41yvmncrGD/wBnGH+VmvjuX7vvcN3U9TH3DuPLxtHucHiYD+hx+l/qTWP0XL0a8aZFy8+XHgqcS3Pc5Vc5VVXKqqqryqqvxVVVeVVVU7HSS4LkY1Pi6vi2YlA5T5loKMx8hQtCeSloi0RjySqKTlBV+BaE8icfEvSTyUtC0RiCk5QpaE8kFBQnkpaFoicqUpOUBTHyQtC0J5KWhaE5+ZSmPKCjLRk8voWgoTlS0RaIhKopj5IKstGRXfIcS9JjypKItEQpScp8y0LRk8voKFoTyUtC0RCgnKfMULRk8voWhaGPkpaItEQFJynzLQUZPIULQnkpaItEY8iqKRVRBXyLRk8icS9Jj5KKFoiFKTlAWhPJC0LQx8lFBREKUnKFKTyQULQnkpaFoTlSlJygBPJC0LRmPkpaFoTlf6qC0MfJPmC0ZFd8k/5ipekx8lBaIhCk5T5loy0Z7joXYu8dW7Rjt0672jM6ftOKf5UszhLklS01jnNdLWna3mG7Qs+CJNWnbJBOz9sjHN+B6zWNE0ncGnz0vWse1k6fcXzQnGq+DXjGS/VlFqUXxTTOS7S3funYeu2dzbOz8nTtex3WF6xNwklwrGX6s7cqUnbmpW5rhOMlwNhv08/LRqXYK4rr72S/tmh7pIkNLH9j1kbT0TZLHKRM/wAgic5W6ZlbHLVdKquxcj/N3lTb9uJcLe5ntz1HRvU1nY3qZmlqspYz+bItLn+G/wC/gvBfvUqKl11ktxXty/MF2/u94+0O9XoaTuaXTC3qMfkwcmXJfUJv/B3ZcG51eLJ9TrjLotvuhjkjmjjlikZLFKxskUsbmvjkje1HMkje1Va9j2qioqLwqGLkoyjJxkmpJ0afNM2XwnC5BXLbUrckmmnVNPimmuDTXJmZD9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHz3sTtnrPqXFf3vsretY0rHOa90Emfy1WjYvLGrUkjxlB8i38rO3zTmOtFLJwv6HutE25r25Mj6TQsTIyr/ircHJRr4zl92C+Mml8ThG+e5Xb/tppv8W39rGn6TgtPpeTehblcpSqtW2/UvSVV8tqE5fA6u+4vy/9Wa6lvG9L6Xm+xsizyjg2LYvu6hqaKrUWO1WpTRT7Rk42r8HQzVsY5f6PMgNse2fcOb03905VrBsPi7dul699jkmrUfg4yu/Ya7+6X5oPbrQ1cwO1Gk5eu5yqo5WVXCw+XCcLcoyy7qXjC5axH5TOq3uD8gPtH3I6zVyfYdvTNfsOcv8AjHXDZtRxrY3I5r68+RqWJdnydaRjuHRW79iJeP8ASnxMhts9me3+11G5j4UcrNj/AHuTS9KvmotK1FrwcLcX8TXF3R963uJ7qO5j6jrt3StEm3/hNL6sK0k61jK7CUsu7Bp0cL2Tcg6fd5nDCSSSZ75ZZHyySPdJJJI5z3ySPVXPe97lVznucqqqr8VU7SjGMUoxSUUqJIxTnOdybuXG5XJNtturbfFtt8W2+LbMOUKfknkhaFozHyUtEWhOfqSqRaE5HV5FoY+SDiWhPJSULQnKlLQhQY+SCjLRk8lLQtCcr8y0LREBSeSFoxRk8voWhaGPK/MULRE5T5loWjJ5fQtC0MfJS0RaInIqikVUQlfItGY+Q4l6SeSkoWiIUpOUBaGPkhaChPJS0LREKUnKICk8kLQtCeSihaGPKlKTlCgnkgoWjJ5KWhaEVfmOCLQnKCpaGPkhKsvSTyUU8y0MeVBaEKCeSFoy0ZPJRQtCcr8y0LREBTHyQtC0ZPL6FoKE5X5loWiICk8kLRloyeX0FC0MeV+ZaItERVRP6gtGY+SCpeknkoLRGJCk5QpaE8kFC0J5KWgojEpRyiApj5IWhaE8lLQtDsz9KPyR9ietVnF6Jvj8j2D0j92OumFmmSfZNFge7xfa0u9akaj8dEi+b8TO9Krlb/sOrPfI+Tofup2N0XfULmr6OoYW66N9aVLWQ/K/FfrPkr0V1r9dXEoqOb3tk96O8Oyd6xtTdbvav2w6lH0W+rJwYvnLDnJ8ba5vEm/SdPwpWJSnKe0L1j2joXcmmYjsDrXZcdtWqZqLzqZLHyKqwzsRq2MfkasiMtYzK0nPRs9Wdkc8Lvg5qfAwD17b+sbY1S5o2u2J4+o2nxjJc14Si+UoS5xlFuMlyZvQ2PvrafcjbWPu7ZWbZz9AyY1hctvlJU6rdyLpK1dg3Sdq4ozg+Eoo9/PTHLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+U00NaGWxYlir168Uk0880jYoYYYmq+WWWV6tZHFGxqq5yqiIicqfqEJXJKEE3NuiS4tt8kl4tn87t21YtSv35RhYhFylKTSjGKVXKTfBJLi2+CXFnA3uv8kHrJ07/AC8fU2p/Z+01lki/x/rn+Pma0Vhi+HhkNofPBrVVjJeWytis2LMXivMKrwi9wbV7G793P03rmOtP0+VH6mTWDa/q2qO6+HKsYxdfvGGndr35e33tb6uDjak9w7it1X02l9N+MZLhS5luUcWCTqpqF27dhR1tN0T6je6fytewnYn8vGdeQ4fpzXZnSMY/BtTO7jLXf5J9qztGVrtrVnePCtkoUaU7Hc/7iopkltb27bL0TpyNbd3VM1f6T8Oyn5q1B1f2XLk4v9k1kd2PzIu9++fV0/Y8MXauhzbSeP8A4jOcX4Ty70emPg1LHx7FyLr+I0dbOw7LsW25a3n9rz2Z2XOX3/cvZnP5O7l8pbenwR1m/kJrFqZUT4J5PXhP0O9cLAwtNxo4enWbVjEgvlhbhGEF9kYpJfoRgTrmva7ubU7utbjzMrUNYvOty/k3bl+9N+crlyUpy/S3Q8H5IeXRnqqMnkWhaGPK/McC0ROSdXkUnkgqxRmPkSh+qE5UtEKIhSk5QUZaMnl9C0LQx5UtEWiIATlC0ZaMnl9BQtCcqWiLRGPPzKWhPJC0LQnkooWhiql4ItCcohK+RaE8kFWXpMVcpKeZaE5UpaEAJ5IWjLRmPkpaFoTlVBaEKUnkhaMtGTy+goKE5X5loWiICk8kLRlozHyLQtCcr8xwLRE5FUUxVyEqxRk8hxP10k5X5iiLREKDHlBRloyeX0LQtCcqWiLREBScoWjFGTy+haFoY8qKItEQpScoWjLRk8voKFoTlS0QojFV+agtPInkn/EVP10sxVy/0+AqXpJyq/1IWiIAY+SFoWjJ5KWhaE5VSloQFJ5IWjLRmPkKFoTlfmWgoiFKTyQUZaMnkWhaE5X5loi0Ryj9V/bbtD1P3iLZdJvPyOs5GeuzdNByFmRuv7XjmSM+4j2eMrcXnYImqlTIxMWau79rklgdLDJ1/wBwu3G3+4ukvA1WChnwT9DIil6lmXh5ddtv79tvplzXTNRlHvXsP7gd9dgt0R1rbF13tEvSiszAuSf0+VbTVarj6V+K/dZEI9dt8Gp2pTtT25/Xj2D6+9mOssP2d15edJRu+VPM4W2+FM1qufrsYuQ1/OV4nvSG5WWRr43p/t2K745o1dHI1V1t712ZrOxNeu6DrUKXofNCca9F22/u3LbfOL5Nc4yTjKkkz6Eez/d3aPevZONvfaF1vFu/Jesza9bFvxS9Sxfim6TjVOLXy3LcoXINwmmfcjiZ2iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD0XsDs7r3qrCSbH2Pueu6XhmJJ4Xdgydah/Kkia1z6+PryvS1k7nD04grslmcqoiNVVQ9vo2ga1uLLWDoeLfysp0+W3BypXxk1whH+tJqK8WcP3r3B2P240h67vzVcHSdKVaXMm7C31tcXG1Fvruz4qlu1Gc3VUi6nUz3j+X/S8ItvD9B6ZZ3W83yji3HdI7mC1hr0c5G2KOuxOg2TLQPaiKiWZMU9qqvLV4+OR20vbPquX05W8cqOLZ5uxY6bl37JXXW1B/2VeXxNaXd/8ANC2npDu6X2X0m5q2YqpZ2ep4+InxpK3irpyr0WqfvZYck+cXTj0+dz+1/fnfk0reyexczkcO+R0kOqYt7MFqVdquR0TE1/Etq0br66NRGTW0sWUT9ZFVVVcmdrdutnbOinoWDahlU43p/iXn5/iTrKNfGMOmP9U1e91vch3p703ZLfuuZV/SnJuOHaax8KPGqX01lQt3HGlIzvK7dpzuNtt8dvL6HNqHRtCeSl4ItEY8k6kUnknzFWWjJ5Ep5l6THyUtEWiICk5T5loWjJ5fQtC0J5KKItEYlA5T5loWjMfJBQtCeSloi0RFX5r/AMyloY+SFoy0ZPIULQnK/MvBFojHklUCK5BVloyeROJ+ukx5X5loi0RACcoWjLRk8vkKFoTlS0RaIhSmPKCjFGTy+haFoTlS0RaIgKTlC0ZaMnl9C0FDHlRRFoiCqRSeSfMVZaMx8icS9JPJRQtEQpScp8xQtGTy+haFoY+Sloi0RACcp8y0LRk8kFC0J5KWiLRGJSjlAKGPkhaFoTyUtC0ROfmoKYq5P/UC0ZPL5IKl6THlfmD9URCAnKFoy0Zj5fItC0Jyooi0RClJyhaMUZPL6ChaE5UtEWiIUpjygoy0ZPL5FoWhOVLRFoiAE5T5gtGY+XyQVL0kVy/+ohaIxBTlj6e+2W4+pPadTcsJ9/LahmFrYzsTS/vNZX2bAMkeqPrukRY6mfwzp3z0LH7VZJ5RPVYJZmP667l9utM7j7flpmXS3qVqssa/TjaufGnO3Oijcj4qkl88Ytd/e3bv3uTsBvq3uTTOvI29kdNvUMOqUcmwm+Ma8I37Lk52LnCkqwk3auXIy3HOuew9Q7Y0fWuxdDzEGd1PbMZDlcPkYOW+cMvkyWvZhd/uVL9Gyx8FmB6JJBPG+N6I5qoaytb0XUtu6tf0TV7Ts6jjXHCcX5rk0+TjJUlGS4Si01wZ9GGzt37e37tjC3htXIjlaBn2Fds3I+KfBxknxhchJOFyEqShOMoySaZ7seqOSgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHH/uz2i6N9fKUk/Z2+4rFZT+OtinqlF65fb8kioiwpT12h96+yKw5yNbPO2Cqiry+VrUVU5ntTt/u3el1Q0DDuXMfqpK9L5LMfPquSpGq8Yx6p+UW+B0r3Z9w/aDsliSvdwdZxsbUejqhh2362bd/Z6Ma31XEpNpK5cVuyq1lcik2umHvj8vXYeyuuYXoTVqvXmHcskUe37RFS2HcrMfkix2aeIe2xq+Ae5nLXxytyy/o5sjF+CZSbQ9tOi4Kjl7xyJZuTwbs2nK3YT8VKfC7c+DTs+TizVN3k/M63zr8ruk9mNOt6Hpbqlm5at5OdJV4ShZaliYzaqpRmsx8nG5B8Dqc3Tfd17FzljZd82rP7fnrXwmy2xZW5lrqxp/ogjmuSyrBWiT4Mij8Y2N+DWoiIhkZpej6ToeJHA0jHs42HHlC3CMI/a1FKrfi3VvxZrX3XvHde+tXnr+89SzdU1q5969lXp3rlPCKc5PpguUYRpGK4RSXA9S5PY1Rxuhjygq/AtCeSE4loTyUtC0RjyoKOUKDHyQULQnkpaFoTlSlICk8kLQtGY+SloWhOV+YoKE5QtGfqjMfL5FoKE5UtEWiISqKTyT5irLRmPkOJeknkpKFojEpScp8y0LRk8voKFoTyUtEWiIUE5T5ihaMnkWhaGPkpaItEQFJyiFFCeSChaE8lLQtEY8iqRScoKloyeROJekx8lFC0RAUnKFKTyQtC0J5KKChjypSk5QpSeSChaMnkpaFoTlSloQAnkhaFozHyUtC0JyoLQx5T5gtGTy+SCpekxVy/wDqBaIhCk5T5loWjJ5ChaE8lLRFojEoJynzFC0ZPItC0J5KWiLREBScohRQnkhaFoY+SihaIhSk5RP6gtGRXJ/T4ipekx8l/wCBKl6UTlVBScoCmPkhaFoTyUtBQnKgpOUKU7W/xge7L/X/ALAZ1H2Hl3M6b7HykTIrdyZG1NB3S39qrU2BJJVRtfB5nwjrZJFVrIuIrPLUilSXHjv52qW8tGe5NFt13Pg23VRXHIsKrdui53IcZWvF/Nb49UenPT2Q+5Wfabdi7f7vyGu3Os30lKcvlwcydIwv1fCNi9SNvJ4pRpC9VK3cU9q016G9sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4o99+6nr567R26e7bnDk9trRK6PQdSbFnttklVPKOG3UhnioYFZG/ua7JWKbXN/0q5eEXsXZ3avem9nG7pWK7emyfHIvVt2UvFxbTlcp5WozafOhjd3m92HZPsbC7i7t1WGRua3Gq07DpkZrfNRnCMlbx6rinlXbCa+65OifSB37+VLvbtD+Zhes2RdManK6WJJsHaXI71eru5Y1bO1SwQJiHOREe1MbBVnicqt/kSJ8Vyw2d7etn7f6crXm9V1FUdLi6ceL+FpN9fl+LKcWuPRFmo3vR+Yz3i7herpOwFHam25Nrqx5+rqFyPL58xxj6NeEl9LbtXIOsfXuLi+si/kL2Uu2sllLtvI5G9PLau379ma3duWp3rJNZtWrD5J7E8z1VznvcrnKvKqd92bdnHtRsY8IwsQSUYxSjGKXJJKiSXglwNfuZmZmo5dzP1C7dv516bncuXJSncnOTrKU5yblKUnxcpNtvi2fi8kP6cTx6MnkpKFoTlfmWhaIhQTyQUZaMx8voWhaE5X5loWiICk8kLRijJ5fQtC0MeV+Yoi0ROUQpaE8kLQtDHyUtC0RORVIpOUJUtGYq4cS9JPJSULREKUnKICk8kLQUMfJS0LQnKgpOUKUnkhaFoyeSihaGPKqUoKDHyQULRk8lLQtCcr8xwRaE5QV8i0MfJCVZelk8lFPMvSY8r8xQtEQoJ5IKMtGTy+haFoTlfmWhaIgKTyQtGWjMfL6FoKE5X5iiLREKUnKFoy0ZPL6ChaE5UtEWiMeUT+oLRmKuT+nxFS9JPJf+AqXpRiQpOUQpSeSChaE8lLQUJypSk5QFJ5IWhaGPkpaFoTlVBSFBPJBQtGTyUtC0MeVKWhAUnkgLRmPkpKl6Scqv9QWiIATyQtGWjJ5fQULQx5X5loWiIUpPJBRloyeRaChOV+ZaItEQFJyhaMtGbUv4o/byTvLqqXp/d8n/J7O6gx9KtTtW5/uXtt67T7dLDZeR8j1mtZLXJvDH3n8KqxrUle98s8ipr29xHbaO0twrcuk2+nQdTnJySXy2cn704KnBRuqty2vP1IpKMIm9T2Ie4Cfc7Yku3u5r/Xvbb1mEYSnKs8rA4Qs3W26yuY7pj3nTjF49yUpTuza7aDHMz3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABxN9hPdXoT1ujsUt12lMtuUcKS1+v8AVGw5japFkZ5wf3CFJ4aGvwytVHNffnrebF5jSRfgvY2y+1m8N8yjd0rH9PS26PIvVha+PS6OVxrlS3GVHwk48zGvvd7sOzPYeE8Tdmo/U7qUKx03DUb+Y6qsfUj1Rt40ZKjUsi5a6o8banyOif2H/J73z3F/OwWj2P8As3pFj7kP8HVb0su3ZGq7lvGW3L7VW5B5t/WPHR0W+Kqx6yp8Vy52V2C2htjoy9Wj/E9Wjx6rsUrMX/UsVcX9tx3H4rpNPXe/8wXvN3S9bR9oz/lXaM6x9PEuN5t2D/02dSFyNVzjjRx1RuM3cXF9bcs8s8sk80kk000j5ZZpXuklllkcr5JJHvVXvke9VVVVVVVXlTvOMIxioxSUUqJLkkuSRgdcncvXJXb0nK7KTcm22226ttvi23xbfFs/lyp+qI/NEQFJyhaMtGTy+haFoY8qKItEQoJynzLRloyeX0FC0JypaItEYqvzKUnkhaFoyeSihaGPK/MvBFoTlCVLQnkgqy0Zj5KSnmWhOVUpaEAJ5IWhaMnl9C0LQx5X5ihaIhSk8kFGKMnkWhaE5X5loi0RAUnKFoy0Zj5fQtC0JyvzHBFoiCqBPJCVZaMx8hx8S9JOVFEfqiIUE5QUZaMx8voWhaE5UtEWiICk5QtGKMnl9C0LQx5UURaIhSk5T5ijLRk8i0FCeSloi0Riq/Nf+YKTyT/iKn6ozHyUVL0kVVX+pC0RADHyQtGWjJ5FoWhOV+ZaFoiApPJC0ZaMnkKChjyvzLRFoiFKTyQULRk8voWhaE5X5loWiIAY+SAtGRXfJP8AmKl6THyX5kLREBScoKMtGTy+haFoTlS0RaIgKY8oWjFGTy+haFoTlS0RaIgKTlPmWjLRk8voKFoY+SlohREKUnKJ/UFoz7Z66d5bJ66dyaR25rCyS2NYyjFy2LSZ0UGwa3datPYcBaRHIx0eSxc0jY3PRyQ2EjmRPONqpxPe+1MHe22MvbefRQyLfyTpV27sfmt3F8YzSbpTqj1R5SZ2Z2f7l6z2g7i6Zv8A0Vt3sK+vVtVajfx5/JfsS8KXLbkot1ULnRcS6oRN4HTduwG/6lrW8arfjymtbdgsXseCyEXwbbxeYpw3qUqt5VYpFgnTzYv7mP5a5EVFQ1RanpuZo+o39J1CDt52NenbuRfhOEnGS+KquD5NcVwPpj27r+lbr0DC3NoV1X9G1DFtZFi4v1rV2CnB08H0tVT4xdU+KZ7KeCe5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOO3fPtT0j64YtbnZm4VquXlg/kYzTMN9rLbpmWr5JG6jgopo3160rmOalq2+rSRyeKzI7hF5ts/t5uvfGR6Wg40pYydJ351hYh/auNOrX7EFOdOKjQ6O7ye4vtJ2J0/wCq3/qlu3qcodVrBsUvZ19caO3jqScYOjSvXpWrFVR3U6I6FfY78pXdfbaXtc6wSTprSZnyRffwt582/ZaqqOYn87aI2wf2RkzfF/2sYyCaN3LHWZmfrmBsf2+7V230Zuv01TVUk6TjTHg/6tp19SnKt1yT5q3Fmm3vr+Yf3Y7lq9ofb5S2rtKTa6rFxy1G9DivxMtdPoKXCXRixtzi6weRdjz6xLFie3PNatTzWbVmWSxYs2JHzT2J5nukmmmmkc6SWWWRyuc5yqrnKqr8TvyEIW4K3bSjbikkkqJJcEklwSS5I1+Xr17JvTyMicrmRck5SlJuUpSk6ylKTq3Jtttt1b4s/hynzP3Q/nRk8kLQUJ5KKItEQpScoC0MfJC0LQnkpaFoic/NSlMfJBRloyeX0LQtCcr8y8EWiMeSVQJ5IKstGRXfInHxL0mPKloi0RAUnKFoy0ZPL6ChaE5UtC0RCgnKCjLRmPl9C0LQnKloi0RAUnKfMtGWjJ5fQtBQx8lFEWiIKopOUFfItGY+ROJeknkooWiIUpOU+YoWjJ5IWhaGPkpaItEQAnKFLQnkgoWhPJS0LRGJSjlAKGPkhaFoTyUtC0RFX5qC0MfJAWjIrvkn/MVL0mPkvzBaIhCk5QtGWjJ5fQtC0MeVFEWiIUpOULRijJ5fIULQnKloi0RClJynzFGWjMfL6FoWhPJS0FEQFJyif1BaMx8voKl6SeSkLRGIKTlPmKFoyeRaFoTyUtEWiIATlCloTyQtC0MfJRQtEQpScoUUJ5IKFoTyUtC0ROVKUnKIC0MfJCVL0snkoqXpRiqr/VQWhjygoy0ZPL6FoWhszfhc9gZdw6r3DoLPXXTZfqy8mx6ik0vlJLo20W5XXqMDHOc90ev7Qsr3uXhrWZSFjU4YYI+6PZsdM3Bjbxw40xtQh6d6i4K/aS6ZP43LVEvjak3zNz35cvdaev7G1DtVqlxy1DQ7v1GL1Pi8LJk3OEVzpYyept8ksm3FKkTuzMVjZKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfOez+2+tumNZn2/s/cMNp2BhVWR2cpYX+TfsInl/Cw+MrsnymayCs/clepDNN4orvHxRVT3egbb13dGetN0DGu5WY/CC4RX7U5ukIR/rTlGNeFas4N3B7l7D7V6BPc3cHVMXS9GhwUr0vnuS5+nYtRUrt+5Tj6dmE50rLpom10T+y35bNz2tL+q+u2Km0HAPWWtLv8AnoatvdcjFy1qyYTF82sRrEMrfNPuSLduK1zXsdVkaqGXWxPbhpendGo72uLMzFRrHttqxF+VyfCd1rhwXRCqaauRZp779/mVbq3J623Ox2NPRtGdYvUciMJ591cq2LXz2cSLVV1S9e804yhLHmmjp7zWczGx5W/ndgyuSzubylh9vJZfL3bORyeQtSf+ZYu3rkk1mzO/j4ue5ymTOLh42DjwxMK3bs4luPTGEIqMYpeEYxSSXwSNYWq6rquu6je1jW8m/matkTc7t69cldu3JvnKdyblOcn5ybZ4ryU8ih4FCcqUtCApPJC0LRmPkpaChOVUFoTlPmWjLRmPl9C0LQnkpaItEQlUUnKCvkWjMfIcS9JPJSULREKUnKfMtC0Zj5ChaE8lLRCiIUpOUQFoTyQtC0MfJS0LREBScoUUJ5IKFoTyUtC0RjyOCKTlBXyLQnkTiXpMfJRQtETlQUnKFKTyQtBRk8lFC0MeVKWgKUx8kFC0ZPJS0LQnKlLQgBPJC0ZaMx8i0LQnK/MULRE5RP6gtGY+XyQVL0mPkoLREIUnKfMtC0ZPIULQnkpaItEYlA5RAWhj5IWhaE8lLQtEQFJyhRQnkhaFoY+SihaIhSk5RAWhPJBUvSzFXL/wJUvSicqoLQnKApPJC0FGY+SloWhOVBaEKUnkgoWjJ5KWhaGPKlLQAGPkhaMtGTyUtC0JyvzFC0RClJ5IQUZj5fQVP10mPKr/AFBaInKfMULRmPl9C0LQnkooi0RClJyiAUJ5IWhaHOT8cXcEnTfuB1LlprK1sHueWXrHZG8+EU2N3p0WJxzrMi/COtjtoXHXJHL8EbW+PCcqdT979sx3P201LHjHqy8W39Va81LHrOVF4uVr1IJf1jJr2gb+l277/wCg59yfRpuo3/4dkeCdvNpat9T8I28n0L0nySt8eBucmr4+iYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/LevUsZSt5LJXKuPx1CvNcvX71iGpSpVK8bpbFq3asPjgr14ImK573uRrWoqqqIf0tWbuRdjYsRlO9OSjGMU3KTfBJJVbbfBJcWePl5mJp+Lczs+7bsYNmEp3LlyUYQhCKrKc5yajGMUm5Sk0klVuh0++0P5YtJ0hb+oeu9Sj2JtEay1rO95NlhNCxMnCsc/DQRyVr222on88SNdXx6KjXslssVWGTGwPbpqurdGpb2lPC090ax4U+omv67acbKfl81zmnG2+JrF9wf5kG09pettnshas65uGNYS1C6pfw+y+TdiKcbmZNOtJJ28evTKNzIi3E6F+ze2uyO5dmsbh2duGZ3HPzo5jLeVscwUaznukSjiMdA2HG4XGskcrm1qkMMDXOVUbyqquYGg7b0Pa+BHTNAxbWLhrwguMny6pydZTlTg5TcpU4V4GnDf8A3I313S1+e5+4Gp5Wqa1Pgp3pVjbjWvp2bUVG1YtJttWrMIW022o1bb+dHuzhJOULRijJ5fQtC0Jyooi0RjyhS0J5IWhaGPkpaFoiciqRSKqISvkWhj5DiXpJ5KSnmWiJypSk5QFJ5IWgozHyUtC0JyqgpClJ5IWhaMnkooWhjypRQFKY+SCjLRk8lLQtCcr8xwRaInIqimPkhKstGTyUF6THlfmKFoiFBPJBRloyeX0LQtCcr8y0RaIgKTlC0YozHy+haFoTlRRFoiFKTlC0ZaMnl9BQtCcqWiLRGKqifqoLQx8kFS9LIrl/4CpelGPKqQtCcoUpPJBQUJ5KWhaE5VSlICk8kLQtGY+SloWhOVBaEKDnz6jdr+rM1in1P7b9P6pmdNyFj7OB7cw1bI6vtun2bD5XfY23I6VPh8vs+vy2JUVtqZ81uj/pek9fxbX6e7kbd7gxhLcXbjU8i1qkI1uYc3G7ZvJU42Y31OFq4kuMEowuc10Tq55ae3rfnYm5et7A9we3NPydt3Z0satZjcxsvElJt9OXcwpWb2TjuTqrs5Tu2OUlds9Ks9se6/hp9dt0oR5rqbtDd9NjytWG5irEk+E7F1KSrZiSarboReODyt2rYie17X/3aRr2KitVEXkx00r3P720u88Xcen4mVK3JxmqXMa8mnRqT/EhFp8GvRTT5oz93L+W32c3LirU+3+uappsL8FO1Jys6jiOElWM7a/AuzjJNNP6uSkqNPxOAnaH4dvaHTUs29DyGj9s42LyWCvh8uurbLJGxquc+bEbS2jho3KiftZDlLD3L8ETnjnuLb/ua2BqfTb1iGXpt983OHq2k/hO11T/AEytRSMT98/lzd8dtqeRtS7pe4MKP3Y2bv0uS0vF2srosr4KGVcb8jrj7G6c7X6hvpje0Outy0S0+Z8Fd2za/ksVTvvj8/J2LyNmu3H5aH/bcqSVpZY3IiqjlRDu/RNz7d3LZ9fQM7FzLaVX6VyM3Gv7cU+qD+Ekn8DDbeXbjf3b3L+i3xo2paVfcnGP1OPctQm1WvpXJRVu6uDpK3KUXR0bPmnkh704ZRk8voSpekx5Vf6gtEQAnkhaMtGTyFC0MeV+ZaItEQpScoKMUZPL6FoWhOV+ZaItEQFJyhaMtGY+X0LQtCcqKItEQoJ5J8wWjMfL5ISpeknkoLRGPPzUH6oTyQULQnkpaChjyqlKQFJ5IWhaMnkpaFoTlQWhCgnkhaFoz9VDI3MXfpZPHzvqX8dbrX6NqPj7la5TmZYrWI/JFb5wzRtcnKKnKH871i1kWZ2LyUrM4uMk+Ti1Rr9KdDycTIv4OVbzcWbhlWbkZwkucZwalGS+KaTRu4//ADM4j/6lr/8A+rP/AMzP6Wv/AK0f/Uv/APD/AP701UfyJk/tS/8Axg/hfh9/z+3/ACH0jf8AOXA/Yh/+JH8xfrfuv2f7P/eOUx18d3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEP2b91ul/V/Hy1tpyv8AkW/S1mz4rrfXZ4J9isJPGrqtrMPcrq2tYmZeF/kWuHyM5WCKdWq07K2F2r3Tv+8p6fb9DR1Kk8m4mrapzUPG7Nfsw4J8JyhWpjN3+913av2+4UrG4sn67eUralZ0zGlGWTLqVYTvN1ji2Zf6S780o1dm3eacTXD9mfd3uv2duT0tmzH+M6A2wkuO641mexX19iQyrJWsZyZXJb2bJxcNX7tpfsskb5QQwcqi5w7D7UbV2DaV3AtevrNKSybqTucVRq2uVqL48IfM1wnKdEaLu/nuy7se4DKni6/k/QbMU62tMxZSjjLpdYSyJcJ5V1cPnu/JGS6rVq1Vo4eeR2bQxjoTyUtEWiMVX5r/AMyloTyQtGWjJ5KKFoYqq/MvBFoTklUUnkgqy0Zj5KQvSTlfmWhaIgBPJC0ZaMnkWhaGPK/MURaIhSk5QUYoyeX0LQtCcr8y0RaIgKTlC0ZaMnl9C0LQx5X5iiLREFUCeSEqy0Zj5DiXpJyooi0RClJygoy0Zj5fQtC0JypaItEQAnKfMtGWjJ5FoWhPJRRFojEpScp8xQUZPL6FoWhPJS0RaIxVfmv/ADBfsJ5IC0Zj5KKn66Scqv8AUhaIgBPJC0ZaMx8i0LQnK/MURaIhSk8kLRloyeX0FBQx5X5loi0RClJygoy0ZPL5FoWhOVLRFoiAE8k+YLRnaB6E/kX2b1nyFDrjsiXI7V0VfttjZXR7rOY61nuWlktZrW2KySa9hJJJnyXMV5IjnKs9ZWTfdjs9Ad4OyeBvyzPXNDUMfd0I1ryhlKKooXfCM6JKF3/MuVj0yt5ze1D3h652Sy7Wzd5yvZ/ay7coo1cr2nSnKsr2MqNzsttyvYtVV1u2em51wv7TmpbdrG+a1hdx0zOY3ZdX2GjFksLnMRZjt4/IU5uUbLBNGqojmPa5kjHI2SKRrmPa17XNTX3qWm5+j513TNUs3LGoWJuM7c1SUZLwa/yp8mmmm00zext/cGibq0XG3FtvKs5uh5lpXLN+1JTt3IPxi15NOMoukoyTjJKSaXkMvhsPsGOtYfPYrG5vE3o1hu4vL0auSx1yJV5WK1RuxTVrEaqn+l7VQ/jjZWTh345OHcnayYOsZwk4yi/NSi00/sZ5eoabp2r4c9O1XHs5Wn3VSdq7CNy3NeUoTUoyXwaaOuvuv8Vfqj2yy3e1/WbfT2yzMesOU63lix+F+/8AvWL+XplyOzrn8Rj3/ujpRUJXtRE+63hOO69q+4TuJtxxtZl+Op4KfGGSnKdPGl9Uu18nN3EufSzD3uX7EOwm/wCNzK0nCubd1qSdLunNW7PVxp1Yc1LH6E3xjZjYk1w61RHTZ31+JX2X6nbdzGgwY/u/Va/lI2XT4paW6Q12qiI63o92Wa1amc53DY8XZycioiqrWoZO7P8AcbsXcThjaw56TqEuFLzUrDfwvxSSXxuxtLwqzXJ3V/L/AO9Owlc1DasbO59ChV1xE4Zij5zwptyk34RxrmTLxaSOr/JY7JYe/bxeXoXcVk6E8lW9jsjVno36VmJ3jLXt1LMcVitPG5OHMe1rkX9UO/bF6xk2Y5GNOFyxNVjKLUoyT5NNVTT80YRZmDl6dlXMHULV2xnWpOM7dyMoThJcHGcJJSjJeKaTR+E/qeOTlPmWjFGY+X0LQtCeSiiLREKUnKfMtC0ZPL6CgoY+Sloi0RClJyif1BaMnkhKl6THyUVLREVfmv8AzBaeRj5IKMtGTy+haFoTlfmWhaIgKTyQtGWjMfL6FoKE5X5iiLREKUnKCjLRk8vkWhaGPKloi0RACcoWjLRk8hwL0nf9/dsz/wDya5/+oI/jf/XGh/7h/wD1F/7z/wCV/wDmf/ev/omHH0+L/pY//vir92X3v9Hy5/H7nxNp/wBbqH/s9z//AFa6f3kPuf8AtH3uX9X95/VNikwoNtQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DaNq1rScBk9p2/PYnWdcw1dbeVzebvV8djKMCOaxH2LdqSOJiySPaxjefJ73I1qK5URfM0/Ts/Vcy3p+mWbl/OuypC3bi5Sk/glV8uL8Eqt8Eem3BuLQdp6Nkbh3NmY2BoWLDrvX79yNq1bjyrKc2kqtqMVWspNRim2kdDftj+WPLZp2S0X1iZPg8MqTU73a+Vpuiz2RarvBztMw1xif2KrJG1fG5djddc2TlkFWRjZHZf9ufbnjYqt6vv5q7lcJRxISrbj/t5x/ePzhBqCpxncTaWnj3H/mPalqryNodgVPE0t9ULmr3oNZF1Vo3g2Jr/AA8GuV+/F32pVhax5wU30pZLJ5HM37uWzGQu5XKZGzNdyOSyVqe9fv3LMjpbFu7ctSS2LVmeVyufI9znOcqqqqplVYx7GLZhjY0IW8eEVGMYpRjGK4JRiqJJLgklRGqXOzs7VM27qOpXruRqN+5Kdy7dnK5cuTk6ynOc25TnJtuUpNtt1bqfg5Q/rRnjUZPL5FoWhOV+ZaIUROSVRTHyQVZaMnkOJekx5UlEWiIUpOULRloyeX0FC0JypaItEQoJynzFGWjMfL6FoWhPJS0RaIgKTlPmWgoyeX0LQtCeSiiLRGPIqkUnKCvkWjJ5E4l6THyUULREKUnKAtCeSFoWhj5KKCiIUpOUKWhPJBQtCeSloWiJypSk5QAnkhaFoY+SloWhOfmoLQxVyJ/6AWjJ5fJBUvSYq5V/9ALREIUnKFoy0ZPL5FoWhjyooi0RClJynzFGKMnl9C0LQnkpaItEQpScp8xQtGY+X0LQUJ5KKItEQpScon9QWjMfJBUvSTyUhaIxBRygLQx8kLQtDn56P++e8+pOzJisj/ctw6YztpHbNov8z/dxNiVyNftGmfyn/wAXHZ2Jvxng5jr5KNqRzKyRsNiDp3uv2g0nuPgfUWOjG3RZj+Ff6eE0v7q/TjK2/wBWXGVp8YppyhPLL2xe6jdHt/1r6DM9bUe2+VOuTg9fG1J88nD6n0276/Xh8tvIilC44yVu7a20uuOx9K7b0rAdh9eZ+lsuo7LSZexWVovVWvaqrHPVtQSIyxRyNGwx0NmtM1k9edjo5Gtc1UTXNrmh6rtzVb2i61ZnY1KxPpnCX+Rp8pRkqSjKLcZRaabTN/Gzd5ba7gbaxN37Qy7Wbt/NtKdq7B8/CUZRdJQuQknC5bmlO3NShOKkmj3c9UcnABxu799SehPZbGuq9qaJj8jmI6618dueJRuG3bENRFSJKWxU2JanrwOXybVtpZpK74uhcc52d3H3hsW/6m3sucMZyrKxP57E/Pqtvgm/GcOmflJHTXdfsD2p704Tsb70qze1BQ6beZa/BzbXl0ZEF1SjHmrV31LNeLts1/PaD8RfcnU0d/aulLdvurSYPu2JcNVpR1uycNWRU8WvwVd7oNtaxHIn3MYiWnry7+GxiK5MyNge5HbG4nDT91RjpWquiU3KuLN/7R8bP2XfkXL1W+Bqc73fl+9xNgwu6721nPcu2Y1k7MYKOo2Y+CdiLccqnLqxvxJOr+mjFNnUZZrz07E9S3BNVtVZpa9mtZifBYr2IHuimgnhla2SKaGRqtc1yI5rkVFTkyRhOF2CuW2pW5JNNOqafFNNcGmuKZr/AL1m9j3ZY9+EoX4ScZRkmpRlF0cZJ0aaao0+KfBn8PJD90PxQnkpaFoTlSlJyiApj5J/xJUvSyeSipelGKqv9VBaGPKCjLRk8vkWhaE5UURaIhSk5T5loxRk8voKFoY+Sloi0RClJynzFC0ZPL6FoWhPJS0QoiApOU+ZaFozHyQfaXpJ5KKovSjHklWUiqnzHFloEVXKjWornOVERETlVVV4REROVVVUUoqvkVRbdFzZt7f/ACkZf/6ls/8A6sr/AOUj/wAqz/8AXf8A+pf/AH3/AN5/+h/5n/5w1tf8x8b9qP8A+Pn8Y5r7nn93l8eX9U32f8h879if/wC5v+V+Uv3v7P3/AL3w+9/XOzU6HMyQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcPvaX3W6g9WMS6LZb67L2DdqrPguuMDYhfnLSPb/ANPezc7vODWsI+RU/wCosIssrUd/Hhncx7U7M7fdq9zdwsnqwIehosJUuZNxP015xtrnduf1Y8E6dcoJpvGX3Ce6vtn7etNdvXb31+9Ltvqx9Mx5Rd+dV8ty/J1ji2G6fiXPnmur0LV5xlFazfsl7b9we0GwJkd/zP8AF1ujZkm1zQsK+epqmAaqPjjmjpuke/J5ZYXq2S9adJYd5OaxY4lSJueWxe2+2dgYXoaNa6s6cUruROjvXPGjlT5IV5W4UjwTfVKsnoT77e5Dud7gda+u3nl+noVm45Y2n2HKGJj80pKDbd290tqV+65XHWUYuFuluPGPyU59RHQdETkVSKTlCV8i0Zj5DiXpJ5KShaIhSk5RAWhj5IWhaE8lLQURClJygLQnkhaFoY+SihaIhSk5QoJ5IKFoTyUtC0Jz9RwRaGPKIK+RaE8kJVl6THyUU8y0ROVBaEKCeSFoWjJ5KKFoY8qUtACmPkhaMtGTyLQtCcr8y0FEQFJ5IWjLRk8voKFoY8r8y0LRE5RP6gtGY+SCpeknkoLRGJCk5RCloTyQULQnkpaFojEoHKAtDHyQtC0J5KWhaIgKTlCgnkhaFoY+SihaE5UpScogLQnkn/EVL0sx8lJUvSicqv8AUFoiApPJC0FGY+SihaE5UpaEKUnkgoy0ZPJS0LQ5p+lvunvfqHvf86l/K2PrHYrVdu/aC6wjIb8LfGFM/gFmckGO2rHQf+XJ+2O1G37E/wC37ckXVvdLtZpHcnSPRu9NjXrEX9PkU4xfP07lOMrMnzXOD+eHGqlkn7bfcjun2+bp+qxevM2TmXI/XYLlRTS4evYr8tvKtx+7LhG7Feld+Xplb26uoO4Ovu9tBwvZXWWfr7Dq2bjckc8aLDdx16FGpdw2ZoPX+RjMxjpHo2aCREVOWvaro3se7W5uXbOtbR1i7oWvWZWdQtPiucZRf3ZwlynCX6sl8U6STS+gXt73D2l3R2pjbz2Vlwy9DyVwkuE7c1Trs3oP5rd623ScJceKkuqEoyf009Cc1AAAOCvtj+P3o72rp3MtlMc3Re0v4/hjuzdZpwtyM0scbm14dsxKSVqW249qq1F+86K8yNiMhtQt5Re2+3XeXdnby7HGx5/V7f6vmxbsn0pN8XZnxlZlz+6nBt1lbk6Uxf78+07tl31xrmfm2Vpe+OilvUsaC9RtL5VlWqxhlW+VetxvKKUbd+3Gqer17OeoXc/qjsqYfsjA/f17IWJY9Y37BpNd1DZYo+XI2teWNkmOyjI05loW2w2mcK5rXxKyV+fmwu5e1u4eB9Tod6mbCK9XHuUjetP4xrSUK8rkHKD5NqVYrSN3q9vncfsTrX8P3ji9Wk3ZtY2dZrPEyUv2Z0Tt3UvvWLqhcj95KVtxnLi15fJDn9TpHpJyvzB+qIx5RAWhPJC0LQx8lFC0RClJygFCeSFoWhPJS0LRGJSjlEAMfJC0LQnkooWhOVKUnKFKTyQULRmPkOBekiqqkr5FoTkVbKY+SChaMnkpaChOVBaEKU5nfj+6Ns9/+1fVupvouua1r2Zg7A3h7mK+pDqmm2K+VsVr3DHq2vn8o2ri04Tn7l5vxanLm9X95N2Q2d291DUVPpz71p49jzd28nBOPxtw67v2W3z5PIb2s9tL3dLvdouhztO5o+JkRzsx0rFY2JKNyUZ8H8t+4reN9t5cVxa3YTVgfRaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfws2a1KtYuXLEFSpUgls2rVmWOCtWrQRulnsWJ5XMihghiYrnvcqNa1FVV4P3btzuzjatRcrkmkklVtvgkkuLbfBJcz+V+/YxbE8rKnC3jW4OU5yajGMYqspSk6KMYpNttpJKr4HSP7jflWoYNcr1x6xWqeYy6JLRy/bkkUV3DY13Do5Y9Epyo+tmrjHfpkrDX0m8L9mKwjmzMyt7Y+3m7l+nrm/4ytY3CUMNNxnLxTyGuMI/6qLU3+tKFHF6n/c9+Yjh6T9RsbsDctZWpcbd7WWlOxafFNafB1jfmnyybilYVH6Vu8pRuw6EM5nczsuXyOwbFlsjnc7mLc1/K5jL3LGQyeSu2Hq+e3du2pJbFmxK9eXOe5VUzDxMXFwMaGFg2oWsS1FRhCEVGEYrkoxVEkvJI06atq2q69qd/WdbyL+Zq+TdlcvXr05XLt25J1lO5cm3KUm+bbbPE+SHkVZ4HSY+SkoWiJyqlKQAnkhaFozHyUtC0JyoLQhSk8kLRloyeSihaE5X5loKIgKTyQtGWjMfL6FoWhOV+Y4ItETkVRTHyQlWWjJ5D7S9JjyvzFEWiIUE5QUZaMnl9C0LQnKloi0RAUnKFoxRk8voWhaGPKiiLREKUnKFoy0ZPL5ChaE5UtEKIxVU/qoP1QxVyf8RUvSyeSipelGKqq/qQtAAY+SFoWjJ5KWhaE5UpaEBSeSFoy0Zj5KWhaE5X5igoiFKTyQULRk8voWhaE5X5loWiIAY+SAtGTy+SEqfrpMeV+YLREAJyhaMtGTy+goWhjyvzLRFoiFKTlBRijJ5fQtC0JypaItEQFJyhaMtGY+X0LQtCcqKItEcwPTn3G7B9Q+wW5/Aumzuh52arBv8AoE9p0WP2DHxOVrb9BzkfHjNnxkb3LUto1f1WKVHwvc1etO5vbLRu5OjfR5lLOr2U3j5CVZW5P9WXjK1J064V/rRpJJmQnt39w+7Pb9uxarpTllbWypRjnYMpUt37a4KcK1VvJtpt2rqXnCalblKJuAdOdx9fd89fYLszrPOw57WM7Dyx6eMV/FZCJrP52DzlHzfJjM3jJHoyeB6rxyj2K+J7Hu1p7m2zrO0NZvaDr1l2c+y/tjOL+7cty5ShJcYyXxTSkml9B/bzuHtPultPF3psvKjlaJlR4PlctXFTrs3oVbt3rbdJwfwlFyhKMpfUD0BzYAAA9T3jRNO7L1bL6Tv2uYrbNUztZ1TK4PM1WW6VqJfix/i7iSCzBIiPhmicyaGRqPjc17UcnsdJ1fU9C1C3quj37mPqNmVYXIOkk/8ArT5OLrGSqmmm0eh3Ntfb289DyNt7qw7GfoWVDpu2b0VKEl4PzjKL4wnFqcJJShJSSa1hvfL8Ye1evyZftTpePJ7p0uxZb2YxTkkv7Z1rB5eUrsijGrLndTrovLcgxv3qsaKltvixbUue3aHv1p+8vT29ul28XdDpGE+EbOU/Dp8Ld5/6N/LN/u3V+nHSp7ovZRrfaj6jfPblX9S7cqs7trjPK0+Pi7lFW/ix5q+l12o1V+NI+vPqJ5UyRMBqEBSeSFoWjJ5KWhaE5VQWhCgnkhaMtGY+X0FC0JyvzLQtEQpSeSCgoyeQ4F6THyX5iqLREJVlJ5IKMtGY+X0FC0JyvzLQtEQpScoKMtGTy+haChjypaItEZxxyTSMiiY+WWV7Y4oo2ufJJI9yNYxjGornve5URERFVVUkpRjFyk0opVbfJI/cITuTVu2nKcmkklVtvgkkubfgjbw/F36c2fWXp6fb94xzqfb3bUONyuxU7LES1qWs1mST67qL2ub9ytkWpbfayTf2r/JkZA9FWq1y62+/3c2G/NzLTdJn1ba05yhbkuV666K5e8nHgoWn+ynJfvGjfF7MOwF7s5sGWvbksu3vzXY27l+El82LjxTdjFfjG58zuZC4fiSjbkm7KZ2gHQZmYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD5r2x29130hpmR33szZqGs67j2q1stqRHXcndWN8kGJwmOj8rmXy9pI3fbrwMe9Wtc9eGNe5vvdu7a1vdeqQ0fQbE7+bPwX3YR5OdyX3YQVeMpNLklVtJ8F7i9ytk9qNr394b8z7OBolhUrN1ndnRuNmxbXz3r06Ppt205UTk6QjKS1lPcj8hfYvsxau6hq639A6ZZMrItXgstZmNtbDJ5QXt1vVXcTxqqI9mNietKF3ir1sSMZKmeXbHstomxLcNS1DozN0NcbrXyWarjGxF8vJ3WuuSrToi3E0Ke5/3pb2785F3bWgO9o3a5SosSMkr2Yk/luZ1yD+ZcpRxYSdiDo5etOEbi67eV+Z3ZRGE9EQAnKFoy0ZPL6ChaE5X5loWiMSlJygoxRk8voWhaE5UtEWiICk5QtGWjJ5fQtC0MeVFEKIgqik8kFX4FozHyJxL0k5UULREKUnKfMUZaMx8i0LQnkpaItEQAnKfMtC0ZPL6ChaE8lLQtEYlKTlPmKCjJ5IWhaE8lLRFoiKvzX/mC08jHyQFozHy+SCpeknK/MH6oiEBPJC0ZaM5WdEeueT736i9ith1WvNb3XpvG6Nu2Nx8XnI/M6zI7cINyxFau1yI/IJSrQX4FRHvetBYGNV06KnXm797WNo7k0TC1GSjpWpzv2JSfDour0XZm3+z1OVuXJL1OtukOPf8A2o7L5vdbt3vLWdBhK5ufbdjBzbdtVbvYzeZHMsxj43OiML8HRyk7DtRVbtVxQ5X5nYlEdBURClJyhaMUZPL5ChaE5UtEWiMSlJygoy0ZPL6FoWhOVLQtEQAnknzBaMx8vkgqXpJ5KQtEYgpOU+Yoy0ZPL6FoWhPJS0RaIgKTlPmWgozHy+haFoTyUURaIhSk5T5loWjJ5IKChPJS0RaIxKUnKJ/UFoyeSEqXpMfJf+AqXpRFX5r/AMwU5genHuT2B6hdgtz2BdNntDzs1WDsDr+e06LH7Bj4nK1t+g5yPixmz4yN7lqW0av6rFKj4Xuadadze2OjdydG+jzKWdXspvHyEqytyf6svGVqTp1w/wA6NJJMyF9vHuG3b7f92LVdKcsra2VKMc7BlKlu/bXDrhzVvJtpt2rqXnCalblKJuJdVdq6H3XoeA7J62z9XY9T2Oqlijerr4zV5m/st4zJ1H8T43L42dFis1pUbJDI1UVP0VdZ24dvavtXV72h65ZlY1GxKkovk14Si+UoSXGMlwaPoS2Lvra/cja+LvHZ2VDM0HMh1QnHg4tcJW7kX81u7blWNy3JKUZJpo+iHpTlwAABhJHHNHJDNGyWKVjo5YpGtfHJG9qtfHIxyK17HtVUVFThULGUoyUotqSdU1zTPzOELkHbuJStyTTTVU0+DTT5p+KNdP8AI5+MRmtwbB3962YJUwES2Mv2D1PhqjUZr9drPu3tm0SjWYi/2OJWuluYuNv/AETVWSsn8Zqw182OyHfp507Ozt83f8Y6Qx8ub/ePlG1kSf8AePgoXW/ndI3PnfVPUZ7vPZZDR7eX3U7O4v8A8LXVdztLtQ4WI0rPIwoRX7lcZXcaK/BVZ2V6Kdu10HGYRq2Jygoy0ZPL6FoWhOVLRFojEAnKFoy0ZPIcC9Jj5KKotETklWUnKfMcS0ZPL6ChaGPkpaItEQpScp8xQUZPL6FoWhPJS0RaIgKTlPmWhaMx8hQtD9NKpdyVypjsdUs38hftQUqFClXltXLty1KyCrUqVYGST2bVmeRrI42NV73uRERVU/N25asWpX78owswi5SlJpRjFKrbbokkuLb4JcWf2x8W/l5EMTEtzu5V2cYQhBOU5zk0oxjGKblKTaUYpNttJKpspfje/F9N1zcwvfvsjhq8m9VnV8p131ldRtmPSrDHJLV2jb4la6vNt0LmpJRpIskeMXiaVVueDKeDHfDv7HW7V3Z2xrslpEqwycqPD11ydqy+asvlOfB3eMY/hVd3b37SPZnc2lkY/c/u5jwe5IONzB0+dJLEkuMcjKX3XlLhKza+aOPwuTbyOmOP3tmIxstAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABxF9rvcnq/1S1r+RslhNh37K03z6n11jLUceYy/LpYYcjk5lbM3A64yzE5slyVjlerHtgjmkarE7J7d9sNwdxM7owV6Oj25UvZM0+iHJuMFw9S7R1UE1Sqc5Qi0zGz3Fe5/t/wC3bQvW1yf1u8ci05Yem2ppXr3FxV27Kklj4ykmpXpxbfTKNmF2cXFas/sD7H9o+yu6S7n2XnHW1g+9Br+uUPu1tZ1XHSva5aGCxjpZWwfc+2z71iR0lqy5jVlkf4t8dgmzNj7f2Lpa0vQbPTWjuXZUd29JfrXJ0VacemKpGNX0xVXX59O83e/uD323TLdG+8t3HDqjj41usMXEtt19PHtNtRrRddyTldutJ3Jy6Y0+D+X0OX0OoqE8lLRFoiFBOU+YoWjJ5fQtC0MfJS0RaIgKTlPmWgoyeSChaE8lLRFojHkVSKTlBUtGTyJxL0mPkooWiIUpOUBaE8kLQtDHyUUFETlSlJyhSk8kFC0J5KWhaE5UpSAE8kLQtGY+SloWhOVBaGPknzBaMiu+Sf8AMVL0mPkoLREIUnKfMtGWjJ5fQtC0MfJRRFoiFKTlPmKCjO8H8IdqZvZXetNsipWn0bVrMsXDeHz1M/diryKvCuRY47sqIiKiL5/Hn4cYoe623H+BaRda+dZd1J/B24t/09K/oNo35X967Heu6sdP8Gel4smvOUL81F+fBTkv0/YcUvyVeqy+uHedrNaxjUqdV9qy5DZtNbWhSOlgsoksT9o0+NGcRwxYm9bbPTYjWsZQtQxt8nRSKdidiu4S3xtKOLnz6tw6co2r1XWVyFH6V5+bnFOM3Vt3ISk6KSR0H71uwn/Jjunc1PQ7Hp7D1+VzJw1FUhYu1TysNU4JWpzU7MUklYu24LqdubOug7tMOCcp8y0LRk8i0FDHyUURaIhSk5RP6gtGTyQVL0mPkv8AwJUtEQFJygLQx8kLQtCeSloWiJyoBOUKUnkhaFoTyUULQx5UpSAE8kLQtGTyUtC0JypS0ICmPkn/ABJUtGTyUVL0mPKr/UFoicp8xRlozHy+haFoTyUURaIhSk5T5loKM5x+jnu1t/p/2C634X9k6o2maCDf9Hjs+Pm1HRRx7Vrcc0rKlba8VAzxb5qyK7X5rzOb/szQdT92O1Wm9y9G9OsLG4sdN49+n2t2rrSq7M3zpVwlScU/mhPJr2ze4/cHt+3Y77V3M2LnSjHOwlLnySycdNqMcq0lRVpG9Ctq44/h3LW4VoO/ah2hp2v7/oWeo7LqW0Y6LJ4XM46VJILNeXlr45GrxLVuVJ2PhsV5Wsmrzxvika17HNTWhrGj6loGp3tH1izOxqWPNwnCSo014+Ti1SUZKsZRalFtNM+gfa26dA3tt7E3VtfKtZmg5tpXLN226xlF8Gn4xnGScLkJJTtzjKE4qUWl7eetOQAAAAA1uPykfjvj0t+b9mOjMHHDp9iZb3aeh4ip9uPVLE6vfa3nA1If9uPWbU6ouRqxtRMfK/78bf4rpUqZx+3/AL1S1RWtibtut6ml04mRN8byXKxcb4+ql+7m3+Il0N+oo+pp/wDex7S4bdlk95O2eMo6BOXXqWFajRY0nVyzbEVwWPJ/8Rbil6En6sV6Dn6HRDyiGXZrFoY+SCnmWhPJRVF6THlSVLQnKfMcWWhPJBQtCeSloWiMSlHKAGPkhaFoTyUULQnKlKTlCgnkgoWjMfJS0LQnKlLQgKc9fW/8b/s/7ISY/J4rTZuv9CtqyR/YHYkNvAYmeork8psDipIHZ/ZVkYjkifVrLTdI3xksRfqnUG+O+GwdjxnYyMpZmsR4fT4zVyaflcmn6dqnCqnLrpxUJcjJztJ7SO8vdudrMw8CWl7YuUbzc5Ss23Hzs2mvWyKqvS7dv0nJdMrsOZsmepH47OiPU2OvncVSf2B2msCxW+zNrpVlvU1e1zJo9QwqPtUtQqyse5rnRPmvSRucyW1JGqMTBruP3r3d3FlLEyJrD2/WqxbMn0y8nenwlea50ajbTScbcXxNufYv2o9tOx0I6nhW3qm9emktQyYR64V4NYtqsoYsWm03FzvSTcZ3px+Vc+Dp8ydAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB1ge8n5FdX9doMl1v1k+htvdksLoLfmjbWvddNnga+O5n1a9G5DYVjma+tjW8tb/AOZacxqMhsd+9puyWob2nb1zXlPG2qnVeFzJo+Mbf7Nvg1K6+f3babrKGAvuy97OgdlLV/Y2w3Z1LurKPTOvz42m9UU1PIo/xMiklK1jLgvv5DjFQt3tZjctz2rsLZsxue75/J7PtOftvvZfN5ey+1euWHNaxvk937Yq9eFjYoYY0ZDBCxscbWsa1qZ5aZpenaLgWtL0qzbx9Psx6YW4KkYr/rbdXKTq5SblJtts0O7n3PuHeevZW6N15l/P3BmXHcvX70nO5OXJVb4KMYpRhCKULcIxhCMYRjFescoeeeiJ5IWhaE8lFC0MeVKUnKFBPJBQtGTyUtC0JyvzHBFoTlBUtDHyQlWXpJ5KKeZaGPKgtCFBPJC0ZaMnkKFoTlfmWhaIgKTyQtGWjMfL6FoKE5X5loWiICk8kLRloyeX0FC0MeV+ZaItERVRP6gtGY+SCpeknkv/AAFS0RiQpOUKWhPJBQtCeSloKIhSk5QFMfJC0LQnkpaFoTlQUnKFB3NfhNssb7Adq1PvtbJN07NYbWWREdKyruuqRPnbD5I6RtdbbWq7hUYsqJynl8cX/dVbb2bp1ynBamlWnKti86V+NOXjT4Gyf8si6o93NesOSUpbclLprxajm4qcqePT1pN+HUl+tx7xPbz1ywvtF0dtPWV/+LWz6x/37Q83Zby3A7ti4LH9muPkSOWSKjdbPJSuKxrnrStS+KefiqYndtt75WwN2Y+vWeqWHX08iC/vLE2uuNKpOUaKcKunXCNeFTaJ7huzWmd9O12fsjL9OGrU9fBvSX7jNtRl6M26NqE+qVm9RN+jdudK6qGltsWv5vU8/m9W2THWcPsGu5W/hM3ibjUZax2VxdqWlfpWGtc5n3a1qFzF8VVqqnKKqfE2k4OZiajh2tQwZxu4V+3G5bnHlKE0pRkvg00z5qdY0fUtv6tk6FrNmeNq+HfuWL1qapK3dtScLkJc1WMk06NrhwbR4U8o9cTyT/iKl6WY+SkqXpJyq/1BaIgBPJC0ZaMx8lFC0JyvzLQtEQpSeSCjLRk8voWhaE5X5loKIgKY+SFoy0ZPL6FoWhOV+Yoi0RCgnkgLRmPl8kJUvSTyX5gtEY8oD9UJ5IWhaGPkooWiIUE5RAUnkhaFoTyUtC0JypSk5QAx8kLQtGdk/wCPD3zzHqhurdR3KxdynRG55SN+zYuNHWZ9NzFlK1RN6wddrHzSLBXgYzI1IvjbqsRzWunhia7ozvV2gxe4mlfxLTIwt7uxbb9Kb4K9BVf09x8uLbdub+5N0bUJSazF9pfuf1DsVuL+A7hndv8AbDUb6eRbXzPEuy6Y/W2Y0bdIxSyLUf3ttJpSuW7ae3PhM3h9lw2J2LX8nRzWBzuNpZjC5jGWYrmOymKyVaO5QyFG3A58NmpcqzNkjkaqtexyKi8Ka3svFycHKuYWbbnay7M5QnCScZQnFuMoyT4pxaaafJo316bqWBrGn2NW0q9byNMyrMLtm7bkp27lq5FThchJVUoTi1KMk6NNNHlDxzzQAAD+NmtXuV56luCG1UtQy1rVWzEyevZrzsdFNBPDK10c0M0bla5rkVrmqqKnB+oTnamrtpuNyLTTTo01xTTXFNPimuR/O9ZtZFqVi/GM7E4uMoyScZRao4yTqmmnRp8GuDNR38l3ozN6u9gpvvX+PsP6L7DyNiTCNYySZmgbLL9y1c0i5Y/ev9skjR0+IllVJH1Wvgd5yVXTTbHuxXdqO/8ARv4PrM0t24UEp+H1FpUSvpftco3kuClSaorijHQ/7xfbTc7Lbr/mfatmb7aatdk7KSbWDkOsp4c5cfw2qzxZSpKVtStPqlZlcudXfkh37RmFtGTyUtC0JyvzFC0RClJ5IWjLRmPl9BQtCcr8y0LREAJ5IWjLRk8voWhaE5X5loi0RAU+i6X0/wBtdkPjj696v7D3p0quSP8AxDTNj2Nrvt/+Y7zxGOtsayJPi9yqjWIiqqoiHpNU3LtzQ05a1qGFiJc/Wv2rX2ffkufh5+By3b2wd9btkobV0bVdScq0+lxL9/lz42rclReL5JcXRHM/rz8VXu32AsEr+q4NDxthOUynYey4PAJF8ePGxg6tvKbZCvHx+OO4Or9a9wvarRqxWoPMvx/UxrVy5X7LjULL/wB4ZB7V9k3uJ3Q4znosdMw5f3mdkWbFP7VmMrmSv9wdhPVP4Kmo6pd7w7xV7UVi3tc6rwfhzw5Fe2tue2RqvDmIrU8sEioq8/04XpjcPu2dJWtp6TR/q3cu5/02LP8A1XzKnZH5a8E4ZHcbcdVw67GnWaePHpy8leXDjh/H4Hav0j6D+qXQElPIaL1NgruzUXtng3Pc2ruW0wWmORWXMfkM6lqDBWmo1ER2Ohp/Dn4fudzjzuvvB3D3lGVnVtRvRwJqjsWPwbTX7Mo26O4vhclP/IjNjt17ZOyfa+dvK23oeNc1i26xy8v/ABWSpLlOE73VGzL42IWv8rrzEOszvsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6Rffb8mUOpuzXTHrjmYbW0MdYxe5do4+SOxU1tyIxtjD6Raie+C5nmqr4rOQTmKiqK2Dysf7tbK7s92HnqKtbo3xacdPdJ2MSSad3ynfT4xt8nG3zuc50h8s9U3vA99tvbzyu1/ZDKjc19OVrN1W21KGM+ClZwZpuM8jnG5kcY2GnGz1XvxLGvhYtWLc89q1NLZtWZpbFmzYlfNPYnme6SaeeaRzpJZpZHK5znKrnOVVVeTM+FuFuCt20o24pJJKiSXBJJcEkuSNMt67eyL08jInK5kXJOUpSblKUpOspSk6tttttt1b4s/hyvzP3Q/nREBSeSFoy0Zj5fQtC0JyvzHAtETkVRSeSEqxRmPkOJ+uknKiiLREKDHlBRloyeX0LQtCcqWiLREBScoWjFGTy+RaFoY8qKItEQpScp8y0ZaMnl9BQtCeSlohRGKr81/5gpPJP8AiKn66WYq5f6fAVL0k5Vf6kLREAMfJC0ZaMnkpaFoTlfmWhaIgKTyQtGWjJ5fQULQx5X5loKIhSk8kFGWjJ5FoWhOV+ZaItEQA7dPwt3YK3tbuEEqu+5kOidsp1ka1XIszN462vuR6/o1v8ejIvPz4T+pjb7pLcrnbzGlHlDV7Mn9noZUf+mSNhX5auRbsd+tRt3K9V7auXCP9pZunXOPl8sJfpovE2iTAE3mmvD+Yn1R/tWToe1GlY1W4/My47Wu2q1SN326mY8GUNY3KZjGq2GLLQsjxluRVYz+THUVEWWxI5c0/bN3E+ox59vdVufjWlK7htvi4feu2V5uDrdguL6Xc5RgkagPzFewawc613321YpiZMreNqsYrhC9RQxsxpLgrqUca7LhH1I4/BzvTb6GjLw1Vk5QtGWjJ5fQULQx5UtEWiIUpOUFGKMnl9C0LQnKloi0RAUnKfMtGWjJ5fQULQx5UtEWiIUE5T5gtGTy+SEqXpMfJQWiMVX5r/zBaeRPJBRloyeSloWhjyqlLQApj5IWjLRk8voWhaE5X5ihaIhQTyQtGWjJ5ChaGPK/MtEWiIUpPJBQUZPIcC9J3P8A4t/yAu6czlD187iznh1NsuR+3pOy5Wyja/W+x5Gf91G5anXxqaXsFuTmRznJDjrjvvqjYprMjcXPcB2cW58We89s2f8A+47EPx7UFxybUV96KXO/bS4UXVcgujjKME9iXso90z7fala7U9wMmmxcy7TDyLsvl0/IuP7k5S+7iX5Osm2oWLr9V9MLl6S2iDAQ3TgAAAA8Jses65uOEyGtbbgMNs+u5aH+NlMFsGMpZnD5GDya/wCzdxuQhsU7UaPaioj2KiKiL+qHl4Ofm6ZlQztOvXcfNtusLluUoTi/OMotST+xnrdX0fSdf067pGu4uPm6Tfj03LN+3C7auR50nbuKUJKvGjT48TjPT9EPTig+4+D1u6me68rVmS5qlLIsYrZVlT+HHkEtR45PJ3CpXSJFb+1f2oiHOrvdzubeUVPXNRShy6b0o+FPmcaOX+dXjx5nTuP7Zfb9iyuSt7Q0Ju7z68aFxLjX5Fc6lb4/sKNVw5cD17L/AI6vSbNuc65676PCrpJJVTEPzuvtR0iKjkazA5jGtZGnP7WIiMZ/4UQ83G7191MVUta1luiS+f07nL/aQlx83zfieqz/AGme3PUm5ZG09Ni22/wnesc/hYu20l5JcF4JHy/K/iV9Fcg1yVOqMxg1dA+FHYrsrseVzJHI7xtN/vW0Zhv34/JPFFRYv2pyxfjz7/H9xnduy63NRtXeNfnxcZcPL5LUOD/p8mjhmb7FvbRlJqxoeRjNxa/D1DPdG6/N+Nk3fmXhWseCrF8a/Pr/AOGL02uSMfXXtjFtazxdDR3mnJHI7yVfuPXJ65kZUfwvH7XNbwn6c8qvubPug7nW4tT/AIdcdecrDTXw+W5Ff5KnF8n8vf2/X5qVr+OWYpUpDMi0/i/UsXHXw4NL4HqS/g+9T1VVTsD2Faiqqo1Ns634air+ieXU7ncJ9VVT2S913cSn/B6L/ucn/wC+z0T/AC4Oxzdf4putf/dOB/8Asw8cz8HHrIl58knZ3e7saqL9uozM9fsvMXxaiK/IO68kryIj+V4Sq3lFRP6cr/d+7DfnpJLA0j1/F9GR0/8AZ+pT/wC8zxI/ludnPqXKWs7meH4RV3BU1w8Z/QuL4/6tcOHxP3//APDz1Q/+6F7D/wD22dbf/wCJT+P/APlf3E/9i0X/AHOT/wDfh5X/APzf7H//AIV3X/7zgf8A7MP00/wh+pNadJZ9z79yLEa5q1ru36IyFVVOEersf1jRs+TP6cSInzRT+d33Wdx7kOmGLo8H5xs5Ff8AvZUl/kPIx/y5exlm513NQ3PdjT7s8rCS+35NPhLh/ap5o9mofhh9NKb5HWE7XyjXtRrY7+81Y2RKi8q+NcZr2OkVyp8F8nOTj+nJ4N73Q9z7iSh/DrbXjGw3X/tXJf5KHuMb8vj2/wBiTd3+OXk1ynmRSXxXp2Lb/pbXwPesT+I70VxyR/zOrc7nvCJY3LluyewoVleqoqTyf2PY8KiStROERvizhfi1V+J6jI9x/du/X0tQs2auvyYuM6fBepanw+2r+JyXB9ivtrxKevouTlUjT8XPzlV/tP0b9rj9lF8D6zg/x1+k2vKxaHrrodj7aqrf743M7OiqsP2F802XLZZJU8Pjw7lEf+//AF/uOO5fevupm19bW8yNf9H0WvGv91CFP0eHDlwOcab7UPbrpTTxdp6ZKn+m9XI8Onj9Rdu14edePzfe4n3nWehOi9L8F0/pjqjVXR/6Ha513qOFe1f38uR+NxFZ/kv3XcrzyquXn9VOIZ+8N26pX+J6pqOQn/pcm9P/AOVN+S/oR2bo/bHttt6n8B2/omE1y9DBxbL8fG3ai/F/0vzZ9ZOOHOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADCSSOKN8sr2RRRMdJJJI5rI442NVz3ve5UaxjGoqqqrwiFjFyajFNybokvE/M5wtwdy41G3FNtt0SS4ttvgklzZr1/kB/JRLtn956R9dc7NW1b/rcRvvZWOe1k20tX7lW3r2m3GK6SDWnN8m2cjGrJch/ogVtXyfazR7Ndi46d6W697WVLUPlnj4suVrk1cvR5O7+zbdVb5zTuUVvTF7x/fNc3F9V2q7KZcobf8Ans6hqdtpSy1xhPHwprjHGfFXMmPTLI+5aax6zyOkTlDK+jNVNGTy+haChjyooi0RBVIpPJPmKstGY+ROJeknkooWiIUpOU+YoWjJ5fQtC0MfJS0RaIgBOU+ZaFoyeSChaE8lLRFojEpRygFDHyQtC0J5KWhaInPzUFMVcn/qBaMnl8kFS9JjyvzBaIhCk5QtGWjMfL5FoWhOVFEWiIUpOULRijJ5fQULQnKloi0RClMeUFGWjJ5fQtC0JypaItEQAnKfMFozHy+SCpeknkpC0RiCnal+Ha+2p7gsrrGsi5Tq7d6LXI9G/ZWOxgcn9xycL5orccrOPh8X88/DhcfPczZdzto51p6eoWJfbVXI0/71f0Gd35deUsf3EK0419fQs2FfKkrFyvx/d0p8a+BtYmvM3ynqe+aRrXZWmbPoG446PLavt+Fv4DN0JF8fv0MjA+CVYZURXV7UHkkkMreHwysa9qo5qKex0jVc7QtUx9Y0ybt5+NdjctyXhKLqqrxT5ST4NNp8Geg3VtjRd6bbztp7isrI0PUMa5YvW3+tC5FxdHzjJfehJcYTSlFppM0mvZXobZvWzuXcepdm+5Ydgbyz4DNOhdBDsuqX3Pn1/YK7V5Yn86jwk7GOe2vbjmh8nOiVTalsXd+BvnbGLuPApFXoUuQrV2r0eFy2/wCzL7raTlBxnRKSPmh7z9q9a7MdxtR2BrVZvFu9Vi909KycWdZWL8Vy+eHCcU5K3djctdTcGz4RynzOX0OraMnkhaFoY+SiiLREKUnKFFCeSChaE8lLQtEYlKRVRP1BaE8kJUvSzHyX/gKl6URV+agtDHlBRloyeXyLQtCcqWiLREBScoWjLRmPl9BQUJypaItEQpScoKMtGTy+haFoTlS0RaIgBOU+ZaMtGY+Q4F6SeSiqLRGPJKspOU+Y4stGTy+goWhj5KWiLRGzF+Jz3zf2Ficb6w9uZn7u9a9j3x9V7JkZ1Wxt+tYus6V+o3ppVVZ9h1nHwOfVkVfK3jYla5PuVnPnwT9xXaFaNkT37tu1TSb065dqK4Wbs3T1opcrd2TpNfqXXVfLNKG4v2Ne52W68Gz2Z35kdW5cS01puRcl82Vj24tvFm3zv48It23Wt3Hi0112XK53mGJpspAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB/GxYr1K89q1PDWq1oZbFmzYlZDXr14WOkmnnmkc2OKGKNquc5yo1rUVVXg/UITuTVu2nK5JpJJVbb4JJLi23yR/O9es41meRkTjbx7cXKUpNRjGMVWUpSdEkkm226JcWa3n5B/wAjV/tKzmuk+iM1NR6ui/kYrctzoO+1b7Gejvt2sXiLPik9TSWqxWPkYrJMqiqir/EXxnzk7L9kLO37drdW77SnuB0nYsS4rG8VOa5Sv+KTqrPCn4irDSD7y/exl9wL+V2s7SZUrWwI9VrNzbbpPUnWk7VmX3oYPCkpRallqqb+nfTd6cuTJyqRrOJyiCvkWjJ5E4l6THyUULRE5UFJyhSk8kLQUJ5KKFoY8qUoKUx8kFC0ZPJS0LQnKlLQgBPJC0LRmPkpaFoTlVBaGPKfMFoyeXyQVL0mKuX/ANQLREIUnKfMtC0ZPL6ChaE8lLRFojEoJynzFC0ZPItC0J5KWiLREBScoUUJ5IWhaGPkooWiIUpOUT+oLRk8kFS9LMfJf+BKl6UTlVBaE5QFMfJC0LQnkpaChOVBTss/Endmq+6+jQRIzwyWqdhUrHk1VckMeqX8i1Y1RyeL/wCRQj+K8/t5Tj48p0X7jrUbnavLnKtbeRjSX2+tGPH9En+kzT9gOTcse5bS7UKdN7Az4Sr5LFuXOHk+qEf0VNts1xG/0AHVR+Vn1R/75dMr2nqOLSz2b01SvZRrKsKuv7JoHxt7JgvGJv3LlnD+C5KkxfJWqyzFE3zsrzkN7ee4n8pbo/l/UrnToOqTjDi/ltZHK1c48Iqf7qb4VrCUnS2YJe+7sN/zP7c/z1t+x17125andpFVnkYH38ixw4zlZp9RZTq103oW11XnXVJNhxogJ5IWhaMnkpaFoTlSloQFMfJCVLRk8lFS9Jjyq/1BaInKfMULRmPl9C0LQnkooi0RClJynzLQUZPIULQnkpaItEYlKTlEBaE8kLQUJ5KWhaIgKTlCloTyQU8y0Zj5KKovSTlVJXyLQx5+o4stCeSChaE8lLQtCcqATlClMfJC0LRk8lFC0PK4HPZrV83iNk13KXsJn8DkqWYwuYxliSpkMXlMdYjt0b9KzC5skFqrZia9j2qio5EU/hl4eLn4lzBzbcLuHehKE4SScZwkmpRknwaabTR5+l6lqGi6jY1fSL1zG1TFvQu2btuTjct3LclKE4SXGMoySaa5NG5f6A+4+J9vOnYMrkpKVHtnSW0sJ2fgK6xxMffkiemO27F1Wqjo8FtUVaSRjPFErW47FdPJsTJZNYXePtlk9ttzPHsKU9u5XVPFuOr+WvzWZvxuWm0m/wBaDhPg5OMfoK9rvf8Awe/GwY5uW7drfOnKFnUbEaJdbT9PKtxXKzkqMpJU/Duxu2uKhGc+dx1GZMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwkkjhjfLK9kUUTHSSSSOayOONjVc973uVGsYxqKqqq8IhYxlKSjFNybokubZ+Zzhbg7lxqNuKbbboklxbbfBJLmzW5/I3+QmftK9l+iekc54dX0pH0d23HFTPa/sO7C9W2MNi7bPBf8ACakrfF8jFVuVeiqirVRv385OyHZiO37Vrd26rNdwSXVYszX/AA0XynNf6drik/3S8Fcr0aQvez7yL2/8rJ7S9q8umwbTdvOzLUmnqM0/ms2pqn+Bg1SUo8MuSbTeOo+r03+SmTlPM1ndJjyvzFC0RCgnkgoy0ZPL6FoWhOV+ZaFoiApPJC0ZaMx8voWgoTlfmKItEQpScoWjLRk8vkKFoTlS0RaIx5RP6gtGYq5P6fEVL0k8l/4CpelGPKqQpOUKUnkgoWhPJS0FCcqUpOUBSeSFoWjMfJS0LQnKgtCFBPJBQtGTyUtC0MeVKWgBTHyQFozHyUlS9JOVX+oLREAJ5IWjLRk8voKFoY8r8y0LREKUnkgoy0ZPL6FoKE5X5loi0R2EfiusTQ+9nSccUjmMtw9mV7LW/pNC3qTe7TY3/NqWK0b/APi1Dpj3BwjLtHqspKri8Vr4P6zHVf6G1+ky49i125b90e2oQbUbkdSjJea/hWdKj/zoxf2pG4Ga0j6FQARURyK1yI5rkVHNVEVFRU4VFRfgqKg5cVzI0mqPimagn5KfU5fWbvS3ktYxi1Opu0X3tn0da8KsoYK/95rtl0pip+2NMHcssmqs4RqY+1AxFc+ORU2Vdi+4v8+bSjY1C51bj09RtX6v5rkafhX/AI+pFOM3/pITfBSifPr7y+wz7L9z7mZolj09ha455OF0qkLE6r6jDXl6M5KdpclYu2opylCbXXSrkT/0HdpiFRmPl8kJUvSTyX5gtEYqvzB+qE8kFC0MfJS0LQnKlBOUBSeSFoWjJ5KWhaE5VQUhQY+SFoWjJ5KKFoTlSloQpSeSCgozHyHA/XSTlRXyLRE5JVgx8kFC0ZPL6FoWhOV+YoWiIUpPJBRloyeX0LQtDHlfmWiFEQFJyhaMtGTy+haFoTlRRFojlB6c+wG1+tvsDoXYOtWZf4U+Yoa3ueGRXLX2PSs5kKdbO4meJHxsfOyJG2aj3LxDerwyKjkarV4D3N2bp2+dm5mjZ0V6qtSu2J+Nq/bjJ25p+Vaxmv1rcpR4Vqu5+wPdHW+0fdLTN06ROX00siGPl2v1b+JenGN601VJySpctN8IXoW50aTT3lzU0fSMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADXo/Jd+QL/J5M765dI5qN+sROkxvZ+9Ym1JzsFmGV0d3ScDbh8GLgIHs8MlZjc9uQdzXYv8Zsv8nNHsT2a+gjZ3vuu01qD+bFx5pfhpr5b9xP8AvHztRaXp/ffzuPRpp98vvE/j08vsp2ryk9Ci3a1TPszf+Ikm1PBx5xovp4tdOTdi2sh1sxfoq56/R1yhljRmqejMfL5FoWhOVLRFoiApOU+ZaCjJ5fQtC0MfJRQtEQpScp8xRloyeRaChPJS0RaIxVfmv/MFp5E8kB+qMx8lFS9JOVX+pC0RADHyQtGWjJ5fQtC0JyvzLQtEQFJ5IWjLRk8hQUMeV+ZaItEQpScoKMtGTy+haFoTlfmWhaIgBj5IC0ZPL5IKl6THyX5kLREBScoKMtGTy+haFoTlS0RaIgKTlPmWjFGY+X0LQtCcqWiLREBScp8y0ZaMnkKFoY+SlohRHN78b08Nf3c9f5J5WRMds2aga+RyNas1nTdlrV4kVf8AxzWJWsan9XORDqnvjCU+1OsqCbfoQfDyV+02/wBCTb+Bkz7Obluz7ltpyutRi829Gr4cZYmRGK+1yaS820jcyNX59GIAABxa9xvWvC+1HRW09Z3UrVdjYxNg6/zlhiL/AGLdcVDOuKnfJ4vdHQyccslC7wjnfw7UitTzaxU7A7Zb5yu327cfXbXVLCb9PItr+8sTa61TxlFpXIf14RT4NnR/uG7N6b3y7YZ2zMnohrCXr4N6S/cZlpS9KTfFqFxOVi9RN+ldm0upRa0pNhwWY1TPZrV9jx1nEbBrmWyOCzmJuM+3bxmXxNuWjkaFpiKqNnqW4HxvRFVPJq/E2m4WXjajh2s/BnG7hX7cbluceKlCaUoyXwaaaPm71XSdS0LVMnRNXszx9Vw79yzetTVJ27tqThchJeEozi4v4o8N5fQ8qh4FCcr8y0LREBTHyQtGWjJ5FoWhOV+YohREKUnkgoy0ZPL6FoWhjyvzLRFoiAE5QtGWjJ5DgXpMfJRVFoiEqyk5T5ijLRmPl9BQtCcqWiLREKUnKCjLRk8voWgoTlS0RaIgKTlPmWjLRmPkWhaE8lFEWiIUE5T5ihaMnkhS9Jj5KSqLRHal+NX0K2v2Q33A9tbhTnwnRuhbJQydm9bge2TsTN4K9DcTU8Ax/h93FMswIzKXU/ZEzygiVZ3OWHHzvn3g0/ZGj3tuaZJXd2ZliUVGL4Y0LkXH1rnlOjrahzbpOVIJdWa3tE9sutd2tzY2+Netyxu2+mZcLkpyi6516zNS+msp0rbUopZF7lFVtQrcbdvbqNbxvUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOk78m3vu7RauW9dOmc2rN1yFdanZe4YqzxJqOOss/3NUwt6pZbJX2q9EvF2XjmjWf9tv8A1EiurZVdhuzy1e5b3tui1XSoSri2ZrhekuV6cWqO1F/u1/eSXU/kSU9XHvq93T2pj5HZbtllU3Reh0anmWpccO3JccSxchJOOVcXC/L+4ty6I/jTbsa6Bm0aWicoUtCeSChaE8lLQtEYlKOUQAx8kLQtCeSloWhOfmoLQx8kBaMiu+Sf8xUvSY+S/MFoiEKTlC0ZaMnl9C0LQx5UURaIhSk5QtGKMnl9BQtCcqWiLREKUnKfMUZaMx8voWhaE8lFEKIhSk5RP6gtGY+X0FS9JPJSFojEFJynzFC0ZPJC0LQnkpaItEQAnKFLQnkhaFoY+SihaIhSk5RACeSFoWhPJS0LRE5UpScogLQxVyf8SVL0snkoqXpRy39C70VD3I9dJ5/NWSdm4Ok3wRHL97JLNjq6qiuaiMSxab5L/RvK8L+h1v3ftSvdsdbhClVgXJfojST/AMidPid/e1nIt4nuI2hduV6XrVmHDzuVtx/R1SVfhVm66asT6SAAAAAa5v5kvUz+y5jH+1ek4xG4rPy0Nb7brVIkbHSz6MjpaxuEkcbeGxZyBjcfckXxY21FVX90ll7jNr2x9xfqsafb3Vbn+IsqV3Dbf3rfGV2yq+Nt1uQXF9Duco20jUN+Yb2Gen6ja75bas0wcqUMfVIxVFC/RQxstpLleilYuy4JXY2XxnekzoU8voZf0NXFDHlS0RaIhSk5T5ijLRk8voWhaE8lLRCiICk5T5loWjMfJAXpJ5KKotEY8kqyk5T5jiy0ZPJBQtCeSloi0RiUo5QChj5IWhaE8lFC0RClJyhS0J5IKChj5KWhaInKlKTlAUnkhaFozHyJwL0k5UV8i0JyTiymPkhaFozt1/Hj+M/YfZK1jO2u4amS1joerPHZxVRHupZvtSepb8ZqGKVr2XMXqLVhdHaySIySdV+1TVX/AHZ62N/ejvrhbHt3NubalDI3dJNTf3reImuEp/qzvcU4WuKj966qdMJ50e1f2gan3avWd8b9hew+2sJKVuP3L2pOMuMLfFTt43BxuZCpKf3Md9XXctbWmv6/g9UwmK1rWcRjsBr2CoVsXhsLiKkFDGYvHU4mw1aVGnWZHBWrQRMRrWtaiIiGvTMzMvUcu5nZ9yd7NvTc5zm3KU5SdXKUnVtt82zdhpel6bomnWNI0exaxdLxrUbdq1aioW7duCpGEIRSUYpKiSR5c8Y88AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHWz+Q/wB3qnrFpKaXo9yvY7u3jGzrgWI2GyzScHKslWbcslXlSSJ9xZWvjxkErXRzWGPkka6KB0cnefZXtRc39qv8U1aMo7UxJr1Oa9e4qNWYtcemlHdknWMWopqU1KOEfvL90uP2K2t/LG1bsJ90tVsS9BUUlg2HWEsy5F1TnVOOLbknGdyMpzUrdqUJ6pl6/dyd23kcjbs38hkLVi7fv3rEtu7du25Xz2rlu1O989m1Znkc+SR7nPe9yqqqqmw+1ZtWLUbFiMYWYRUYxikoxilRRSXBJLgkuCXBHz85WTk52Vczc25cvZl65Kdy5OTnOc5tylOcpNylKUm5SlJtybbbbZ+TlVP6n8KEBSeSFoy0Zj5FoWhOV+YoWiJyif1BaMx8voKl6THyUFoiEKTlPmWhaMnkKFoTyUtEWiMSgcoC0MfJC0LQnkpaFoiApOUKKE8kLQtDHyUULRE5UpScogLQnkgqXpZj5KSpelE5VQWhAUnkhaCjMfJS0LQnKgtCFKTyQULRk8lLQtDHlSloADHyQtGWjJ5FoWhOV+YoWiIUpPJCCjMfL6Cp+ukx5Vf6gtETlPmKFozHyLQtCeSiiLRHJL03vux3tp602EjSVZO9OraPirlbwmU3PD4x0nPDuVhbbV6J/wCJW8cpzycH7nWVe7c67CtKaRly/wCxYnKn6aUO4/bzlPD787NuqPVXc+mwpy/e5dq3X9HXX40obxBqgPpfAAAAB6d2DoesdoaPtXXe6Y5mW1XcsHkNfzlFy+DpaORgdA+SvNw51W9Vc5Ja8zf3wTsZIxUc1FPZ6Nq+foGrY+taXN29QxbsbluXlKLrRrxi+UovhKLcXwbOP7r2vou9ttZ20tx2Vf0PUcadi9B8G4XItNxf6s4ukoTXzQmozjRpM0gvZLovZvW3ufduotnbLLNreTe7C5Z0X2odj1e9/wBVruw1vFXR+OSxkjHSsa5yV7LZYHL5xORNrmxt24G+dr4m5MCijft/PCtXaux4XLb8fllWjdOqPTNcJI+a/vB2w1ns/wBxNS2FrVZXMO8/Ru0osjGn82Pfj4fiW2nJJvouKdtvqhI+FeSnLqHWdEQFJyhSk8kFC0Zj5DgXpJypK+RaGPI4stCeSChaMnkpaFoTlQKEKUx8kLQtGTyUULQnKlLQgBPJC0ZaMnkWhaGPK/MtC0RAUnkhaCjJ5DgfrpMeVJXyLREFWCeSEoy0ZPL6FoWhjyvzLRFoicohS0O+n8ef4pL25OwndvtFg7WM1BFgyendQ5SvPTyu1eL/ALlXM71Xe6G1itb5Yj4cY9qWMijkdP8AbrIkdvELvR7hrWlq7tXYN2NzUuMb2ZBqULXg4Y74qd3wldT6bfKHVc+a3sv9rPsnyNfljdxO8uPOzoXC5i6Xci43MnxjdzE6St2OCccdrrvpp3Oiz8l/ZTq1atGrWo0a0FOlTghq1KlWGOvVq1a8bYa9atXhayKCCCJiNYxqI1rUREREQwZuXLl65K7dk5XZNtttttt1bbfFtvi2+LZtxs2bONZhj48I28e3FRjGKUYxjFUjGMVRKKSSSSSSVEf3Pwf1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABxu9qfZTUfVrqXMdjbJ9q/lXquJ0vV/wCQkFradpsQyPpY6NyI6SGhXbG6e5OjV+xWjcqI6RY2P5z292LqXcHcdrQ8GsMdfPfu0qrVpNdUvjJ/dhH9aTXJJtdJ9/u923ewnbzJ3prfTez3+FhYvV0zysqSbhbXNq3FJ3L1yj6LcZNJzcIy05OzOytw7e3vZex9+y82b2va8lLkspdk5bG1XI2KtRoweTmUsZjakbK9WuzhkFeNjG/BqGzjQdC0zbWkWND0e0rWnY8FGEVz83KT/WlJtynJ8ZSbb4s+a/fG9dy9xt2Z29d3ZEsrcGoX3cuzfBLwjCEeULVuCjbtW18sLcYwjwR6J5fQ9vQ4rQnKlohRGKqn9VB+qGPkgqXpZFcv/AVL0ox5VSFoTlClJ5IKCjJ5KWhaE5UpaEBSeSFoWjMfJS0LQnKgtCFBPJBRloyeSloWhOV+ZaFoiApj5IBRn6aNS9k7tPG4ynayGRyFqvRoUKNea3dvXbcrK9WnTq12Pns2rM8jWRxsa573uRERVU/ndvWrFqV+/KMLEIuUpSaUYxSq5SbokkuLb4JcWeTi4mTm5NvCw7dy9mXrkYW7cIuU5zm1GMIRinKUpSaUYxTbbSSbZyN9ivW/OetVTq3Ab9eSLtLd9Uub5tGoQOhlr6Vr+RyP9r1LE3LUXkljY55cTkZb6NesMP8AtRM5VjpZeDbK3zi76uahmaPCu38TIjj2rzqnfuRj13pxT5Wkp21bquqXzSdKqMe5e8PZjUuy2PoWk7rudO+tTwJ52TiRo44ePcueliWpyVerIk7WRK+k3CH4cI16ZTnxlOeHShPJC0ZaMnl9BQtDHlfmWiLREKUnKCjFGTy+haFoTlS0RaIgKTlC0ZaMx8voWhaE5UURaIhQTyT5gtGYq75J/wAyVL0k8lBaIxVfmoP1QnkgoWjJ5KWgoY8qpSkBSeSFoWjJ5KWhaH2z1ouz472P9f8AIVlalij3b1Tcrq9vmxJ6u94GeJXMXhHNSRicp/VDiu+7UL2yNZsz+5PSsuL+x49xM7J7NZFzD7v7Uy7NPWtbk0yca8VWObYar58Ub2RqPPp2AAAAAAOpX8s3qV/3v6cTuDT8Ytns3pjH3L88VWJX3Nl64R0l3YcOjI2/cs29ekV2TpoqqqMbbjY10lhpkb7c+438qbn/AJZ1O506Dqk1FNv5bWTwjbn8Fc4Wp/H05NqMGYI++zsR/wAyu338/wC37PXvPbtqc2oqs8jA4zv2qJVlOw65FpeCV+EU53UaoXkbEeBo06THlRXyP1REJVgx8kFGWjJ5fQULQnK/MtEWiIUpOUFGWjJ5fQtC0MeVLRCiICk5QtGWjJ5fQtC0Jyooi0RCgnKFoy0ZirvkOHiXpJ5KSqLRGIqyk5T5k4stGTy+haFoTyUtEWiMefmoKTyQtC0ZPJS0LQ83rOs7HumwYjVNSwmV2XZc/egxuFwOEpWMjlcpfsO8YatKlVZJPPK9fjw1q8IiqvCIqni5+fg6Xh3NR1G7bsYNmDlO5OSjCEVzcpOiSPZ6Po2q7g1Sxomh417L1fJuK3as2oSuXLk5cowhFNtv4LlxfBGz3+P/APFLg+mHYbuD2Lp4vau2I0q5LW9E8q+U1bre217bMFzIzsWals25U3NZ4yMV+PoSo5YFsSJFZZgT3j9w2XuhXdtbJlcx9uusbuRxhdyY8nGK4StWJcap0uXFTr6F1W3uH9sXsq07YDx9991rdnN3sum5Yw/luY+BJPqUptVhkZUOFJKtmzJN23dkoXo915iwbCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwez7NgdM13ObbtOVqYPW9bxV7N5zL3nrHUx2LxteS1dtzua1z1ZDBEq+LUc9y/BqKqoi+XgYGZqmba03T7crudfuRt24R5ynJ0il9rfjwXN8D1Wu65pO2dGytw69kW8XRcLHnfv3pukLdq3FznOXN0jFN0SbfJJtpGnd7o+1mw+13bl7bJ1tY7RMAtnDdb6xO/hMTgElasmRuwsc6H+/7DJC2xceiu8eI4Ec6OBimzXtb28wu3W24adDpnq96k8m6v17lPuxfP07abjBePGbSc2fN37mu/wDrPuC7iXdwXfUs7Tw+qzpuLJ/usevG5NJ09fIaVy81WnyWlJwtQZxB8kOyTHSjMfL6Cp+uknKr/UhaIgBPJC0ZaMx8i0LQnK/MURaIhSk5QtGKMnl9BQtCcqWiLRGJSk5QUZaMnl9C0LQnKloi0RACeSfMFozHy+SCpeknkpC0RiChPiqNaiuc5URrWpyqqvwRERPiqqo5cXyP0ouTolxZssfjO/HpB1nj8N7B934FknZWSggyXXmn5WByr19jrESSQZ7M0LETftbvdjejoYnorsVEqKqNtuclbBbvt3onr167szal6mhW245N6D/4mSfG3CSfGxF8JNfvXyrbSc90vsp9odrZOJjd3O52Kpb0vRjc0/Eux/4C3JVjfvQklTNmnWEWq4saVpkNqz1AfkW7Od2l7idzZSKwk2M1fYG9d4hrHecUVbQ68eu3/sP5VHxWs/TuWEVF8V+8qp8ODJXsloK2/wBs9Lx5Kl/Is/Uz828hu5GvxVuUI/5pr194W9f569xO5M+3LqwsHLWn2qcUo4MVjzo/FSvwvXKrg+uq4HCI7WMZicp8y0YozHyLQtCeSiiLREKUnKfMtC0ZPL6CgoY+Sloi0RClIqon9QWjJ5ISpekx8lFS0RFX5r/zBaeRj5IKMtGTyLQtCcr8y0RaIgKTyQtGWjMfL6FoKE5X5iiLREKUnKCjLRk8voWhaH0Tp+xLV7a6usxTvrS1+xdJnisRSOhkgkh2XGSMmjlarXRPic1HI5FRWqnJ6XctuNzbmoW5JSjLBvppqta2pcKeNfI5dsC5KxvzRL1uThchq+HJSTo4tZFtpp+DT4p+BvvGn0+o4AAAAAAiojkVrkRzXIqOaqIqKipwqKi/BUVAm06rmRpNUfFM06vyW+pbvV/vi5c1nGrX6m7SfkNq0J0ETm0sHa/kNdsmkNdx4tXXblpklZqc8Y61XRXOe2TjZl2L7irf20Y2s+fVuLT1G1kVfzXFT8K//wCJFNSf+khPgk4nz/8AvC7EPsx3OuZGj2ujYutueThdKfRZl1L6jDr4ehOSlbX+guWlVyU6dc/KndlEYmURClJynzFGKMnkWhaE8lLRFoiApOU+ZaFozHy+haFoTyUUQoiFKTlPmKFoyeSFp5loY+Skqi0ROVFfItCcp8ycWWhj5IWhaE8lFC0ROfmpSmPkhaFoyeX0LQtCcr8xQtEQoJyhaMtGckvWj1Q7o9rtxZqnVWtSWKNWaBuzbrlm2KWl6hVmXlLGezLK87W2ZI0c6GnA2a9ZRrlihc1r3N4NvruJtft5pj1DcN9K9JP0rEKSv3mvC3Cq4V4SnJxtxquqSbSfbfaPslv/AL1a8tF2ZiOWPCS+oy7ilDExYv8AWvXVF/M1VxtQU71yj6INKTW2h6behHT/AKfYJtjBV02/tLJ0UrbN2dmakTMnO2RGPs4rW6flMzWdeWVqL9iJ755/Fq2JpVaxGa6O53eDcvcvL6Mt/TbftzraxYN9Cpyndlw9W5T9ZpRjx6Ixq67uOwntn2J2I01XdNj9dvK9b6cjULsUrkk6OVuxHisexVfci3OdE7tydI9POY6mMjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa635bfcN2y5uT1c6+ynOva3cq3e2cjSnRY8xs1SRlrG6Z9yJytko6zK1li61VXyySRxuRj6jvLNj249s1gYi7gazb/xt+LjhxkuMLT4Sv8eUrqrGD/0VZJtXFTTV+YZ7jnreqPsRtC/XR8K5GerXIS4XsmDUreHVcHDGdLl9Otcnog1GWO+ro5MsDVmTlC0ZaMnl9C0LQx5UURaIhSk5T5ijFGTy+haFoTyUtEWiIUpOU+YoWjMfL6FoKE8lFEWiIUpOUT+oLRk8kFS9Jj5KQtEQFJygLQx8kLQtCeSloWiIAd634rPQ2La7OK9nu4cKsmuY23/K6k1TKVmOg2DJ1JHsTespUsRu+5iMTaZ/8LYqJ/Itx/yf/Kii+9iR7hO70tOhc2Ftm7TNuRpmXoPjbi1/w8GuU5r96/1YPo+9KXRtJ9iXtWhr1/H73dw8auj2bnVpWLdium/cg2vrbsZJ1tWpL/DRaXqXY+t9y3D1O/ns3d6PWnXO+9iZPwWhoum7Lt1tj3eLZoddw9zLOgRUVHK+x/F8Gon7nOciJ8VQw70HSr2u63h6LYr62XlWrK+DuTjCv6K1fwNsG9dzYuy9naru/Np9LpenZOXJPxWPZndcftl09KS4ttJcTQ7yuVv5vKZLM5Ow+3kstfuZPIWpPjJZvX7Elq3YkX9FfNYlc5fqpt3x8aziY8MWxFRsW4RhFLkoxSSX6EqHyx52Zk6lnXtSzpu5m5F2dy5J85TuScpyfxcm2/tPH8qf3PGJygBPJC0LQnkpaFoTlVKUnKICmPkn/ElS9LIrl/p8BUvSY8qv9QWiMeUFGWjJ5fQtC0Jyooi0RClJynzLRijJ5fQULQx8lLRFoiFKTlPmKFoyeX0LQtCeSlohREBScp8y0LRmPkgp5l6TzGuXIaWw4G5akSGtUzWLs2JVRzkiggvQSzSKjUc9UZGxV4RFX4Hi50JXcK9atqtyVqaS824tJHstIu2sbVsXIvvps28i3KT8oxnFt8OPBI/0DzTWfVOAAAAAAAD5F3Z0T1Z7D6Rb6+7a1WntGuzypcqJI+apk8LlY4pYa+ZwOVqPiu4rKVmTuRJI3oj2OdHI18T3sdyTau7twbL1aOs7cyJY+al0ulHGcG03C5B1jODouDXBpSi1JJrgfcbtnsruvtu5tXfWDbzdJlLrjVuNyzcSajds3YtTt3IptKUXRpuE1KEpRetV7bfiL7i6bflNw6OXI9z9bQ/ftvxVWtG7s7WqjXqqRXsFTjZFt8MMbmp/JxUf8h6o9z6UMbfN2c/bj3IbZ3Orembs6NL1x0XW3/hbr843JcbLbr8t19K4JXZN0WoDvp7D9+9v5Xtf7b+tuHaEeqTtRiv4jjxrynZgkspJU/Exo9b+ZyxrcY9T6gpopoJZYLEckM8Ej4ZoZmOjlhmjcrJIpY3o18ckb0VHNVEVFThTJWMozipwacGqprimnyafimYGTtztXJWrsXG7FtNNUaa4NNPimnwafJn8uUP0fknkgoWhj5KWhaE5UpSApPJC0LRkVxOBekx5UVLRE5JVspPJC0LRmPkooKE5VSloTlPmWjLRmPl9C0LQnkooWiIUpOU+YoWjJ5fQtC0MfJS0RaI/tWrWbtivTqQT27dqaKtVq1opJ7FmxPI2KCvXgia+WaaaV6NYxqK5zlRETk/M5wtQdy41G3FNtt0SS4ttvgklxbfI/pZs3b92NixGU785KMYxTcpSbooxS4tt8Elxb4I7uPTT8O2+dlLit/8AZpcr1loz3V71LruBEq9i7NXR0crY84krX/4NjLLP2vZK12VciOb9qqqsmMVO5/uY0jQvU0bYfp5+rKsZZL441p8q26fv5LmmmrPJ9VzjE2G9g/YfuXdrs7n7vevpG3G4zhgr5c7IjwdL1a/R25Lg1JPJaquiy+m4bKvXXWug9R6li9E601PC6XqWGj+3QwmDqNq1mvVrGy27MnL7OQyNrwR09qw+WzYf+6R73KqmDGt67rG5NSuavruTdytSuv5p3HV/BLwjFfqwilGK4RSRts2rtLbOx9Ds7b2jhY+n6HYVIWrMemNeFZSfGU7kqVncm5XJv5pyk+J7wepORAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4Pe/PtZV9WOkshlsTarr2fu38rWutcfI2OZ0OSfC1cptNivIqo/H6rSnSb9zXxyXZK0L2+ErlTtjs928udwd1wxsmMv4Bi0u5UlVVjX5LSf7V2S6eaagpyTrFVxb92vf2x2G7YXtQ065D+edU6sbTbbSl03Gl6uVKL528WElPipRlelZtyXTcbWnvev3cndt5HIWrF7IZC1Yu3rtuV9i1cuW5Xz2bVmeVzpZ7FiaRz3vcquc5VVV5U2XWbNqxajYsxULMIqMYpUUYpUSSXBJLgl4I+czKyMjNybmbmXJ3cy9clOc5tynOc25SlKTq5SlJtybbbbbZ+Q/qfwHKAtDHyQtC0J5KWhaInKgpOUKCeSFoWhPJRQtDHlSlJyiApPJP+IqXpZj5KSpelE5Vf6gtEQFJ5IWgozHyUULQnKqUtCFKTyQUZaMnkWhaHYN+PH02u+13a6XNmqWoem+v56eS36+x8tX++WZfuS4rSMbZjVki28y+BXW3xK11Wg17vNkslfz6Z709zrXbvbvpYEovc+apRx48H6aXCd+SfCkK0gn9+40qOMZ0y39ontzyO++/PqNatzj260mcLmdcq4+tJ1drCtyVH13nGt2UWnasKT6o3J2erb4x2OoYjH0cTiqVXG4vF06uOxuOowRVaVChSgZWp0qdWBrIa1WrXiayONiI1jGoiIiIa17169k3p5GRKU8i5JylKTblKUnWUpN8W2222+LfE+g7Dw8XT8S1gYFu3ZwbFuNu3bhFRhCEIqMIQjFJRjGKUYxSSSSSVDrr/K52P/2/9M95ow2f42S7Hzesdd49zV4e9uRyH9+zcDU5TltnWdduxO/p4yHdft30P+M90MS7KPVYwbV3Jl/mx9OD/RduW2vsMQfffvD+VPbnqmLan0Zms5ONgW34tXLnr3o/52Nj3ov4SNRDy+hsmofP3QnK/MULREKCK5P/AFELRmPl8kFS9JOV+YP1RGPKIC0J5IWhaGPkooWiIUpOUAoTyQtC0J5KWhaIxKUcoAY+SFoWhPJRQtCcqUpOUKUnkgoWjMfIcC9JOVUlfItETkVbKY+SChaMnkpaCh/oQY29DlMdQyddsjIMjSq3oGTI1szYbcEdiNsrWPkY2RrJERyI5yIv6Kv6mma/alj3p2J0c4ScXTlVOjp8D6rcTJt5mJazLSatXbcZpPmlJKSrRtVo+NG/tP2n8jyAAAAAAAAADgz7Qfj09cvaVLeZ2fW36d2JPG77fZOjtq4jYLM/in23bJUWCTE7ZGisY1zrsL7bYW/bhsQp8TtnYPeje/b/AKcXAvrK0RPjjX6ztpePpOqnZfOihJQq6yhIxt7y+1XtL3p9TUNZw3gbskuGfhqNq/KXg78el2slcEm7sHdUV0wu20a5/sr+Lf2b9fZL2YxOBd3H19W+9MzbuvKNu5kqNOJrnrNsmlotnPYdzIY3SSyV/wCfQhYn7rSKvBm1sXv/ALD3nGGNk3v4ZrMqL0cmSjGUn4Wr/C3Pi0kpenck+Vs1O93vZf3i7WzuZ+DivX9rQq1lYMJTuQgquuRifNetUScpSh61mC+9erwOtx37VVrkVHNVUc1UVFRUXhUVF44VFO8VxVVyMSHGSdHwZj5F4DpMfJfmSqP1REFWwTlCUZaMnl8i0LQx5UtEWiJyhS0J5IKFoY+SloWiIUpOUBSeSFoKE8lLQtDHlQUcoUpj5IWhaM5/+rH43fZD2kdj87jMB/276xtSRul7J3mvYoULdRUa982qYJUizO2ufGq/algZHj3SNVkluJ3PHTncHvhsft+p4l+99br0U6Y1hqUlLyvXOMLPHmpN3KcVbkjJvs17Te63eN2tSxMb+F7Qm1XPy4yhCUedcazwu5NV92UErDkumV+DNl/1R/Hd69eqEFLMa/hF3js6Ou1tzs/cq9a5moZ3sRLH+LYxGvxmn03OV7WfxWuurC/7c9qdE5ME+4nerefcSc8bMu/SaA38uLZbjBrw9WX370uVev5OpdULcDbh2V9rPa7srbt52mY/8R3eo/NqGVGMrqbXzfT2+NvFjWqXpp3el9Ny9cXE54HURkkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfhyeTx2FxuQzOXu1cZicTRt5PKZK9PHWpY/HUK8lq7duWZXNir1alaJ0kj3KjWMaqqvCH9cexfyr8MXGhK5k3JqMIxTcpSk0oxilxbbaSS4tni52dh6ZhXtS1G7bsafj2p3btyclGFu3bi5TnOTooxhFOUpN0STb4Gmd7rezeR9pe9Nh3pslmHS8Sr9Z64xM33I0oajjrMy1b09V/H2MrsU8j71pFRXsfMkPk5kMfG0DtXsKz2/wBpWdIai9Uufi5M1T5r0kqxT8YW1S3Dwai5UTkz5sfc33uzu/HdTM3UnOO2ceuNp1qVV0YluUumcov7t3Ik3fu+MXNWquNuFOI/kp2RQx8oTlfmKCiIUpPJBRloyeX0LQtCcr8y0LREAMfJAWjJ5fJBUvSY8r8yH6oiAE5QtGWjJ5fQULQx5UtEWiIUpOUFGKMnl9C0LQnKloi0RAUnKFoy0Z751d1tt3cXYOp9ZaJjX5Xatxy9bEYqsnkkMbpVWS1fvSta/wDi4zF0o5LNqZU8Ya8T3r8Gqen3Brmm7Z0bJ17V7it6fi2nOb8XTlGK8Zzk1GEecpNJczlex9la/wBw924Gy9r2Xf13UciNq1HwVeMrk3R9Nu1BSuXZvhC3GUnwRuu+t/QupetfUGp9TagxstfB1f5GczLoGQW9n2i82OTO7Hfa1XO+9kLTeImOc9a9WOKBrlZE01X743hqW+ty5O49SdJ3ZUtwrVWrUeFu1H4RXN0XVNym1WTPpQ7OdqtA7MdvcDYW3kpWcaHVevdKjPJyZpO/kTpXjckqRTcvTtRt2k3GCPuhxI7QNe785HYara6H6pr2FRsVfa+wszV8l4es8lHW9ZnVnHCLElbLNReV58/6f1zO9puipW9X3FcXFuzjQf2KV26v01sv9BqW/M33Y5X9rbEsz4RjlZ96NefU4Y+NKnw6cpfp/p1/PL5IZkVNUPSRXL/6gWiMefmoKTyQUP1Rk8lLQUMeVKWhAUnkhaMtGTyUtC0JyvzFC0RCgnkhaMtGY+X0FC0JyvzLQtEQpSeSCgoyeQ4F6THyX5iqLREJVspOUFGWjMfL6ChaE5UtEWiIUpOUFGWjJ5fQtBQ/0CNG/nppOnJlKi4/Jpq2v/3Ggq+S0r/9pqfy6iuRXIq1rHkznlf9Jpv1b0f4rk/Ty68f6i50y/aj1vpf6VRn1Mbb+p/l3A+tt+lmfRWPUh+xP0o9Uf8ANlVfoPaT157oAAAAAAAAAAAA4VexH4/PV/2VW7k900GDX90tsl//ALhaG6HV9rdYkRyJbyb69eXD7JYaqpw7J1Lj0a1GtVqHaWy+8m/tjdFjS8yV7S4tf4fIrds0XhGrU7S+FqcF4tMx57q+1zs33e9TM3DpkcXcM0/8dhUx8nqf61xxi7WRL45Fq60lRNI6Pe+fwpd7aS65lujtnwPceCZ5yw4LISVdJ3qJiq1UhZBk7j9Vyv2I1d5SpkKkkqt/ZX5cjUyu2h7pdo6qo4+7LF7TMt8HcinfsP41jH1YV8vTmlXjOiqa5+5f5eXcnb0rmb25zMbX9MVWrM3HEzEvJK5J41yirWXr25Sp8tqrodSPYPV3ZXVGYdr/AGZoe3aDmUV/hj9s1/J4KewxnHM9P+41oGXqrkcitlhV8T2qitcqKimRuja/oW4cb6zQszGzMX9qzcjcS+EulvpfmpUafBowc3Rsvduyc96Xu/TM7TNQ40hk2bllyS8YdcYqceTUo1i0002mj0FV+a/8z3BxuhPJC0ZaMnkpaFoY8qpS0IATyQtGWjJ5fQULQnK/MtC0RClJ5IKMUZj5FovEvSfvxWKy2eyNTEYPG5DM5a/KkFDF4qlZyGRuzqiuSGpSpxzWbMqtaqo1jXLwh/DIycbDsSycqcLWPBVlOclGMV5uUmkl8Wzy8LAzNSyoYOnWbuRm3ZdMLduEpzm/KMIpyk/gk2dnvQH4h/a3uN9LJ7nhqnReoWHMdLkuwopv8sfWVVbKtDr+pIzNstxKn/lZR+Ja5Pi16nQm8fcl292yp4+l3ZatqS5Rx2vRr4dWQ/w6PztK9TxRmD2y9jnejfkreZr9iG3NDk1W5mp/UuPj0YUWrqkv2ch4yfhI74PW78WXqz69rTzV3Wl7g3yskUn+V9mVqOWo0bbOHrPr2nfZXXMSrJmtfDNNHdv13NRWWU+POIu+PcD3A3n1Ytq//DdIlVejiuUJSXlcvV9SfDhJRcLclztmyLtP7Nuzfa929QyMT+O7khR/U58YXYQkuNbGLT0LdHRwlKN29Br5bx2RIiNRGtRGtaiI1qIiIiInCIiJ8EREOj223V8zK5JJUXBIoKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADpk/L/AOz79A64xnrzqeSdX2vtOqmU3WSrIrLGN63rWpoG49z2OZJC7cMxTdA7hVR9GpZie3wmTnKH207BWs65c3rqNvq07T5dFiq4SyWk+qnj6MJKS8rk7ck6xNbH5iffKW0tmWOz2377hr+vW/VzXF0lb06MnFW20008y9BwdOErFq/bmum6jWg5QztozSbRk8voWhaE5UtEWiIATlPmC0Zj5fJBUvSTyUhaIxBScp8xRloyeRaFoTyUtEWiIATlPmWhaMx8voWhaE8lFEWiIUpOUQooTyQULQnkpaItEYlKTlE/qC0Zstfh69T2aVo9v2Z3TF+G1dh058T1zDciT7uG0JthqXc9DDInnXubffq8RSK1H/22ux0bvtW3o7BT3MdxXqurR2HpdyunYUlPJcXwnkU+W234xsxfFcvVk1JdVtU3N/l69ho7a2zc70bksU17V7crWnxmuNnB6vnvpPjGeXOPyypX6eEZQfRkST7uDFM2WgA1CfywdgrvPulvtFlh1ij15g9S6/x6qqK2JtHEM2HKwRoir4tg2PZbrVT/ANtFX+psm9u2jfwntdh3Wum7m3b2RL49U/Tg/wBNq1B/ZQ0Ae+7dUtz+47VcaM3PF0jFxcG35LotK/divLpyMi8n8as63PL6HeNDDuhOV+ZaItEQFJyhaMtGY+X0FBQnKloi0RClJygoy0ZPL6FoWhOVLRFojEAnKFoy0ZPIcC9Jj5KKotETklWUnKfMcS0ZPIULQx8lLRFoiFKTlPmKCjJ5fQtC0J5KWiLREBScp8y0LRnYT+Mr10d7De0epNyuPW3ofVz4Oyd2dLC2SjZZg7cL9ZwFlJmur2Ez+yfx2S13fGahFaVEVGO46Y78b2Wy9gZLx59OsagnjWKOkl6ifq3FTivTtdTUl9247fmjKr2ddpJd1e9GCs616m2NFaz8uqrCSsyTx7Eqrpl62R0KUH9+zG80qRdNys1iH0CgAAAAAAAAAAAAAAAA9f2fU9V3bD2de3PWdf27AXOP5eD2fDY7P4e1w1zU/k4zK1rdKfhr1T9zF+Cr8zzMDUdQ0rJjm6XfvY2ZHlctTlbmvslBqS/Qz1esaHou4sCelbgw8XO0y596zkWrd61Lw+a3cjKD5vmvE64+2fxFemnZq2beG1PP9S5mwjn/AM/rXPyUqCzojvtK/W9hg2LXYaqOVPOOpXqK9qcI9rl8ju7bnuQ7n6D028rJs6jir9XKtqUqeNLtt27jfk5ynR+DXAxR3v7GuwW7+u/p+DlaHny49eBecIV8K49+N+wo+cbVu02uUovidcPZP4JexaC2LHUneOn7NFyslfGdgYHMafajjTlVr/3XAO3Ktcn8U/a9a1VjnLwqMRPI7v0P3b6JeUYbj0nJsS8ZY9yF5fb0XPQcV5rqm0uVeRidu38tzdWM53dj7jwMyHONvNs3cWSX7PqWfqozl5N27ab59K4nBze/xY+8WiPme7pqfbsfE1zm5LRdk1nZGT+K8ObDiIcrBsyu44VEdRb5Ivw5VHInbGke4HtPq6SWqLGvP9W/au2qfbNwdr+i46ePgY67k9mPuK23KUpaBLOxor95h38e+nTytq4sj+myq+FWnTittPrr7A6S6du4dH9uaw2v91ZZs51zt+MreEKSukmjt28RFWmrIyB7klY90bmNVyKrU5OwtP3rs3VUnpmrabkOVKK3k2ZPjSioptp8UqNVq6UqdNax2p7nbdclru3dcw1GtXewcm3GirVqUrSi40TfUm4tJtOnE+Q2qtqlPJVu1rFS1CqJNXtQyV54nOaj0SSGVrJGKrXIqconwU5LbuW7sFctSUrb5NNNP7GuBwe9ZvY9x2ciEoXo84yTi148U6NH5uUP3Rn86MnkWhaHuGvdedg7esaanou47Os3j9pNd1jN5pZfJz2N+2mNo2Vf5Picicc8q1U/op6zN1vRdMq9Ry8axTn6l2EKfb1SXmv6T3+lbU3NrjS0TTc/McuXoY927XmuHpwlXin/AEPyOR+m/j/90d8fEzA+t/Z1b7/h9qXbcK3QKzmyK9GP/lb7Y1qs2N3hz5K9G+KovPDmqvBtU7y9r9ITeXreBKnNWZ/UP+jHV11+FPNeDO2NA9snf7ckox03amrw6qUeTa+ijxrR9WZKxGnDnWlKPk1Xml1x+EX2m2h8E+/bN1l1hjnKiWYLGYvbhscKL4r5Q43XaLsBYRqcovll4l8kTjlF5Tq3W/dXsDATho9jPz73g1CNm2/tlcl6i/3L/wCo7/2p+Xr3k1iUbm5cvSNHxX95Suzyr6+y3Yh6MvjXJjx5VXFdi/VH4QPW/Ulr3O09137t2/CrPvUYJYOvdUtNRWq9JMbhJ8ltEavVqpzHm28Ncqcc8OTpPcXus3vqKla2/i4em2Xyk08m6vslcUbT/TYfH4cDKjZX5ePajRHC/vLUNT1zJjzgmsLGl51t2XcyF+jLXB+dGdpPVXQXSvR9F+P6k6v0vQYpo2RW7OvYOnVy2RYxGoxMrnHRyZnLOajE/dZsSu+H6nQO4d4bp3XeV7ceflZkk6pXLknCP9i3whD/ADYozH2Z207f9vMZ4uyNH0/TISSUpWLMY3JpcvUvUd259tycmfXTjZzgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHre47bgdC1PZN22m/HjNb1LB5TYs5fl/01cXiKc167KjeUWSRIIV8GJ+57+Gpyqoh52mabmaxqNjStPg7mdk3YW7cV4znJRivgqvi+SXF8D0u49waTtPQM3c+u3VY0bT8W7kX7j/VtWYOc3TxfTF0S4ydEuLRpGewfc+w+wXcO9ds7I+Ztna81YsY3HSzLMzBa9XVKuvYCuvPgkOIxEMUKq1ESSRrpFTye5V2tbM2vhbM2zibcwUvTx7SUpJU9S4+Ny4/jObcuPJUjySPmL7u9ydX7udxdV7gay5K/n5MpW7bdVYx4/Lj2I+FLVpQhVU6pKU380mz4xyif1OUHW9GTyQVL0mPkv8AwJUvSiApOUQFMfJC0LQnkpaFoicqATlClJ5IKFoTyUtC0MeVUpSAE8kLQtGTyUtC0JypS0ICmPkn/ElS0ZPJRUvSYqqr/UFojk76d+vd/wBnfYHRurYm2Wa/Ytuz++ZGry1+K0XBvhs5+w2ZqO/jWcg18ePqyK1zW3bkPkit5OA9zN52dhbNy9wS6XmRj6ePF/r37lVbVPFR43JrxhCVOJ3Z7eu0mX3q7r6ZsiCmtJnc9fNuR4O1hWWpX5V/VlcrGxalRpXr1uqpU3acRicbgcVjMFhqVfGYfC4+licTjqkaQ1MfjcdWip0aVWJv7Yq9WrCyNjU+DWtRDVbk5F/MyLmXlTlcybs5TnJurlKTcpSb8W222/M+k7AwMPSsCxpmnWoWdPxrMLVq3BUjbt24qEIRXhGMUopeCSPIH8TyzF72RsdJI5rI2Nc973uRrGMaiuc5znKiNa1E5VV+CIVJydFxbJKUYRcpNKKVW3yS82aGXdW9f9ze4O0+xVe97N57D3Ha4Puc+TKue2DIZKpCjfj4Mr1bLGNb+jWtRE/Q29bW0j+A7Z0/RKJPEwrNl/bbtxi3+lptvxqfLn3G3K96dwdc3dVuOp6tl5Ua+Eb9+5cgvgoxkopeCSR8x8voe+ocMoY+Sloi0RClJynzFC0ZPJC0FCeSloi0RAUnKFLQx8kFPMtCeSiqL0mPKkqWhOU+Y4stCeSChaE8lLQtETlQCcoUpj5IWhaE8lFC0JypSkKCeSChaMnkpaFoY8qUtCApuM/i89Zf/l29aMJkc7j/AOJ2N2//AAuwNy+9F9u7j8faqL/hmsT+SMlj/suCs/flhkaj4MhftMX4IhrL7/b8/nXfd2xiT6tE0zqx7NHWMpJ/j3V4fPcXSpLhK3bts37ezLs7/wAqO0GPlana9PdmvdGbl1VJwhKP+Ex5cmvRsy65Rkqwv3r0fBHZAdHmWwAAAAAAAAAAAAAAAAAAAAAAAB+O9j6GThStkqNPIV0e2RIL1aG3CkjUcjZEinZIzzajlRF45TlT+tq9esS67E5QnSlYtp0+1H8MjFxsy36WXbt3bVa0nFSVfOjTVfiet2+vdBvvrSXtH0+7JTk+9Ufb1rC2X1ZuWO+7WdNSe6CTyjavk3heWp8jzbetaxZUo2cvJgpKjpdmqrydJcV9p6m/tfbOTKEsnTsG5KDrFyx7UnF+cawdHwXFeR5WrrWuUZ47VLX8JUtQqqxWauKoV54lc1WKsc0UDJGKrXKi8KnwU8e5nZ12Dt3b12Vt805yaf2puh5tnSNKx7qvY+Lj270eUo24RkvDg1FNcDzZ4p7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6V/zK+w79N6w1j1+1+8kWc7TnbsO4NifxPW0PXr7HUKkiIrZImbJtFZvi9FVHxYyeJyK2RTKX2w7LWp6/kbyzIVxNPXp2a8nkXI/M14P0rTfDwd2ElxRrU/Me7vS27sfB7SaTd6dT12ayMtJ/NHBx5p24PxSyMmKo1zjjXYNUma0qqq/1M6jSvREAJ5IWjLRmPkKFoTlfmWhaIhSk8kFGWjJ5fQtC0JyvzLQURAUnkhaMtGY+X0LQtCcr8xRFoiFBPJAWjMVd8k/5kqXpJ5L8wWiMeU/qoP1QnkgoWhj5KWhaIhQbRv4bvXlvXvR+Y7uzlFI9n7nupHhHzxNSxS6+1q1ap49Ilcqy102DOfyrUiftbPXhqP4VEapgD7nN6PWt2WtqYk64Glwrco+Esi6lKVfB+nb6Irn0ylcXCrN2/wCXl2lW0+2mR3K1O1TWtxXKWW0uqGDjylC3Txj6971LkuSnCGPLilFnccYymwsAHwL2p3het/WzvXdop31rmB6r3WfEzRqqPZnbWCuUMBw5HNcxHZq3XRXIvLUXlEVU4OY9vdJWub50jSpJStXtQsKaf+jVyMrn/cUjqzvhuV7P7O7n3JCThkYuh5jtNc1elYnCx5U/GlBV5rmjRc5Q21HzKGPkhaFoyeSihaE5UpaEKUnkgoWjMfIcC9JOVFfItETklWwY+SCjLRk8i0LQnK/MULREKUnkgoy0Zj5fQtC0JyvzLQtEQAnkhaMtGTy+haFoTlfmWiLREBScoWjFGYq75DgXpJ5KSqLRHYv+Mn1TX2b9hsbZ2PHJc6t6pXH7nvqWIWy0cvYZacurabO1zuJE2TJVHvnYqK1+Pp2WqqOVnPSffjuG9ibLnbwrnTuDUeqxj0dJQVPxby/2UWlF81cnbfFJmWPs97J/84e6lm9q1n1Nl6J0Zeb1KsLslJ/TYr8/XuRbmmqOxavKqbjXclNY5v5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMJJI4Y5JZZGRRRMdJLLI5rI442NVz5JHuVGsYxqKqqq8IhYxcmoxTcm6JLxPzOcLcHcuNRtxTbbdEkuLbb4JJc2aTfuR3pL7EexvZfZUVl1jX7WakwWlNXybHDpeuc4nXnxxP/dC7JVa/wDOmb/SzakX+ptS7Y7SjsrZGBoUo9OZG0rl/wA3fufPcq/Hpb9OL/ZhE+Z/3Gdz7neDvHrW9ITc9JuZLsYa40WHj/hY7SfJ3Ix9aa/0l2Zxf5U59RHSNEQpScoKMUZPL5FoWhOVLRFoiApOU+ZaMtGTy+goWhj5KWiFEQpScon9QWjJ5fJCVL0mPkoLRGKr81/5gtPInkgoy0ZPJS0LQnK/MtC0RAUx8kLRloyeX0LQtD6T051pme5e1evuq8Crm5PfNrw2txWGsSRMfXyFyOPIZWWNXxo+viMcktqVOUX7cLuD0e5tdxdsbezdwZf7jDx53WuXU4xfTBPznKkF8WjmXb3Zmodw98aTsfS6rN1TOtY6lSvpxnNK5daqqxtW+q5Lj92DN7XU9Xwukatrema3TZj9e1LA4jWsFQj4RlPD4OhXxmNqt8WtRUgp1mN54Tng1G6jn5Wq6hf1TOk55uTenduS/anck5Sf6ZNs+njQtF07beiYe3dHtq1pOBi2sezBcoWrMI27cf0QikewHhntQAdY35d91/xP0q2/FNlbFP2FuGi6VA/7v2pV8M0m52o4U/WV01DTpmPYn6xOeq/BFO+vbbpX8R7p42Q1WGFjZF98Kr7noJvypK9Fp+dDDH377j/gXty1DBTUbmrahhYadaPhe+rkl51hiTTX7Ll5GombJDQmTlBQUZPIcC9Jj5KKrwLREJVlJygoy0Zj5fQULQnKloi0RClJygoy0ZPL5FoKE5UtEWiMQUnKfMtGWjJ5fQtC0J5KKItEQoJynzLRlozHyH2l6SeSkqi0RORVlMeU+ZOLLRk8voWhaHlMFhMzs+bxGt69jrWXz2fydHDYXE0InT3cnlcnaipY+hUhby6WzbtTMjY1P1c5Dx8vKxcDFu52bONvEs25TnOTpGMIpylJvwSSbfwPO03TM7WNRsaTpdqd/U8q9C1atwVZ3LlyShCEUucpSail4tm7b6P+ruL9Teg9a678KlndMkibP2Xm6vjI3Kbnk4If5tava8I3z4jX68cdCkqtYj4YPuqxsksnOq3uvv8AyO4u8L+tfNHS7f4WLB8OixFvpbXhO427k+dJS6auMYn0Re3Ps1hdkO2WHtVK3LcN7/Eahdjx9TLuRXXGMqJytWIqNm1wVYw63FSnKvL861O9wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgZ+Sjuv/sn6ldh3aVtauydhRRdW6w5io2VLe3wW4s5Yifw58EtHT6uSmikankydkfCtVUcnb/Yzav81dxsK1dj1YOE3l3fKllp20/NSvO1Fp84uXNcDFb3m9yn207A6xkYtzo1rV4rTManB9WXGSvST5pwxI5E4yXFTjCjTaa06fJDZpQ+dqhj5KKItEQpScoUUJ5IKFoTyUtC0RiUpFVE/UFoTyQlS9LMVcv/AAFS9KIqr/VQWhjygoy0ZPL6FoWhOVLRFoiApOULRijMfL6ChaE5UtEWiIUpOUFGWjJ5fQtC0O6T8KHUCbX3vvHcGQqPkx/VGoJi8LYdGjY49t35bWNjlhmei/cfW1XH5OKRjPi1LbFcqIqI/Fz3Ubl/h20cTbVmSV7Ucnrmq8XZx6So14VuytNN8+h0rR02Lflxdv1rfc7U+4GVbbxdCwPTsya4LKzuq2mm+bjjW8mMkuK9WLbSaUtn4wGN0wAAB0NfnU3B1TQegNBZN+3P7fuW32K7Xp8HalhcVhac0saIqt8k3Wdsbl454eic8Lxl57SdNVzWNZ1hrjZxrNlP/bTnOST/APAjX9BrC/Mx152drbV2vGXy5WoZeVKNfHFs2rMG1/8Adk1F/wBqlaOmt1yZw1ZqFJynzHFloyeX0FC0MfJS0LREKUnKfMUFGTyQtC0J5KWiLREBScoUtDHyQUFCeSloWiIUpOUQFJ5IWhaMxVykqi9JOVFfItCc/UnFloY+SFoWhPJRQtCKvzKKGPKFoz9UZPL6FoKGw7+HH0olfNH7b9mYhGwxpcx/SmHyMDvOWVySUsx2K+CVqNSGNqyUcU53krnLYsI1vjVldhd7mu6cVF9uNCufM+mWdOL5LhKGNVeL4XL3kuiFXW5FbT/YT7eZOa747usUguqGk2rkeLfGF3Oafgvms4zdav1bqSpZm9igwpNqoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANa782Xbrs32r1l0vQtOXH6Hq1ncM7DG9Uifse52f41Gvaj54fYxeAwkc0TuOGsyTkRfiqJnP7VttrE29n7pvR/GzMhWbbfP0rCrJp+U7k2n8bS+Bpl/Mr3/LU996L23xJt4mlYMsu+k+DyMyXTCMl4ytWLMZxfhHIfHi6dIXkhldQ1nUZPJS0LQnKqC0IUpj5IQtGTyUVL0mPKr/UFoicp8xQtGY+X0LQtCeSiiLREKUnKfMtBRk8kFC0J5KWiLRGJSjlAKGPkhaFoTyUtC0RAUnKFLQnkgp5lozbY/D71mmi+n2J2ixWSHJ9r7js+6SyPZ42f7XRsx6dhoHuVEctZYdaktQp+nFxXJ/rNcfuW17+L9y7mBCVcfTsW1YXl1yXrTf21uqEv7CXgb3vYFsxbY7A2Nauw6czXdQycttr5vThJYlqL/q0x5XILyutr7x2nGPpm2AAAavv5w9sdkPYbq3To5XPr6x1HFmHs8pPCHIbVtmww2GIxy/bSR1HXKrnOanxa5qKq+PDc+Pahpys7L1DU2qTyNScPDjG1ZttfGnVdmqPyfDjx0wfmSa28vuvomgRk3awtBV1rjRTycq+pKnKvRj222uaaTbpRdKfKmUxrqIUpj5IWhaMnkooWhOVKWhCgnkgoWjJ5KWhaGPKqUtCApPJC0LRk8hwL0mPKkr5FoicirYJ5ISjLRk8i0LQx5X5loWiJynzLQtGY+QoWhPJS0RaIhSk5QFodg/48vSjM+3va8T81Vu0el9Et08j2Nn2JNXblFR7Z6ejYW21E8s1nmN/3nsVFpUfOZVSR1dkvTXejuni9ttutYsoT3RlxlHGt8H0eEr81+xb/VT+/cpFcFNxyh9rXt61DvnvWMtRhct9v9NnC5nXlWPqcaxw7Uv9LeX32n+FZ6rjak7UZ7l+Gw2K13EYvAYLHU8RhMJj6eJxGKx8EdWhjcZj68dSjRp1omtigq1a0TWMY1ERrWoiGsPKysjNybmZlzlcyrs5TnOTrKUpNuUpN8W22234s364GBhaVg2dM021bsadj2o27VuEVGFu3CKjCEIrhGMYpJJcElQ8kfwPLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpC+5HZcnbvtH3lviyrNUyPYGaxWGlXy5frmqSM1PWnua5V+2+TAYSs5zUVUa5VRFX9Ta52x0KO2+3+k6RSlyGHCc1/rb34137aXLkkn5HzPe4nec+4HfDc+6XLqsXtWvWrL88fFaxcd08G7Fm22vBto4zq5E/wDQc7OmKMx8vkhKl6SK5V/9ALRGPPzUH6oTyQULQnkpaChjypSk5QFJ5IWhaMnkpaFoTlQWhCgx8kLQtGTyUULQnKlLQhSk8kFBRmPkOB+uknKivkWiJySrYMfJBRlozfV6J0FnVfSvU/W7Y0ifpHXen61bRE8VkyOJwVGpk7L05XiW3kY5ZX/083qag93aw9wbp1HXG6rLzb11fCM7knFfYo0S+CPp+7ZbXjsnt1oW0IqktN0nFx5fG5aswjck/jK4pSfxbPq5x45wAAAaeP5Z9l/v/vL2lUjk+7Bq2I6/1uF6ePiix6Pgszbjb4ojv9nIZqZjvLlfNq/04Nl/t0wPo+02n3GqSyLmRdf+/uQT/TGEX9lDQT759WWq+5PWrMZdVvCsYOOv0Ydm7JL7Ll6adfFPwodbXK/M7yojESiICk5QtGWjJ5fItC0Jyooi0RClJyhaMUZj5DgXpIrlJVFojHkVZScp8yUZaMnl8i0LQnKloi0Riq/NSloTyQULRmPkpaFoTlSloQAnkhaFoyeSloWhOVBaHJX1V9Wux/bPtLGddaFTkr4+KSrd3bcrFZ82F0fWn2Ejs5jIuR8DLN2RjXto0myMlvWE8GqxjZZY+C9wu4Gh9utv3Nb1iSleacbFlOk792lVCPOkVwdydGrceLq3GMu3Oy/Zvdfe3eVnau2rbjipxnl5Uot2sTHcqSuz4pSm1VWbSkpXprpTjFTnDdW6I6O0D106v1nqfrbFpj9d1yrxLZl8H5TP5ix4yZbY87ba1i3czl7SLJK/hGRtRkMTY4Ioo2atN3bs1je2v39xa5c682/Lgl9y3BfctW1+rCC4Jc26yk3OUpP6Ce23brbParZ2Hsnadn0tLxIcZOjuXrsuNy/elw67t2XGT4KK6bcFG3CEI/YDjRzoAAAAAAAAAAH48hkcfiaVrJ5W9TxmNowvs3chkLMNKlTrxJ5SWLVuy+OCvDG34ue9yNRP1U/rZs3sm7GxjwlcvzdIxinKUm+SSVW2/JHi5udhaZiXNQ1K9ax8CzBzuXLk427cIri5TnJqMYpc3JpLxOGm9fkP9RNCsT0bfbWP2TIwSOjdU0fF5jboXKzyR7o81iKM2tvajm8fC7y7lFRFTlU7Q0jsp3K1iCvWtNnYsNc784WX+mE5K7/3Pt4mKe8ffL7Ydl354eVuaxn50JNOGn2b+bF0rVq/YtyxWq8P3/GtVVVa+eUvyo+oVqzHBPs24Y6J68OuXdGzT60Pw/WRuPZftqi//Qicp7q77eu5duDnDHxZyX6sb8Kv7OrpX9LRwfE/Md9r+RfjZvahqti2+c7mn33GP2q0rk/+zBnLDq72M6M7pRrOsOz9T2y66F1hcNVyH8HY44Gtc508+sZaOhsNeFjWKqufWaicfFTrrcGyN27W46/p+TjWq063HqtN+SuwcrbfwUmZKduu+/Z7uylHt5uLTdSy3Hq9CFz08pRSbcpYl5W8mMUk6uVpJUPtRxU7aAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB63uWwR6nqG1bVN4LFrWt5zYJUk8ft/bw2MtZF/3PKas3w8ay88yRpx/wCJv6p52mYctR1LH0+Neq/ft21TnWc1Hyfn5P7Gen3FqsNB2/na5cp0YWHevuvKlm3K461ceHy8fmj9q5mgjNNLYllsWJZJ555HyzTTSOklmlkcr5JZZHq58kkj3KrnKqqqrypuGjGMIqEElBKiS4JJckl5Hyqzncu3JXbjcrsm223Vtvi22+LbfFt8z+Pkh+qM/NGTy+haFoTlfmWhaIgKY+SFoy0ZPL6FoKE5X5iiLREKUnKCjLRk8voWhaGPKloi0RACcoWjLRk8hwL0mPkoqi0RCVZScp8xRloyeXyFC0MeVLRFoiFKfY/XXVGb33/0hpckbpYNq7a67wNtrUVfGjk9txNS9K7iObxjgpyve9fFyNa1V4Xg4xvXUHpGztV1SLpPH07JuL+1GzNxXNcXJJLiuJ2D2m0Jbm7pbb29NN2s3XcCzL+xcyrUZvk+Cg5Nujok3Rm+Yahz6cgAAAAaPnvfsP8AknuR7JZD7rplrdt7bgPN7p3Kn+KZB+rJEi2ESTxgTDeCIn7ERqIzlniptd7RYX0PbLQ7NKdWm2bnh/fR9WvDz66+fHjxqfOH7mNTesd/935bk5dGu5NivF/8NN41Pm48PSovBJUj8tDiX5KdjUR0dREKCcp8xQtGTyQpekx8lJVFoicirKRVT5k4stDHyQtC0J5KKFoic/NSlMfJC0ZaMnkWhaE5X5iiLREKCcoWjLRmPl9BQtCcr8y0RaIhSk5QUYoyeRaeZaHIj1l9YO1va7sWr191hiPvfZ/jXNp2i8jodc0vBTWW15MznLqJ/wDtfYqxedu49jmwsd4vVvCd97/27280SWs69cpWqtWo8bt+4lVQtx/o6pukIJpyaqq9q9ouzu8+9G6obY2fY6unplkZE+FjFsuXS7t6X9PRbjW5daahF0k1uZ+rXq11l6mdZUeu+u6P3rM32L24bhegibsG7bA2L7cuWy0sfl9mtD5OZTpscsFKBfFvk90ssmsLuB3A17uNr09b1udLarGzZi36di3XhCC8W+DnNrqnLi6JRjHff2b7N7Q7J7Qt7W2tb6rsqTysqaXrZd6lHcuNcorirVpPotQ4KsnOc+SZwY7ZAAAAAAAAAABxp9ofaLQPVrQ02zblkymbysk9LTdNozxw5XaMnAyN07Y5HslZQxOOZMx9y49rmQNe1rWyTSRRSc72B2/1nuDrH8N02lvEtpSv35KsLUHWnDh1TlRqEE6yabbUYykugPcR7idle3PZn8y7ncsjV8mUreDg25KN7LuxSckm01bs2lKMr9+ScbacYpTuzt256wfsJ7X9zeymbmvb/sk8Wux2XzYbRMLLPQ1DCRo9Vg+1jGyu/uN+Jq8LctuntO5VEe1nDEz72X262vsXEVnRrCea40nkTSleuedZ0+WL/Yh0w+DfF/PL3w9yndbv7q88zeuoTjoUbjlY06w5W8LHVflpaq/VuJcPXvO5efFKSjSK42HOzoInKCjLRn6qORvYu7VyWLuW8dkaM8Vqlfo2Zqd2nahekkNmrarvjnrzxPajmvY5HNVOUU/nesWci1KxkRjOxNNSjJKUZJ8006pp+KaoeVhZeZp2Xbz9PvXbGdZmp27luUoXITi6xlCcWpRlF8VKLTT4pncx6Xfk82HC5XE9ZeyuZfndZvSwY/C9rX3K7Oa5O/8A2oId1sI1VzmElerUXIv4uVXK59h88bldBi93T7BYWVj3Ne2Ja9HPgnKeJH93dXNuwv7ua4/hr5J8FBQkqT2te0/8wnXNJ1HG7fd/ct5m370o27GsXXXIxZPhGOfKn+IsN0TyZfj2XWd+V623Kz3/AFexBbggtVZ4bNazDHYrWa8jJoLEEzGyQzwTRudHLDLG5HNc1VRyKiovBhrOE7c3buJxuRbTTVGmuDTT4pp80brLN6zk2YZGPONzHuRUoyi1KMoyVYyjJVTi00006NcUf2Pyf1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABx79tcv8A2L1a9jcqkv2ZavR3af8AFk+395G3p9JzVahzH4uRzVuzRovKeKIvK/Dk5n25xvq+4GiY9Kxlq2JVVp8qvwcuP9lP/qOp+/Of/DOyG785PpuQ2zqfS6V+eWHejDhx/Xca14efA0aDbKfMsTlC0YoyeX0FC0MeVLRFoiFKTlPmKMtGTyLQtCeSlohREBScp8y0LRmPkgL0k8lFUWiMeSVZScp8xxZaMnkgoWhPJS0RaIxKUcoBQx8kLQtCeSihaIhSnOH8bODTYfeH16x6xLN/H2vK5zwRIlVF1jUdj2VJeJkVnEC4nzVU/eiN5b+7g6o75Zbwu1GtXk6Vx4W/H+9vW7VOHn108vPhUyR9oem/xX3IbVxXHqUM65epw/8AT4t/Irx4cPSr58Pl40N1I1an0PgAAAA0He+8w7P96d0Z17pHyZrtjsXLPdNMtmVz8luGYuOdLZd+6xIqzcuevxevx/qbgtn4yw9paXiKiVrTsaHBUXy2YR4LwXDl4HzGdzc2Wqdydw6nNtyyNcz7rq+p1uZV2fGX6z48X48z5L5HIuBwjpIqqor5FoTkVbKY+SChaMnkooWhOVKKGPKFoz9UZPL6FoKE5UURaIhSk5T5ijLRk8voWhaGPkpaItEQoJynzFC0ZPItC0MfJRwLRE5J1eRaE5T5irZaHOf0x9Ce3vcTY45cJVm1DqnGXmQbX2jl6cjsXW+29jrOI1iq50Dto2b7DlVIIntgr8tWzNCj40k6l7n93tt9tMJxypLJ3DchWziwkut15Tuvj6Vqv6zTlLj6cZUl05GdhPbVvnvrqqngQlg7Ls3EsnULkW7caNdVrHjw+oyKfqRahDg71y2pQ6tvv1+9duq/WXr3H9cdUa/HiMTW4nymUs/as7FtGVci/fzezZZsMMuTyMquVG8o2GvFxFAyOFrGN1s7y3ruDfesz1vcV53MmXCEFVW7UPCFqFWoxXjzcnWU3KTbe8rtj2t2Z2i2va2psvFVjBh81y5Kkr+Rc8buRconcm/DgowjSFuMIRjFfcDih2IAAAAAAAAAADxuazGL13D5bYM3egxmFwWNvZjL5K07wq4/F4yrLdyF6y/hfCCpUgfI9ePg1qn98XFyM3Jt4WJB3Mq9cjCEVzlObUYxXxbaS+J4Gq6pp2h6Xk63q96GPpOHj3L9+7N0hbs2oO5cuSfhGEIylJ+CTNPH2i9gs/7JdxbN2NlpLcOIknfitKwdmRFbrmnUZ5v7PjWxse+FluZsjrNxzFVslyeVyftVqJs17f7Lw9i7YsaHjqLyUuu/cX97ekl1y86KijCvKEYrnU+Wz3E969b7+d0tQ35qcrsNLlN2cDHk6/S4NuUvQtUTcVOSbu33F0lfuXJL5WkuO/kpzah0dREKUgAAABsN/id9m7u7aplvXrcL77eb6+xjMzoNyzKsli3o6WYqd3AvfK9XyLqt63AlZE54pWWxtRsdZOcKvcZsK1pWo296aZBRxM250ZEUuEb9HKNzh/poqXV/Xi5Nt3DeJ+Wt7gsvdu28nshui87mr6Jjq/p05yrKen9cYXMdtur+juTtq0uNLF1W4qMMdV7jzGE2nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4k++N/wDtvpx7G2Ptfe+51bsVDw8/t+P91hZi/u+XhJz9j+Z5+PH7vHx5TnlOx+0Nn1+5uiQrSmoW5ef3H1U/TSnwrXidDe6HK+k9vW77vT1V0TIhStP3sVbryf3evqp40pVVqtJU2qHzdDlAKGPkhaFoTyUtC0ROVBScoUpPJBQtGY+Q4F6ScqSvkWhORxZTHyQULRk8lLQUJyoLQhSk8kLQtGY+SihaE5VSloQAnkhaMtGTyLQtDHlfmWhaI7avw39QbTuPthiu06uLtpp3UWv7XdzGefFMzGpm9q1jK6diMDFZRixTZW3Wz9i0kXPwr1ZHrwvgjscvc3uXT9M7d3Nv3Lkf4nqV6zGFuq6vTs3YXp3GuagnbjCv7U0vOmc3sC2HrWv98LG9LFmf8A0HFyZ3bzTVv1snHuYtqypUo7ko353OnwhblJ0+Wu2ca6DeOAAAAD/PTzeQjymZy2TjY6JmRyd++yJyo58bLlqWw2Nzk/armJJwqp8OTc5i2ZWMa3Ybq4W4xr50SX/UfLHqGQs3Pv5kU4xu3pzSfNKUnKj+yp4vy+h5FDxKGPK/MtEWiJyhS0J5IKFoY+SloWiIUpOUBaE8kLQUJ5KWhaIx5UFHKFKY+SFoWhPJRwLQx5JVeBaE5FWy0J5ISjLRmPkpaFoeSw+GzOx5WhgtfxWTzuby1qKji8NhqNrJ5TJXZ3IyCnQx1KKe3ctTPXhkcbHPcv6IfxycnFwseeXmXLdnFtxcpznJRhGK5uUpNKKXi20keXgafnapmWtO0yxdydQvTULdq1CVy5cm+CjCEE5Sk3yjFNvwR33el34Zs1nZcV2L7bffwGDT7F7G9NYq6sewZZq8Sx/51m6Mv/6PUnMRPKhSkdfej+JZ6j2OjfiB3R9z2LiRuaL25pey+MZZs4/hw8P8PbkvxJeVyaVtU+WFxNSWynsF7C9Q1GdndPe3qxtO4Tt6XbnS9c8V9Zdg/wAGFOdm1J3nWk7liUXCWxzrWs67pmAxOq6jg8TrOtYGlDjsLgcFQrYvEYujAnEVShQpxw1q0DOVXxa1EVVVV+KqphJnZ+bqmZc1DUrty/nXpOU7lyTnOcnzcpSbbf2s2p6TpGlaBpljRtEx7OJpONbULVmzCNu3bguUYQilGKXkl8eZ5w8Q9iAAAAAAAAAAAAcBPyZb5b0b1F3yLHzSVru8ZHXtDjnjV6ObUzWQS7m4VVjVT7d7X8Vbrv8AJUarZlTnnhF7j7DaPa1fuVhyvJStYkLmQ0/2oR6bb/zbk4SVPFGFn5gG88nZ/tj1m3hTlby9Xv42nKSrXov3PUyI8FyuY1m9adaKk3xrRPVQNiB84AAAAAHKAE8kLQtGclPT7tVenPZPqXeJrS1MTBtVTB7HKrkSFutbS2TXM3NYa7lkkdGjk3WURf0kha5FRyIqcE7m7d/mfYupaTCPVkvHdy0vH1bX4ttLycpQUfsk1ybR377Xe4n/ACr797Z3fduelpsNRhj5TrSKxctPFyJST4NW7d13Un+tbi01JJrcXNYx9SgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOKHvVUgu+nfshDYar42dS7bcaiOcxUnx+Pffqu5aqKqMs1mOVP0cicL8FOxO0lydruZococG9Ssr9EpdL/yNnRfuax7WT7ft4W7yrBaDlS8vmhbc4/0Sin8eT4GkVyvzNrND5uKIhSk8kFBRk8hwL0mPKivkfqiISrBj5IKMtGTy+goWhOV+ZaItEQpScoKMtGTy+RaFoY8qWiFEQFJyhaMtGTy+haFoTlRRFoiFBOULRloz+kEU9qeGrVgls2bMscFevBG+aeeeZ6RxQwwxo6SWWWRyNa1qKrlXhE5PzOcLcHcuSUYRTbbdEkuLbfgl4s/pas3L1yNmzGU705KMYxTbk26JJLi23wSXFs7/AD0P/EXYzLcR217Z4u1RxT2RZDW+lJH2KOSyCSMbJVyHY08EkNzF1WIvm3DROZZkf4pcfE1stSbDnu77kYYrubc7c3IzyE3G7ncJRj4OOMmnGb8HfdYpV9JSbjcjtC9tHsUuZ6sb574WJ28JpTx9JblC5OqrGee4tStxXNYkWrknT15QSnYnsEaJ17ovV+uVNQ661DXdI1ii58lbB6xiaWHxzZ5WsbPakr0oYWz3bP22rLPJ5TSqnL3OX4mGur61q+v50tS1vJv5efPg7l2cpyouSrJukVXhFUS8EjaPtrau2tm6TDQtp4GJp2jW23Gzj2oWrabpWTjBJOcqLqnKspPjJtnuJ6w9+AAAAD/O/mjlryy154pIZ4JHwzQzMdFLDNE5WSRSxvRr45I3tVHNVEVFThTdLFxnFTg04NVTXFNPk0/FHyvTtXLU5WrsXG5FtNNUaa4NNPimnwafI/l5Kfqh+aGPKlLQgBPJC0ZaMnkpaFoTlfmKFoiFKTyQUYozHyLReJeknK/MlUfqhORVgx8kJxZaMnl9C0LQnK/MURaIhSn7MdjshmL9PFYihdyuUyNmGnj8bjas96/et2HpHBVp06scti1ZnkcjWMY1znOXhEVT+d+9ZxrMsjJnC3jwi5SlJqMYpcW5SdEklzb4I8jEw8vPybeFg2rl7MuzUYW4Rc5zlJ0UYxinKUm+CSTbfI7Y/Wb8PXsd3LJQz3asbehdEm+zO52zU1v9g5Oq9rZPDG6RFYrS4hz28se7Lz0ZYXKjm150RWmOu+/ctsjbCnh7ef8AGNXVV+FLpx4Pl819pqfmlZjcUuTnB8TNXtJ7Fu6m/JW9S3mltvbkqP8AHj15tyL40t4ilF268m8mdmUXRq1cXA2MPWX0h9evVDGxs6x09ljbJKq1sp2RtLoM1veWbIipMxcstavWw1OZqo19XGwUqr0aivje/l64Ub77q7z7h329eyXHTlKsMa1WGPDy+Src5LwndlOSq6NLgbTO0ft77X9l8RLaOCpa04dNzOyKXcy5XmvU6YxtRfJ27ELVt0TlFyrJ8tzrg7uAAAAAAAAAAAAAAAOqz8v9Czc9X9YsQM8osV3Rqt+4vDl+3Wk1Df8AFtf+1rkTm3kom/uVE/d+vPCLkN7aL0LW/wDIhN/Nc0q7GP2q9jz/APkxZrj/ADQcK/le3nTr9lVt427MO5Pnwi8LUrKfBft3YLjRcedaJ61BnaaCSeSFoy0ZPL6FoWhjyvzFEKIFKACEqgbkvqX2l/3m9cupewJrDbOUyWp0sbsMqL+52z626XXNikfGrnPi/k5fFzTMa5eftyNXlUVFXWB3H2//ACvvfUtGhHpx7eTKVtf6q7S7bXxpCai/imj6nPbT3E/5qdittb1uzVzUcjTYWsl+Ly8VvFyW1xa671mc4p8emUXxTTfIo4Sd5gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHxj2Pwkuy+vHfOuQo9Ztg6Y7RwkSRqxsiy5XR85QjRjpEWNr1dOnCu+CL+vwOUbHyo4G9dHzp06bOqYk3Xyhfty8PsOvO72mz1ntPujSLdfUytu6lZVKVrdw70FSvCtZcK8PM0PfJTbtVHzFURCVZScp8xxZaMnl9BQtDHyUtC0RClJynzFGKMnkWhaE8lLRFoiApOU+ZaFozHy+haFoTyUUQoiFKTlEBaE8kLTzLQx8lJVF6ScqKlofTOounOyu994xnXfVWqZLbtqyiq9lKixrK1Ckx8cdjLZrIzuioYXD1HSt+7asyRwsVzW+Xk5rV9BuTc+h7S0q5rW4ciGNp9v9aXOUuNIQiqynN0dIRTk6N0om1zHYuwN3dytx2dq7Kwb2drV7ioQVIwgmlK7duOkLVqNV1XLkoxTaVeppPar9HPxkdbercWM37fHY3snvRsTJW7A+CSTV9Fmlj/3qui4+7FHJJeZ5LG7MWo23JGJ/sR1GPljk18d2O/Gub/lc0fSOvB2lWnp1Su5CXJ35RbSj4qzFuCf35XGoyW6z24+zzaPZiFnc+5XZ1fuSop+u4t4+G2uMcOE0m5rk8q5FXZJfhxsRlOMu0Y6BMzAAAAAAAAdHXtt+GzBdwdg7B2f0fvuK63ye23rma2PSdixFu5qkuwX5FsXspgsnipHX8DXyNtz5pqi1LcTZpXLCsUaNhTK/tx7nMvbWjWdA3Xh3M6xjQjC3ftzUbqtxVIwuRmum44qkYz64NxS6uqVZPXT3w9g+m773Rlbx7danZ0nMzrkrt/Ev2pSxnfm+qdyzctvrsxuSrKdt27sVKTdtwhS2utfc/wz+6usfcXBYnrfsVGq3wTUN9q0HyI5nnyib/R0djVYv7HIrk/d+nLf3Heel+57tZn0+ruZ2F/tsdyp/wC7yv8A28uXk+BiTr3sE9wWj1enWNJ1VLl9LmRg3wr/AOthiLhydXz5VXE4n7h6Me4ejJI7YPXHtj7MXistrAanf2+lC17XOR8t7UW5ypFGiM4c5z0a1VRFVFVEXsXTO7PbPVqLC1vTup8lcvRsyf2Rvem2/glX+hnS2u+3Hvttyr1Taet9EecrONPKgq+LnjK9FLhxbdE6J8WjjVnNc2LWba0NkwOa168nPNPOYu9ibacNY9ea9+CvN8GStX9P0ci/1Q51iZ2Fn2/Wwb1q9Z/atzjNf0xbXg/6DqXUdJ1TSL/02rY2Ri5P7F63O3Lwf3ZqL5NeHivM8Jyh5VGeBRk8i08y0MfJSVRaIg6ik5T5jiy0Zj5fQULQnKiiLREKUnKfMUZaM85r2sbNt2QjxOp65ndnysqtbFjNexGQzWQkV7vFiR0sbXs2Xq93wThvxU8XNzsDTbLydRv2cfHXOVycYRX+dJpf5T2Wl6Nq+t5SwtGxcnLzJcrdi1O7N15UjCMpOv2HOvqv8W/u12q+tLD1Bd6+xFjw+5me1L9XR2VPuKnj/J168s27/Bqq5ft4qTxRvC8OVqL1JuHv92r28pRlqUM3JX6mJF36/ZcjSx/TdVfsq1kZs32d+4DeUoThodzTMKVK3dRnHEUa/tWJ1y/i+nHlSlHxaT7ROmPwSa1RfSyff/cmQ2CRisktal1fjm4XHLIz9ywS7jscN3JX6czv2vSLFUJvBF8ZGuVFb0Fuj3b511SsbO0yFlPgr2VLrl9qs23GMZLwrduKvOLSo8wthflzaTjSt5fcrXbuTJUcsbT7fpQqvB5V9TnOL5Ppx7MqcpJuq7iukfVb179dKSVeneq9X1C06JYbOwx1ZMrt2Qjdz5x5Db83LkdluV3Oe5UhfaWCPyVGMai8GM+6u4O897XfU3NqGRk261VuvRZi/ONmCjaT/rKHU6KrZnT2+7N9se1uP6OxdGw8G840leUXcyZrxU8m6535R5/K7nQqvpilwOQRw07NAAAAAAAAAAAAAAAAAAOKvu31jL236udv6nTgfYy9fWZNqwMUKI6xLmNMswbRVp1kXhv3sq3FPppz8OLC/FP1TsTtRr8dt9wdM1G61HGd/wBG43yUL6dpyfwh1qf+aY4+7bt9c7me3jc+2sWDnqcNPeZjpcZSv4Mo5cIR8Oq8rMrHHwuPlzWn2bMj5fgAQlUATqAJVlBATlBRlozYC/Db2n/cdN7U6cuzqs+t5vH75gY5JEc9+N2Ku3D5yCvGv7o6+OyOHqyu/wDD9y+q/BVXnDX3Pbe9DVNP3PaXyX7Use40v1rT67bb85RnNfZbN1X5WfcN5u1dx9rcudbuBl29Rx03Vu1kxVjIjFc1G3dsWpvw6shvg2691xiubYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+NmvBbrz1LMbZq1qGWvYhf8WSwTMdHLG5E4XxfG5UX6KfqE5W5q5B0nFpp+TXFM/netW8i1KxeSlZnFxknyaao0/tXA0CexNTt6B2BvWh3mysu6TuOz6jcbOiJO21rebvYaw2ZEZGiSpLSXy/a34/0T9DcTouo29Y0bE1e1R2srFtXo05UuwjNU+FJcOJ8t27NAvbW3Tqe2MnqWTp2oZGLPq59WPenalXguNYOvBcfA9MPaHoRyiAGPkhaFoTyUULQnKlKTlCgnkgoWhj5KWhaE5VSlICk8kLQtGRXDgXpMeVJUtETklWyk8kLRlozHyUUFDsG9M/x2dye3N+tn2xS9fdOwWljynZOboyPbk/sSIyxjtJxEklWbZsgjkcx86OjoVnMcks/wB1Gwv6a7n96tsduLMsNtZu5nGsMaEvu1XCV+dGrUfFRo7kk04w6W5LKXsB7U9+98smGpxjLS9hRnS5n3oN+pR0lDEtNxeRPmnNONm201O51pW5bXnrt6ydPermkx6T1JrEWJhnStLsGw3XMvbXt2QrxuYmS2XNujjmuSo6SR0UEbYqdX7j214YmOVprx3rvzcu/wDVXqu477uTVVbtx+WzZi3921CrUVwVZOs50TnKTVTdn2q7P7D7NbeW3dj4cbFuXS79+dJ5OTOKp6mRdonN8W4wSjat9Ulatwi2j7+cOOzwAAAAAAAAAAAAAfhyOLxuYqS0MvjqOUoTorZqWRqV71SZqorVSWtZjlhkRWuVPi1fgp/WxkX8a4r2NOdu8uUotxa+xppnjZWHiZ1h42dat3saXOE4xnF/bGSaf6UfB9o9SPVzdPuu2b136Xytibz+5fk631KvlV8/uK/jL08VXybPJ0rnftmT96+X+pEU5fp/cfuBpdFga1qluC5R+pvOHh+pKbh4eXLhyOt9Y7I9nNf6nq+1tAvXZc5vAxo3ONa/ixtxuLm3wlz48+J8A2H8WPohsiySWOh6GLsP8vGxr25dh4FIVc5jnLHSxu2QYteUj4RH13o1FXxRFXk5jhe4Du5g0UNXncgvC5ZxrlftlKy5/wBElXxOstU9m3tv1asru27dm6/1rGVm2acuULeSrfhTjBpcaUqfG8z+Fr0uyj3OpQdq641zrLkjw2+RTsYk6osTGrsOCzsitponEfLlVUX/AHFevBybF90XdHHVLr0+++HGeO1y5/u7lv73j/kocEz/AGBdgcyTePHWcVVlwtZiaVeS/Gs3n8v6tXX9rqPmuQ/BV6xSrF/a+0++KbUR/wB5Mhl+vsmsiqrfBYnV+vcSkKNRF5RUfzyn6cfH3tn3a78in9Rp+kSfh0wyI/01yZ1/yHFMn8ubtDJr6PWNyW149d3CuV8qdOFbp+mtfgeq2/wO9MvsSOo959nVqq+H2obeF1W7YZwxqP8AuWYa9COXykRVTiFni1UT4qnkvsLfu63OoJXtJwJXPFqd2K/obk1w+L/6j01/8t/YUrreNuLV4WeFFK1jzkuHGslGCfGrXyqi4caVap+B3plliN17vPs6zVTz+7DUwuq0rD+WORn27M1e/HF4yKirzC/yaip8FXyRc93W53BqzpOBG54NzuyX9CcW+HxX/ULH5b+wo3U8ncWrzs8aqNrHhJ8OFJOM0uNG/ldVw4Vqvbsb+Cv1ehVzst2d3xkOHxuiZSzXX+Mj8GqqyRzpL15kpJUk+CcsfErU5/qqKnrb/u039JUx8DSIcHXqhkSfwapkxSp8Uz3mJ+XR2fttvN1fcl3iqKN3CtqninXCm3X4ONP+j63r34avR/CuidktX37bkjcjnR7D2Hm6zJkSZJVZJ/iiaw9GqxPt/sVi+CqvPnw5OOZvuc7rZSasZGHjN/6PGg6cKcPW9X7eNePw4HONL9h/t60+SeVh6lmpPlezbsa8a0f0/wBO+Xy8GnTx6uJyM078e/pVoroH4L1v60svrI1IZNrxU+/SNVsaRNe6Te7eyPklaico9yq9H/v58/3HCdT7zd0tXTWXrmdFS5+jNY651/8ATq1RfBcKcOXA7T0L2x9gduOMtO2ppM5Q5PJtvMfBUrXMlfbfjV1dfmr1cTlZr+sa1qdBuL1XXsHrWMZx4Y7X8TQw1BninDfGpjq9au3xT4Jw34Ide5mfnajeeRqF67fyH+tcnKcv+1Jt/wCU7l0zSNJ0XGWHo2Lj4mIuULNuFqC/zYRjH/IecPEPYgAAAAAAAAAAAAAAAAAAAAAAxexsjXMe1r2ParHseiOa9rkVHNc1UVHNci8Ki/qVNp1XBo/MoxnFwmk4NUafFNPmmvI0x/Zrq93THfva3Wza61aOubfkf7FEqOTjWMsrM3qzv3q5VV+u5Kqq/Ffiq/FTaJsPcP8ANGztO11y6r1/Gj6j/wBbD8O7/wCZGZ8qfuA7ePtV3o3JsKMPTw8DVLv064/8JepkYj4+eNdtN8XxrxZ8KOW1OnycogFCeSFoWhPJS0LRGIKADnD+OrtNOqvbHrezasJXw28z2utM2quRjXw7f9mvhUe9f2sii26tjZXq74IyNf0/VOp+9u3v5h7c51u2q5WIllQ+2zVz/S7LupfFoy59jncRduvcloORkT6NL1ec9Kv8aVjm9MbFXySWbHFnJvh0xfLmttM1xn0pAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA06fysdWS9Ye53YlqGukGH7Op4Xs/DK1rkSRc/Wdj9ie93i1jpZNxw2RkXjnhj28/FVNmXt63BHX+1+FblKuVgSniz+Hpvqt/oVmdpfamaBPe5seWzfcJq1+EOnT9Zt2tRtcOfrx6L7bpSry7V+XDwkq8Tri5X5nd9DEqiIATyQtGWjJ5FoWhjyvzLQtEAUx8kLQUZPIcC9Jj5KSqLREFWUnKEoy0ZPL5FoWhjypaItETlPmUtDz+rars28bBitT03X8xtOzZy3HRw+BwOPs5TK5K3L/phqUqcctiZ3CKq8N4a1FcqoiKp4eoahg6ThXNR1O9ax8C1HqncuSUIRS8XKTSX/AFvguJ7XRdD1jceqWNE0DFv5msZM1C1ZswlcuXJPwjCKbfm+HBVbokzYo9K/w5Y3AvxPZHtoylncuz7V7F9MY+2lrBY6Zqskryb7mKU32c9YienLsbUe6h8ESaayxz4Ewp7pe5q/mK5ofblzs4zrGebJUuSXJ/Twkq20/C7Nep+zG20pm1X2+ewjD0yVjdne9W8nOVJ29KhLqs23wcXmXYOl6SfPHtN2eCVy5ejKVtd+GPx9DE0KeLxVGnjMZjqsFLH47H1oaVCjSqxthrVKdSsyOvVq14WIxkbGtYxqIiIiIYgXr17JvSyMicrl+cnKUpNylKTdW5N1bbfFturZs0xcXFwca3hYVu3Zw7UFCFuEVCEIRVIxhGKUYxikkopJJKiR+w/kf3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANeT8xvVq4bsrrbt6jWc2pu2t29Szc0cafZbndRsNtY+xZkROf5WSwuaSJiKvxjxy8f6VM0/bHuD6rQs7bV6S9TEvq9bTfH07ypJJeUZwq/jc+JpD/ADR+3X8L39oPc7EttY2rYE8PIaXyrIwpdduUn+3dsX1CNXxjjOnJnTPyplCasKEAAAAAAAP10L9zFXqWTx1mWlkMdbrX6Nyu9Y56tynMyxVswPT4smgnja5qp+jkP53rNrIszx70VOzOLjKL4pxkqNP4NOjPKwszL07Mtahg3JWs2xdjctzi6ShOElKEovwlGSTT8Gjde6a7FpdudT9d9mUPtNh3bUMFsE0EK+TKOQvUIX5bGKvLv93FZRJqz+FVPOJeFVPiard0aJd23uLN0G9XqxMm5bTf60YyfRL7Jw6ZL4M+sPtZvjF7l9t9D39h9Kt6tpmPkyjHlbu3LcXetePGze67UuL+aDo3zPpZ6E58AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdK/5qegZt56T1XvHBUFsZvp3LS4/ZHV4kWebQ9wnp1JbU6xsdPYZgNkgpuY3/RBBdtSrwiOUyl9rW8Y6TurI2nlzpianbUrVXwWRZUmkvBepac0/GUoW4+Rrx/MO7XT3L27we5Gm2urUdAvuGR0r5nhZThFydFWSsZCtNLlCF29N0VWauHKmf1EaYKIhQTlPmWjLRmPkOBekiuUlUWiJyKspjynzJxZaMnl9C0LQnkpaItEY8/NQUnkhaMtGTyUtC0MeV+ZaFojsM9Rvxtd9+1UuP2JuPf1r1LM9kk/Y+10LDGZWqqcquk4B76l3bHv/AESdr4Mc1UcjrKSN+27pfuR3x2h29jPCc1nbjS4Y1mS+R/6+5xjZ/stSuPg1bo+pZS9jfaX3L70ztaqrT0jZEmm8/JhJK5H/AOyWW4zyW+SmnCwuKd7qXQ9oz1f9MOifUzA/2/rLWkn2a7VSvsPYuxfx8nu+wIrmySQz5RteCLF4pZGNVtGjHWqcsa97Hy+UjsA9/d0N3dxcz1tev0wIyrbxrdY2LfxUKtznz/EuOU+LSajSK3Jdnfb/ANtuyOmfS7Pw+rV7kOm/nX+m5l3/ABadzpSt26pUs2Y27fBSlGU6zfK867O6wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgJ+S7q3/uZ6nbxarQJNmOtrOP7LxapGrntg1/79XY1V7f3xxR6nk70q/BWq6JvkiceTe4+xG4P4D3GxLdx0xs6MsWfHxuUdr7W70ba86N08nhj7+O3f8/8Att1fIsQ69T0G5b1S1wq1HG6oZXFcUlh3cib5puEa0p1R1RjYifOEAAUE8kFGWjMfL6FoWhOV+ZaItEQA2VPxB9qf5Z0BsnWdyz93JdUbfP8Awq/HH2NU3j+Tncb+5fi9z9kr5jn/ANlvinyMFfcrt7+Hbysa9ajSxqOMup+d6xS3L/ynZ+11N8v5ZXcT+ZOzGfsHKudWdtzU5enH9nDz+vItfa3lRzfsXSjtlMcjZGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeB2nWcFuutbBp+0Y2vmdb2nDZPXs/ibbVdWyWHzFOahkaU6IqO+3ZqTvYqoqOTnlFRfieZp+fl6XnWdT0+5K1nY92Ny3Nc4zhJSjJfFNJnrNa0fTNw6RlaDrNmGRpGbj3LF61LjG5auwcLkH8JRk1w48eHE0g/cD1m2j1Q7t2XrHNx3LWAWV+Z6/2axC1kW1aXdml/teRa+P8A2f7hTVjql6NvH2rkEnCfbWNztrXbXfun9w9q2NexXGOZToyLSfG1fil1x8+mXCdt+MJKvzVS+c7vx2c1jsj3FzNnairk9M6ndwsiSosnEm36dzhw64Udq9FfduwlT5XFvi5yqnPq+R01QiqTiy0MfJC0LQnkooWhOfmUpjyhaMtGTy+haChOVFEWiIUpOULRlozkP6/eq3e/s7nVwnT+hZLP160rY8vtFzxxOm6+irGr3ZnZr32sbDYbE/7jasTpb0zEVYYJFRUOFby7g7R2FifVbmzLdmclWFqPz37n9i1Gsmq8HNpW4v704nanbDsr3I7wal/D9i6beybUJUu5Evw8Wzy/e5E6W1Kj6lbi5XppPotyobIHqZ+ILpfpV+N3Humen3b2NVfDbr0LtJ8PWevW4+XN/g65a5l2meJ7lT+RlUdXfwxzKcMjfJcIO4vuU3RulXNM2spaVokk05RlXKuJ/tXFwtJ/s2qSXFO7JOhth7I+xXt/2+lZ17uBK3uHdcGpRhOLWBYkv2LEuORJP9fJrB0jKOPbkqvt+jjjhjjhhjZFDExkcUUbGxxxxxtRrI42NRGsYxqIiIiIiIhjXKUpScpNuTdW3zbM6oQhbgrdtKMIpJJKiSXJJeCXgjMh+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeMzWIx+wYfLYDLV228Vm8ZfxGTqvVUbZx+Sqy0rtdyp8UbNWmc1f+J/fFyb2Fk28zGl05Fq5GcX5Si1KL/Q0meBqumYWtaXk6NqUFc07Lx7lm7B8pW7sHCcX8JRk1+k0mO0tFyPV3ZG99c5VHrf0nbM7rM0r2+H8puIyNinBejThEWC/XiZPGqfB0ciKnwU2r7f1exuDQ8PXMeno5eNbupeXXFScfti24v4pnybdwtm53b3fesbG1KrzNJ1LIxZNqnWrN2UI3F/VuRSuRfJxkmuDPQeVPcURw+iIUAAAAAAHZd+KftT/AfaOjqlyykOG7Y1vL6hM2WRI6zM7QjTZddtO5c3ytSTYmahAnx5dkFTjlUVOiPcRt7+Mdv56jajXK06/C8qLj6cn6VxfYlONyXwt1r557flz9xP5M9wlnbmVc6dL3JgXsKSbpFZFtfVY035zcrM8e2uNXktUq01tFmv8APoSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABxN9wfUTr33A6yl0rbucPsuHW1kdA3mpAk2S1LOzQtjc90PnEmSwWSSJkd+k97Wzxta5jo544Zo+xe2vcjWe2uvLVdO/FwLtI5Fhukb1tPz49NyNW7c0n0ttNShKUZdId+OxW1u/Gz5bd138DV7HVcwsyKrcxbzVK0qvUs3KKN6y2lOKTi4XIW7kNNrvz197U9a9/wAj112vrljCZeq+WTGZKJJJ9f2jFNlWODO6zlftxw5TF2m8LyiNmgcqxTxxTNfG3Zvs/eW3t86PDW9u343caSXVF8LlqdKu3dhVuE1+mMl80JSi1J6C+5na3efaPc93am9sSWPnQbdu4qys5FtOkb2Pdolcty/ROD+S5GFxSgvifKfM5VQ69ozHy+goWhPJS0RaIhSk5T5ihaMnkhaFoY+SlohRHKjoL0r9lPZaetJ1d1nmbeuTyrHLvWeYuuaNVax/hPJ/keUbDWyT6zv/ADIKCW7Sf0iU6+3h3S2LsWEo6/n2o5qVVj2/xL78vwoVca+ErnRD+sd0dsvb93a7t3IS2bpF+elSlR5l5ehhxo6N+vcpG44+MLPq3P6jO+n1p/Cr1JoD8fsvsNsb+4NlhSGx/h+HbdwHXOPtN4c6K1MksOybeyGZiKx8q42tI1VZNUehiDvr3S7j1hTwdl2FpmC6r1p9NzJkvNKjtWarml6sk+MbqZsr7R/l97I2zK1q/dLLeu6tGkvpbXXZwYS8pOqv5KTVU5OxbkqxnYkjuf1zWtd0/CY/WtTwOG1jXcTXbVxeC1/GUsPh8dWaqq2CjjcfDXp1YkVVXxYxqcryYvZudm6nlTztRvXcjNuOs7lyUpzk/OUpNyb+1mfulaRpWhafa0nRMbHw9KsR6bdmxbhatW4rwhbgoxivgkjzZ4p7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1lPy29V/4X7H0N+p1mQ4rtrU6OVlkjjWKN+z6s2HXc3GjUT7SvXFxYyeRzVRz5LLlcnK+Ts9PbfuH+K7Hno12TeRpuTKCTdfwrtblt+f33dil4KKS4cFoH/Mp7d/yp31s7zxbajp25dNt3m0qJ5WIo419U5V9JYtyTXFyuyclV9UurEyDNd4AAA5RAWhj5IWhaE8lLQtEe1aJuGV6+3bUN7wb/DMaZsuD2jGKr3Ma69gslWydeORzUVfsyy1ka9OFRWKqKiovB6/V9Mx9a0rJ0jLX+FyrFy1P+zci4tr4pOq+JyPZ+5tR2VuvTN4aQ6appefYy7XGi9THuxuxTp4NxpJcaptNNG7nqmyYvctX1vb8JKs+F2vAYfZMROqIizYvO46tlKEqoiuRFkqWmL8FX9TVFqODkaXqF/TMtUyse9O1NeU7cnCS/Q0z6ydua7p+6dvYG5tJl16VqOFYyrMv2rWRajdtv9MJpnnzwz3IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPk3cvRnVPsDp1rRO3dMxO5a9Or5azL8To8jh7zo3RNymv5is6HKYLKRscrUnqyxSKxVY5XMc5q8i2xuzcOzdTjq+28q5i5q4PpdYzjWvRcg6wuQ/qzTVaNUaTXCN/duNldz9BntvfOn2M/S5VcVNUuWp0p6li7GlyzcS4dduUW1WLrFtPoH9g/webhi7N7N+tfYFDZ8S50k0Oi9jTR4bY6jOeW1cbtlGr/Ys05VXhv8uvi0YxP3SSO+K5ibM912mZFuGJvnDnj5PJ38Zddp/GVmT9SHx6JXavlGK4Gsnuj+XVruHeuaj2k1S1mYLbaw85q1fiv2beTCPo3fh6kMei5zk+J1a796Ne3vWlieDavXjtD7daRYpchrmt2t2wzVR3ijv73pn9/xP23r/pd97hyrwnxO/wDR+7PbbXYKWn61gdUlVRu3VYn/ALu/6c6/DpMNdy+3HvptK7K3rW1tY6YOjnYsSy7X++xPWtUfg+ujOPt3Q97x061shpW20LKNa9a93XMxVnRj/ix6xT043o1yJ8F44U5na1fSL8PUs5WNOHnG7Br+lSOscjbG48S56OVp+dbvUr0zsXYuj5OjimedwXTHce0ugZrPU/ZexPteX8ZmC0Tacu6x4Tfx3fYbj8VYWXxsfsXx54f+39fgeJl7o2zp6bz9RwLCjz9TItQpwrx6pqnDjx8OJ7TTe3++9YcY6Pomr5Up/dVnDyLrlx6eHRblX5uHDx4czk1of42PdvsKSFMZ0DtuArStjkkub5JitAjrRSNVyPmqbdkMRlXObxw6OOvJM1V+LEOB6v3z7VaKn6+sY16a/Vx1PIq15SsxnD9Lkk/M7e217S/cNuiUfo9s52NaaTcsx28JRT8XHJnaufbGMJSXjE7BOp/wVdkZOStc7q7j1TUqS+Ms2E6+xmR2/LyMc1ea0uXzUes4vGWWOVFV8cORj+HCc88p03uL3baHYjK1tbTMjJu8lcyJRswXxUIerOS+Dlbf/QZP7K/Lh3ZmShkdwNewsHH5u1hW55N1r9l3bqx7duS84wvx8FXmdrnR/wCMH0+6OfTyNPrlvY2z1PBzNn7WsQ7haSZi+bJq+BfUpabSmik+McsONZOzhP8AcVU5MeN2d++5e7FKxdzvocCX91iJ2VTydysr0k1zTuuL8jNTt37PexPbqVvKsaUtV1iFKZGpSWVKq4pxsuMMWDT4xlGwprh83Cp2BQww14Yq9eKOCCCNkMEELGxQwwxNRkcUUbEayOONjURrURERE4Q6blKU5Oc23Nurb4tt8234tmTtu3C1CNq1FRtxSSSVEkuCSS4JJcElyP6H5P2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdW/5aurP829a6290633cr1LteOzUkzV5lZrOyvj1vOQRx/q9q5K1jbEip8WR1XOX9qOUyB9uO4f4VvqWkXZUxtSx5QS8PVtVu23X+yrsV5uaXOhr0/Mm7d/zZ2Ht7wxbfVqW2tRtX3Jc1i5TWLkRS8fxZ4tyTXKNpvkmaxvkhnvQ0CUZj5KWhaE5UCgKUAAAAG1D+LXtNOxPVPX8DasJLmOq83l9CuI+VXzvxkb487rs7o3fGOvFiMyynFx+1f4TuPiiomvX3Bbe/gncS9mW1TF1G1DIjw4dTrbuL4tzg5v+2j6H/wAvXuH/ADv7dcLR8mfVqm3cu9p86usnaTWRjSp4RVm/GxHwfoPyaXY4dHmcoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPR+zNGxvZ3Xe8dd5hGpjd31TPavakcxHrWZmsbZoMuRJ+qWKUszZo3Jw5sjEVFRURT22g6vf0DW8TW8b9/iZFu6l59ElLpfwklR+abRxLf20cDf+yNX2RqdPodW07IxJulelX7Uramv61tyU4tcVKKa4o0j89hMlrWczOuZms+nl8BlcjhMrUkRzZKuSxVyajerPa5GuR8FqBzVRUReUNreHlWM/EtZ2LJSxr1uM4SXJxnFSi/0ppnyc6xpOdoOr5Wh6pB2tTwsm7YvQfOF2zOVu5F1o6xnFp1XgeKPJPXAAnKAE8kLQtGTyUULQx5UpaHb7+HftT/ABru7dOqrtlzKHZ2pJksXCq+TZNo0Z9jIQxxtc5Ei+9rWRyckjm/F38diKioiK3Gn3N7e+v2pi7htRrewMnpm/8AVZFItvzpdjaS8up0+OzH8sXuH/Ae7Gq9u8qbWHr+m+rajzrl4DlcikvDqxbuVKTXF+nBNNJNbIpgyb0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADVD/Jv1c3rL2z3S5VgWDEdmUcZ2XjUThzVsZ3+RQ2RXPRGt+7NteJvTK3/AFNZMznnlFXYp2E3A9e7cYtq465OBOeLL7LdJWv0KzO3Gvi4v7D5zPfz28Ww/chquVjQ6NM16za1S1/ayOq3lcfOWZZyJ05qM41rVN9ffkdz0MMKE5X5loi0RAAAAAKoH13oLsyfpzunrHs6GSRkenbjhspkkiR6vsYJbLamxUmpGjpF/n4GzZgXhFXiT9F/Q4zvLQ4bn2rn6BJJyysWcI18LlK2pcf2bijL9B2X2b35e7Yd1NA39alJW9M1Sxdu0rWWP1KGTDhV/iY8rtvgm/m5Pkbr1azXuVq9ypNFZq24IrNaxA9skNivPG2WGaGRiq2SKWNyOa5F4VF5NVly3O1OVq4nG5FtNPg01waa80z6sbF+zlWIZONONzHuQUoyi6xlGSrGSa4NNNNNc0f3Pwf1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB00fmS6rXOdV9cdu0YFfc0LaLWr5l8Uac/4/ulaOWtbty/r9jHZ3BQQRt/o/Iu+amUPtg3D9JuHO21ddLWZjq7Cr/vLDo0l5yt3JSfwto1dfmg9vP4t280LuViQrk6PqE8S+0v/AE+dFOM5v9m3kY9u3FftZL82a6hm2aQwKgE6kCE6mUnKfMnFloyeXyLQUMeVFEWiNvb8fXaq9t+p/VmWtWltZvVcXJ13sCvckkzL+lubiqDrMiIiyWb2uNo2nud+5y2OXKq8qutfvNt7+W+4uoY1uPTi5Fz6m35dN/55U8lG76kEuXy8PI+ln2Y9w/8AmR7dNvalfuepqunY703Iq6yVzBfo23J+MrmMse7Jvi3cq23VvmidWmUoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPh3st1c3unoTtbrJIY7F3adOycODjlVEiTaMa1ma1OaRVReI6+y42pI7j48N+CovxOWbE3A9q7w07X6tWsfKi7lOfpS+S8l9tqU1+k6l78dvo91Ozu4tgqEZ5WoaXdjYT5fV2kr+HJ/COVasyfwXDiaVz0dG5zJGuY9jlY9jkVr2Oaqo5rmqiK1zVThUX9Daan1KqdUz5W5QlCThJNSTo0+DTXNP4mHkhaEoTyUURaIhSkAAAAO8z8MHaqVs5230ressbHlaOO7I1yu+RWf9ZjJINd2lsTXL4TT2qlzGP8AFvD0jqvd+5qKrMS/dHt71MTTd1WovqtzljXHT9WSdy1XyScbq48KzS4Pnts/K37h+hq25O1eXcShkWbep40W6fPaccbLonwcpwniuipLptSfFJ9Pf4YcG5EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHCH2D/ACA+vnr3ct69lM1c3jeqb1htabo0dXJXMXY8eUjz+VsWauFwz2KqJJC6eS6xFRf46odsbL7Nb03pajm49qOJpElVX79YxmvO3BJzn8JdKg+XWYid7/ez2Q7H5V3Q9Ry7usbxtPpng6eoXZ2pU5ZN6U4WLDXDqtu5K/FOvotHX7lfzQZJ1qRMJ6/UYqTUc2F2V7GsT2pVR7/GaRlTTa0UCOjVvMSOk8VRf9xUVOO5sf2t2FbX1eszd3x6MZJL4Kt9t+PHh9iMJNS/Ngz3kSWkbIsxxFVRd7VJSm+LpJqGDGMaqlYJyo6/O68PkuQ/MV7Dy2pH4rrzpilSVV+1XyGJ3jJ2mJ5uVqSXK294iKVUjVqKqQM5VFX4c8JyOz7Y9lRtpZGbqk7vi4zsQX6IvHm1x/rP/rOs87807vlcyJS03Qtp2sTwjds6hdmuLpWcNRsxfCi4W1xTfCtF7npX5lexKtiFvYvTul5yo5/jPLpWXzmq2Io3PX/dhr52bcorD4o1T/bdLEkjk/1sRfh6vVfa/olyDeianlWblOCvwt3k/g3bVhqr8aOnkzle0vzV99Y9+Md97W0nMxm6SeBfyMOSVecY5Es5SaX6rnDqa+/BPh2l+vfu/wBA+x8kOJ1DZJcBur4vuP0LcooMNscqtSR0v9oVtmzithaxkTnqlGxPNHEiPljjReEx83p2n3lsaLydTsK9pSdPqLLc7S8uvgp2+aX4kYpvhGUjYx2P93nZXvzOGm7Xz5YW7HGr07OUbGU6Vr6NJzs5NFFyax7tycYfNchb5HLw61MnwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaeHvX1WvUHtT25rUFT+LhstsUu7a41kbYqv8AZd1amxR16LGcI2pib16ei1OE4WqqfHjldmfaPcP8y9vdNz5y6sq3YVi74vrsfhty+M4xjcf9s+ZT3ddvH209wu5NCs2/T0vJzXnYySSj6GcvqVG2lyhZuXLmOvL0mvi+Ix2QY2gAAAAcoCk8kLQUZyk9Ku1l6c9oOoNynnWviX7TW1jYnLKkcDdf3GOTWcnZteX7HwYyPKJc4X/x12qnCoip1/3U27/M+wNT0uK6slY7u2+FX6ln8WKXxm4dH2SZkH7V+4P/ACw7+7a3Rdn0ac9Qji5LrSP0+ani3ZTrwcbSu+tT9q2mqNJm5Kawz6eQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADqK/Jd7q5XqOjF0X1Tl347sPY8Y2/uezY+fwyGma1fY9lLGYuaFfOhs+wx8y/f8mzUaPjJGn3LMM0OSfYjtXj7kvPd24rXXoti502LUl8t+7H705p/etW3w6eMblysZPptyjLWH+YB7tNS7Y4cezvbbKdjfOfjq5nZduVLmDiXE1btWZR428vJVZ+pVXMfH6Z2115Fq7a10ZJHyvfLK90kkj3SSSSOV75JHqrnve9yq5z3OVVVV+KqZuxiopRiqRS4JeBoonOd2buXG5XJNtturbfFtt8W2+bP5+SFoz80ZPJS0LQnK/MtC0R/eras0bNa7Ssz07lOeG1Ut1ZpK9mrZryNlgs1p4nMlgnglYjmPaqOa5EVFRUPxct271uVq7FStSTTTSaaao00+DTXBp8Gj++Nk5GHkW8vEuTtZVqcZwnCTjOE4tSjKMotOMotJxkmmmk06mxP+Ov32u9uOp9G9y5Ns/ZFSlK7TNxtyMZLvlGjEss+Hy/Pij9ux1NjpWTp/9cK0T3ScWI3PsYS97ez1rbSlu3a9umhSmvXspcMeUnRTh/qZSonH+7k0l8kkobzvYv7zsvubK12f7q5Cnvy1ak8HOm0nqNu2uqVi9yrm2oJzjcX/ABNqEpTpetylf7ezGk2fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQx+aDqrxf1D3ZRqonmmS6x2S21qoqub/J2fUI3Kn7VVW/3nlVRF4a1OVThEy/9rm4arUtqXZcunKtL+i1e/wDzP+U0/fmk9vKT213WxLfP1dLyZ08V1ZWGn4cvreL48Iqr8Oh4y8NQZPJC0ZaMnkWhaGPK/MURaIFKAAAbo3qf2qndXrp1J2NJYSzk8zqFCnsUvkiudtOvrJr2zvc3/VGk2dxc8jGu+P23tXleUVdW3cXb38q721LRIx6bFrJlK2v9VcpctfbS3OKfxTPqQ9uvcNd0+yW297zn6mflabbhkv8A+149cbKbXNdWRauSSfHplF8a1fIY4Ud0gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0qe7+x7/bnb3Y/ZOQnfNLuG35rL1fJz3JWxMluSHB4+JZFWRK+Mw0NetEjlVUjiai/obUtp6HZ23trB0Kyko42NCD+M6VuSdOFZzcpP4tnyZd3d9Zfc3uhr2/s2bnc1TVL96Favpsubjj2lXj02rEbdqCfFRgkfKzkJ10AAAAAAeZ17YMzqefwu0a7kLGJz+u5Whm8LlKj/ALdnH5TF2ortC5A//wAMtezC1yf05T4/A8bNwsXUsO7p+bCNzDv25W5wfFShNOMov4NNo9roet6rtrWsTcOhX7mNrWDk28ixdg6Tt3rM1ctzi/OM4pr7Dcq9ee38Z3z0z1/2rjPsxu2nBQS5ilCrvDF7LQfJjdmxTUkVZfs4/O07EcTn8LLCjJOOHoavt67ZyNn7pzdu5FWse81CT/XtS+a1PyrK3KLaXKVV4H1T9kO5+n95e1WidxsDpjLUcOLv241pZyrbdrLsqvHpt5ELkYN0c7ajPlJH2c4sdrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4he+HVS9weqvbet1qz7OaxGAfu+ushjSW0uZ0qRuwsrU2KjvKzlaFKxRRE/crbSonCqinZXaHcP8tdw9NzrklHFu3vQuVdF0X/AMOsvhCUo3P8wxr93nbz/mX7etyaFYtu5qmNhvOxlFVn62C/qFGC/avW4XLCpxautLizTwNmh8zIBQAAAAQAcoKMUZsOfhj7W/uug9pdN3rL3WdRz9Hd8BFNIjlXDbTX/tuXrU2cq5lbG5fDRzSJwjfu5HlPi5TCv3Rbd+n1jT9z2Yr08mzKxcaX69p9UHL4yhNxXwtfA3T/AJXvcJ5+z9wdscy43f03Mt52Om6/g5cfSvRguajavWIzl4dWTXm2d2JiqbUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaNOcw9/Xc1mNfykX2MngspkMPkYP3f7N/GW5qVuL97WP/wBuxA5PiiL8PiiG2vEyrObi2s3Hdce9bjOL84zSlF/pTR8f2r6XmaHq2Vomox6NQw8i5Yux/ZuWpytzXFJ8JRa4pfYeLPIPXAAnKFoy0ZPL6FoKE5UURaIhSnaL+PL3ow/rdJkusOzK12TrDa8+zNV9iotkuWtJzlqrUxt25YxjGPnv4C/BTgdYbXVZ67oVkjimdI5pj93r7R5W+Y29waDKC1/Gs9DtypFX7ablGKnyjci5SUer5ZKVJSikmbDvY/7wdL7DzyO3u/7d2Xb7Us1X45Nus54GROELVycrSTlcxrkYW3cVuty24Odu3dc5RNlHX9hwW14XGbJrGYxuwa/makV/E5rD3a+RxmRpzJzFZp3asktexE7j9WuX4oqfqimCeZhZenZVzBz7VyzmWpOM4Ti4zjJc1KLo0/tN9ui63o+5NJx9e2/lY+bouXaVyzfsXI3bV2EuUoXINxlF+afPhzR5g8Y9oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYSRxyxvilYyWKVjo5I5GtfHJG9qtex7HIrXse1VRUVOFQsZOLUotqSdU14H5nCFyDt3EpW5JppqqafBpp8GmuaNKT2S6vf0v3x2r1isboqmqbjla2HR7Xse/W70jctq87mvVzmus67kKsi/Fycu+DnJwq7UdjbgW6doadr1a3MjFg5/7WPyXV+i5Ga/RyR8r3fLYEu13d7cOwulxx9O1O7GzVNN41x+tiyafGssa5alzfPg2uL+InLDqknKIBQnkhaFoY+SloWiICgA56fjV7W/7V+3HXf8m1/Gw3Yv8AN6uzPw5+9/ln2P8AHIvk3y3WhjOXf0Z5HT/fXbv8w9t83049WVhdOXD4ejX1X/uJXeHnQy99jHcP/l97j9F9e56el6316Vf/AK31fT9Mvh/jreLV+Eam26a3z6OQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAadPuTrtvVPar2AxV1islsdp7dsMTVZ9vijt+Um2zG+Lf/YXHZuJWr+ipwqfqbOe1+bb1Ht5o2RadYrTrNt+PzWYKzL/vW2fLX7p9Aytue47eunZapcnuPNyUqU/Dzb0sy1w8vSvwp5ricaPJTnlEdB0RClABCVQBOoAlWUEBzI9UPdjtD1YzTa+KmftnW1+0k2wddZS7LFQkWRzfv5LXLnhYXXc6rE+MrI5IJ/gk8UnixWdYdxO1WgdwsXryEsbXIRpbyYRTkqco3Y8PUt/BtSj+pKNWnlR7bvdj3E9uurKzp0nqWwr1zqydMvXGrbq11XcadJfTZFP14xlbucr1q5SDhs8dDew/VvsfpsW5dZZ5t+GP7MObwN5sdPZtXyEsav8A7dsGJSaZ1Wb9rkjmjfLVsIxzoZZGoqmBG8Nlbg2Pqb0vXrPRJ1du5GsrV2K/WtzoqrlWLSnGqU4xfA+gvs53v7ed9drR3T2/zFetR6Y38e5SGViXGq+lk2eqThLg+mcXOzdo3auXIps+3nEztsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1yPzLdVuwPbPXfbtGuraPYGrWNazErGqrU2LS7EboLFh/wCjJb+AzNeKNq/6m0HKn6KZv+1/cKzNuZu2rsvxsLIV2C/1d9cUvhG5CTf+0RpG/M87efwjuNovcnFhTE1nT5Yt5pcPqcGS6ZSfg7mPftwivFY8muTOmXlTKE1g0AKAAAAAAfuxmTvYXJ47MYu1JRymJvVMnjbsKok1O/QsR2qdqFVRyJLXsRNe3lF+KH8sjHs5dieLkRU8e5BwlF8pRkmpJ/BptHl6fnZml51jU9PuStZ+NehdtTj96Fy3JThNfGMkmvijd86f7DodtdV9edmY1IWVt50/AbIteB/3GUbeTx0FjI4xzvJ/+9isg6WtIiuVWyRORVVUNUG5tEvbb3Dm6Dfq7mJk3LVXw6lCTUZ/ZONJL4NH1adtd6YncXt9ou+8LpVjVtMx8npi6q3O7bjK5arV8bVxytSVXSUGq8D6OejObgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGvN+YLpSTA9h6X3ri6y/2vfcazUNoljjXwg2vWa3nh7NmVURv3c1rH+zE1OVRuJeq8coZq+2bdcczRMraORL/EYc/WtJ+Nm6/nSXlC78zfneRpB/NA7TT0bfGk94dOt//DtZsLCy2lwjmYsa2JzfnfxPkgvLDm3zR00mT/UjVcCdTKCVBOU+YoKMnl9C0LQx8lLRFoiAoAPpXU/b3YfSO5UN76z2W7rWw0f9t0tdWy0slRe9kk+KzOOmR9PK4u0sbfOGZjm+TWvb4va1zfRbj21om69MnpGvWIX8KfGj4SjLwnCS+aE1XhKLT5p1TafPe2/c3e/aTdNneOwc+7ga3Z4Nx4wu2205Wb9qVYXrM6LqtzTVUpKk4xktmT059/8Arz2Zp0tT2FaOidyxV+LOqWLKtxe1OrQ/ctZHSLll3lbRY2Olkx0jlu1mI5U+/FG+cwP7ndm9a2HdnqOF15m13LheS+ezV0Ub8Vy8ErqXRJ0r0SkoG/b2u+9LZHf7Ftbb1v0dH7pxh82HKdLWY4xrO7gTlxnwTnLGk3ftRUmvWtwleOwY6YM2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdef5P8AqlOzfUvcsjVrMnzXWF/G9k4x321WVtPDrNj9makrEWRkEer5W3Ye34sc+uzy48Uc3ursDuL+A9x8Wzck1i6hCWLLjw6p0la4efqwhFeKUnTnR4X+/jt5/Pftz1PNx7anqmgXrWp2nTioWeq3lcVxUVi3b1xr7rduNaUUo6nRsWPnZAAAJ5IWjLRmPl9C0LQnK/MtEWiIAbN/4fe1v8x9dc71tcstlyfUW4Wq1WBF5fDqm7LZ2LESSqrlcrpNhZmWN+HCRxNRP0VEwJ9zG3f4ZvezrtqNLGpYybfnesUtzp9lv0G/i2b3/wAtbuF/MvZXL2PkzUs/bepTjCPisTO6smy341eQs2K8FGEUuTp2zmORsUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAONft30lH7A+v3YHXUMDJdgnxi53TJHKxrodw1/nI4ONksjmxwMyksTqMz1+Da9uRf1+JzrttuuWzN5YWtybWGrnp3/jZufLc4Li+hNXEvGUInQnub7SQ719lNb2Nagpa1PH+owXwTjm434uOk3wirrTx5yfK3emac0rJIJZIJo5IZoZHxSwysdHLFLG5WSRyRvRHskY9FRUVEVFThTZvFqcVOLTi1VNcU0+TR8uFyzcs3JWr0XC7GTUotNNNOjTT4pp8GnxTP5eSn6ofmhjypSgAAAAAAAnKfMtC0Z/epetY+3Vv0LNmlepWIbdK7UnkrW6dutI2ataq2IXMmr2K8zEex7FRzHIioqKh+Llm3etys3oxnZnFxlFpNSTVGmnwaa4NPg0f3xcjJwsm3mYdydnMszjO3chJxnCcWpRnCUWpRlGSTjJNNNJppo71fS78pLX/wBp6w9ncl4OX+Njdf7fkRPBV+EMFbsREVPt8/Bv94YipyqOttRPu2jEful7fWvU1/YMKrjK5hr+lvG8/P0X9ltv5bZuC9qn5hkZfTdvvcBfpL5bWNrT5fsxjqXl4L62KpyeTFL1Mg70qtqreq1r1GzBcpXIIbVS3VmjsVbVWxG2avZrWIXPingniejmPaqtc1UVFVFMSLlu5ZuStXYuN2LalFpppp0aafFNPg0+KZt7x8jHzMe3l4lyF3FuwjOE4SUoThJKUZRlFtSjJNOMk2mmmnQ/ufg/sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADw+w4HGbTgM5rGbrpcw2x4fJ4HL1FVWpaxmXpT4+/XVyfFqT1LD28/05PJwszI0/Ms5+JLpyrF2NyD8pwkpRf6Gkz1mtaRgbg0fL0HVYeppedjXce9D9u1ehK3cj/nQk1+k0euy9JyfWfYe8dd5lqplNI2vP6tdcvHjNNg8nZx62Y1Tlr4LTYEljcn7Xseip8FQ2x6DquPr2i4mt4v/D5ePbux+CuRUqP4qtGvBqh8o++dpZ+xN56rsvVP/wBYaVqORiTf7TsXZW+pecZ9PVFrg4tNcGej8qe2oji1EQpQAAAKgE6kDtD/ABKdq/4H7RR6ZcnSLEduatltXVskixwM2DDRrs+Asu/8L53x4y3TiRf1fd4T4qiLj/7jtv8A8Y2A9UtRrk6bkQu8FV+nP8K4vsrKE38IGfP5dHcH+Ue/kdsZM+nTtx6fexaN0isiyvqseT8HJq1eswT5yv0XF0e0ma/Tf0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADVL/JN0UvS/spsWSxdJK2n9qsk7B137USR1a2QyNh7NtxMfg1kLX09hSWwyJjUbDUuQN+q7EOxe7v5p2LYsZEurU9OaxrlXVuMV+DPz+a3SLb5zhNnzj+/Ls//AMqu/Wdnada9Pa+409SxulUhG5dk1mWVSkU4ZPXcUIpKFm/Zj8Tr/O5DCwAAAcoUGPkgoWhPJS0LQnKlKQAAAA7D/Tn8g3YfrTYp6hs/87fum5J2tk1mxZR+Z1JksirPd0q9ZejIIuXLJJjZnJTmciqxa8j5JXdK9zuzGi77hLU8Dow9zpcLqXyXqLhG/Fc34K7FdaXPrilFZu+173rb37C37W2dwetrPa6U0niylW/hpv5p4NybpFceqWLN+hN1cHZnOdx7MnVfbPX3dWm43fetNko7NreSRWJZqucy1QuRtY6xi8xj5kZcxOWqJI37ledjJEa5rkRWOa52B24dua1tXVLmj67YnYzrfg+Uo+E4SXyzg6cJRbXBrmmlvy7ddydld19rWN5bCz7OoaFf4dUHSduaScrN63Kk7N6FV1W7kYySakk4yjJ/Rj0ZzkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGrt+XHqlNG9nI96pVlixPbuqYzYHysjWOv/kuvMZrOerxcIkay/wqWPtyqnxWS4rnJy7ldgHtu3F/F9hPSLsq5Om5MrdK8fSufi22/GnVK5BfCFFy4aDPzHO3v8p9+I7sxbfTp25NOtZDaVI/VYyWLkRXhXohj3Z04uV5t8XV9WRkGa/wSqAJ1FIqp8ycWKGPkgoWhPJS0LRHuHXm65XrjfdL7Awjlbl9J2nA7Vjk81a2S1gcpVycUEip+sFh1b7cjV5a5jlRUVFVD1mtaVj65o+Vo2Uv8Nl49y1L7LkHFtfFVqvJqpybZm58/ZG7tL3jpTpqOl6hj5dvwrPHuxuqL/qy6emS5OLaaadDeO1jYsXt+ta9tmDnWzhNoweJ2LD2VRGrYxeboV8lj51ajno1ZalljuEVeOf1NTmfhZGm517TstdOVj3Z25rynCTjJfoaZ9Wug61gbk0PC3FpU+vS8/Es5NmX7Vq/bjdty8ecJJ82ecPEPagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHXP+Tror/u9635XZ8XVbNtnTktne8Y9sflYn1yKskW741j+eY4XYaJuQciIqySY2NiceXKd3dhN3fy1vm3gZEqadqaWPPjwV1utiXxfW3b+CuyfgYM/mBdn/wDmd2JydwadbU9y7WlLULTSrKWKo0z7SfhH0Esl0TcpYsI+NTVi8kNg9GfO3RmPl9C0LQnK/MtC0RAAAAAAABygKY+SFoWhPJS0LQ+59BexnafrbuUe5dZ511J8/wBmHPa9fSS3rO04+GRXpj89iklibYazzf8AanjdFarK9ywyxq53PEt47I29vrS3pevWetKrt3I0V21J/rW50dPCsWnCVF1RdEdvdmu+HcLsTuiO6Ng5jsyn0xyMa5WeLl24uvp5FqqUkqvouRcb1rqk7VyDk67QXqh7rdV+1ODbFhbDNW7Ix1VJti65y1uJ2TgaxrUmymv2fGFmxYD7ruPvRNbNByiWIovONX4Bdxe1e4e3mX1ZUXkaHOVLWTBPoflC4uPpXKfqt9MuPRKVJU+gb25e63t37iNJVvSprT99WLfVk6ZemndilTqu40qRWTj14dcEp2+CvW7fVBz5jnWBlCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdUf5fOqv8ANPW3G9h06zpcr1Ft1HJTytTzczVttdBreajbGjVevOYkxUznIvDIq71VOPi3Ij217i/hW+bmi3JUx9SxpRS/1tmt2Dr/AGPVivNySXx16fmR9vf5o7H2N54sHLUNt6lbuya4tYuY4419Jc/3zxJt8oxtyb4cVrB+SGfFGaGaMx8lLQtCcqC0BQAAAADbA/Fn2v8A9yvUvVsPbsrYzXVeWy3XeQ+5Irplx9F0WY1mRGOVXtqQ67mK9ONf9KrTeif6VRNdfuC27/Au42RlW40xdQtwyY0XDqlWF39LuQlN+PzpvmfQx7Au4X88e3fT9NyLnXqm38i7p1yrrL04NXsV0fFQjjXrdmL5VsyS+60uxs6RM1wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+NivBbgnq2oIbNWzDJXs1rEbJoLEEzHRzQTwyNdHLDLG5Wua5Fa5qqipwfqE525q5bbjci0006NNcU01xTT5M/les2cmzPHyIRuY9yLjKMkpRlGSpKMouqcWm001RrgzTd9tujrHrz37v3WzYZm4Grk1zWl2JfuuS3pme8shgPGeVEdbmxsEjqNiVPg63Ul4/Q2edt92Q3rs7D11tfWSt9F9KnC/b+W5wXJSa9SK8ITifLl7lO0d/sl3m1nYijJaNbyPXwZOr68HIrcx/mfGcrUW8e7Pk71m5TkcbjnJ0SAAAAUnkhaMUZPL6FoWhjyvzFC0QKUAAAAHmdd2TPahnMXs2rZrJa9sOEtx38RmsPdnx+Tx1yHnwsVLlZ8c8MiIqovC/Fqqi8oqoeLm4GHqeJcwNQtW7+Fdi4zhOKlGUX4OLqmv8A+Z7XQ9c1rbOr4+v7dysjC1vEuK5Zv2Jyt3bU1ylCcWpRfhwfFNp1TaNhz0u/KBgOyf7T1p7C28bqnYEroMfhd9RkON1TcJ3eMMEOaYitqaxsVl/H7k8MdZkVUZ/HcrIXYVd0+wGboXqa9sqNzJ0ZVlPH4yvWVzbh43ba8uNyK59arJbtfav+YBo++vpth97LmPp285ONuxqFFaw82XBRjfXCGLkyfj8uNdk30ehJwtS7iDGQ2dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+fdsaBj+1usd/61yjmR0t61DYNXksPjSX+FJmMZZpVsjGxf1nxtqVk8a/qkkaKnxQ9zt3Wb23tew9dx6u7iZNu6lWnUoSUnH7JJOL+DZw7uHs/D7g7E1jY+e1HF1bTcjFcmq9DvWpQjcS/atScbkfKUUzR2zGJyGAy2UwWXqyUsrhcjexOTpTIiS1MhjrMtO7VlRFVEkr2YXMd9UNsWNk2czGt5eNJTx7sIzhJcnGSUotfBppnynalp2bpGo5Gk6jbdrUMW/Ozdg+cLluThOL+MZRafxR44/ueEAAAQAnkgoy0ZPL6FoWh3Kfhn7YXXu5N+6jv21ZQ7I1OPO4eB7kVj9n0iaWZYK7FTlktvW8telkVqp5NpN8kXxarcYfdBtxZu2MPclmNb2Dku3N/6q+kqv4K7C2lXk5unN12Z/ll9wf4L3L1ftzlXKYet6er9mLfB5WC3LpivBzxrt+cmuasxqnRU2SjBo3dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6ffy7dBpuHV+vd6YKgkmf6vsNwu0yQQq6zb0TP3GMrzzOb5Pki1vY52PY1G+McWQsyOVGtUyY9tm8f4ZuC9tHLnTD1CPXaTfBZFuPFLyd20mm/F24RXFmsT8zDs1/NHb7B7vaRZ6tZ2/NWMtxjWU9PyJpRlJqraxcqScVSkYZN+cmlE1x+UM4KM0Z0ZPL6ChaE5UtEWiIUoAAAAJygBPJC0LQnkooWhjypSgAAHa96V/ku2vpT+09bd0z5Tdup4kgx+Jziufe23r+oxEigiqvkVZ9h1iozhv8KRy2KkKIlV6sjbVfjr3U7Eadur1Nd2sreJuN1lO392zkvm2/C3dfPrS6Zy/eKsncWxj2q+/HcXar6bYndSeRq3biPTbs36u5madBcIqDfzZOLBUXoSfqWYJLHl0Qjjy2PNM3XU+xNZxG5aPn8Zs+r52s23is1iLLbNO3Cqqx6I5OHw2IJWujlhkayWGVrmSNa9qtTB3VNK1HRM+5perWbmPqFmVJwmqST/601xTVVJNNNppm8na26tub20HG3RtPNx9Q2/mW+uzfsyUoTjyfHnGUWnGcJJThJOE4xkml7QevOQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGpJ+Tbqn/td7db/PVrNr4bsuGh2jiPBP/Ml2b+RBs0kio1rfvTbpjMlKqJ8UZI1V+K8rse7Dbi/mDtthwuS6srAcsSf2WqO0l8FYlaX2pnzp++zt7/IPuN1i7YgoaZrkbeq2aeLyuqOU34Vlm2smVOfTKNeLq+v7lDuSjMPaMx8voWhaE5UtEWiIAAUAH2j107Qm6W706r7QjkdHX1DcsRfy3h9zzm12xP8A27Zqrftf7nlc167aiThHf6/i1yftXi29tAjunaWoaBJVnk4s4w5cLiXVafH9m5GD/RzXM7O7Lb9udsO6+gb8g2rOm6nZuXqVq8eUvTyoKnGs8ed2Hj97k1we7nBPDZhhs1porFexFHPBPBIyWGeGViSRTQyxq5kkUjHI5rmqqKi8oappwlbk4TTjOLo0+DTXNNeDR9TNq7av2o37EozszipRlFpxlFqqaa4NNcU1wa4o/qfk/oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAevbbq2E3jVti03ZaTMjr21YTKa9m6L14S1i8xTmoXYUdwqxvfXnd4vT9zHcKnxRDzdN1DL0nULGqYEnDNx7sLluXlOElKL+PFcV48j0u5NvaTu3b2dtbXrSv6LqOJdxr9t/r2r0JW7ka+DcZOjXFOjXFGlp3X1XnOke1t66r2LmTJaZn7eLbb+06FmUxq+FrC5qCJyq6OtmsPYgtxtVeWsmRF+KKbTdq7hxN17dxNw4XCxlWVPprXolynBvxcJqUH8Ynyrd1u3er9p+4ur9u9b+bO0rMna66dKu2uE7F+KfFRv2JW70U+KjNJ8Uz5ccgOvgAQAnkhaMtGTy+goWhOV+ZaFoiAAAAAVQIfnqKORVsUMfJCULQ5Uer3t/2v6rbP8A3LTbv950/JWopNr67zFmf/Hc/CnhHLYr+H3HYLYGwMRsOQgYr2q1rZmTwo6F3X2/+2m3e4WB6Gpw9LU4Ras5MEvUtvwT5epbr963J0dW4uEqSWRHt+9yvcX28a/9dti99Vtm/cTy9NvSl9NkLgnKNKvHyFFUhkW05KkVchetJ2pbRvrd7T9Ue0OpN2Lr7LfZy9KGH/J9Jyr4Ido1ezJ+zxvU45HttY6aRF/j3YFfXmT4ctkR8bNf++e324tgal9FrVuuNNv0r8Ku1dS/ZlThJL70JUlHycWpP6BexnuE7dd/9uLW9l5PTqdqMfqsG84xy8Sb4UuQTfXak/3d+31W5rhWM1KEeSBwc7yAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0pfmh6oXM9Z9Y9x0KyOt6Ps13Ts9JFGn3VwO41m3Mdbty+PK1MXnMEkEac/CXJrwi8qrcqPa5uL6XXs/bF6X4eXYjetpvh6ll9Mkl5zt3Op/C18OOrv8AM67e/wAT2NoPcvEt1yNKzp4eQ0uP0+ZHrtzm/wBi1fsKEVXhLKfB1bWuYZuGlgAAAAAAnKIUUJ5IKFobiv4/e2F7g9TOpc9asLYzWu4Vev8AYVe5XzJktIk/sdeezIvKyWclhK9O4936qtn4/Hk1l95du/yz3G1LDtx6cW/d+ot+XTf/ABGl5KNxzgv7J9KHs+7gvuP7edu6tkT69UwsX+H5FXWXq4L9CMpPxldsRs3pPxdzjxOZp1cZNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6MPzD9AfyKGnex+BqJ9zHLW0DsBsEScupWZbFnUc9OrGtTitcknx80kiuc7+RTY3hrFMt/bLvLovZWx8yXyzrkY9X+skletr7YqNyKXBdN1vizUV+Z12YeRh6X3y0a3+JY6NO1HpX93Jylh5EqJfdm7mNOUm2/UxoKiidB3l9DMShpxoTlS0RaIgKAAABVAhOoDklWUnkhKMtGY+X0LQtCcr8y0LREAAAAPduvOx946o2zF7z13s2U1PacPL9yllsVP9qTwcrfvU7cD0fVyONttb4T1bDJa87OWyMc1VQ9VrWh6TuLTrmk63Yt5On3VSUJqq+Ek+cZLnGcWpRfGLTOV7K3xuzt1uPH3bsnPyNO3DiyrbvWZUdP1oTi6wuWppUuWrkZW7kflnGSdDZZ9LvyP6R7DR47QOylxegdyqyOvWrrM6tqu+SojW/d1izbkeuPzUj1/dip5Xyv5R1aSdPuMhwU7pdj9W2W56xoXqZm2K1bpW7jryupL5oLwuxSS5TjDg5b2/a1749p96oWNnb7+n0bufRRjHq6cTUHwVcWU2/Tvt88S5KUnwdid1dcbXZydCGe4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABx/wDanqlvdvrx231oys23kdh0/Iya9C5qrztWFRme1VUVFRzf/wBIcZWRVT4+KqnCoqovMu3u4ntTeum665dNizlRVx/6mf4d7/y5S/SdP9/+3y7pdmtxbGjbVzNzNNuPHX/2uxS/ifFf4i1arTwquK4PSgVFaqtcio5FVFRU4VFT4KiovxRUU2pc+K5Hy6NNOj4NEKDHyQULRk8lLQtCcqUtCAAA75vwpdrpFf7g6QvWERLkGN7P1yurvFPvVHVtX25UR3wklmhmw6tROFRsL1XlP9OIPuo265WdM3Zaj91yxbr+Drds/Yk1er8ZL9O2r8r/ALgq3l7k7WZU+FyFvVMaPL5odOLmfa5Rlh0S40hJ8Vy7/wAw2NvwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPQe0+usB251zufWmzwtlwe6a/kMFccsaSvqPtwr/AA8nWY5zE/m4m82K1AvKK2aFqoqcHudva3mbb1zF17T3TLxb0bkeNK0fzRf9Wcawl5xk0cN7hbI0buTsfVNh7gipaTquFcx5ulXBzj8l2KqvxLNxRu23VUnCLqqGlf2NoWxdW75tvXW2Vf4mxabnsjgMpE3y+zJPj7D4m26j3tas1C/CjZ68qJxLBIx6fByG0/Q9Ywtw6Pja3p0urCyrMbkH4pSVel+UousZLwkmnyPla3xs7W+3u8NS2RuO36et6XmXMe6uPS5W5NKcG0uq3cjS5blynblGS4NHpZ7SpxUE6kCE6mUnKfMnFloyeX0LQtDHlRRCiIUoAAAAAAAJ5IWhaMnl9C0LQscskUjJYpHxSxPbJHJG5zHxyMcjmPY9qo5r2OTlFT4opHGMk4yScWuKZ+4SlamrltuNyLTTTo01xTT5pp8md2fpR+UzI6smI6t9mL9vM6237OPwHbL0muZvAxNa2GvS3WCKOS1nsU1qIjcixH3oFT/fbYa5ZIcVe6nt9sah6u4NhwjazuMrmHwjbuPm5WG2lbn/AKt0ty/UcGumW1b2r/mCZu31jdv++965laGum3j6u6zv46VFGGdFJzyLS4JZMU8iH97G/GXXa2BcRmMTsGLx+cwWToZnDZapBkMXlsVbr38bkaNqNsta5Ru1ZJa1qrPE5HMexzmuReUUw0ycbIw8ieJl252sq3JxnCacZRknRxlF0aafBpqqNyum6np2s6fZ1bSL9nK0vJtxuWr1qcblq7bmqxnbnBuM4yTTjKLaa4pnkT+B5oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANM/wB5uqV6a9qO4NRr1n1sNc2afb9bb9tI6/8AYd0YzZalel4o1r6mJmyMtFF/o6q5F5VFNoHaXcS3R290zUpyUsqNhWbvGr9Sx+E3L4zUVc+yaZ8zvus7e/8ALPv9uTbtm27emXc6WZjcKR+nzUsmEYecLTuSsL42mnxTOJR2OY8gAAAAAAA5Z+jPbP8A2a9qOn9usWn1sNc2aDT9kd9xI6/9h3Rj9at2LvkrWvqYmbIxXlT+jqrVTlUQ657tbc/mjt7qemwipZUcd3rXCr9Sx+LFR+M1F2/sm0ZD+1PuA+2nf3be4r03b0y7nRw8njSP0+anjTlPzhadyN9/G0muKRuZGr4+mEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AvzC+vT6Ga1X2R1+mq084yno3Yf2I+Uhy9KvI7Us9YViOeqX8XBJj5ZHeLI1p1WJ+6UzI9s+9PWxcjY2ZP8S11X8ar5wk161tf2ZtXElxfXcfKJpp/M27KTxNV07vnotr/DZahgal0r7t63F/R5EqcfxLUZY05OkY+jjxXzXDo38kMsqGpahPJRRFoiFKQAAAAAH3X130HSu2eyMb1ZuOck1Gxv0b8Bpe4oizU8Fvk6o7Wa+coLI1t/A7HdT+2ytZ4WIrFmCZkiMjljl4jvXWNV25oc9w6ZaWTDDfqX7PKVzHX7125U+W5aj+Km6xcYzi41lGUe3eyeztrdxt82O3u5st6be1lPHwc370MfUJf8LG/bqlcx8mf+Gmo9NyFy7auxmowuQueO7x6F7P8AXbdLOjdo69Nh8kz7k2LycH3LWv7NjmPRjcvreX+1FDk6D/JPL4Mngev2544pUcxP77T3hoG9tLjq2376u2OCnF0Vy1L9i7CrcZf0xkvmhKUaN+F3Y7O7/wCym6bm0t/4UsXOVXauxrLGyradFexr1Ertt1VeEZ22+i7C3cTgvjPl9DlFDrGhOVLRFoiFABQAAAAc6fUH3w7P9V8pBhlkn3XqS7cSTNaDkbbk/t33ZPKxldMvTfc/sWV/c574URadxVVJWJJ4TxdR9y+0Ogdwsd5SSxdyQj8mRFfeouEL8VT1IeCl9+H6rpWEstvbV7u9/e3zUIaW3PVe3F25W/p9yb/Dq/mvYVx1+nu8W5Q/c3uKuQU+i7b2guke+esPYbSqu9dW7JXzmLk8IclQk8a2e1vJOZ5SYfZMQ6R9jF5GLheEXyhnYiSwSSwuZI7APde0Nf2VqstI3BYlayFxjJcbd2PhO1PlOL/RKL+WcYyTit+/anu9sHvRta3u3YGdDL0+VI3bbpDIxrtKuzk2auVq4uNK1hcjS5anctSjOX2E4ydmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGv/8Amt6pbDkOnu7qVfhLtfJ9Y7HYRitb96m6xs+otc5qeL5p4bGYRVdw7whYicon7cyfavuJys6ntS7L7koZVpfCVLV79Cas8uFZPl46gfzQO36t5m2+6WLD97C7pmTKnCsHLKxOPJylGWZWvGkIpVS4dDRl8alQATlPmWjLRk8voKFoTlS0QoiFKEVWqjmqqORUVFReFRU+KKip8UVFJz4PkVNp1XBo3afVbtb/AL2+u3UXZslhLWR2PTcczYJ0VV89qwn3Nf2v/UiORE2PFWuOf/Dx8V/VdVHcPbv8qb21LQYx6bFjKl6a/wBTOlyz/wCVOB9QvYLf/wDzR7Nbd3zOfqZubpttZEvPKsVx8v4/8Tau0+FOfM5AHDTt8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHzLuXqzXu6+rt36s2hiLiNzwVrFPsfbbLLjL37bOIzVWNyo11zCZeCC3CirwssLefhye+2vuDN2ruDE3Bp7/wATi3lOlaKUeU4P+rcg5Ql8JM4F3Q7faL3V7f6t2+19f/DdUw52XKibtXOErN+CfDrsXo270K8OqCrwqaWW/aRsPWu7bVoG11Fo7Hp+dyWv5ev+5Y0uYyzJWfNWkc1v36dpGJLBKieMsL2vb8HIbS9H1bC13SsfWdOl14OTZjcg/wCrJVo/KS5SXhJNPij5ZN47T1rYm69R2buK36Wt6ZmXce9HjTrtScXKLaXVCdFO3LlOEoyXBo9RPZHGgAABynzLQtGY+QoWhPJS0Qoj+kM81aaGzXmlgsV5Y5oJ4ZHxTQTRPSSKWGVitfHLG9qOa5qoqKnKElCE4OE0nCSo01VNPmmvFM/rau3bF2N+xKUL0JKUZRbUoyTqmmuKafFNcU+KNq/oLPdW/kS9S8Nj+3MJU2TN4dqapvCOVlbOYLe8Pj4I49x16/F/1WKuZqhaivRyxp9lzppqsjZYmSxu147xw9wdlO4929tu7KxiXfxrHjbuY85Nuzci+E4wknbafzLpjcTjJxkvob7O6x2/96/tzxcLuRi287VcZfSZ9aRv2M+zbilm41xfPZnftyjfjKPyNzuY843LcbkH0he4voP2T6s37GxUf5W8dPW7bY8bvFSrxZwbrMvhVxW60a/kmKuq9zY47bUSlbe5qMdHK77Dcr+2XeHQu4NlYV3pxNzRjWVhvhcouM7En9+Pi4ffgq1Tiut6ovc17Pd8+33MnreJ6mrds7lylrPhD5rDk6QtZ1uNfRnWkY3l+BebiouFyXox4EHcJh8ACADlBRijMfL6FoWhOVLRFoiAp9b6X7y7N9f9zqb11dstrAZiHwivVvjYw2fx7ZEkkxOwYp7krZTHTKn+l6I+J3D4nxyNa9ON7p2loO8tLlpG4LEb2M+MXynbl4Ttz5wkvNcGuEk4tp9j9ru7O/Ozm6Le7dgZ1zD1KFFcj96zkW61dnItN9N22/J/NF/PblCajJbQfp577dZe1GNr4GwtfR+4KdR0mX0O9bR0GXSuzysZbSshN9tc1jlYiySVnIl6miOSRkkTG2ZcAu5vZ7Xu3t+WZCuXtmUqQyIrjCvKF+Kr0S8FL93PhRqTcI78/bR7v9h+4LBho97o0nuVat1vYFydY3ulfNewbkqevbp80rTpfs/MpxnbjG/c55nUBl4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADhj+QPqhe3/UztrBVa62M1rmFTsDXmsar5v7npD/AO+2IK0acrJZyWEr3KbG/qq2fh8eDtHszuL+Wu42m5dyXTi37v09zy6b/wCGm/hG44Tf9kxm94Pb59yPb1uHSbEOvVMLF/iGPRVl6uC/XlGK8ZXbEb1mK8Xc4cTTl8lNnFD5sqIgKCgAAAgBPJPmQtGbHH4We2f711l2f03fso63o+zUtxwMU0jfuuwO41nU8lUqRI7lamLzmCWeRePhLlE5VeURuEHul279Lr2n7nsxpby8eVm40uHqWX1RbfnO3c6V8LXw47pPyyO4D1LY2u9tcy5XI0rOhmY6b4+hmR6LkIL9i1fsOcnThLKXF1SXdmYqm0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1/PzCeu39tzeseyeuUeKef/AImldjfx4/hHmqVZ/wDiewWPFHOX+44qs/HzSO8WMWnVanL5fjmV7Z97evi5Gxs6f4tmt/Gq+cJP8a2v7M2riS4vruPlE00/mZdkvodW0/vnodn/AA2Z0YOpdK5X4Rf0eRKnH8S1GWPOTpGLs48eMrh0c+SGWVDUzRmPkpaFoTlQWgKUAAAAHYP+N72Wb6+990MXsN/+L1x2p/C0/bHTzrFRxGSksr/i21TIvETW4rJTurzyPc1kVG7PIvKsah0v3y2I957PnkYUOrXNP6r1mirKcUvxbS8fniuqKVW7kIRXNmZ3sc77Lsz3gs4GtXvT2RuHowstylSFm65f4TLl4JWbsnbuSbShYv3purgkbXORx2PzFC7istQp5TF5KpYoZHG5GrBdoZCjbidBap3adlkte1UswPcySORrmPYqoqKimu6xfvY16GRjTlbyLclKMotxlGSdVKMlRpp8U06p8UfRDm4WFqWHd07UbNrI0+/blbuWrkIzt3Lc04zhOEk4zhKLcZRkmpJtNNHQN7q/iwu4X+79oesONsZPEp93IZ3qGJ8tnK45qf7lm1oUsz5J8tUanL1xcjltM4VtVZuWV2Zjdq/cHayvS0Df1xW8nhG3mOihLwSyEqKEvD1Uuh87ijRzenX3Tfl8ZWl/U7/7CWJ39NVbmRoybndtrnKenttyuwXGX0sm7seKx3drCzHo5ninrTS1rEUlexXlkgngmjdFNDNE9Y5YZopER8csb2q1zVRFRU4UyzhKFyKnBqUJJNNOqafJprmmaoLtm5YuysX4yhehJxlGSalGSdGmnRpp8GnxT4M/ifo/AAAAAAAAP24zK5LCZGjmMNkb2Iy+LtQX8blMXbsUMjj71WRs1a5RvVJIrNS3XmYjo5I3NexyIqKin8sjGsZdieNlQhcxrkXGUJpSjKLVHGUWmmmuDTTTR5mBnZ+lZtrUtLvXsbUce5G5au2pyt3LdyDUoztzg1KE4tJxlFppqqdTv/8ASj8qVDPrier/AGeyNXE5pyw0MD29MkFLC5ReGxwVN8jjbFWwt5XIjUyjEbTk8ubLYFa6eTDfur7er2H6m4NgwlcxeMrmGqynDxbx26ucf9U/nX6jnVQjuN9rP5geJrH02we/V+3j6q6W8fWH0wsXfCMM9JKNi5Xh9VFKzKtb6s9Mrs+8KOSOaNksT2SxSsbJHJG5r45I3tRzHse1Va9j2qioqLwqGJsoyjJxkmpJ0afNM2twnC5BXLbUrckmmnVNPimmuDTXJmZD9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/lPBDZhmrWYYrFexFJBYrzxslhnhlYscsM0UiOZLFKxytc1yKjkXhT9QnO3NTg3GcWmmnRprk0/BrwZ/O7atX7UrF+MZ2ZxcZRkk4yi1Rpp8GmuDT4NcGaQnsZ1dN0r3r2p1dJG6OvqG55ehifP7nnNrtif+46xad939/lc127VlXlXfF/wc5P3Lte2RuCO6to6duCLrPJxYSny4XEum6uH7NyM1+jkuR8tnejYdztj3W1/Yc01Z03U71u1WtXjyl6mLJ14/PjztT8fvc2uL+LHKjrEiqif1IWjMfJBUvSTyUFojEhQAdgv4w+2P+1nt91/Bastr4XsyHIdWZfzX/wAyXZ/48+sRRormt+9NuuMxsSKvxRkjkT4rwvTXfvbv8wdtcyduPVlYDjlw+y1VXW/grErr+1IzA9jHcD+QvcXpFq/NQ0zXI3NLvV8XldMsZLwrLNtY0a8+mUkudDbqNbh9EIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8z7k6s13uzq/duq9qb/8G3TBWsVJZbE2ebF3f22cTm6kT3MY+7g8tBBbgRyo1ZYWovw5PfbY3Dm7V1/E3Dp//FYt5TSrRTjynBv9m5ByhL4SZwPuf2+0TursDVe324V/8L1TEnZcqKUrU+ErN+CbSc7F6ML0E2l1wVeFTS07H0HYurN927rnbKv8TYtMz2R1/KRtR32ZJ8fYfEy5Ue9rVmoZCFGz15UTiWCRj0+DkNpeh6zhbh0fG1vTpdWFlWY3IPxSkq9L8pRdYyXhJNeB8te+Nna32+3fqWydx2/T1vS8y5j3Vx6XK3JpTg2l1W7kaXLcuU7coyXBo9KPanFgAACcoATyQtC0ZPJRQtDHlVKU2xPxtezS+wfRFPDbFkf5fZPVDcfqe2LPI593LYn+NI3U9pmc7l0smWoUpK9iRznSSXaU0juEkZzrp757C/kvd8srCh06FqPVes0+7CdfxrS8lCUlKKpRQnGK5M+iX2Od+H3m7R2tM1q96m+duq3iZfU6zvWelrEy5N8W71uErdyTblK/YuzlRTjXsNOlTNE60vdH8c2hex8WS3vQv7foPdP2nzSZSOH7GtbxKxFckG4VKsL5IspJx4sysDVsIi8TssNbGkXe3a3vfrGx5Q0jWOvM2tWnRWt2wvOy26OHi7Un0+MHBuXVgt7ovZLtDvfbv7u2h6Oj90elyd1R6cXPa/VzIQi2rr5Ry4J3EuF6N6Kgresx2X1hvnT245XQuyNayOq7RiJPGzjsjF4pPXc97a+Rx1pivq5PFXEjV0Fqu+SCZqctcvCmeWg6/o+5tMt6xod+GRp91cJRfJ+MZLnCca/NCSUl4o0Q762Fu7tpubI2hvfBv6fr+M/mt3F96LbUbluarC7anRu3dtylCa4xk+J6Ee4OIE5T5loKMnkKFoTyUtEWiMSlAAAOzP0t/I9vfrjJjNC7BTJb/wBLpLFXix7p0n2fRaznNa6bUbNyVkdrFwt/cuKnkjgVU5gkrqr/ALnQ3dPsfo+943NY0b08LdNG3KlLWQ/K8oqqm/8ATRTl+3GfCmdvtd97m7uyU7G0N5evrHa9SUVb6urKwI8m8OU2lK1FcXiTlG3/AKKdluXXs0dbdmaJ29p+K3zrjZcbteq5mLzp5PGyq5I5WtY6ehfrSNjt4zKU1ejZ6thkViB/7XsapgZrmg6vtrU7mka5YuY+oWnxhJeHhKLXCUJc4zi3GS4ps3s7H33tLuRtrH3dsjOsaht/KjWF2060dF1W7kXSdq7CtLlq5GNyD4Sime9nqDloAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANav8z/AFSuud0aB23RqpHj+ytRlweWnYiL93Z9GnhgdPYVPix9nW8xj4o/L/W2m7j/AErxnT7XdxfW7WzNt3ZVvYOSrkF5Wr6bovsuwuN+XWq80aSfzMO338G7m6R3DxbfTia3pzsXZLxysGSj1S8nLGvY8I15qzKnJ06ZeVX+pk+a1KIgAAAAAAB5HD5fIa/l8VnsRako5bCZKjl8XdiVElqZHG2orlK1Eq8oklezC17fqh/HJxrOZjXMTJip412EoTi+TjJOMk/g02jzdN1DN0jUcfVtOnK1qGLehdtTXOFy3JThJfGMkmvijec6l7Bx/bHV/X3ZmKayOjven69tMVdkiS/wpMzjK12zjpHp+s+NtSvryJ+qSRqi/FDUvuPRr23dfzdByKu7h5Ny03SnV0TcVL7JJKS+DR9Unb3d+H3A2Lo+98BKOLqum4+Uop16HetRnK23+1bk5W5eUotH0I9KcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOhb8wfrajV172a1fGu/e6jpvaTq0TnIio2Orpmz3PFFSNviz+0zyuVE5/gxp8V+OYHtn3zX1th6hc5dV/Eq/037Uf/popf62RqB/Mv7GJPC78bfsOrdvC1VxTfgoYWVOnLl9JOboq/SQXFnQ15IZfUZqEoyeRaFoTlfmWiLREBQAAAAcq/TL2Mvesfe2sb8+Ww/Ucg7/ABjsPHQo+T+dp2WngS9ZjgYySSa9gbMMORrNZ4vllqpF5IyV6L153R2Ra37tDI0dJLUofi40nw6b0E+lV4UjcTduTfBKfVSsUZC+2Dvbl9hu7mBvCUpvbd5/S6jbjV+phXpR9SSik3KePJQybajSUp2lbqo3JV3GsdkaGXx9DLYq5WyGMylOrkcdkKczLFS9QuwMs07lWeNXRz1rNeVr2Paqtc1yKnwU1j37F7GvTxsiMoZFuTjKMlRxlF0lFp8U00014M+mfCzcTUsKzqOn3YXsDItQuW7kGpQuW5xUoThJVUoyi1KLXBppo/YfyPKOPPsZ6xdUez2nO1XsjCNfdpx2Xaxt+NbDX2nUr1hjUfZw+RdG/wAqs7o2LYpzJJUs+DVkjV7I3s5rsjf24tg6n/ENDu0tSa9WzKrtXorwnGvNVfTONJxq6Ojkn0v3s7C9u+/W2nt/fGKnlWlJ4uZapHLw5yXGVm5R1hJqPqWZqVm70xc4OUYSjq0e1fpp2x6p7Etfaqa5/RMlckr6t2NiK0iYPMJxJJDSyMPnO/X9g/jsVz6U718vF6wSTxtWQ2C9vO6G3O4mF16dL0dXtxTu402vUh4OUXw9S3XgpxXilOMJOhoC9wfti7h+3rWvR3Ba+s2lfuuOJqVmL9C9zcYXFWTx8jpTcrNxutJO1O7CLmcRjskxxAAABKoAnUUnKfMnFihj5ChaHIv1v9pe2PV7cG7P1zmOcbekgbtGmZRZrGrbZShVyMhylFkjHQXa7Xu/j3YHR2q6uVGvWN8kcnCd8dvtu7/0z6DW7X48E/SvwortmT8YSpxi/wBaEqwl4rqUZLuzsh387hdg9y/x7ZOT/gbrisrCu1li5cI1pG7bTXTONX6d6243bbbSk4SnCe0x6q+5HU/tdrX8vUrzcHvOMpsn2vrjLWov8gwvD2Qy3qKo2Fuf151iRrWXq7PFqyMZOyCVyRmvzuH2x3F27zvT1GHraTclSzkwT9Ofioy5+nconW3J1dG4OcV1G/v2/e5jt57hND+p27dWJuuxbUsvTb0l9RY4qLuQ5LIx+ppRv21RdUI3Y2rklA5bHXBkUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdb/wCVPqb/ALmepG1ZmpVWxm+qcviexsd9qNXTrj6LpcNs8avYivbUg1zM2Lkqf6FWmxV/0oqd4e3vcf8AAe4+Pi3JUxdRtzxpVfDqlSdr9LuQjBePzunMws9/Hb7+d/bzn6lj2+vVNAyLWo26KsvTg3ZyVVcVCOPeuXpLlWzFvkmtTA2MHz4gAAE8kLRlozHyLQtCcr8xRFoiFKbR34ee2P8ANvWjJ9dXbLpct0/t9/GQROXzezVdvfPsuEldIrlevOZky0LGqnDIq7ERePg3AD3Mbc/hW+7et2o0x9Txoyb/ANbZpauKn9j0ZPzcm38d7X5cncD+Z+yV/ZuTNyz9uajctRT4tYuW5ZNht8/3zyoJcoxtxSdOC7ZjHM2BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHpfYug632lom2ddbfT/na1uWCv4DLwNVrZm1r8DoktVJXNf/Hv0ZvGevKieUM8bHp8Woe00TWM7b+r42t6bLozsW9G5B+FYutGvGMlWMl4xbT4M4vvbZ+h9wNo6jsrclr1dD1PEuY96PKXTci11wdH03LbpO3PnC5GMlxSNLPurqfZOju0916q2yJW5jTs1PjlsIxY4cpjZGst4XOVGq5ypSzmHswW4kVfJscyNdw5FRNpm1dx4O7dv4u4dOdcbKtKVObhJcJ23/WtzUoPwbjVcKHy4d0u3eudp+4Gq9vdxRpqemZUrfVSkbtppTsX4Kr+S/ZlbvQT4qM0pUkml8uOQHAAAAAATyQtGWjMfItC0JyvzLRFojZC/Ej7Rf51oV/132/Jfc2vrWouS0SW1JzPl+vpJ2RTYqN7uXTWNOyNhrGorkX+BagZG3wrPVMG/ch2/wD4RrEN66Zbpp2fLpyEuUMlKqm/JXopt/6yE3J1mq7vfy5u/v8ANu0L3Zfcl/q3Dodv1cBzfzXtOcknaTf3pYVySik3X6e7ajCPTYm13JmMBs2AB65tuo6xvmuZfUNzwOM2bWc9Uko5fCZipFcoXq0nC+MsMqKjZI3tR8cjfGSKRrXsc17UVPO03UtQ0fOt6lpd65Yz7MuqFyDcZRa8mvB8mnwabTTTaPSbj23oO7tEydt7nxLGdoOXbdu9YvQU7dyL8HF+KdJRkqShJKUWpJNa4Xux+MLZ+n1y3ZfQ8GU3Tq5izX8tqapNkdw0Ovw6Wd8Ssa+fZ9YqcKqWET+dVi4SdszWSW1zh7V9/cDcyt6Fu928XcDpGF7hGzkPkq+Fq6/2f3c39xxbjbWkf3S+wvXu2v1O+u0cMjVNgqty9icbmZgR5yapWWViw4/iJevahT1lcjCeQ+ojkyRq2a4KE8k/4ihaGPkpaFoTlVBQUAAAHsmn7jtPX+y4fcdKz2T1jaMBcZexGbw9qSpfpWWIrVWOWNeHwzROdHLE9HRTRPdHI1zHOavganpmn6zgXdM1WzbyNPvR6Z25qsZL7PNPimqOLSaaaTPebb3Lr+z9cxty7XzL+Br2HcVyzfszcLkJLhwa5qSbjOLrGcHKE4yjJp7InpP+TzVe5f7P1n3pPjNK7Ul+1QxWz/7OO07fLK8RwR+Uj2wa3s9xeE/jOVKlqZeK7mPkZVTB3up2E1DbHq69tJXMrbyrKdrjK9jrxfndtR/aXzwj99NJ3Hu59rfvw2/3N+m2N3YnY0vuBKlu1lcLeHny5RXF9ONlT4L0nSzdnwsyhKcLC7czG42NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8FtGuYrcNa2LUs7AtnCbTgstrmYrIqNWxis3QsYzIQI5WvRqy1LT28qionP6Hl6fnZGmZ9jUsR9OXj3oXYPynbkpRf6Gkeq13RsDceiZm3tVj16Xn4t3HvR5dVq/blauR8ecJNcmaLvYul5Xrbf9169zbFbl9I2rP6pkVVqsbJbwOUtYyWeJF/1QWHVvuRuRVa5jkVFVFRTbXomqY+u6Pi61iv8Aw2Xj270fsuQUkn8VWj8mqHys7y2vn7K3bqez9VVNR0vPv4tzhSs7F2VpyX9WXT1RfJxaabTPS+VPaURxyiIUoAAAAAB2r/iD7Z/wT2gl0S7aWHEdwalk9fZE+RY6/wDk2usfs+Asy8qkay/waOQqQoqcukuo1q8u4XHn3Kbc/i+wFq9qNcnTMmFytOPpXPwriXjTqlbm/hCr5GfH5dfcD+VO+ktqZVzp07cen3cdJukfqcdPJsSfhXohkWoV4uV5JcXR7Tpr6N8oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOmD8u3rMu36PifYzVaKP2Dr2CDA77FXiT72R0e7cVMbmHoxFkmn1fM3PF/wAFX+Hde97kZWRDKP22b8/hurXNkahOmFmt3Mdt8I34x+aHkldhGq/rwSSbmavfzIuxH8ybUxu9u37NdZ0WEcfUFFcbmBOf4V504yli3p0lw/c3pzk1Gwka5nKGb1GaTKMnl9C0FDHlRRFoiFKAAACVQPpPT/am0dJ9l6f2jp06Q57T8xBk68UjntrZGrw6vk8Pe+2qPdj8zjZpas6Jw77UruFReFT0O5tA0/dWg5W39TjXDybTg34xfOM41/WhJKcfilXgc57a9wNf7Wb60zf+2Z9Or6ZkxuxTbUbkOMbtm5Ti7d61Kdq4lx6JulHRm6L1D2nqvdfWun9o6ZZWxr+4Yevk6zJFYtrHWv3QZPDZBrFcxmSwuShlq2GtVWpNC7xVzeHLq33Lt/UNq67k7f1SPTm411wdOUlzjOP9WcWpx8elqqTqj6g+2/cDb/dLY2m7+2xc69G1PGjdinTrty+7ds3KcFdsXVO1cSbXXB9LcaN/SD0ZzcAAA6ffdn8Xut9s/wB17N9f6mK03syT717M6Wi18Xp+9WF85Zp6XDY6mr7Tcevxl/ZQty8LOkMj5bK5L9qu/wBnbc9PQd5SuZWgqkYX+M72OuSUubu2o+XG5BcIdSUba1te6X2F6H3E+o312et4+mb6lW5ewvltYefLi5Shyhi5U3zlwx70uN1WpyuX3ri7Tqmy6PsGV1TcMFlNa2XB230cthM1TnoZGhZj4VY7FawxkjUc1UcxyctkY5HNVWqirm9p+o4OrYVvUdMvW7+Ddj1QuQkpRkn4pr+hrmnwfFGk3X9va5tXWcjb25MTIwdcxLjhesXoSt3Lcl4SjJJ8VRp8pRalFtNM8AeaenAAAJygKTyQtBQnkooWhjyqlKdxfpL+UXZOrP7V1j7CXMpuPW8f2aOD3lyTZLcNIr/sihrZNeX2tp1iq1P2ovnkKjOWxunibFXZjL3V7AYO4fU17ZcbeLrjrK5Y4Rs33zbj4Wrr8eVub4yUJOU3sq9rfv11vYH0+xO8ly/qWyY9NuxncbmZgx4JRu85ZWLDwTrkWY1UHdhG3Zhsb6vtOubtr2I2zUc3jdj1rPUoshh83h7cN7HZGnLyjJq1mBzo3ojmq1yfBzHtVrkRyKiYQ6hp+dpWbc07UrVyxnWZOM7c04yjJeDT/pXg1RrgzdXoOv6LujRsbcO3Mqxm6Hl2lcs37M1O3cg+Uoyi2nxqmucZJxaTTR548M9uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaq35dep10H2on3SnXWPD9v6rh9qa9kSR1o9hw0SatsFOLj/XO6PFVL0zv6vyHP68mwr23bi/jHb1aXddcnTMidnnV+nN+rbk/h887cfhbNCP5h3b/+Uu/UtzY0KaduLAs5VUqRWRZX0uRBecqWrV+b8ZX686nVoZAmCAAAA5RAKGPkhaFoTyUtEWiPd+st7ynWHYui9jYVypldG23X9qot5TxmmwWUrZFK0qO/a+C22usUjV5a9j1Rfgqnqde0jH1/RMvRMr/h8vGuWZfBXIONV8VWqfg1U5TsjdWdsbeWlby0z/j9L1DHyoL9p2LsbnS/OM+npknwcW0+DN6fXM/i9r17BbRg7KXMLsmGxefw9tEVqWsXmKUGRx9lGr8WpPUssdx/Tk1JZ2Hkadm3tPy49OVYuztzXlOEnGS/Q00fVBo2rYOv6Ria7pc/U0zNxrV+zP8AatXoRuW5f50JJ/pPMninsgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADxecwmJ2XC5bXc9QrZXB57G3sPmMZcZ9ypkMZkq0tO9Ssx8p5wWqszmOT4fBx5GJl5OBlW83DnK3l2bkZwnHg4zi1KMl8U0mj1+q6Vp2uaXk6Lq9mGRpWXYuWb1qarC5auxcLkJLxjKMnF/Bmml7a+vmW9Z+8tt60uNnlwbJ/77o2Vm+K5nScvNO/C2lf8FfbpLDJRtLwifzKkvjyzxVdoHbfemNvzaWNr1qiy2vTvwX6l+CXWvslVXIf1Jxrxql8x3uL7Naj2K7r6jsXJU5aSp/UYF2X99g3pSdidfGcKSsXeC/GtXKfL0t8ajnZ0aAATqQBOopjynzJxZaMnl8hQtCcqWiFEdxH4mva5Oud/n9e90yTYtL7OyLbWl27kzWQYHsV8UdaPGtfI5iR092rQx10by7/AOIw1msai2JnGM3uL7d/xvRo700u3XVcCFL6iuNzGq31cOcrDbl4fhym2/kijZZ+Xf7g1sneE+zW576jtfXr/XhTnJKOPqTSirabpSGdGMbaVX/iYWIwineuSNlIwXN4gAAAAOH/ALX+lvVHtfrqw7LWTWuwMbUfDq/ZOIqRSZrFryr4qOWrLJWj2PX1mXl9SeRjmI5y15YHuc9ey+3fdLcXbvN6sGXr6NOVbuNNvon5yg6N2rlOU4pp8OuM0kjG33C+2Dt77hdF9PXIfQ7wsW3HF1KzBO9a8VbvRrFZOPXnZnJONZOzcszk5PVl9ivWbtb1i3KTUey8IsNey+eTXNrxqS2tX2uhC/x/mYbJOjj/AN1jVas1WZsVuv5J9yNqOY52wTZO+9u7+0taloV2s4perZlRXbMn+rONXw/ZnGsJUfTJ0aWgbvR2J7hdidzS25vjF6bM3J42XbrLFy7adOuzcouK4ddqahet1XXBKUXLj35HNKHTtCcr8y0LREBQAAAAADmL6me63avqdsPlr1l2zdd5O2yxtHW2WtyMw+RVUbHLksLY8LD9c2FIWoiWoWOZN4sbYinYxjW9Zdxu1e3u4uFTNj6GtW40tZUEuuPiozXD1bdf1JNONW4Sg228lfbx7oO4Pt61nq0abztmX7illabdm1ZueDuWZUk8bI6eCuwi4zpFXrd2MYqO0368ezHVHs5pke39ZZ1LMlZldmx6vkUiq7TqV+wxzm0c7jGyy/bR7o3pDZhfLUsoxyxSv8Xca+t67D3FsLVHpmvWemMm/Suxq7V6K/WtyovNVjJKcarqiqqu/fs13y7fd9dsrcexcvrnBRWTi3KQysS5JV9O/aTdK0fRcg52bnS/TuSpKnIA4advgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6jfzHdT/wCZeuGB7Mp1myZPp/catm3YVOXw6nvC1dczEcSI1XK6XYmYV7vijUjicq/onGSHtj3F/DN8XtBuypY1PFaS871it2Df2W/XX2tGvP8AMg7f/wAy9mMTe2NBSztualCUpeKxM3px7yXjxyFhyfgowk3y4avnkhn5Q0X0Zj5KWhaE5UFoQoAAAABtxfiz7ZTtD1E0vHW7TJ831bfyfWmTb9xVlbSwyw5DV3LE9Vkjgj1XK067HfFjn1n+PHirW63vcFtz+Adycq/bi1iahCOVDhw6p1jd48q+rCcn4pSVedX9CXsR7gfzz7eNMw8ianqmg3bum3VXioWaXMXg+KisW7Ztp/dbtypSjjHsXOkjMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHWr+Tf1eXvrpGXdNXxv8nszqGG/sWGZWhdJe2DVHRsl2vWWti/3LNhK1Zt+kzxlkWzVWCJGraep3r2F7gfyfutaXnz6dB1Jxtzq/lt3q0s3ePBKrdubql0z65N+mkYNe+/sG+73auW6NAsepvrbcbmTZUY1nkYjSeXiqnGUumKv2FSUnctO1bSd+TNVLlPmbC+LPnyoY+SChaE8lLQtEQpQAAAAf2rWbNKzXuU7E9S5Unis1bVaWSCzWswSNlgsV54nMlhnhlYjmPaqOa5EVF5PxctwuwlauxUrck001VNPg00+DTXBp8z+ti/fxb8MnGnO3k25qUJxbjKMousZRkqOMotJppppqqNvX0I9qKvtD0nj8jl7ldeztHbS1rsii1Y2TWL7a7kxe2MrM8UjpbZVrPm/a1kbLkVmJieMSKutjvD29ubA3VOxjRf8Ay+q7jS40Ua/PZr+1ZbS5tuDhJ8ZH0ge0P3AY/fvtbZzdRuQ/nvSlDG1K2qKUrii/Sy1FUpDLhFz4JRV6N+3FdNtV5wHU5lUAAAAD572h1V1/wBz6dlNC7L1jHbXrGWjVs9G/GqS1bCMeyHI4u9C6O9icrU81WG1WkiniVV8XJyvPutA3DrO19Tt6xoORPHz7b4Si+DXjGcXWM4P9aEk4vxRw3fnb/Z3c3bV/aO+cCxqGg5C+a3cXGMqNRuWripOzdhV9F23KM4+ElVmsV7p/jm7A9abGQ3fR0yXYPSjpXyrnI6/39i0iJ7k+3V3apThZF/BarvCPKwMbVkcnEzKz3xskz27Wd7tG33CGk6t6eFuqlPTbpbvvzsOTr1eLtSbml91zSk1ol9z/sr3h2OvXt1bV9fWO17k366j1ZOCnyjnQhFL01XpjlwStSapcjYlKEZ9ax3oYQAAAE8kLRlozHyLQUJyvzLQtEQFPovVfbPYXSu54vf+stnyGrbPin/7VyjIiwXarnsfPjMtQlSSll8TbWNv3q1hkkMnCKreUaqek3DtzRd1aXc0bXseGRgXFxjLnF+E4SXzQmq8JRakvOjZzPYPcLePbDc1jd2xs+9p+u474Tg/lnCqcrV626wvWZ0XXauRlCVE2qpNbPnpZ+Rfr72arUNL3NMb1/3WyFscmvPsLFr25SxsX7tzSLd2eSdbDkYr5MXO99uFq/7b7LGPkbgN3T7JazsO5PVdL683ardVcpW5YXhG+opKngrsUoS/WVttRe9v2xe9DZ/fOxZ2xub0NH7oKKTx3KmPmtLjPBnOTl1OnVLFuSd2CfySvxjKa7JDowzaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPmvcnXNDt3qjsXrDJLCytvem7BrLbE7PuMoXMpjbFfHZRrfCT/exORdFZjVGqrZImqiKqHvdsa3e21uLB1+xV3MTKt3aLh1RhJOUPsnGsX8GzhXcfZuJ3D2DrOxs3pVjVdNyMbqkqq3O7blG3dpR8bVxxuRdHSUE6cDRfymMyGEyeRw2Wqy0cpiL9zGZKlOiJPTyFCxJUuVZkRXIktexE5juFVOUNtePkWcvHhlY8lPHuQjOMlylGSTi18Gmmj5Zc/By9Lzr2m6hblaz8e7O1chL70LluThOL+MZJp/FH4D+x4gAAAAJ5IKMtGTy+haFod1X4V+2nYHt3sfp29ZVtDsLVK+z4aN7uWJsek2JGz167P/BLkNfzdmWR3/ibQai/ohix7ptuLM21g7msx/Gwsh2pv/VX1wb+EbkIpfG4/ibMfy0N/vSe4Ws9ucqdMTWMCOTZTfD6jCk+qMV4O5j3rk5PxViKfJGyiYLm6cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1NvyS+rf/AMu3eFjN6zjkq9Ydqvv7Pqba0atp4PLpOx20ak1ERGQsxt20yzVY1EY2jbijaqrFJxsW7GdwP512nHEz59Wv6co2r1X81yFPwr3x6opxm+buQlJ0UlX54fe/2C/5L91Z6roVn09h7gdzKxOlUhYvdSeViLwirU5xuWor5VYvW4RbdudOu07sMLgAAAATlEBaE8kLQtDHyUUFEcp/Tv2Xzfq33VgN/rLbuapeVMB2Fr9eReM1qV6ViW3wwuc2N+WwkzW3aSqrOZ4Uic9IpZUd1/3M2JidwNq3tGudMdRh+JjXH+peiuFXz6LirCfP5ZdSTlGNMgPbX3x1TsF3QxN4WPUu7eu/4fUceL/f4lxrrajwTvWHS/YdVW5D03JW7lxPch1/P4basFhtm1zJVcxgNhxdHNYXK0pPu1Mji8nWjuUbtZ/CK6GzWma9vKIvC/FEU1i5mHladl3cDNhK1mWbkoThLg4zi3GUX8U00fS3o+r6ZuDScbXdFv28nSMyxbvWLsHWFy1dip25xflKLTXjx4nlzxj2QAAAAP42K9e3XnqW4IbVW1DLXs1rETJq9ivMx0c0E8MjXRywyxuVrmuRWuaqoqcH6hOduauW243ItNNOjTXFNNcU0+TP53rNnIszx8iEbli5FxlGSUoyjJUlGUXVNNNppqjXBnRT7t/ipgyKZjtT1dx0NTIJ97I7D05GrIKV1Ea6Wzc68lcrY6VzyTyXDyqkMqK5Kj43NjqyZcdqfcNOw7W3u4E3Kzwjbzeco+CjkrnKPh6y+ZcPUUk5XI6nvdJ+X9Zzfqd/9hrMbeZ81zI0ZUjCfjKenN0UJ+P0cvklVrHnBqGPPoDyFDIYm9cxeVpXMZk8dano5DHX601K9Qu1ZXQ2alypZZHYq2q8zFZJG9rXscioqIqGZFm7ZyLMcjHnG5YnFSjKLUoyi1VOLVU01xTXBrkahMzCy9Oy7uBqFq5YzrNyULlu5GULlucW4yhOEkpRlFpqUZJNNNNVPxH9TxwAAAAAAAf1r2p6liC1UnmrWqs0VitZryPhsV7EL2yQzwTRubJFNFI1HNc1Uc1yIqLyfmduN2Dt3EpW5JppqqafBpp801zTP62bt7HvQyMeUrd+3JSjKLcZRlF1UotUaaaTTXFPijvd9JPyty0/7R1Z7TZOWzURIcfr/csrZbFyBeWx1afYsUTJJbkSoqMTMxosreGuuMfzLbbiJ3W9u8bvq7g7fW1G5xlcwlRRfi5YzfCL8fRfB8VaapG29svtc/MAuYqx9hd+78rmPwt4+suspx8Iw1FJNzXh9ZFdSonkxlW5kR7+KF+jlaVTJ4y7UyONyFaG5QyFCzDcpXadmNs1e1Ut13yQWa08T0cx7HOa5qoqKqKYc3rN7HuysZEJQvwk4yjJOMotOjTTo00+DT4pm3bEy8XPxbedg3bd7CvQjO3ctyU4ThJVjOE4txlGSacZRbTTqnQ/WfzPIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABqA/ky6lTqf2+7HZVqJUwnYi0u0cIjWKxkrdt++uwyNT4tRP8AM6OTREb8EaifBP0TZX2H3H/MfbXBdyXVl4XViXPh6NPT/wDIla/TU+dn3udv/wDl/wC4nWo49v09L1jo1Sxwomsvq+ofl/xkMlJLglTlyOAfKHcdGYmUZPL6FoWhOVLRFoiAAAAH3P1l7Uf0l3/1L2l9x0VTUt0xNrNKxz2PfrV+R2I2qBro0c5rrOt5C1GnwcnLvi1ycovEt+beW69m6lt+lbmTizUP9rH57T/RdjB+HLmuZ2l2S35Ltj3a2/vrqccfT9StSvUbTeNcfo5UU1+1jXLseT58U1we8PHJHNHHLFIyWKVjZIpY3NfHJG9qOZJG9qq17HtVFRUXhUNTsoyjJxkmpJ0afNM+oOE4XIK5balbkk006pp8U01waa5MzIfoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHGj229dsN7O9JbR1re/i1s79v++6LmrLf24LdMZBY/s9t8jY5ZIqN1s8lK4rGuetOzL4p5+PHO+3G9crYW68fXbPVLEr6eRBf3libXWqVSco0U4VdOuMa8KnRvuK7L6Z337WZ+xsv04atT18C/JfuM21GXozbo2oT6pWb1E36N250rqoaaWw4DM6nnszrGx46xh8/r2Uv4XNYq41GWsdlcZZlp36U7Wuc37tazC5i8KrVVOUVU+Js+wszF1HDtZ+DON3DvW4zhOPKUJpSjJfBppnzK6zo+qbe1fK0HWrE8bWMLIuWL9qapK3dtScLkJUqqxlFp0bXDg2jw3kh5VD1tGTyUULQx5UpaAFAAAAB3y/iQ9vErTL6s7/lESvZfdyvUGSvTqiRWnrLezmifckVWNZaX7l/HNXx/wB3+RFy50kEaYg+4/tr1x/5g6Nb+eKjDMjFc1wjbyKLy4W7nw6JcFGbNtv5dfuO9G5/yC3hf/Cm53dHuTlyk63L+BV8KS+a/jrh8/rW6tztQXf2Ycm34AAAAAAAHX17lfj7609pqNzZsUlPQ+5oKrW4/dqtVy0NgWtE2OtjN3oVuHZKqsbEijusRb1RqN4WaJn8d3c/bDvNrvb69HAyOrM2u5fNYb+a3V8Z2JP7rrxcH+HN1+7J9aw89y/s92P38xLmu6f6ek9zIW/w86Efw8jpVI2s63H95GiUI34r17S6aepbj6MtXTuPpTsvoTdb2g9paxd1rP00+/XWVPvYzNY10j46+ZwGUi5p5fE2nRuRs0Tl8JGujkRkrJI25/7Y3VoW8NKhrO38iN/DlwdOEoSpVwuQfzQmq8U1xTUo1i03oZ7ldr98do90Xdob9wbuDq9v5o1+a1ftttRvY91fJesyaaU4N0kpQmo3IzhH5UchOAE5QtGWjJ5fIULQnKlohREKUAAA7C/TL8hPZXqzeqatmkub/wBMWLXOQ0y1aT+6a22w/mxlNFyFl3hQsNev3ZMfKv8AAtr5J/08si2W9K90ey+hdwbMtQxenD3TGPy30vku05QyIr7y8FcX4kOH34x9N5je2f3ib37CZVvQdT9TV+2U7n4mFKX4uN1P5ruDck6W5J/NLHm/QuvqX4Nybvx2jOn+6Ote+dLob91ds9HZtfu8RTLA5Ysjh8g2Nkk+IzuMm8bmIy1ZJEV8MzWq5jmvYr43se7X/uba2u7Q1Wej7gx52M2PFV4xnGtFO3NfLODpwlF86p0kmlvi7cdzdkd2dsWd3bDz7Wdo93hLp4XLNyicrN+06Ts3Y1VYTSqmpxcoSjJ/Ujj5z0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6OfzYdSrluvuqe6aFV77On7Df0XYJYY0cq4Xa639zw9q4/jyZWxuYwkkMa8o37uS4XlXJxll7Vtx/T6zqO1r0kreTZjkW03+vZfRNR+MoTUn8LXwNXn5mnb/6/aOg9y8SDd/Tsy5g5DS/ucqPq2ZTfNRt3rMoR8OrJpzaNcgzeNNYAAAAABFVE/qC0ZPJBUvSbnHoF21/3m9TOn9ns2n2s3h9ebouyPmkSW2ua0eR2uvtXHorvKzl8fSr3lVf3K20irwqqhq97xbc/ljuNqeBbio4l299RaoqLov8A4lI/CEpSt/5jPpI9pm//APmP2A27rd+47mp42GsHJbdZethP6dym/wBq7bhbvvxaupvicxzrEyNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANfv8vPql/BuVPaTScbxTyEmP1/tqrTg4ZWyCpFj9a3SXwVUbHkUSPG3HcNRJ21XfufNI5MyvbX3E9a1Lt/qtz8WClcw23zjxldsL+zxuwXH5XcXBRijT1+Y57fPpMm3382tY/wANedvH1eEI8I3OFvGzXTwufLjXnwXqLHfGV2bXRGZdGpkAAAAAoMfJBQtGTyUtC0PI4bM5bXcvi8/gshbxObwmRpZbEZShM+vdx2Tx1iO3RvVJ41R8NmrZha9jk+LXNRT+GVi42bjXMPLhG5i3YShOElWMoyTUotPmmm015HnaZqWfouo4+r6TeuY+qYt6F2zdttxnbu25KcJwkuMZQklKLXJo3DPSL2oxHtX01jtnklrVuwtYSpr/AGbg4UbF/D2BtdXQZqnXRGqzC7RBC6zWVEVkciTV0c51d6ms3uv29ye3m6J4CUpaLkVuYtx8eq3XjCT/AG7TajLxa6Z0SmkfSP7Wu/2ne4DtpZ12coQ3jgdGPqdhUXRkdPy3oR8LGVGLu2qLpjL1LKcpWZM5jHWRkoAAAAAAAD4n3z699W+yGkz6N2lr0WWooss+Gy9ZWVdh1jJSRpGmV13K/bkloW0RrfNio+vYa1GTRyM/acr2hvTcGx9VWrbfvO3d4KcHxt3Yp16LkK0kvJ8JRbrGUXxOru7XZzYPeva89q79w45GKqys3o0jkYtxqnq492jdufLqVJW7iSjdhOPymrL7g+iXanqhmJclbjl3LqfIXVh1/sXGVJW166yyeNbEbfTZ91NdzjkVEZ5PfVt/rBK56SRRbBe2fd3b3cXGVi21i7jhGtzGk1V0XGdmXD1LfnwU4frxS6ZS0J+472n799vupSzsiMtS7fXrvTj6jag+mNX8tnMgq/T3/CNW7V7nauSkp27fBw7aMVwAACAE8kIWjMfL5IKl6Scr8wfqiPt/QnsT2r627rX3bq3YpsVaV0MeZwlpZbWtbTj4pPNcXseISaKK/VcjnIyRro7NdXK+CWN/7jie8Nlbe3zpctK3BYVy3x6LiortqT/XtTo3F+a4xlSk4yXA7S7S95N/dlNzw3RsPNlj36xV6xKssbKtp19LJs1SuR50knG5bbcrU4S+Y2oPUD3r6p9scLHQoTxaf2tjqTZ9i63ytuN1x7Y2c2cvqdx6QpsuBa9F83RsbZqfBLEUbXxSS6+e5XaPcPbrKd68nk7enKlvJgn08eUL0ePpXPJNuM/1JNqSjvs9ufus2B7gtMWJiSjpu/7NpSyNNuzXW6L5r2JN0+psV5uKV21wV63BStzuc3zqgyjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABxx9uup293etncPW8db+Vk8zpuRva5EjFe921679vY9XYzxR0jPv57E143qxFd9t7k4Xnhecdttxvam+tM1xy6bFrKjG6/9Tc/Cu/0W5yar4pfadNe4TYC7ndltxbMhD1M7J025PHVKt5WPTIxUvFdV+1bi6cemTVHWj0kDawfMaTlEBSeSf8RUvSzFXL/T4EqXpJyq/wBQWiIAADv+/CL234v7j6MvW0TzTGdpazTc5U5c3+Lq25SNRf2qqtXC8IiovDXLwqcqmHPus25VaZu2zHl1Yl2X9N2yv/p/8htn/LI7gUluPtdlXOfp6njQr4rpxcxrw5fR8Fx4N8fDYFMNjbYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeubfqWvb7q2w6XtmMr5nWtpxF/BZzF2UVYbuNyVd9azErmq2SKT7ciqyRitkieiPYqOaip52m6lm6PqFnVNOuStZ+PdjctzXOMouqfk15p8Gqpppnpdybd0bd2gZm2Nw2IZOh5+NcsX7UuU7dyLjJVXFOjrGSalGSUotSSZpl+0/r1sHrH3Ps/V2adYuY6rImW07PTxsj/yXTcjNP/Zcv4x/7TbSJBJWtsb+2O7XmY3lrUVdoPb3emHv3a+PuDFpG/JdF62nX0r8UuuHHjTipQb4uEot8W0fMr3+7N6z2K7nZ+wtTc7uFbfrYd+SS+pwrjl6F7hwUvllbupcI3rdyKrFJvjr5Ic2odMUZj5fQtC0JyvzFC0RClAAAAByk9QfZvYvVbuPD7/jv5eQ1e8jMH2BrMEjGt2HVbM0b7LYWTKkDcxiZWttUZFVipNH9tz0hllR3X/crYWF3C2xd0a/0w1CH4mPda/d3kuFaceia+S4uPyvqS6oxa779uPfTWewPcrG3fhepe0G7SxqGNFqmRiSknLpT+X1rLSu2JVjScehyVu5cUtx7UNu1zfdWwG6ahlquc1jaMVSzeDy1NzlgvY6/C2evM1r2slhk8XeMkUjWyxSI5j2te1UTWNqem52j6he0rUrcrOfj3JQuQlzjKLo15NeTVU1RptNM+lPbm4tF3doOHufbmRby9Cz8eF+xeh92du5FSi6OjTo6SjJKUJJxklJNL2M8E90AAAAAAADxOdwOE2jDZLXdkxGNz2BzNObH5bDZelXyOMyVGwxWT1L1G3HLXs15WLw5r2qink4mZl6flW83BuTs5lqSlCcJOM4yXJxkmmmvNM9fquk6Xrum39G1rHsZek5NuVu7ZvQjctXISVJQnCacZRa5ppo13fdz8VuY0f+8dpes+PyGx6az+Tkc91cx8+R2bV4U5mln1B8iy3dnwkLeU/iPdJkoERPFbTVcsWa3an3C4urelt/fk4WNUdI28vhG1dfJK9SkbVx/tqlqXGvpunVpr90fsE1La31O/Ox9m9m7aXVcv6WnK5k4q5uWI3WeTYiq/hNyybap0u+nJ2+kxyq1VarVa5qqio5OFRUXhUVP1RUUyqqmqrkawXBp0lwaMPJQKIhCgAAAAAHlsDn83q2axmx63l8jgc/hbsGRxGZxNyehksbfrPSSvbpXKz45688T05RzXIp4+Zh4uoYtzBzrcL2Hdi4zhOKlGUXwalF1TT+J7HSdW1TQdTsazomRexNXxbsblm9anK3ct3IusZwnFqUZJ8mmbFPpD+VTCb6uH6r9lL2P1rdpPs4/A9oP+zj9Y2udzmwwU9pjYyKnq+dl5Ti2isx1p3KOSq9GNmwn7r+3rL0f1dw7FhO/pSrK5i8ZXbK5uVp8ZXba/Y43YeHqKrjuV9rnv303dn02wu9t2zg7nfTbsam+m3jZcuCjDKSShi334XeGNddU/Qkoq53XoqORHNVHNciK1yKioqKnKKip8FRUMV2mnR8zZ0mmqrimUFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANKr3f6md0r7T9x6RDXWth12u1s+tMa1Wwpre5Mj2jE16zvh92LGQZT+Grv8A8pWci/FFNpnajcf809vtM1WUurJ+nVq75+rZ/Cm35OTh1/ZJHzTe53t//wAtO+u49sW4dGnPPlk4yp8v0+Ylk2oxfircbvot/tW5J8UziidhnQoAAAAAAAOYXoP25/2Y9suntpsW1q4TLbHFo+zOc9GVlwW7sdrkti65U5/iYi/er33cfFFqIvx/RetO8G2/5o7danp8I9WXbsO/a8/UsfipR+M4xlb/AM9mRftQ3++2/f3buu3rnp6ZkZiwsmrpH0M1fTuU/wCpanO3ffxtLnye6Cauz6SAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdff5E/Uxns503Ld1ihFJ2z1uy9n9HlZH/1WdpuhR+d0lz0XhyZ2GuySp5IvjfghTyZHJMq9zdk+4z2FudWs+bW3M5xt314W5V/Dv8A/httT87cpOjlGJh77zfbzHvp20llaFZjLuHoinkYLS+a/Clb+FX/AF8YxlaryyLdtVhCdxvUhkjkhkfFKx8UsT3RyRyNcySORjla9j2ORHMexyKioqcopsgjJSSlFpxaqmvE+ducJ25u3cTjci2mmqNNcGmnxTT5owKfkAAAAE8kLRloyeX0FC0MeV+ZaItEd0H4pPc1vXmy1/W3sfKfa0fdMo53W+VuSr9nWN2ydhPLXZHyO8a+F3C1Kv2uP2w5Ryft4tSyR4ue4jtc9bwJb50O3XVsW3/iYRXG7Yiv3nxnZS4/tWq8fw4p7NPy/wD3MLZuuQ7J70yOna2p3/8A4bdm/lxc27Ljjtt/LZzJP5KcIZTXCmRcnDZJMGTdiAAAAAAAAAADqq93PxnaX7Bf3XsjqZMVoPckqTXcjEsa1NS7Bsqnm/8AvsFaN6YfYbD0Vf7lDGv33uX+UyRXJNHkL2p776psz09D3H6mZthUjF1rex1/q2389tf6KT+Vfu3FLplgL7ofZBtnu+8jenb76fSO5MuqdxU6MTUJc368Yp+jkSf/AKmEX6km/XjNv1Iay2/dfbr1btmY0XsLW8pqe2YGx/GymFy0CRWYHKiPimhkY6Stdo2olSSCzA+SvYic2SJ72ORy54aPrOl7g061q2i37eTp16NYTg6p+afJxknwlGSUouqkk00aPN27Q3PsPcGTtXeGFf0/cGJPpu2bsaSi+akmm4zhNUlC5CUrdyLU4SlFpv049mcbABOULRloyeXyLQtDHlRRFoiFKADtd9I/ybbr0EuI637ekyu/dNxLFRx9vzW7uHX9X/REmGnsysfmtcqoqIuOmk8q8SIlV7GsSCTHfut2G0reKu65tpW8Pc7rKS+7ZyH49aS+S4/9JFUk/wB4m31rPz2we+Hc3aR4+y+4jyNW7bxpC3OvXmYEeS9GUmnex48vp5yrbil6EoqKtT2Z9D3/AEvtDVMRvHX2y4nbdUztdLOMzeGsts1Z2/6ZYJW8Nnp3qkqLHYrTsjsV5WujlYx7XNTA/WNG1TQNRuaTrNi5jajZlScJqjXk14Si1xjKLcZKji2mmbv9p7u2zvrQMfdG0M3H1DQMqHVavWZdUJecXylCcHWNy3NRuW5pwnGMk0vcD1hyIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGvJ+bjqVKud6e7woVWNjy1DJdZ7LYZGrP+txck+yao6V7W/bmnt07uUZ5O4ekdRjU8moiMzR9qm4/UxNT2nek+q3OOVaVf1ZpWr1PJKUbT4cKzb4PnqE/M27f+hqu3e5+LBKGRauabkySp89pyyMWrXBylCeUqukum1FcUl09C5l8apwATlBRloyeX0LQtCcqWiLREBSse+N7ZI3OY9jmvY9jla9j2qitc1yKitc1U5RU+KKGk1R8UyxlKElKLaknVNc0/NG8b6vdrs7x9e+o+01njsXts0vFzZ6SFESJu1Yxr8Ht8MSIq8R1toxlyNv9eGfFEX4Gp3f23XtPeepbfo42sbKmrdefoy/Est/F2pQf6T6eux+/Y9zu0e399OSnlZ+m2nfa5fVW07OXFfCOTbuxXwXHifeTiB2oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADWk/K76hJ1jvH/wAwuhYtItC7Hyjot1oUYF+xq/YNpJLEuTc1ieMGL3XxfP5fFseSbMiuak8EZnZ7du5X8e0n+S9YuV1jBt1sSk+N3HVEo/GdjhHzdpxaT6Js0e/mC+3L+Rd1f849pWOnaWt5DWbbhH5cXUJ1k7rS+7azaSnXlHJV1Nr1rMDp05T5mTlGa2qMnl9BQtCeSlohREKUAAAAFa90bmvY9zHscj2Pa5Wua5qorXNciorXNVOUVPiikaTVHxTP1GUoyU4NqSdU1zT8Gjak/Gl7qM9itB/7Z7/lGydz9dYuFtqzalT+Tvmo13xU6e1M81+5NmMc6SKtlf8AUr5nxWef+ocyLXr327WPZOs/x7RrdNr5tx0SXDHvOspWvhCVHKzyolKH6ict+vsi9za7y7R/kfd99PuZo1hdUpP5s/Ei1CGUq8ZXrdY2srm3NwvV/GlGHaIdAGdwAAAAAAAAAAOL/s/6j9R+1mppg9/xa0tixsEqapv2HirxbTrFh/m9scNmSNzclhJpnc2MfY8oJkVXN+1Mkc0fPtg9x9ydvNR+r0a514U2vWx5tu1dXm0vuzS+7cj8y5PqjWL6K76e3nt53+2//Ct3WPS1mxB/SZ9lRWVjSdXRSa/EsSfG5j3K25/ej0XVC7DVT9o/UXtz1R2tMNvmN/uGsZKxKzU+wMRBO/WNlhZ5yNhZO9rlxecigYrp8fOqTx8K5iyw+Mrthfb/ALkbb7iad9VpFzoz7cV62PNr1bT86fr22+EbkflfJ9MqxWg7vr7de4PYHX/4buyx62h35tYuoWYyeNkpVdFJ/ur6iqzx7j648ZRc7fTclxXOwjocAoAAAAABOULRijOUvq77fdt+qO1rmdCyX9w1jJWIn7X1/mJ536xssTPCN0z4GOVcXnIoGI2DIQIk8fCNeksPlE7r/f8A20253E076XWIdGfbi/RyIJeraflX9e23xlbl8r5rplSS757E+4fuF2B1/wDie1L/AK2h35p5en3pSeNkpUVXFfur6iqQyILrjwjLrt9VuW1Z6u+3fUftdqf970HJrR2XGVoH7d1/l5YY9n1exLxG58kLFRmVwks68V8hXRYJUVGvSKbzhZrz3/223J271H6TWLfXgXJP0ciCbtXUvJ/qTS+9bl8y5rqjST33di/cN297+7f/AIptK/6Wt2IReXgXmlk4snwq0uF2y5cLeRbrCaopK3d6rUeUh1+d7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHB/8AIx1Mvb3qF2ziqtRLWb1DFR9k6/8ABFliu6O9cvkkrtVFWSzc1dmQqsan7nOscJyqoi9r9ktxfy13J07IuS6cTJuPGueTjf8AkjX4Ru+nNvw6eJjF7xdgf8w/b1r+n2LfXqen2FqOP5qeE/VudK8ZTxlftRS4t3KLi6Gmz5KbOqHzmURACFKAAAAAAbKf4UO2v791L2b05esK+719tdTa8IyWVvl/ju8VZIbNOpD8HfYxufwE88rvjw/JN5/VDBf3Ubc+j3Hgbnsxpazcd2Z0X95Yaak35yt3IxXwtM3P/lpb+eq7A1vt1lTrkaRnwyrKb/8AT5sWpQgv2bd+xOcn+1kLzR3amKpswAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB6R2T15qnbOh7V1vvGObldV3HEWcNmKaqjJfszo18NunMrXrVyWOtRx2Ks6IroLMTJG/uah7bQtb1Hbmr4+uaTP09RxbqnCXhVc1JeMZJuM48pRbi+DOLb22bt/uFtPP2VumysjQNSxpWb0OT6ZcVOEqPouW5qNy1NKsLkIzXGKNMf2W6A2v1o7e2bqvaUkspjJkva3nv4616u06pefK7C5+ozykYz+TFG6OxG170r3IpoVc5Y1VdoexN5advvbWPuHT6RdxdN23WrtXo067b5cm6xbS6oOMqLqPme739odwdj+42dsHX6zViXXjX+npjlYk2/RyIKrS6knG5FSl6d6Fy023Bs+CnMTqQAEAIrk/9RC0ZPL5IKl6THlfmC0RCFPfesOy9x6e33WeydBy0mG2vU8lHksXcaivhk4a6G1Qv1/JrbmLydOWSvagcvjNBK9i/BT1Gv6Fpm5tHv6FrFtXdOyYOM4+PmpRf6s4ySlGS4xkk/A5bsXe+5O3G7cHe20sh42v6ffVy1NcU+albuR4ddq7Byt3YPhO3KUXzNyT1Z9k9N9pOpcL2Rqzo6WS8WYzdNWfYZNe1Haq8THZDFTqnDp6M3kk9GwrW/wAmpIx6tZJ9yKPWL3A2Nqfb/cd3Q9QrOx96xdpSN6038s15SX3bkePTNNJuPTJ/SZ2G717a78dvcXeugtWs2itZuK5KU8TKil6lqXjKDr12LlF6lmUZNQn1whyOOEHdAAAAAAAAAAAPUN70HTOz9UzGj9ga3its1PP1lq5XCZislipYYjkkilYqK2apdqTNbLXsQvjsV5mNkiex7WuT2Wkaxqmgaja1bRr9zG1GzKsLkHRrzXk4tcJRknGUW4yTTaOO7r2ltrfOgZO1t3YWPqG38uHTdsXo9UJLmmuUoThJKVu5BxuW5qM4SjOKa1mfdv8AGRunQa5bsjp9mV37pyJJr+SqKxLe39fVmq6Sb+7w12NdnNcqxp5JkYY0fBGi/wAqNrWfyJc8O1PfrS94K3oe5Xbw9zukYvlZyH4dDf7u4/8ARydJP92230R0he5/2O7m7SvI3p25WRq/biPVcuQp15enx4t+sopO/jxXH6iEVK3Gvrwio+tPqgMiTAEcogFDHyQtC0J5KWhaIgKQoAB7loHYW69Wbbh96682XKaltuBsfycXmsTOkNmByorJYJo3tkrXaNqJVjnrTskr2InOjlY9jlavq9Y0XStwadd0jWrFvJ069Gk4TVU/Jrk4yT4xlFqUXRxaaTOSbS3fubYm4MbdWz82/p+4MSfVavWpUlF8nFp1jOElWM7c4yt3ItwnGUW09mz0h/JrpXsCmI627ckxWg9yyJXoY6wsiU9S7DtuRIo/7HPYerMPsduXhP7ZNIqWJHolR8iu+zHgb3X7Dars13Nc22rmZthVlJU6r2Mub9RL79pL+9S+VL8RJLrlu99sHve2z3cWPsvuE8fSe5Eum3blXoxNQm+C9CUnSzkTdF9NOX4kmvp5Tb9KHa2Y7mfIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP4Wqte7WsUrkEVqpbgmq2q07GywWK9iN0U8E0b0VkkUsT1a5qoqKi8Kfu3cnauRu2m43ItNNcGmuKafg0+R/K/Ys5NmeNkRjPHuRcZRkqxlGSpKLT4NNNpp80aMPsJ1dY6V7v7S6rnZM2PSd0zeIxj7CPSa1gEtvs63kH/cTzX+5YCxWsIq88pKi8qnxXbRszcEN1bU0/cMGurKxYTlTkrlKXY8P2bilH9B8vPdzY97tr3N13Yt1SUNM1K9atuVaysdTlj3HXj+JYlbufFS5vmfHDk512AAATyQULRk8lLQtDHlSlodi/wCLDtn/ALW+4Wi0rU/2ML2lRyvV2VVV5T+Rn0r5DWPCNf2umm3DDY+Dy5RzY538c8q13SXuD25/MHbPLu21XK0+cMuH2W6xu8fJWZ3JfFxX2rMH2Mb+/kb3DaXjX59Om65au6Zd/tX+m5jUXKry7NiFeDUZypXk9vU1sH0FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAb8gvqJV9puonya/Vhj7b6/jvZnr+7zHEuXZJGx+Y0u9NJ4s/h7BFWYtdznNSC/FC9XtiWdr+4uzHcq52+3Ilmyb23muMMiPF9FK9F+KX61tt9SVeq25KjkoNYj+8H264/fvt056Pbiu4ejqd7T58F6yaTvYU2+HRkKK9Ntr078LcupW3dU9RW7Vt465ax9+pZo36NmendpXYJatyncqyvgs1bVaZrJq9mvMxzHsejXMcioqIqGyS1dtX7cb1mUZ2ZxUoyi01JNVTTXBprimuDR87eTiZOHkXMPMtztZdqcoThOLjOE4txlCcZJSjKMk1KLSaaaaqfk8lP2fxoiEKAAAAAAADlh6d+1u1+p3a9LccWtnKabmVrYnsXUGTeMGwa/95V/k1mPckMWwYN0jp6E6+Ktf5wud9maZruu+5nbvT+4u3Z6ZkdNvVLVZ416nG3cpyfi7dyijcj5Ukl1Ri1kH7b+/m4fb9v+1uTA67+2snptajiVpHIx6/einwWRYq7lifCkuq3J+lduJ7iOhb1qnZum65v+j5irn9U2vF18vhMrUcqx2as6KiskjciS1rlSdj4bEEiNlrzxvika17HNTWbrGkajoOqX9G1a1KzqOPccJwfNNeXg4tUlGSqpRalFtNM+j3ae6tA3xtvC3btfJt5egahYjes3YcpQl4Nc4zhJOFyEkp27kZQmlKLS9uPWnIQAAAAAAAAAARURyK1yI5rkVHNVEVFRU4VFRfgqKgTadVzI0mqPimdJ3vD+KrCb8mX7U9aaNHWt4etjIZ/rBroMfq22SuVZpreqve6Kpq2fkXy8qq+ONtKrfH+K9Hunyp7T+4XK0f0tvb7nO/pKpG3lcZXbK5JXubu21+3xuw419RUUNZHuh9hOl7s+o352TtWsHdD6rl/TF028XLb4ueK3SGLffGtp0xrrpT0JKUruuhsGv53VM3k9b2bD5LAbBhbk2Py+Fy9OfH5PG3a7vGarcp2mRz15o1/VHNRePj+imbeHm4mo4tvOwLsL2HdipQnCSlGUXycZKqa+w03avpGq6Bqd/Rdbxr2Jq+Ncdu7ZvQlbu25x4OM4SSlFryaPDnlHrgAAAAOUQChPJC0LQiPc1Uc1Va5qoqK34KiovKKi/qioo6U1R8j9Lg6rmju29H/ys5nRG4nqz2Zv5LZdNj+xQwHaLmz5PaNYi5+3FW25qLLd2bBwpx422pJkazUVHJZYrUhxU7se3jF1d3NwbDhbsao6yuYnCNq6+bdnlG1cf7Dpal4em69Wzr2we/XUtqrH2J3tu3s3ba6bdjU31XMnGXJRy+c8mwuFLq6si2qqSvxcVb2L8FnsJtGGxmxa3l8bn8BmacOQxGaw92vkcXkqNliPgt0b1SSWtarysXlr2OVFMJMzDy9PyrmFnW7lnMtScZwnFxnGS5qUWk015NG43StV0zXdNsaxouRZy9Jybcblq9ZnG5auQkqxnCcG4yi1yabR5Y8Y9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAax/5pepv8W710ftulWczH9qaeuMys6J5Nk2vQpK2Onkkc1qJF97WMni442uXl/8aRUVURUbnn7W9x/xDaOXty7Kt7T8nrgvKzkVkkvOl2N1unLqVefHSb+ZL2//AIJ3S0zf+LBrE13TvTuy51ysFxtybfhXGuY0Yp8/Tm1WjS6ZfL6GUFDXHQnK/MtEWiICgAAAA8vr+dyer57CbNhLL6WZ13L43O4i5GrmyVMniLsOQoWY3Nc1zXwWq7HoqKioqfqeNm4mPqGHdwMuKni37Urc4vk4Ti4yX6U2j2Gk6pm6HquNrWmTdvUsPIt37U1zhctTVy3JUo6xlFNfYb3HVm/YvtTrXQuysKrUxe96hr+11I2vR61mZzF1sg+lKv6pYoyzuhlavDmSRuaqIqKhqM3Bo+Rt7XczQsr/AIjDybllvz9Obj1L4SS6k/FNNH1JbG3Xg762ZpW89Np9Fqmn2MqCrXpV61G44P8ArQcnCSfFSi0+KPfT05yoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA16vyzemH9nvWvaXrXEO/tmVtQxdxYihF+zH5Wy9telv8cEbeI6uWncyvk1bxxbdFYVFWaeRuaHtz7o/U2o9v9du/4i3FvCnJ/eguMsdvzgqytf1FKHDognp5/MG9tH8OyrnfnZOO/oci5FaxZtrhbuyajDPUVyjdl028mnK84Xmm7t2a6JTLg1SAAAE5T5loy0ZPL6FoWhj5KKItEQpQAdov43/eeb1s25etexshLJ0hu2TZJYtS/dnd15sllI67dmqMjR8jsFfaxkeUga1zkaxlmJEfHLHY6A749pY7503+O6JBLdeJbokqL6m0qv0nXh6keLtSfi3CXCUXDOv2Xe6i52U3D/JO870n2v1S+nKTrL+H5MqR+pglV+hcSjHKgk2lGN6380JwvbVNexXt14LdSeG1VtQxWK1mvKyavYrzMbJDPBNG50csMsbkc1zVVrmqiovBr1nCdubt3E43ItppqjTXBpp8U0+aN91m9ZyLMMjHnG5YuRUoyi1KMoyVVKLVU000006NcUf2Pyf0AAAAAAAAAAAAODvuD6JdU+2eFkv34ItO7Wx1J0Gu9k4qpG649sbP+mxG2U2LCmy4Br0TwbI9tqp8VryxtfLHL2x207u7i7c5Ss2W8rbs51uY02+njznZlx9K55tJxn+vFtRccXfcX7Vdg+4HTHl5cY6dv6zaccfUbUF1ui+W1lwVPqbFeSk1dtcXZuQUrkLmq137669retW7WNH7U12XFWlWWXC5yoslvWdqx0bka3Ka5mPtRRX6zmvaskbkjs1nORk8UUnLE2E7O3tt3fWlR1bb19XLfBTtuiu2pfsXYVbi+dHxjJKsJSjxNDPdrs3v7sruee19+YcrGRxdm/Cs8bKtp/vce9RKceK6otRu22+m7btzrE+GeSHLaHV1GTyUtC0MeVKWgAAAAABzl9PPfDtb1LzLMdRkk3PqfI3Pv7D1vlLj46sUkz2/yMzqV5zZ3a5nlan71ax9S2nwsQve2KWHqXub2h273HxXeupYu4oRpbyYR4tLlC9Hh6tvyq1OH6kknKMso/bp7q9++3/Ulh4snqWwb1zqyNOuzaim2uq9iTal9Pf82k7V1cLtuUlbnb2qehPYfqr2T0iDeuq9iiy9FqwwZrEWUZV2LV8nLGsi4rY8T9ySWhbRGu8Hor69hrVfDJIz9xr03hsrcOxdWekbhsO3e4uE1xt3Yp067c6UkvNcJRbpKMXwN8vafvBsPvTtiG6diZkcjF4RvWpUjkY1xqvpZFqrdufPpacrdxJytTnH5j7ecUOzwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdZX5Z+pV7J9Rdh2GlXWbNdSbBhewaaRRI+xLimPl13Zq/3F4WOpXw2dffm/ov8Bv8AVEO+PbnuP+BdybOFdlTF1KzPGlV8FPhctOni3O2ra/2jMKvfxsH+c/b/AJer40OrUtv5dnPhRVk7Sbx8mNfCEbN+V+fn6C8kalBscNBAAAAAJyhaMtGTy+goWhjypaItEbVX4dO3P879XrXX16397MdObfksHHC5OZWattD5dowM8kn6vauUtZOtGi/FkdRrU/ajUTXr7mtt/wAI3/HWbUaY2p40bjfh6tqlq4kv7CtSfm5t86m9T8vDf380dkJ7TybnVqG3dQuWUvFY2S3k2JN+P4ksm3FeEbSXKh2zGOZnqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeLzeFxGyYbLa7n8dTzGCzuNu4fM4nIQMs0Mni8lWkp36FyvKjo56turM6ORjkVHNcqKeRiZWTg5VvNw5ytZdmcZwnF0lGcWpRlFrimmk0/M8HVNM07W9NyNG1ezbydKy7E7N61cipW7tq5FwuW5xfCUZxbjJPg02jUB97/UbK+p3bk+Lx8Vy91ZuTrmZ61ztj7krm0I5WLkNVydlyK2TOavJYjje7lVs1ZILC+LpXxx7K+0XcjH7i7bWRecYbgxemGVbVF81PlvRXhbupNpfqzU4cVFSl86Hut9u2f7f+4c8HDVy7sLUnO9pt+VW/TTXqYt2T538VyjFur9S1K1e+WVyUIcH/JTtehi7REKUgKAAAAAATlPmKMUZ3rfi79/Ga9NhfWbujNozAWZY8d1JuOVssZHgrMiKkGh5u9ana2PDWpERmIkVFWtO9Kqr9l8CQYkd/uzrzY3d+bXtVzIpyzLMFxuLxyIRS++ud5frRXqfeU+vat7FfdotHnjdke5eVTSZyVvScy7JJWJP7uDeuSkkrMnSOJJ/u5v0G/TlaVrYfMKzcOAAAAAAAAAAAAAD5X3F0r1p33pV/QO09Xo7Pr13mWFJ2rDkcPkGxvjgzGBykPjdxGWqpIqMmhc1XMc6N6Pje9juQ7Y3Vr2z9VhrO3siePmw4OnGM41q4XIP5ZwfjGS50apJJrgfcbtnsnuxtm7tLfeDaztIu8Y9XC5ZuUajesXVSdm7GrpODVU3CSlCUovVn90fx4dl+q165tWEW52B0rYtImP3SrVT+6a0lh/FfF73j6zfDH2GvX7UeQiT+BbXxX/AKeWRKzdgna3vVoXcKzHT8vpwt0xj81hv5LtOc8eT+8vF23+JDj9+MfUeib3K+z/AHt2HyrmvaZ6mr9tJ3Pw8yMfxcbqfy2s63FUtyT+WN+C9C6+l/g3JqxHruO6zD0AAAnKICk8k/4ipelmKuX+nwJUvSTlV/qC0R9V6a7t7M6B3jH9g9WbPc1rYaP+zP8Aa4nxmaxz3tfYw2fxcvlTy+JteCeUUrV8Ho2SNWSsZI3ju59q6FvHSZ6NuDHjfwp8VXhKEvCdua+aE14NPiqxknFtPnvbjuZvXtNuezu7YmdcwtXtcJU+a1ettpys37T+S7alRVhJOjSnBxuRjOO076XfkO6y9qcfT1fNOpaB3VXrImR0m3a8cdsj4IkfZyuh3rL1fkaj0asj6Erlv1ERyKk0TP5L9ffdHstr3b29LPxevM2tKXy30vmtVfCGRFfdfgriXpz4fck+hb1/bZ7vtk998S3oepO1pPcqEPxMKcvw8hxVZXcGcnW5B8ZOxJ+vaVU/Vtx9aXYgdLGX4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB67uGrYjeNS2jSs/B/JwO4a7m9Wzdb9v/UYjYMZZxOSg/cjm/wC7Ttvb8UVPiebpmoZOk6jj6rhvpzMa/buwflO3JTi/0SSPT7h0PT9z6Bnba1aPXpeo4d7GvR/atX7crVyPHzhNo0Qd+07LddbzuWgZ9rWZzSNoz+p5drPL7f8AcdeylrE3HReX7nQvnqOcxf6tVFNu2j6nj63pOLrOHV4mXj270PPpuQU41+NHx+J8tW6tuahtDc+o7U1VJanpmdfxbtOXqY92VqdPg5QbT8VRnqPkh7Kh6GhPJS0LRGJSgAAAA7a/w49tro3s/e67u2khw/cen5HDxRPkSKF21amybZ8DPI56oxz/AO1V8pWiZ/qfLbajV5Xxdjj7nNt/xbYMNatRrk6Zkxm3Sr9K9S1cX/bdqTfgoOvms+fy79//AMsd7Lu0cmfTp+4tPuWUm6L6rFTybEm3wr6Ucm3Fc3K6kuPB7Uxr2N6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPg3sl6+aV7M9UbB1dukLYmZCP8Am67n468c+R1LaKkUqYjYsaj3RuWSrJK6OeJHxpaqSSwOcjZFVOX7G3nquw9xWdwaW6uD6bltukb1ptdduXPmlWLo+iajNJuJ1R3p7QbZ737AzNibmioxvLrx8hRUrmJlQT9LIt1pxi24zipR9W1K5aclGbZpndvdTbr0d2Ls/WHYOMXGbPq191Sy1iukpZCrI1JsdmcVZcyNbeIy9KRlivL4tc6N6I5rHo5jdn+2tx6VuzRMfX9GuepgZEKr9qL5ShNcaThKsZLjxXBtUb+a7uJ2+3P2t3lnbG3fY9DXMC70SpVwuRfzW71qTS67N6Djctyom4yXUoyUor5qe9OFAAcoBQx8kLQtCeSloWiICkKAAbJv4zvyDt7Io4j177vzzE7Ex0EdHrzdMxbd9/sClH5pBrmZtzp4P3HGwI1laZ7/ADysLUa7ytsc+zgz337MPQ7tzem1LL/gs25ZNiC4Y8nzuwS/uZPjKKVLUuKpbaVvdN7I/d7HemLj9oO6GWv5xsxUNPzL031Z8FXpx705cHmW40jbm5dWVBJSrkRcr/dYYrmzQAAAAAAAAAAAAAH5L9CjlaNvGZSlUyWNyFaanfx9+tDco3admN0NipbqWGSQWa1iJ6tfG9rmvaqoqKin9LN69j3Y38ecrd+ElKMotxlGSdU4tUaafFNcUzx8vExc/FuYWdat3sK9CULlu5FThOElSUJwknGUZJtSi0006NUNf33i/E/NT/vPa3qti5LNX/fyWw9LwfcmtwKrnS2rnW73ue+3CqKr/wCyvX7jOHNpOeixVGZldp/cVG56W3e4VxRucI2850Sfgo5Pk/D11wfB3UvmuPUl7oPYJcx3k797D2HOx81zI0aNXOPjKenN1cl4/Ry+ZUaxpSrbx49CVmGxUsT1LVearaqzS17NazE+GxXsQPdFNBPDI1kkM0UjVa5rkRzXIqKnJl/C5C5BXLbUrckmmnVNPimmuDTXJmqS9j3ce9LHyIyhfhJxlGScZRlF0cZJ8U00000mnwZ+flfmfo/FEQAAAAAAA/Zj8jfxF+llcVeuYvJ421Bex2Sx9qalfoXasrZ61ylcrPisVbVaZjXxyRua9jkRUVFQ/lesWcmzLHyIRuY84uMoySlGUWqOMouqaa4NNUa5nk4eXl6fl287Au3LGdZuRnbuW5ShO3OLUozhOLUoyi0nGUWmmk06mwR6O/lkr5H+z9U+1GShqXv+mxmudyvjSGndVfGGtU7Hjj4jpWvLhiZiJrYHoqOuMjVstuTDXux7dJ2PV3F2+tuVnjO7hc5R8W8Z85Lx9FvqXK05VjbW2/2we/i3mfT7D773o28r5bePrDVIT8Iw1FLhCXJfVxShLg8iMGp3599NexXuV4LdSeG1VtQxWK1mvKyevYrzsbLDPBNE50c0M0bkc1zVVrmqiovBiDOE7U3buJxuRbTTVGmuDTT4pp8GmbV7N6zkWY5GPKM7E4qUZRalGUZKqlFqqaaaaadGuKP7H5P6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1OPy8dSL137ZZDb6VVIcJ3Dq+G3SF8MaR1Y8/j411fZajeEarrck+HgyE6/Hl+RReeVVG7FvbZuT+NduoabdlXL0zInYdXV+nJ+raf2JTlbj8LX9Ohj8wHYH8od+ru4MaHTpm4cGzmJpUir9tfTZMF/XcrML83xq8hOtW0urUyBMHQAAAAAUx8k/4kqXpZ9B6m7EyfU/Z/X/ZmH81yGh7hr+0wQsf4fy24bJ1rtihIvKIsGRrRPgkavwdHI5F+Cnpdx6NY3HoGboOTT0MzGuWm/Lri4qS+MW1JeTSZy7YW68zYW9tJ3pp9Xl6XqFjJik6dfo3Izlbf9W5FOElycZNPgb3uDzWN2TCYfYsPYbcxGexWPzWKts5RlrG5SpDeo2GovxRs9adrk+imovLxb+DlXcLJj05Nm5KE15Sg3GS/Q00fUXpmo4esabj6vp81cwMqxbvWpLlK3dgpwkvtjJP9J5U8c84AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHXL+RD0pp+0vXibLp9WtX7q0GhZm1Swv2q6bdiGq+1c0fJWX+LWrZkV0uNlkVGV7rla50cU8z07u7K907vb/WvoNTlKW1cyaV5cX6M+Ub8V8OCupcZQ4pOUIp4Z+8X2yY/ffZ61vbluEO5ukWpPFlwj9XZ4ynhXJOi+Z1ljTk+m3ebi3C3duSWpbfpXsXeu4zJU7OPyOOt2aGQoXYZK1ylepzPr26lqvM1ktezWnjcx7HIjmOaqKnKGxqzds5FmGRYlGdicVKMotOMoyVU01waadU1waPn3y8PJwMq7g51udnNs3JW7lucXGcJwbjOE4ujjKMk1KLSaaafE/Hyqn9T+NCFAAAAAAA5QCh+mlkLmMu08ljbdrH5HH2q96hfo2Jal2jdqSsnq3KdqB8c9a1Wnja+ORjmvY9qKioqIfi7ZtZFqVi/GM7E4uMoyScZRao4yT4NNcGnwa4M8jFycrBybebhXJ2cyzcjO3chJwnCcGpRnCUWpRlGSUoyi000mmmjaI/HL+Qej7AYah0/27l61PvDC1HR4nKWUhp1u0MRShV63KqtVkDdxoVo1deqtaz+TG1bUDVak7IMAe93Zi9s3KnuXbduUtp3ZVnBVk8Wcn91+Poybpbm69Lfpzdehz3o+zb3d4vdvTbXbvuFkQt90Ma21auypCOp2oKvXHlH6y3FN37SS9SKd+0mvVja7aDHI2AgAAAAAAAAAAAAAAHWn7sfjg679n62Q3bTHY7rzu1kEkkexR1lj13dJo4/9ilvNOnE+dZ3qxI2ZWBj7cDV/3I7TGMib3p2r7361sG5DStT683araTtt/iWE+crEpOlPF2pNQk/uu225PCz3MezXZ/fCze3Ntt2dH7mqLayFGmPmNL5YZsIJy6nRRWVbTuwT+eF+MY21q39rdSdidI7plOv+z9XyOqbRinr92nejRYLtVz3sgymIvxLJSy+IuLG77NqvJJDJwqI7lHImf+3tyaLuvS7es6BkQyMC4uEo84vxhOL+aE1XjCSUl5UaNGO/e3+8O2W5b+0t8YN7A1zHfGE18s41ajdtXFWF21Oj6LtuUoSo0nVNL5we8OGgAnkhaMtGTy+goWhjyvzLRFoiFKADsy9JPyRdh+sVnHaNu65LsLo90zYl1+Sy2XYdHimlRZ7ukXLj0YtNnm6R+JmeypK/lYn1pHySP6H7q9jtF37CeraV6eFuulfUSpbvtLhG/GP63gr0U5pfeVxKMVmr7ZveVu/sjes7X3N62r9sXKn07lXIwk3808Kc3ToVXKWLOStTdXblZnKc5bSHVfbXXfdml4vsDrDaMdtmrZZi/Yv0HvZNVssRqz47K0LDIb+IytRXIktazHFNHynLeFRVwA3DtzWtq6pc0bX8eeNqFt8Yy5NeEoSVYzg/CUW4vwZvJ2Jv/aHcvbdjduyM6zn6FkL5ZwbTjJfet3bckp2rsK/PbuRjOPCqo039GPSHMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADp1/NB1Gm3+vGrdq0qiS5PqLcoGZCyjVV0Go73/GwWR5c39U/yevh0TyRUajnKipyvOTXtd3J/Dd65G3rsqY+pYr6V53setyP/AJTvf5P0a8vzHNgfzB2iwd9Y1vqzdv6jFXJU4xxc3psXP/0mOJz5VfLx1eDP00hkVyf+ohaMx8vkgqXpJyvzB+qIxIAAADcC/Fl23/3U9O9BqWrCT5rq6zkercsiyq97a+ufx7esIkb/AN8cUWn5XHwt+Lmq6F3iqceLdavuB25/L3czMuW40xdQjHLhw8btVd+1u9C5Lzo1Xzf0E+x3fv8APPt60qxfn1alok7mmXeNWo4/TLG4PiksS7YguabhKlPursVOlDLwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6Jfyp+ii5+tlvaDqLDIuaoVltdwazjYV88vj6sbWrv+NqQsXyyeOgaiZZrU/3qzEtKiSR2Hy5c+3ru59Hct7A3Jd/ws5Uw7sn9yT/APTyb/Vk/wBy392T9PlKCjqr9+ntWerWcjvn29xv/idmHXq+NbXG9biqfX24JcbluK/xaX37aV+nXC9K5rwGapp5AAAJ5IKFoyeSloWhjyqlLQAAA/fi8pk8Hk8fmsLkLuJy+Ju1cli8pjbU1LIY7IUpmWad6jcrPjsVbdWxG18cjHNex7UVFRUP45GPYy7E8XKhC5jXIOM4SSlGUZKkoyi6ppp0afBo8vBzs3S82zqWm3ruPqOPdjctXbcnC5buQalCcJxalGcZJSjKLTTSadTan/Hp+QPC+ymCo9Y9k3KeG72wGNRqq90VWl2ZjcfB/vbBhY/2RRbFBBGsmSx7EROEdZrt+x92Krr1709mcrYuXPXtCjK7tG9c+Lliyk+Fufi7bbpauP4W5vr6ZXN8ftB93Om96dKtbI3pct43dTEs040jDUrduPzX7K4JZEYrqybC+N+yvS64WO0cx/M6QAAAAAAAAAAAAAADj57GesXUvtDpcmndoYJLMlZll+t7VjViqbVqOQsMa11/A5N0U320e6NizVpmTVLPg1JYn+LfHmeyd+7j2Dqi1PQL3TGTXq2pVdq9Ffq3IVXxpKLU41fTJVdeou8XZHYHfHbT27vjF65wUnj5VukMrEuSX37F1p0rRdduanauUXqQlRU1Svbv0h7b9SNhVNiqv2frfJ3XVtW7Nw9OVmFyL3NfLBi83X87D9a2T7EbnLUne5kyMe6tLOyORzdhvbbuttvuPhf4KSx9ctwrdxZyXXHwc7b4erar+vFJxqlOMG0noc9wPti397f9X/8AjFt52zb93pxdStQas3G6tWr0ayeNkdKb9Kcmp9MnZndjCTjwwO0THAhQAAAAAATyQUZaM5C+uXtD236u7pHuHWGdWvDYfCzYtTyiz29T22jEq8U87io54PN8bXu+zZhfFbrq5ftStRzkdwze+wNt7/0t6br9msop+nehRXrMn+tbm0/86Mk4S/Wi6Knb3Zzvdv8A7HbkjuHZGV0W5tLIxbnVLFyoL9S/aUo1aq+i5Bwu26vonGsk9rj1G93uo/bjXfuazZTV+xMZUbPtPWWZuwSZzGo37bJ8lhrDWV2bLrn33o1tyGNj4/JiWIa73sYuu/uR2o3J23zenPj9RotyVLWVCLVuXlGa4+ldpxcJNp8eiU0m1vj9v/uZ2B3/ANI69Fn9Du+xbUsnTb04u9b5KVyzKkVk4/U6K9CMXGsVet2pSjF8zDrAyNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8q7y60pdydO9mdW3/BsW9aXn9egnejXJSyV7HzNw+Saj0cz7uLyzYLLFVFRHxIch2nrt3bG5sDcFmvViZVu40v1oxkuuP2Th1RfwZwXudszG7idvNa2PlUVvVNNv48ZOnyXJ236Vzjwrau9FxV8Yo0Ssjj72JyF7FZOrNRyWMuWsfkKVlix2Kd6lO+tbqzxu+LJq88TmOav6ORUNuFm9aybMMixJTsXIqUZLipRkqpp+TTqj5fMvEycDLu4ObCVrMs3JW7kJKkoTg3GUZLwcZJprwaPxH9DxwAAAUE8kFGWjJ5FoWh3g/hH7bXCdrdo9M37Stpb5qtPcMFDK5v202DS7Tqt6tVb5I5LOSwWefNJw1fKPHJyqeKc4o+6vbiytvafuizH8XDyJWbjXP076rFv4RuW1FfG78eGzD8tffn8M3zrfbrJnTG1TBhl2U3w9fDl0zjFV+9csX5Tlw4xx1VqirssGCxuTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMXsZIx0cjWvY9rmPY9qOY9jkVrmua5FRzXIvCovwVCptOq4NElGM4uE0nFqjT4pp+DNXv8AJl6Gv6K2C33d1Ph3/wDZzasmrthwtCFv8frTZclOqsrQ14vjW07N2ZF/hKjUho2HfxFVjXVWvz87D93lu7DjtTcV1fzPj2/w5yfHKtRXNt870F9/j1XI/icWrjWjL3te1F9rNXudztgYz/5cZ9+uRZtpdOm5NyXCKivu4d6T/BaXRYuP6f5YysKXUTypknRGvaiIAAAAAAAQFJ5J/wARUtGfvxOay2AylDN4LJX8NmcVbgv4zLYu3PQyWOvVpElr3KV2rJFYq2YJGo5j2ORzVTlFP4ZONj5mPPEy7cLuLci4zhNKUZRfBqUXVNNc01Q83T8/P0nOs6npd+7jalj3I3LV21OVu5bnF1jOE4tSjKL4qUWmnyNor8ev5GMN7BYzGdTdwZKhhO8cfAypi8jN9mjjO06teFzv5uPY1I6tPb4YYldcoNRrLHCz1W+KywV8Ae8/ZLK2Zfubj21bnd2nN1nFVlLEbf3Zc3Ky2/kuOrj9y469M57zPaJ7xdN7t4VjYHcS/axu6FmKhauOkLepxivv21wjDLSVb1hUVz97YXS52rPbMY6GfgAAAAAAAAAAAAAAB4DadV1veNdzGpbhg8Zsus5+lLjszg8zUhvY3I05uPOCzWna6N6I5qOavwcx7Uc1UciKnmafqGdpOba1LTLtyxn2ZqULkG4yjJeKa/ofg1VPgz1Ou6Fo259HyNv7hxbGbomXadu9YvQU7dyD5xlGSafGjT5xklJNNJmtj7x/it2Xqj+7do+utPKbn1rH96/ndEas2T3HRq/75ZrWLREfa2rV6jU/cqeeRpx8OlbPE2WzHnL2n9wmDuL09v72lbxdddI28jhGzffJKfhauvw5W5vhFwk4wemT3PexPWth/Ub57P27+pbLVZ38Hjcy8KPFuVrnLKxo+LVci1GjmrsI3L0emQyhNcI5T5ijFGY+X0LQtCeSiiLREKUAAA9h1Tbdn0TYsTtum57K6xs2Ctx3sRncJdnx+Sx9qPlEkr2q72SNR7VVr2ryyRjla5FaqovhajpuBq+Fc03VLNvIwL0emducVKMk/Bp/0p806NUaPb6Dr+t7X1fH1/bmVfwtaxbinav2Zyt3Lcl4xlFp8Vwa5STcZJptGyn6NflS1nttcP1Z7D28VpfZ0iV8dgt4csWN0/fbXCRRQZFXeFTVNquKieLHK3H3ZlVsKwSPhquwX7s+3vP236u4NlxuZWgqsrljjK9jrm3HxvWo+fG5CPGanFSuLc37YffTou//AKfY3d25Y03e0um3YzeFvEzpclG5yhi5U/BNqxenVW3anK3Yl3MGMBsaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpwfkx6kb1H7ido1Klb+NhN9sVO0sEiMWNskO6tltZ10bOEY2GHcq2TiYjOWoyNE+C8tTZt2J3G9yds9PuXJdWVhxeJc8aOxRW6/F2Xabrxq/0v54vedsJbA9wut2MeHRpuqzjqVnhRNZlZXqLlRZccmMacKRXLilwG5Q7gozFijJ5fQtC0Jyooi0RClAAAOQXqn207oz2L6f7SdZWpj9Y3XF/wCQTIrk41PMK/Abc39iOVVfrOUtonwX9yp8FOG9w9uLdmydT2+o9V7IxZ+mv9dD8Sz/AObCB2v2M34+2Xd3b+95T9PEwtSt+u+P/C3a2MpcPPHu3UuD404G8ux7JGNkjc18b2tex7HI5j2ORHNc1zVVHNci8oqfBUNTTTi6Pg0fTTGUZxUotOLVU1ya80ZEKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeF2PXMFt+AzOrbRiaOd13Ycbcw+bw2TgZaoZPGX4H1rlO3BIitkhnhkVqp+qc8pwvxPKwc7L03MtahgXJ2c2zcjO3OLpKMousZJ+DTPW6zo2lbh0nJ0LXMe1laPmWZ2b1m5FSt3LdyLjOE4vg1JNp/5OJqNe+3pJn/Uvfv5+Djv5npfcbs79G2SZJLE+Is+H8ifTNlstibFFmcezzWrK5UTIU4/ut/3GWI4dkfZ/uth9xtH9HLcLW6caC9e0uCmuSv2lWrhLh1r+7m+l/K4Sl89/uv8AbHq3t/3b9VpcbuT211G7J4WQ6ylZlTqlh5MkqK9bVXak+GRZj6kfnjehb4AncZiUADHyQFoyK75J/wAxUvSY+S/MhaIgKAAAfqo3ruMu08ljblrH5HH2q96hfo2Jal2jdqSssVblO1XfHPWtVp42vjkY5r2PaioqKh/O7atZFqVi/GM7E4uMoyScZRao4yT4NNcGnwa4M/vi5WThZNvNwrlyzmWbkZ27kJOE4Tg1KM4Si1KMoyScZJpppNNNGyl+Pr8m9DtFuG6X9hsvVxnZjnRY7Uewbf8AGoYnsCSWWOCjhc0kTIKuL3J7pEZDIjWV8lwjf2WVa2xgx3m7D3tvu7unZdqVzQeMr2Oqynj0TcpwrVzscKyXGVrnxt1cN0XtH97eLvmON217vZFuxvVtW8TPn0wtZ7bUYWb1FGNrMdaQlRW8ilPlv0V7unMWzZUAAAAAAAAAAAAAAAADp794/wAWmp91Jl+z+hq+K0btmRJr+X1dPt43TOwbSq6WeZWsalfWdquKq/8AUxo2lbm+NljHySW0yX7Te4HUdq+loG75XMvbipGF3jK/jrkl53bUf2XWcI/cbSjbNefud9jWgdyfqN79q4WNL37Kty7jcLeHny5yfBdONlT/ANJFKzdnxvRjKc761ndy0za+vNnzOl7xr+U1bateuPoZnBZmrJTv0bLERyJJFInEkM0T2yRSsV0U0T2yRucxzXLndpeqadrWBa1TSb1vI0+9Hqhcg1KMl9vmnwadHFpppNNGlnce3Ne2jreTtvc+JfwddxLjhesXouFyElx4p8001KElWM4tTg5Rkm/WTzz0oAAAAJynzLRloyeX0FC0MeVLRFojuI9G/wAp219Lrhur+/LGT3fqaNK+NxG1f7uQ3Lr2q1WQwNeq/csbRqtKNOFqu5u1Yv8A3Z8jY2VHYzd2fb5p26Vd1/Z8beJuN1lOzwjZyXzfwtXZP9f93N/fUW3cWw72xe+TXe3Dxtkd1Z39T2FHpt2srjcy8CPBRrzlk4sFw9N1vWo/uZTjCNiWzFp256p2FrOH3LSNgxW06tn6jL2HzuFuRXsderuVzHLFPC5yNlhlY6OWN3jLDKx0b2te1zUwR1PS9R0XPu6Xq1m5j6hZl0ztzi4yi/in4NUaa4STTTaaZuh27uPQt26Lj7j2zl2M7Q8u2p2r9manbnHlwkvFNOMoukoSTjJKSaXsx4B7oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGEkkcMck00jIoomOkllkc1kccbGq58kj3KjWMY1FVVVeEQsYylJRim5N0SXNs/M5wtwdy41G3FNtt0SS4ttvkl4s4l7574+n3W1qejtXsBoCXaqyNtUtcu3N4t1ZYkcskFmto9LYp69lisVFie1siO4Tx5VEOxtI7Q9y9dtq7p+jZnpS5SuxjYTT5NO/K2mviuHxOh90e6D2/7OvSxtc3XpX1MKqUMec82UWucZRw4ZDjJU+60pV4UqegYr8nvormLTadTvzGwyu8eH5XSezcFVTye1ieV7N6Vj6TPi748yJwnKr8EVT3OR2E7t4tv1bmj3HH+pfxbj/7Nu/KX+Q4tg+9L2yahfWPj7psxuPxu4eo2Y86ffvYduC/TLguPJM5faL2Z1z2hi/731vvmob5iU8EkyGobHiNhrQPei8Q2pMVbtJUsNVqo6KXwkY5FRyIqKida6voOt6BkfSa5h5OHk+Eb1qdtv4pTSqviqprimd/bY3ntHeuF/Etn6pp+qYHCtzFyLV+MW/CTtSl0y8HGVJJpppNM94PUnJQAAAAAAAAAAdD/wCcDqNcjpXUXd9CurptYzmR672OWNque7GbLXfm9ennVP8Ay62OyWGuRI79FkyDUX4qhl17UdyehqupbUvS+XItRybaf7dp+ncS83KM4P7LbfmavfzLNgvM23oHcrFhW5hZNzAyGuL9PIi72PKXlG3ctXY1/avpeKNcQzeNQAAAAAABOUQChPJC0LQ3WvQbt1e6/Uvpvb7Vtbecx+sxaXs75Ho+07YNIkfrNu1dVv7Us5ivjob68f8AgttXhOeE1Zd4dt/yr3G1PTbcenEnfd+1Tl6d9eqlH4Qcnb+2DPo+9rO/v+Y/Yfb2v3rnqanawlh5LbrL18NvHlKf9a7G3C/9l1PhyXMM6zMggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfP+0ur9H7m0TYet+xcHX2DU9mp/xMjQnVY5Y3se2apkKFpnE1DKY21GyatYjVJIZmNci/A9zt/X9W2vq9nXNEuys6jYlWMlyfg4yXKUJJuMovg02mcS31sba/cnauZsveOLDL2/m2+i5CXBpp1hctyXzW7tuSU7dyLUoTSaNPX3E9SN49SOy5tVziz5rS82tm/1/vEdSSGlsWIZLw6pbd4fx6my4hsjGXqrXO8FeyVnMUsbl2X9s+5Gldx9CWoYlLWqWqRyLFU5W50+8vF2p8XbnTjRxdJRkl87PuJ9vm5vb7vWWg6p15W28nquYGaotQyLSf3J8OmOTarFX7Sbo3Gca27kG+Ix2OY/gAAAAAAAnKFoy0ZPL5ChaER7kVHNcrXNVFarV4VFReUVFT4oqKWiao+R+l8rquaO970G/KfLrjMJ0z7PZixbwEbYcZqPb957rNzCRsZHDSw+/wAi82L2Ja1nhFlv9yxA5WpaR8SusQYi94fb7HOd3dGwbUY5jrK9hx4Rnzcp465Rn4uzwjLj6dJUhPad7UffVc0aON2473ZM7mlJK3iatNuU7KSShZz396drhSOV81yDor/VbbvWtiCpbqZCpWv0LNe7Ru14bdO5Umjs1LdSzG2avZrWIXPhnrzwvR7HsVWuaqKiqimFdy3cs3JWb0ZQuwk1KLTTTTo00+KafBp8Uzb3j5FjLsQysWcLuLdgpwnBqUZxkk4yjJNqUZJppptNNNOh+g/B/YAAAAAAAAAAAAAAA4ge2fpb1H7baz/D2+i3A73i6b6+pdlYirD/AJDg/wB8k0VC8iuhbsGuOsSOc+jYf4tWR74HwSvWQ7K7c90tyduM/wBXTJ+tpFyVb2LNv07ng5R5+ncoklciquiU1OK6THvv37bu3/f7Rfp9w2li7psW3HF1G1FfUWeLahPkr+P1NuVi46LqlK1K1ck5mqL7M+qfbnqpubtW7Kw3OMvSTu1TdcU2axqm3UoFb5z4q8+NjoL1dsjf5NKdsdqurkVzFjfFJJsR2H3D233D0v8AiGhXfx4JetYnRXrMn4TjXjF8emcawlxSfUpRWh3vT2I7gditx/wLeeNXCuuTxcy1WWLlwjzlam0umcar1LNxRu2203FwlCc+NXkhzqh01QnkpaFojEpQAAAAADmF6me63b3qRsi2tQvLn9DyluKfa+tc1amXX8wiI2OW/jXIkr9d2JIGo1t2u3l/gxs8c8bGxp1n3G7V7a7kYPp6lD0dYtxas5UEvUh4qMuXqW687cnwq3Bwk3IyF7Ce5PuB2C1n1tv3fq9rX7illadek/QveDnbfF4+R08FetrjSKuxuwioG1760e1nUPtVpqbV1lnEdkaLIGbTpeVdDV23UbszeWQZfGslk+7SsOR38e9XdLTs+Lmsk+5HLHHrt33283L291T+Ha9a/Bm36V+FXZvRXjCVFSS/WtypONU3HpcW98PZjvr2/wC+m3Vruy8n/F2lFZOHdpHKxJvlG7bTdYS4+neg5WrlGoz64zhDkkcGO4wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcV/an2/wCovUrTV2HsDKJe2XJQTLp3XuJmiftG2Wo3JGq14XI9uLwtaRf+pyNhG14UTwb92d0UEnYPb7truTuNqf0WjW+jBttetkzT9Kynx4v9ebX3bcaylzfTBSnHo/vh3/2D2H29/Ft1X/V1m9F/SYFpp5OVJcPlXFW7MX+8v3KW4fdXXdcLc9VH2d96+/8A2lyd2Pb9pta7oT5nLjesdVt2sbqVWs16ur/3aKORk+05GNF5WzfWVWvV32WQsX7abC9hdpNndv8AHhLTceN/WEvmyrqUrzfj0N8LUX+zbpwp1OT4mjfvR7nO6ne7NuQ1/NnibWcvw9OxpSt4sY1+X1UmpZNxf6S+5UdfTjbi+lcNOUOz6Mx6oyeX0LQtD2vSt93brfYaW2aBtewaZsuOej6eb1rK3MPkYk5RXxLZpTQvlrTInjLC/wAopWKrXtc1VRfX6ro+la5hT07WcezlYM180LsIzi/jSSdGvBqjT4ppnvtt7n3Hs/Vreu7VzsvTtYsusL2PdnauLzXVBpuL5Si6xkqqSabRsV+hP5XY+y8rhOm/ZexjMRuuSkhxupdpQx1cVg9qyErvt1sNttKJIKGBz9x6tZWtQNjpW5FSJ0cEvgs+E3eD27y0LHu7n2Irl3SoJyvYjbnctRXOdmTrK5bjzlCVZwXzJzjXo23+133zR3jnY3b3vHOzj7jvNW8XUko2rOTNukbWVBdMLF+bordyCjZuyag4Wp9Lu95hiYbLwAAAAAAAADjF7m9Rp3j6w9yddQ1WW8vkdPvZfWY1jV8i7Xqzo9m1yOBzGumhfcy2JirucxFd9qZ7eHNVWu572w3J/Ke/dM1uUnHGhkxhddeHo3a2rrfg+mE3JJ+MU6ppNdK+4nYP/MzsruLaNuCuahe0+d3GVKv6rGayMdKnFOd21G22uPTOSo03F6QJtbPmoIATyQtC0ZPJS0LQnKgtCFAANhj8HHbayVu6Oir1lvNeTF9ra3VV7lkWOdKmp7jIjHKrWwwyR4TjxRP3Su5/VDC73Y7bpPS93Wo/eU8S6/Cqresr7WvX/QkbZPy0N+9VncXbHJmqwdvU8eNeNH04uW6eSaw+XjJ15o2CDDU2tAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHxvvronr72N60znV/Y+NdcwuWayxSv1VjizGuZus1/wDbdhwNx8cqVMpj3yLwqtdHNE98MrJIZJI3cn2hu7Wdka7a1/Q59OVb4Si+MLkH963cjwrCX6GmlKLUoxa647rdrNpd49lZWxt5WXc03ISlC5GivY96NfTyLE2n0XbbbpVOM4uVu5GVuc4y08PaT1i7A9Vez8h17usLruPl+5f03catSavhdz19XN+1kaCyrIle9UWRsN6mr3vqWUVvlJE6KaXZh2/37o3cLQIa1pb6L6+W9ZbTnYueMZU5xdK250SnHjRSUox+dnvn2R3b2H3xe2juWLu4kqzw8uMZRs5mPwpct1r0zjVQv2upytXKqsoO3cnxvOcHTJOU+Yoy0ZPItC0J5KWiLREAIUoAAAAOzj0d/JFvfrDYp6Hvjclv/SM0zGNw7rH3dj0Pzf8A7t3TLNuVsUuNVHK6bEzPZXe9EfA+u90qzdC92Ox2kb9hLV9H6MPdaX36UtZHlG+kqqXhG9FOSXCamlHpzZ9sPvK3T2RvW9q7qV7Vu2UpJKz1VyMGr4zw5SdHb41nizattrqtSsydx3NpLrPtDQe49NxO/wDWm0YzbdTzUXnTymMmV6RzNax09DIVZGx3MXlaSvRtipYjisQP/a9jVNf+vaBrG2NTuaNruPcxtRtP5oTXNeEotcJwlzjOLcZLimzeXsrfG1O4u3Mfdmy86xqGg5Mawu23Wjouq3ci6TtXYVpctXIxuQfCUUz349OcrAAAAAAAAAAAAAAAPQezertA7k0zL9f9l6vjNt1PNRfbuYvJwq5I5mte2DIY+1G6O5i8rSV6ur260kViB/7mPavxPcaDuDWNsapb1nQsi5jajafyzg+a8YyT4ThLlKEk4yXBpnFN67I2p3E25kbT3pg2NQ0HJjSdq4q0dH03LclSdq7Ctbd23KNyD4xkmauXu/8AjQ3/ANaZMp2D10uT7D6RbLLYmyLa6WNp0Ks5znth3GtThZFaxUDP2ploI46/KcTx11Vn3M/+1HffRt9q3o2t+nhbroko1payH52XJ1U3z9GTcv2JTSdNIPuZ9mG6+zE7+7Nn+vq/bRScnc6erJwY86ZcYJKVqK4LKhGMP9LCy3Hr6uTIAwfAAAJyif1BaMnkhKl6THyX/gKl6UQFPoHWHanYPTO54rsDrLacpqO2Yd6rVymMlRv3a73MdYx+RqStlpZXFXPttSerZjlrzNREexeEPTa/t/Rt0aXc0bXse3k6ddXGElyfhKLVJQnGvyzi1KPg0cs2TvndnbrcVjdey86/p+vY7+W5bfOLp1W7kXWF21OiU7VyMrc1wlFm0l6P/kv6+9mYsZ1/2GmO687wVjK8OKdMsWr77KyNPKxp1y1I59bLSK1XPxNh7p0RUWvJZakn2sAO6/YrWdiSuazovXm7UrVzpW7jryvRS4w8r0V0+E4wfT1bvfbP7zdp954Wdp7t9HSO5lFFWm6Y2c0vvYk5Osbr4uWLNudONqd5Kfp9oh0CZuAAAAAAAAAAAAAAAAAAAAAAAAAAAHzTsfuXqbqCh/cu0ex9L0Kq6F1iBNo2LGYm1djY5WL/AG3H2rDL+Uk82qiMrxSvVUVERVPe6Jtjce5b3oaBg5WZcrR+lbnNRf8AWkl0wXxk0jh27u4exNg4v1m9dX07S7Di5R+pv27UppcPw4Skp3HXhS3GTb4JHU17MfmV6j1XXsjhPWyvc7I3m0ktWntWbweTwmiYH4OY/IrVyzcXsGw3Inf+TA2vBVf/AK3zq1EjkyL2J7Ydyahmwyt8yjg6TGjlat3I3Mi5/VrDrt24v9aXVKS5KFX1RwT7y/mF7D0PSb2m9no3NY3NOsYZN6zcs4Vjwdzpu+nfvzT+5BW4W396VxpdE9cLsXsneu2twzG+9jbNk9t23PT/AH8lmcrN92eTxTxhrV4mtZWo0KkSJHBWgZHBBGiMjY1qIhm/omhaRtzTLWj6JYt42m2VSMIKiXm2+cpN8ZSk3KT4ttmoXdu7ty773Bkbp3fmX8/XsqXVcvXZVb8oxSpGEIr5YW4KMIRSjGKSoekHtjjZAAAAAAbaH4p/brJew/T17r7fcrLk+0enWY3G3MpdkfLf2rSbkckGt5+7ZlVZL2YoSU5aN+VfKSRYoJ5nulsuVdc/uG7bWNlbmhrOj21b2/qblKMI8I2r8aO7bil92EupXLa4JVnCKUYI3tex3v3md2e393am6L8r29tvq3bncm255OHNNY9+cnxndg4Ss3pcZS6bV25J3LzZ2qmPRnCAAAAAAAAAaQ3uv1KvSPtL3P1/DVSliKm43c9rMEaJ9iPVtuZFtOvV4HtRGPZQxeXjrO4/0yQuavDmqibWu1e41uvt/peszl1ZMsaNu63zd2zW1cb/ALU4OX2ST5M+a/3H7B/5a97txbUt2/TwIahO/jpcljZSWTYjF8moW7sbb8pQafFNHFg7BOkQAAAAAAAc1Px5du/9mvb7pzYbFlYMJsWwJ15saLKkNd2J32NdcisXZHfBtPEZq5Uvv/RP+kTn4HVnenbf8z9tdTwoRrlWLP1NrhV9eP8AiNRX7U4RnbX9syP9pm/H287/AG3tWvT6dNy8v6DI40j6Wavp1Kb/AGbV6dq+/wDZG6Yatz6LwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfB/Yv10649nOt8l1x2Njfu15fO3r+wU2RNz2o55sT46udwVqRjvtWIvLxlidzDahV0UrXMccv2TvbXNha5b1vRJ0muFy26+net1427iXNPmmvmhKkotNHVXeLs7s3vds29s7eVnqsyrOxfgkr+Jfo1G/Yk1wkuUousLsKwmnFmnz7Nes3ZHqx2Rd6/7Ap/dry/eu6ntlKGVuB3LAtl+3FlcVLJ5fasReTWW6j3LNTmXxd5MdHJJst2HvzQ+4Ohw1nRpUmqRvWZNepYuU4wmvFPi4TXyzjxVGpRXzyd6+ye8uxW8rm0t2WuqzKs8XKhFqxmWE6K7abrSS4K7abc7U/llWLhOfHU5sdQAAAAAADlPmKMUZj5FoWhPJRRFoiFKcj/Wv2q7f9V9x/wAq6xzvhQvOhZs+mZZZ7eo7bThdyyHMYtk0KsuV0Vf492u+G5X8nNZIkckrJOD767e7a7haZ/D9es/jQr6V+FFesyfjCdH8r/WhJShKibj1KLXcfZnvr3B7F7i/juycqmLdaWTh3eqeJlQXJXrSapOPH071twvW6yUZ9E5xltVepPvP057a4SOLXbrdU7KpU22Nj6wzlyJ2bp+DeLN7AXPt1odqwLJEX/qa7GzQtVv8mCu57Gu169x+0u5u3GW5Z0PqNCnKlvKtxfRLyjcVW7Vz+rJtN19Oc0m1vX7A+6Dt3390yMNHurA3nbt9WRpt6a9aFPvTsTpFZVhP+8tpTgun1rVlyinzTOrTJIAAAAAAAAAAAAAAA/nNDFYilgnijngnjfDNDMxskU0UjVZJFLG9HMkjkY5Uc1UVFReFP1GUoSU4NqadU1waa5NPzPxct27tuVq7FStSTTTSaaao00+DTXBp8Gjoi95fxNUNh/vHa3qvjKmIzrlmyGwdNwrXoYPKrw6Wxb6/kkdDVwd9z0VVxT1bSk8uKzq6tbBLl12m9xl7C9Lb3cK5K7icI2811lch4JZHN3I/61Vmv7xTq5x1c+5z2FYmrvI312Ms28fU3W5f0hdMLN3xlPAbajZnXj9K2rMq0su10xtT128rjMrgslfwubxt/DZjFW7GPymJytOxj8njb9SV0Nqlfo244bVO3WmYrJIpGNexyKioioZqY+Tj5diGViThdxrkVKE4SUoyi1VSjJNqSa4pptNcjUZnafm6XmXdO1Ozdx9QsXJW7lq7CVu5bnF0lCcJpShOLTUoySaao0meO5Vf6n9jxqIhAAAAABynzLRlozKKxLXlinrySQzwSMmhmie6KWGWNyPjlikYqPjkje1Fa5FRUVOUJKEZxcJpODVGnxTT5pn9Lcrlq5G7ak43YtNNNpprimmuKafFNcjvj9Gfy03sCmG6o9qcnby2GRa+N17uWZJLmXxUaIyCtU7CZG19nM0mIiJ/dmo+6z/VaSfyfOzETuz7crWZ6u4u3tuNvK4yuYSpGE3zbxq8IS/1LpB8rbhRQe0f2ye/LK0pY2xO+V65kacum3Y1d1ndtLhGMc9JOV6C5fVKt5c76u1ldjsSYvKYzN42hmcLkaOXw+Vp1sji8ri7dfIY3JY+7CyxTv0L1SSWrcp268jXxSxucyRjkc1VRUUwryMe/iX54uVCdrJtycZwmnGUZRdJRlFpOMk0000mnwZtvws3C1LDtajp161kafftxuWrtucZ27luaUoThOLcZwlFqUZRbUk002mfuP4nlAAAAAAAAAAAAAAAAAAAA4r9te7fqt0ktuvv/dWm1cvT+6ybW8Bcl3DZ47EbljSrYwGpw5nJY+aSVPBFtMgjavKuc1rXOTsLbnaruFurpno2lZUsaVKXbkVZtNPxVy84Rkqcfkcn5JtpHSG+/ch2Q7bu5a3VuPT4Z9uqePYm8vJUlw6ZWMVXbltt8PxIwiuLlJJNrrD7a/OLpOOWxR6R6fz2zTIj44th7EydXWcbHKiL4zw69gnZzI5Ks53HCSXMfJx+qIp33tz2n6rf6b269Ts48fG3jRd2VPJ3Lnpxi/shcRhfvv8AMq23ideN232/lZtzilfz7kce2n5qxZd65cj/AGrtiVOaR1gdt/k89yO20tVJuzn9eYW0r+cH1VRTTY4WyfB0UWwRz3d2WLx+HjJlHoqfryd+bc7CdsdtuNyOAs3Kj/eZcvXb+LttRsV+KtIwt3570PcJvxTsXNaek6dOv4OmQ+kSr4K+nPMpThSWS0cDcplcpnMhby+byV/MZW/Ks97J5S5YyGQuzqiNWa3dtyTWbEqo1EVz3KvCHb2Pj4+JZjjYtuFrHgqRjCKjGK8lFJJL4JGMGbnZup5dzP1K9dyM67LqncuTlcuTfnKcm5SfxbbPHn9jxAAAAAOU+ZaFozHyQtC0J5KKItEdhv4tOz7fWvuh1hEyw6LFdiNzHWmeiSTwS3W2Si+xhIV5c1i/b2/F42XheVVI1RE8lRTpX3A6Da13tdnyark4ThlW3Tk7UqTf6bM7q/Tx4GWPsn3nf2d7iNFtxk44OrK7p95Vp1RyIOVleXDKt48vGvTRcWjcbNZR9A4AAAAAAAABrk/nD6i/g7b0/wB5UKqpDsOHyXW2y2I41bEzI4CeXYNYkne1vg+5kcflsjGiuXzWKg1PijU8c3PahuT1tO1Pad6XzWbscm0m+PTcSt3Uv6sZQtvyrcb5vjqH/Ms2D9Lr23+5eLD8PLx7mn5EkuCuWJO/jOT5OdyF2/Gr49NhLilw6FTL81cgAnKCjLRk8voWhaE5UtEWiIAZRySQyRzQyPilie2SKWNzmSRyMcjmSRvaqOY9jkRUVF5RSSjGUXGSTi1Rp8mj9QnO3NXLbcZxaaadGmuKaa5NeDN671k7Zi7z9f8AqTtdksctvcdJw93N/Z8ftQ7TSiXE7dUi8OGrHR2jH3IWrw1VSP4tavwTUhvzbktpby1LbrTVvFy5xt15u1J9dlv4ytShL9PN8z6bezO+rfcztXoO+YyUr+oabanepyWTBellQVPCGTC7BcF93kuS+6HEjswAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwb2M9c+t/Z3rfJdcdj437teXzua/sFNkTc9qOebE+OrncFakY77ViLy8ZYncw2oVdFK1zHHL9k721zYWuQ1vRJ0muFy26+net1q7dxLmnzTXzQlSUWmjqvvD2e2b3t2be2dvGz1WZVnYvwSV/EvpNRv2JNcJLlKLrC7BuE04s0/8A2c9XezvVbsGzpHYOOdLj7UlqfT9ypQSpr26YaCRiJkMXM5XpBcrtmjS5Skd9+nK9Ed5MdFLJsr2Fv/QO4WjR1XRp0vRSV6xJr1LE3+rNeMXR9E0umaXCjUox+efvb2O3t2J3bPbO7rLliTcpYmZCL+nzLMWvxLTdemcU4q9Zk+uzJpOsZQnPjhyiHODpwnkhaFoY+SihaInKlKAAAAAAADymDz2a1jMY3YdbzGTwGew9uG/ic1hb9rGZXGXq7kfBcoZClLDbp2YXJy18b2uRf0U8fLw8XUMaeFnWrd7DuxcZwnFShKL5xlGSaafimqHn6Xqep6JqFnV9GyL+JquPcVy1eszlau25xdYzt3IOMoST5Si00d/npz+YCvZ/tfXvtd41rC/Yo4vuPE0GtqzOXwijTf8AB0I0So5y/wCrJY+JYuVb96tG1JLBhz3N9tM7fqa127+aHGU8KcuK8f8AD3Jfe/2Vx159NyT6YG2D27/mD273obS78Uhe+WFrV7UPlb4JfXWIL5PjkWI9PFepZglO8d9OFzeG2TE47P69lcdncHl6kN/FZjEXa2RxeSo2WJJXuUL9OSarbrTMVFa9jnNcn6KYg5WLlYOTPDzbc7OXak4zhOLjOMlwcZRkk014pqptQ03UtO1nAs6rpF+zlaZkW1ctXrU43LdyElWM4Tg3GUWuKcW0zyZ455oAAAAAAAAAAAAAAB19e6X49+rvbTGz7DV/jaF3NSqJHiOwKFJHwZplaJW1sNvGPgdF/escrUbHHbT/AK6kiN+26SJrq0ncva7vNr/bm+sK51Zm2JyrPHlLjCr4zsSdeiXi4fu58epKTU44ne472mbI79YUtWsdGldxbdulrOhCsbyivls5tuNPWt8oxur8aykuiUrcXZnqn94dC9peu273NB7W1i1r2Zg+5LQtfGxhNhxzZFjjzGu5djUq5XGTKn+pipJE7/blZHK1zG7Ctqbv2/vXSo6xt3IjexXwkuU7cvGFyHOEl5Pg1xi5Rab0XdzO1m+O0W5bm1d9YU8TUY1cJfes37daK7j3Uum7bfmvmi/luRhNOK+O8ocnOvaE8kLQtDHyUULREKUAAAAHYR6WfkL7R9S8lW1y4trfel7lzzy+g3rjks4JLEyyW8vol6wr2YbI+cjpZajv+hvPV33GxyvSzH0x3S7L6B3GsSzrXTh7ojH5MiMeFyi4QyIr78eSU/3kFSjlFdEssfbj7s97dh8yGkZHXqvbm5crdwZz+az1Os7uFOVVZuVblK0/wbzr1KE5K9Day6Q756u9idGo9g9U7NV2HCWfGG9W5bXzWvZLwR82G2PEue6ziMrAi8qx6eErFSSJ0kT2SO157r2hr+ytWno24bErOXHjF84XI+E7U+U4PzXFOsZKMk0t5/bTujsnu5tm1uvYubDL02fCcfu3rFylXZyLVeq1dj+zLhJUnCU7coyf2E40dggAAAAAAAAAAAHis1ncJreNs5nYsxisBiKbUfbyuayFTFY2qxV4R1m9emgqwNVf6uciHkYuJl51+OLhWrl7JlyhCLnJ/ZGKbf6EeDqOp6bo+HPUNWyLGLgW1WV29cjbtxXnKc3GK/S0cAO2vynem3VSWK1fsSfs/NV+U/s/VeNds8Un7XeDo9nsTYvSpY3Pb4r9vJSPbzz48Hcm3Pb73O3D03J4SwMV/r5cvSf+6SnfT+20l8TFfffvc9vex+uza1aWtajD+60y28lPnRrJk7eG1Xh8uRJrn00OsHtv84PZWX/lUOleptY0uq9Hww7BvN+3t+cVjmftt1cRjf7BhcZbjkX4Mnfk4uE+KLzwnfe3PahoWN03t06jfyri4u3YirNv7HOXqTkn5xVp/Z44Xb8/Mo3hn9eL250LC06w6pX82csq9Rr70bVv0LNuafJTeRHhxTrRdYPbfuH7Nd5fyoeyu5d0zWKt/cbPrdDIprepyRycJ9qXVtaixGBstYxqNasteR/HP7lVzlXvzbnbPYe0+mWhaXi2siNKXZR9W8mvFXbrncX6JJfDgjC7fnuB7zdy+u3vHcOo5GDcr1Y8Ln0+K0/B42OrViVFwTlCT58at141HOjpwAAAADlClJ5IKFozHyUtC0Jz9RVItCE6gCVYBAclfTSvds+23rPHj3vZO3vbqyxIscjonLSqbphrWSYrmKiqyTHQytc39HtVWr8FU4N3Pnat9uNdleScP4RlrlX5nYmo/wBEmqPwfE7h9vdrJvd99mwxW1dW5tNk6OnyRy7UriqvB21JNeKqnwZvKmpw+lYAAAAAAAAA4G/ks6j/AO7/AKddrUKtV1rOaLRg7R19GJ5PZb0hZb+Z+3EjXPmms6hLk4I2N/c6SZvHP+le3uxW5P5a7m6deuS6cTLm8S59l+kYVfgleVqTb4UT+0xf94+wf+YHt91zFswc9S0y1HUrFOLUsOs7tFzblivIhFLi5TVK8npneSmz+h88dEQFIAAAAAAAbN/4SO3f8j6X7H6cv3HS5DrXcINjwsE0nxi1be68r3VacS/rDS2bCXp5Vb8GvyDeePJOcDfdXtv6HdGDuezGlnOxnam0ud3Ha4yfnK1O3FeatunJm5v8t7fv8X7dav2+yrjllaPqCyLKb5Y2bFvpgvKGRZvTlTk76rzVe7YxUNkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8Z746D619j+vcl1v2hhUymFuPZboXqz2Vs5rmYga9tTOa9klilfj8nWSRzefF0c0T3xSskie9juUbQ3hrux9ahrmgXfTyoqkovjbuQfO3cjVdUHRPwaaUouMkmuuO6fanZfePaV7Zu+Mb19NuNTtzjSN7HvRTUL+Pco3buRq1WjjOLlbuRnblKL1EPbr087L9Rt5/sO1wrmtMzc9yTROwKNd8eJ2WhBJz/Hss8pf7RsdKB7Ft0ZHudGrvON8sLmSu2S9tu5mhdyNJ+s05+lqlpRWRjyfz2pPxXLrtSdei4kq8pKMk4r5+PcB7eN6e3/AHR/Ctej9TtzJlN4OfCLVrItxf3ZLj6WRCLXq2JNuNeqEp23Gb4kHY50CAAAACcogBPJC0LQnkpaFoicqUpAAAcwPV73f719U8nGzR8+ub0aez9/MdabNJYv6lf+4562LGOh+4lnWsrKsiuW1RfC6V7WffbOxqRnWm/+1G0e4dhvVrPpaso0hlWko3o+Sk6UuwXLouJ0VehwbqZCdkfcx3Q7E5qjtnL+p2xKfVe07Jcp4s616pW1Xqx7rrX1bDg5NR9WN2Meg2ZPVb8hXQvtLBSw2MyiaD2dLE3+T1rt12rDkbdlGNWZNSy/Feht9ZrvJWpA2K99tiyS1Ym/EwQ7hdl94dvpzysi39ZoCfDKsxbil4etDjKy+Vepu3VpRuSZuj7F+7btZ3xtW9Owr/8ACt7Sj82nZU4q5KVOP0t35YZcedFBRv8ASnOdi3E52nURlEAAAAAAAAAAAAAAAfFu9/X3qr2Q0a5oHbGs187iZfuTYvIxK2rsOsZNzPGLNaxmWxvsYnJQ8JyqeUNhiLFYjmhc+N3Kdo7y3DsfVo6zt2/KzkrhOL427sfGF2HKcX+iUX80JRmlJdc90O1Gxu8O2bm1d94UMrAlV27ipG/jXKUV7GvUcrVxcK0rCcawuwuW5Sg9Uj3O/H72r6lZexmUjs7z07dt+GD7ExtKRExqTyq2rh92pQpI3A5hFVGMl5WlcVUWJ6SK+CLYd2v7ybe7jY0cVuOJuaEfxMaUvvUXGdiTp6kPFr78P1lSk5aLPcV7Ut89htQnqKU9T7fXblLOfbg/w+p0jazIKvoXeSUquzd4O3JTcrUOAh3CYrgAAAAnKAUJ5IWhaE8lLQtEfaOiPYTtf1u3mrv/AFNs9jBZaNI6+Ux8zVua/s2LbIkkuF2XDve2vlMbN8eOVZPA9fuwSQzNZI3i27tmbd3zpMtH3Fjq9jPjCS+W5anSinanzhJfpjJfLOMotxfY/a/uvvns9uaG6tiZssXPVI3bb+axk206uzkWm1G5bf6Jwfz2p27ijNbXnpj+QLqn23xNfCtkr6P3DTpumzfXGRute++2tGr7WX0y9K2D/IMQkbFkkiRqXKbUVJmLGjZpNd/dDs3uHtxkSympZe2ZSpbyYx+7V8IX4qvpz8E69E+HS6twjvS9u3ur2N36wYacnDTO4Nu3W9p9yabn0qsruJN9Pr2qJylFL1bSr6kelK5Pn0dPGUwAAAAAB8v7J7s6h6eorke0uytK0Ov9pZoY9l2HG42/dZ+7huNxc1hMnlJXeDuI60Mr3eK8IvCnv9D2ruXc170Nv4OVmTrRu1blKMf7U0umC+Mml8ThW8O4+we3+N9XvbWNO0u101SyL9u3Oa/1dty9S4+DpG3CTdHRcGdZ3bX5oPWbS1sU+s8FuvceTjR/2bdOk7SNUle1FT7cmX2asmwxq6ThEdHhpWK3lUcvwR3e+3Pa7vzVOm7rt7F0yw+alL17y+yFp+ny87yfhTnTDfff5iXZrbvXj7NxtR3BmKtJQh9HjN+Tu5EfXXHxjiSVKuvJPrA7b/Md7V76lqjojNO6cxEyvZFJreIbsOzpWk+DorOf2pMjR+6jfgk1THUpW88tVF4VO/Nue2Tt5o7je1d5Op5K5+rP07VV4q3Z6ZU/qzuTT8eBhbvz8wbvhuhTxtsLT9v4EqpPHtK/k9L8JX8n1IV8p2rFmS5pp0Z1s7/2t2b2rk1zPZfYG475kle57LW2bFlc46v5c/7dKPIWp4aMDEcqMjhbHGxvwa1E+B3no23tB29j/S6Fh42HYpys24W6/GXSk5Pzcm23xbMPd1b53nvjN/iG8dV1DVMytVLKv3b3T8IK5KShFclGCjFLgkkegHuDioAAAKUnkgoxRk8voWhaGPK/McEWiITqKCVYBAAAATlAUnkhaFoztL/EJ1Be7I9uMLuclR0mt9NYLMbllbD4kfVdmcnQt6zquPdIv/l3X38pJfh+HxTGv+Rj/wC5PctrQ+3F3S4ypnanehZgq8eiMlduy+MemCty/wBqjNf2Fdv8jdvffG3FODekbexruXdk1WPq3ISx8aFfCbncleh8MeXkbcJriN7wAAAAAAAAB+a7SqZGnbx9+vFbo3609K7VnYkkFmpaifBYrzRu5a+KaF6tci/BUXg/pau3LF2N6zJxuwkpRa4NNOqa+KfFH8cnHsZePcxMqEbmNdhKE4yVVKMk1KLXimm015Gh9311hb6W7p7Q6pufecuibtn9fp2LDfCW/h6l+VcFlFbyvDcthH17Lf6+MqG3bZ+v2907W0/cNqn+LxbdySXKM3FepD/Mn1RfxR8w3dHZd/t13F1rY+R1N6ZqV+xCUuDnajN+hd/8Wy4XF8JI+SHIzgYABSk8kFC0ZPJS0FDHn6iqRaHZX+J3t7/tb7h6diblv+Ngu2cVlussn5p5RrfyrYctqqoz+lifasNUqsen7mstPT/S5yL0V7itufzB2zyci1Hqy9OuQyo+fTCsLv6FanObXi4LxSMxPYxv3+Su/wDp+DkT6NN12xd065Xiuu5S7jcP2nk2rVtPmlcl4Nm38a1TfoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD5/2h1boXc2kZvrrsrXKW0ajsECQ38Zc+5G5kkbkkq3qFyu+K5jcnRmRJILMEkc0L0RWuQ9zoG4NY2vqtrW9Cvzx9SsusZRpyfBxlF1jKMlwlGScZLg0cT3vsbavcfbOTs/eeHaztv5caXLc6qjXGM4Ti1O3cg/mhchKM4SVYtGpx7vegXYHqVnZs/jf5+6dKZa79vX96jqp/JwctmTivrm7w1kdFjctGr0jhtokdTJcI6JIpVkrQ7Fe1HePRu4+IsO/0Yu6rcPxLFeFxJcbthvjKD5yhxna5S6o0uS0Ke5n2obt7BapLVcL1dS7a5F2ljNUfmsOT+XHzVHhbuqqjC7SNrI+9BQm5WbfXx5Idz0ZiXRk8i0LQnK/MULREKAAAAAACcon9QWjJ5ISpelmUViavLFPXlkgngkZNDNC90c0MsbkfHLFIxUfHJG9EVrkVFRU5Q/MoxnFwmk4NUafFNPmmvI/pblO1cjdtScbsWmmnRprimmuKafFNcjtj9Xfy293dNNx2q9uxT929f1WR1YrOUv/AMbsbC1kc1Gvp7TPHYTY4q7HOX7GUbLPJw1jbkDG8GOu/wD247U3O56httrStZk6tQjXGm/61pU9Jvh81pqK4t25tmeXZH379yu3UbOh7/jLcu1IJRUrs+nULMfOGTJS+oUVV9GSpTl8sY5FqKobDfQHtx0F7MY1trqrfMfkcxHXSxkdLyytwu74hqIiyrd1y49LU9eBy+LrVRbNJXfBszjC7ePbjeGxL/p7hw5wxnKkb8PnsT8um5Hgm/CE+mdOcUbbe1Pf3tX3nw1f2Lqlm9qCh1XMO7+DmWvPrx5vqlGPJ3bTuWa8FcZyTODHcgAAAAAAAAAAAAAPGZnC4jYsTkcDsGLx2bweYp2MdlsPlqdfI4zJ0LcbobVK/Rtxy1rdWxE5Wvjka5rmrwqH98XKycLIhmYdydrLtSUoThJxnGSdVKMk000+KadUeHqOnafq+Be0vVbFnJ03Ityt3bV2Eblu5CSpKE4STjKMk6OMk01zRroe9H4mcnqa5jtj1ax9vOas1LGR2LqBj57uf12NiLNPd0SaZ8trYcOjEcrsbI52QrqifYdaa/7dfNntL7i8fUfS273AnG1qHCNvM4Rt3PBRyEqK3PlS6krcv11ba6p6h/c57D83QfqN99kLNzJ0RdVzI0pNzv2EuMp4Tbcr9qlW8eTd+FPwnejLotdE8rXwySRSxvilie+OWKRjo5I5GOVr45GPRHMexyKioqcoqGXEWpJSi04tVTXijWLO3O3N27icZxbTT4NNcGmvBrxR/PyU/VCUJyqgtCFAAAAAPJ4bM5fXctjs9r+UyOEzeHuV8jicxibljHZPGX6kjZqt2heqSRWalqvKxHMkjc1zXJyin8MrFxs3Hnh5luF3EuxcZwnFSjKLVHGUWmmmuDTVGeZp2o6hpGdZ1TSr93G1LHuRuWrtqcrdy3OLrGcJxalGUWqqUWmnxTNjX0Y/LTitv/s/VHtLkaOB2t6w4/X+3XR18druwvVGxwVN5ii+1U13NSycI3IRMZjp+f8AebWc3znwj7te3LI031dxdv4TvacqyuYfGVy34t2G6u5BeNtt3I/qu4nSG3n2y++/C3B9Psbvbdt4uuOluxqtI28e++SjmpUjYvN8r8UrE6/iKy49VzvVjkjmjjmhkZLFKxskUsbmvjkje1HMkje1Va9j2qioqKqKimJEoyjJxkmpJ0afNM2bwnC5BXLbUoSSaadU0+Kaa5p+DOKXbXvJ6pdKJYh3rurT25et5Nfrms25N02Rs/i5zK1nDanFmLeNklVvCOuJXiTlFc9qLydibc7TdxN1dMtJ0rJ+ml/e3UrFqnmp3nBSS8odT8kzo3ffuW7G9uFO3ubcenrPhwePjyeXkKXGkZWcVXZW26cHdVuK4VklxOsHtv8AONqtL+VQ6P6czGdmRHx1tj7KylfBUGStZw2dNX12XLXb9Z0q8oj8lSkVifFGuXhvfm3PadqF3pvbs1O1Zj42sWDuSp5ercUIxdPK1NV80uOFu/PzK9DxuvF7a7eyMq5xUcjULkbME6cH9NYd2c418HkWZU5pN0XWH2z+TX3J7b/k1rXatvQMLYc5yYPquozSIYGv+Doo89Tkn3SWFW/DwmykreP6fFee+9udhu2O3OmdvTo5mVH+8y367fxduSVhP4xtIwv337zPcJvzrs3tcnpWnTb/AAdNisNRr4K/Byy2vCk8mSp9rrwSyWTyOZvWspl8hdyuTvSunu5HJW57163O7jymtW7UktixK7j4ue5VU7csWLGLZjj40IW7EFSMYpRil5JKiS+CRjHmZmZqGTPNz7ty/mXJdU7lyUpznJ+MpSblJ/Fts/Cf1PGAAAJyhaMtGTy+haFoTyUcEWiJyKopCdQBKsAgAABTHyQtGKMnkWhaE5X5iiLREKU81reuZ3cNgwuq6vib2d2PY8pRwuCw2NgfZv5TK5KxHUo0akDEV0s9mxK1rU+a/H4Hi52biabh3dQz7kLODYtyncnJ0jCEU3KTfgklVnsdI0nU9f1TH0TRbFzJ1fLvQs2bVtOU7l25JRhCMVzlKTSRuZegPqTW9R+jqWs5X+Na7L3GeDaOzcnWfHNA3NPr/aoa1Qsx8/fxOq0nrAx6Ocya0+xYZ4tnRjdYXeLuPc7j7sln4/VHQsZO1ixdU+itZXZLwndl8zVE4wUIOrhV/Qf7W+xNnsR22t6Pm9E946hJZOo3ItNes40hjwkudrGg+hOrU7ju3Y0VxRXOM6nMkwAAAAAAAAAAauP5rOo/8R9hdP7ZpVWxY3t7S462SnanL7G3dfLUwl+SVUaiNauqXsLHHyqucsT/AOicJn/7WNyfxLZeTty7Kt/TcpuK8rORWcUv/Gjfb+1GlL8xnYP8C7safvvGgo4ev6co3JeMsrB6bM2//uaeJGNeL6ZeC4dM3l9DKChrzoTlfmOCLRGI6kUH56mAQAA85rGxZbT9l17bcDZWnndWzmJ2LC3G8qtXLYS/XyeOspwrV5guVmO+CovwPEz8LH1LBvadmR6sTItTtzXnCcXGS/TFtHs9G1bO0DWMTXdLn6ep4WTav2Z/s3bM43Lcv82cU/0G+t1lveK7R650TsjBq1cRveo69ttBjZWzLBXz+Kq5NtSV7Ph/IprZWKVqojmSMc1URUVE1Ca9pGRoGt5eh5f/ABOJk3LMuFKu3NxqvhKlV5pprgfT/s3c+DvXaWmbv02n0Gp4FjKgqp9Mb9qNzpbX60Orpkuakmmk1Q94PUnJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeG2HXsDtuEymtbRh8bsGvZunNj8vhcxSr5DGZKjYb4zVbtK0ySCxC9P1RzV+Px/VDysLNzNOy7edgXblnNtSUoThJxnGS5OMlRp/Yeu1bSNL17TL+ja3j2cvScm27d2zehG5buQlwcZwknGSfk0azXvn+LrP9NuzHbPr9j8ptXU7EtZPYNNY6xlNn65ro50001RXunv7Hp9OJVVZ3LJdoxNV1hZY2vspnf2g7/wCHudWtubznbx9xOkbd/hC1kvklLlG1ek/1eELjdIdMmoGlv3T+yDVe3TyN+9prV/O2Guq5fxF1XcnT41q5QrWeRiQX676r1mKrec4KV5dNhk8a6wAAACmPkhKloyeSipekx5Vf6gtEQgAAAAB5DE5jKYDJUszg8pkMLmMbYjt47K4m7Zx2Sx9uFfKK1SvU5IbVSxE74tfG9rmr+in8sjGx8yxPFy7cLuNci1KE4qUZJ81KMk00/FNUPMwM7P0vMt6jpl69jahZmp27tqcrdy3JcpQnBqUZLwcWmvM7avXT8w3evWP8HAdyY+v3bqMEcdb+5W54sH2JRiZy1krdhhrzUNg+2x3L25Cs61Yc1ObbPiq45b29s+0te68zbE5aVqTdelJ3MaT8vTbUrdfB25KEeP4b4Iz37QfmC90NlelpXcS1DcugRSj6kpKznwS4J/UKLhfouLV+27k2lXIjxb72PX73y9ZfZBlKlo/YNPD7fc4YnX28LBq+4/yOHOWtQpWrMmO2KRI2q9f7XavNY3/UrVRUTEneXaHfmx3K7q2FK7psf/UWK3bNPOUklK2q8PxYW6vlXgbPu1Puj7Md4I28bbWrW8fX7nD6HM6cbL6v2YQlJ28h04v6a5eSX3qNNLmKdZGQgAAAAAAAAAAAAAOqj3j/ABi6F7Ix5TsXq5MV133c5slq3Y+0+tqPYMzWKv2dpqVI3/2vNyvRPHLV4nyPVVSzFPyySHIXtN361jY7t6JuD1M3anJKtb2OvO039+2vGzJpLnblDipYN+5f2XbW7wRv7u2T6GkdyWnKUqOOLnOnLJjBP07zfLKtxcnxV6F35ZW9XDsjrPfOodxzGgdlavldQ27BTfZyGGy0H2pUa7l0FypPG6Srkcbdj/3K9qvJLXsRqj43uaqKZ/6Hrukbl0y1rGhZFvJ028qxnB1Xxi1zjKL4ShJKUXwkkzSXvDZu6NgbhyNq7xwr+n69iypctXY0dH92cWqxuW5r5rd23KVu5GkoSlFpnop7c4yAAATyQtC0Zj5KKFoTlSloQA+r5LvburMaXieuMn2x2Jd0DB0v7ditMn3DPO1mrRbJJJFV/syXkoTQ1/uq2JsjH/Zi4jZ4sRGpx6xtHa2NqlzXMfTsKGsXpdU76s2/VcqJN9fT1JulXRrqfF1fE51mdzu42obdsbQzdd1e5tbGt+naxJZd/wCnjCraj6PX0NRq1FST6I/LGkUkfKDkJwUAAAcoUtDHyQtC0J5KKItETkVSLQhOoAlWAQAAAE5QtGWjJ5fQULQx5UtEWiIUoAAAAPpnUfT3Y/eu84nrrq3V8htW05d/MdSmxGVaFNj2Ns5bM5CVWUsPh6X3EWazYeyJnKN5VzmtX0O5NzaJtLSbmt7gyIY+n21xcucpeEIRXzTnLwjFNvi+SbXMdh7A3d3L3JY2nsrCu52t33wjBUjCCa6rt246QtWoVXVcm1FVSrVpPbE9GPx2dfepOLh2zPvob33hkqbocpuT6zlxerwWmNSzg9Gq2mJLTrub/tz5CRrbtxquT/ZhesCa7e7XerWe4996dhqeJtSEqws1+e61yuX2uEn4xtpuEOH3pLrN5Ptq9p21exOFHXNUdrU+5N63S5luP4eNGS+azhxkqwj+rO/JK9dVV+Hbk7R2PnSBlyAAAAAAAAAAAAdW/wCXnqFeyfUXM7TRqpPnOntlwu+VnRxo63Jgp5H6ztFVkitXwqQ4/NtyM6ct5bjWr8VRGr3/AO23cv8AAu5FrT7sqYmp2J47q+CuL8W06ftOUHbj/tX51MKfftsL+cOw2RreNDq1Lb+ZZzY0VZOy28fJin4QVu8r8+XDHT4tJPUdNj1WaHgQAAAE5QtGWjJ5fQULQx5UtEWiNsn8OHbi7/6o/wCC3rKS5fpzb8vrDY3crOutZ967XgLMr1cvkxLeTv1Ik+HjHSROOERV11+5vba0buH/ABa1GmNqeNC78PVt/g3Ev0Rtzfm5tm878v3fb3T2P/lnJnXP2/n3cZLx+nvv6mxJvy6rl61HyjZS8DtlMdTOYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHSb71finwfZS5jtf1ro43V+wZP5GQ2DrVi1sZq26WHOWae5rsr3Q0tX2WdVd5RO8MdceqKq1n/AHJZcqe0nuGy9C9Lbu+p3MjRlSNvK4yu2FyUbi4yu2l4Pjcgq/vFSMda3ug9immbzeRvvs1as4O7H1XL+nLpt42ZLm547dIY2RLjWLpj3XRt2Zdc7mtxsmu7Bp+dyur7VhMprmx4O5Lj8xg83Rs4zK4y9AvEtW9QtxxWK0zOf9LmovCov6KhnHg5+HqeJbz9Ou27+DdipQuQkpQlF8nGSbTX2M056xourbf1S/omu41/D1jFuO3esXoSt3bc484zhNKUWvJr48jwfkvzPKPXURCFIAAAAOUQpSeSChaGPkpaFoTlSgAoAKiq1Uc1Va5qoqKiqioqLyioqfFFRQ0mqPkE2nVcGjnV0T+R32u6EbTxuF7Bl3jU6aNjj07s1lnbsRFXYxI461DIy3Ku0YetAxP9uGnkIK7V/WNf0OpN3dkO3e8HK/lYSxNRlzvYtLM2+bcoqLtTb8ZTtyk/2kZO9sPd/wB9e1it4enatLU9Ct0SxNRUsq0opUUYXHOOTajFfdhavwtrxg+R3G9Kfmn6Q21KmN7q07Y+psq/wjnzuJbNvGm+Xn4OsS/26pX2qg1yKjkiZj7vgnKLKvCK7GXdXtb3Xp3Vf2tk2NRx1ytzpYvfYupu1Lyq7kK/srw2F9t/zHO2uvK3h9x9PzNBznRSvWq5uJzo5P04RyYV59KsXqcV1uib7U+s+6+o+5sb/duq+x9O3yo2JJrDdbztHIXsexzkaiZbFRzJlMRL5OT/AG7UML/3J8PinOPevbV3Jti/9PuHBycO5Wi9W3KMZf2J06Jr4wk18TOTZncfYXcTD+u2PrGn6pYUayWPehOcFy/FtJ+rafFfLchCXFcOKPqB6A5qAAAAAAAAAADjF7P+pPUHtfpzta7Hw/2c1Qhm/wAU3rER14Ns1O1J+/yoXZIntt4yaVE/kUZ0fWnT48NlRkrOe7B7j7l7d6n9dod2uLNr1sedXZvJftRT4SS+7cjSUfNxbi+l+9XYbYHfXbz0bd+P06jai/ps20oxysWT41hNp9Vtv95ZnW3NcaRmozjqZ+2Ppj3D6jbSmL3jHJmtNylqWPUuycJXsO1jYYk+5JFVsOej34HYmV2K6fHWHfcarXOhfYgRs7ti/bruhtnuRp/1Gkz9LVLcU72Lca9W2/Fr/SW6/duRVHVKShOsFol76e3Tf/YXW/oty2vqdvXptYuoWYy+nvri1GVauxfUVWdi4+pUk7crttK5LiJyp2TRHQ1EQAAAAAAAFKTyQULRk8lLQUMefqKpFoQnUUEqwCAAAAnKAtCeSFoWhPJS0LRGJSgAAAAAAAnKCjLRnO/07/H/ANy+3OVgyeMqv0fqapb+znOz87SldRkWKRrbON1HGLJWm2vNMbzy2N8dOureLFiJyxsk6j7md49sdt8d2L8ll7jlGtvFtyXVx5SvS4qzD7U5y/UhJKTjk12B9rPcHvtmxzMSD03Y0LlL2o3oNwdH81vFt1i8m8uNVFxtQpS7dhJxjLa99c/WDqD1b0qPTOqdcjoffbBJsW0ZD7NzbduvwMVrb+xZlIYZLPg571hrRNip1fuOSCGNHO5137239uXuBqr1TcN9zpX07Uaxs2Yv9W3CrS8OqTrOdF1ylRU3h9pOzGweyu3Vt7ZGIrXUou/kzpPKyppffv3aJypVuFuKjat9UlbtwTdeQhww7VAAAAAAAAAAAAAB6pvenYfsPSdv0LYIUnwW66xndUzEKt8vPG7BjLWKuo1OWqj0r2nK1UVFRyIqKi/E9jpGp5Oi6rjaxhOmXi37d6D/AK1uSnH/ACriej3Nt/T92bcz9r6rHq0zUcK9jXV5279uVqf6emTp5PxNCfd9Sy+gbntui7BF/Hzul7NndUzUHDkSLK69lLWJvsajkR3i21Udxz/Q2+aVqONrOl42r4TriZVi3eg/OFyCnH/I0fL/ALj0HUNr7hz9s6rHp1PTsy9jXl5XLFyVqa4/1os9W8kPYUPTUJ5KWhaIxKUAAAAHcF+F7t1NI9m811ndsJFiu5NMu0K0TpVjZJtekts7NhZHc8xPVuB/vETWrw5ZJ2o1ef2uxp90W2/4rsO1rtqNcjTMqMm6V/Bv0tTXn+89Fv4RdV4rPn8vLfn8ud5MnZ2RPpwtwadOEVWieTh9WRZfk/wfqopOjrNUfhLatNexu6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOFHt56LdQe3GCfLsFRuqdmY+m6vrXZ2FqROzFRrEc6vjNgqedeLZ9eSVef4872zQIrlrTQK+RX9p9tu7W5e3GX04cvqNBnKt3Fm30PzlbfF2rlP1opxlw64zoqY3d//AGw9v+/uluerW1gb0s2+nH1KzBerCn3bd+NYrJsV/u5tThWXo3LTlPq1UvZT1Q7k9VttXWuz9edHjbs0yazuuJ+7d0/bK0Su/wB3E5RYo/s3GMTylpWWQXYEVHPiRjmPfsJ2N3E2x3B0767Qb1b8UvVsTpG9Zb8Jwq6x8pxcoS5KVU0tF/eTsT3D7G69/Bt64jWHck/psy1WeJlRXjau0VJpcZWbihegqOUOmUZS42HOjpwnkgoxRk8i0LQnK/MtC0RAUAAAAAAnKIATyQtC0J5KWhaInKlKfuxeVymDyFTLYXJX8PlaEqT0cni7ljH5ClOiK1Jql2pJDZryojlTyY5F4U/jkY+Pl2ZY2VCF3HmqSjOKlGS8nFppr4NHlYWdm6Zl28/Tb13HzrUuqFy3OVu5CXnGcWpRfxTTOeHVP5Ovcrqn+NWh7Tsdg4esrVXDdp0Yt0bY8VaqNn2Gy+ru3h4orfFmUY3hf05RFTqLcPYXthuLquS09YWTL9fEk7FPstqtj48bTMn9je9H3DbF6LNvXJarp8P7nUoLM6vtvyccylOFFkpUfnRrsZ60/OZUd/Hq9xdF2IePH+VnetNjjs+X6I/+Pqe0x1fDj9U8s07nnj4ccr0jrvtMuLqubZ1eL8reVba/pvWq/wCSwZd7N/MysPosdwdsTjy6r2nZCl9vTi5KjT4Vy35cOZz00H8qfpTvaQxTdn3NFyM6IqY3ftXz2FWNOUav3szRp5fV4Vaqp8HX0VUXlOUReOoNY9vfdPSKyjgRy7C/Wx7tudfshJwuv/d/9RlHtX3w+3Hc/Tbua1c0zLl/d52Nfs0+29CF3GX6b/xVUnTmVpfc/UHY7Yl6+7T673dZW+TI9U3TXNgm/VqK18GLyNqeORjno1zHNRzXLwqIvwOsdU2vuXQ21rOn5uJT/TWLttf0zik15NcGuKMhtudxNgbvUXtTXNI1LqXBYuXj33+mNu5JpqtGmk0+DSZ9KPRHMQARVRqK5yo1rUVXOVURERE5VVVfgiIgSbdFzI2kqvgkcQ+2vfP1L6WWzW3LunVLWZreTJNc0+xLvGfZYa5zf4lqjqsWVTFWOWLyl19ZqJwqqiKnPZW3O0HcbdPTPTNLyI4sv728lYt081K84da/sKXw5M6E337oOxPbpzs7h3Hgz1CHB4+LJ5l9S4/LKGMrvpS4f3ztpcKtVVesHtn85ODrpao9HdL5HJS8K2rsnaOWgxdaORvKeb9R1efI2LkD3fFqrmKr/H9Woq8N78257Tcubjd3ZqkLcfG1iQc3/vrqiov/AMGSr4+eFu+/zLdMtKeN2027evT/AFcjUrsbcU/N4uNK5KcX4f4u26c0m+HVR39+QL2h9j8VktY37eatHR8q6J1rRNSweOwWuSJBZitwsnl+1b2HIxw2IGPY23fsI1zEVOF5VchdndmtgbHyLefo+JKerW60yL1yVy6qpp0VVbi2m0+i3GteJg73T91Xeru9g3tF3TqcLW2r7XVhYtm3Zx30yUkpOk79xKUYtK7fuUaTVHWvCw7SMdAAClJygoxRk8voWhaE5X5jgi0RiOooPz1MAgAAAICk8kLQtGTyUtBQnKgtCFKAAAAAAOUAoY+SFoWhPJS0LRHmNe13YNuzeM1rVsLldj2HNWo6OIweEoWsplsncl5+3Wo4+lFNatTORFXxY1V4RV/RDxc3Nw9NxLmdqF23YwrUeqdy5JQhGK8ZSk0kvtZ7HStJ1TXdRs6PomNfy9VyJqFqzZhK5duTfKMIQTlJ/BJmwZ6Y/hziqOxHY3tn9uzYY6vkMX0virrZakTmo2WL/uDnKMrmXHNev7sZQkWH9qJNZka6SumGndD3NSuK5onbmsYOsZ5s40b8H9Pbkvl+F24urj8sItRmbUPb37AoWHY3b3zpO6nGdvSbc6xXivrr0HSfHnj2ZdHBepemnO0d/uIxGJwGLoYTA4vHYTC4qpDQxeIxFKtjcXjaNZiRV6dChTihqU6leNqNZHGxrGNThERDDrJycnMyJ5eZcndyrknKc5ycpyk+LlKUm3Jt8W222bRcDAwdLwrWnaZZtY2n2IKFu1ahG3btwiqRhCEEowjFcFGKSS4JHkT+B5YAAAAAAAAAAAAAAAANRf8ALz1CvWvt3m9opVXw4PuDXcNvtV7Y0bUbm4o3a3s9WJ7Wp52ZMjhW350XlyOyCL+jkQ2Qe23cn8d7bWtPuyTy9Mvzx3x4+m36tpv4KM/Tj/s35Gh/357C/k/vzk61jwcdN1/EtZsWlSPrJPHyIp+MnctK9PxrfT5NHVwd/mFgAAAAABj5IWhaM+ldN9k5HqDtjrjtHFfdW5oW567tCQwqiPu1sRk69q/jV8nxtdFk6LJK8jVc1HMlVFVOeT0e59Csbl27naBkU9LMxblqr/Vc4tRl48YypJeTSOYdvt2ZWwt86RvTC6nkaXqNjJouc42rkZTt81wuQUoSVVVSaqb6uGy+O2DEYrPYiyy7ic3jaOXxdyPn7dvHZKrFcpWY/JEXwnrTNcnKc8KagsrGvYeTcw8mLhkWpyhOL5qUW4yT+xpo+nfT8/E1TAsangTVzBybMLtua5St3IqcJL4Si019p5I/geWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAem7/15pHamp5bRuxdXw+4annIFr5LCZqq21VlThftWIXftno5Co9fOvagfFZrSokkT2Pajk9no+tart/UberaLkXcbUbTrGcHRrzT8JRfKUZJxkqqSabRx3de0ttb50K/tnd2Fj6hoOTHpuWb0VKL8pL9aE4v5oXIONy3JKUJRkk1re+5P4jd461fkt+9bI8t2PoTUnu5HQpnNt9g6tEn73JiGxtY7d8VH8Ua2FiZOJvi1YrPEk6Zw9sfchpOuqGj75dvB1fhGOQuGPdf9f/QTfi2/SfF9UOEDT57h/YPuXZsr26eziv6xtZVncwX82djLn+FSn1lpcaKCWTFdKcL1JXV0uTQy15ZYJ4pIJ4JHwzQzMdHLDLG5WSRSxvRr45I3tVHNVEVFThTKOMozipwacGqprimnyafka5blu5auStXYuN2Laaao01waafFNPg0+R/Mp+QAAAAY+SFoy0ZPItC0JyvzFC0RCgAAAAAAcogBj5IWhaE8lLQtETlQU+rar3x3hoqRt0ruPtPUo4vgyLW+wNrwkKN83vViwY3LVoXRufI5VarVa7yXlF5U49qG0Np6tV6rpmn5Lfjdx7M3/AEyg3X48znWh9z+5W2Uo7c3DreBGPJY+dlWVzbpS3diqVbqmqOrrzZyE138jvu5q/wBv+2+wm32ftpw3/IqGr7fynhJH/uf5ZgM191fGVfi7lfJEd+rWqnC83sh2pz6+vouNGv8Ao5XbPl/obkKcvD4rk2draT7vPcjotPo92Z86f6eGNleDXH6qxerz8a8aPmk18m7Y9q/YzvH+RH2l3Fu+1Y+0rnT4F+VXEaq5XPSRVbqOAjxWsRr5InHjUThERE+CIicj27282RtPplt/TMTHvR5XOjru+X76513X+mZwXfXfHu73L64b23BqWdiz+9Yd30sZ8a/8LYVrGXHytLklySOPpzI6pAA5T5loy0Zj5FoWhPJRRFoiciqKQnUASrAIAAAUnKFoxRmPl9BQtCcqWiLREKUAAAAAAAGPkhaFoyeSihaE5UpaEAABz59Svx2d8+11ilnMdjV6/wCqXTtS52btdKxHRuwNl+3YbpuGV1a9uNxni9EdC6HHsljdHNbifw1en+43evaHbyEsS9P63cNPlxbMk5RdOHrz4xsx5cGncaalG3JcTJ/sX7T+5ve+7b1LFs/wrZDkuvUMmElCca0ksS18s8qS48YuNhSi4XL8JUT2gvVz0m6K9TcK2Dr3XW5LcrdRlfP9lbJHXyG5ZhXMZ/Jr17v2Wx4DDTSMRf4NFsMDvFiy/elb91cBt/8AdTdvcXK69av9GmRlW3i2qxsw8m41rcml/eXHKXFqPTF9Jub7L+3Xtp2N05W9q4ivbguQUb+oZCjPLu8F1RjOlLFptJ+jZUIOkXP1JrrfLk63O9gAAAAAAAAAAAAAAAAAAAdL35suom7X6+6X23SrfcyfU26Mo5Kdsa/7Wpb+yvibj5ZGoqr9vacfiGRo79qfffwqKvDsofavuR6dvLK25dlSxqOL1RXnex6zjRf7KV5unH5V4Lhry/MY2Gtc7V6dvvHhXM0LUVC5KnLFzlG1NtryyYYqjXguuVGm6PVxM/jSyTyQUZaMnl9C0LQx5X5lohREBQAADci/Fl28nbXpt1zHatLZznWL7/VOa8pFkfG3VfsSayz97nSIxulZLGNTn4eTXI34Jwmsj3A7a/lzudnStx6cTPUcuHDn6tVd+H7+N1/Y1U+gD2Vb8/nr2/aTC/Pr1LRnPTb1XVpY3S8dceNPpLmOvKqdOCouxI6VMsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADrz9ufxwdI+0kWQ2WvVZ1p25KyWWLf8AW6MH2c3b+25I2bxgWur1diic5U8rLX18i3xan8h0bftO7o7b97919v5QwZyedttNJ492TrBePoXOLtv+q1K3z+RN9SxL7+ez/tr3uhd1m1BaNv2SbWdjwVL0qcFmWPljkKvO4nbyFRL1XBdD1kfZX0+7y9Vs6uP7N1eR2vWbTq2C7AwDbGT0jYF4e6KOpmFrwLQyEkUTnfwrsda4jWq77as4eueWxe5e0+4WJ62g5C+tjGtzHuUjft+dYVfVGrS64OUKunVXgaX+8ft87m9j9T+k3ngt6TOfTZzrHVcw7/NpRu9K6LjSb9G9G3dom+hxpJ8W/L6HP6HSdCcqWiLREKUAAAAAAAE8kLRlozHyFC0JyvzLQtEQAAAAAAAcoUtCeSChaGPkpaItETkVSLQhOoAlWAQAAAE5T5loy0ZPL6ChaGPkpaItEQpQAAAAAAATlBRloyeX0LQtDHlfmWiFEQFAAAAB906K9be6fZHZU1nqDRsrs88MkTctmUj/AIWsa7FMv7bGwbHb+1i8Y1Y0c5kb5FsTo1UhjkcnicT3bvna2x8H6/cuXbx4tPohXqu3GvC3bVZz8m0umNV1SiuJ2V207Q9w+7ur/wAG2Hpt/MuRaV27Tox7Cf61+/Klu3wq1Fy650atwm+Bsbep34guouoVxu4d7T4/ufsCBYLcOBmqPb1jr9uPh/248Pcak+5Sxv8Ah93JMZUe3j/omuTzXCPuL7lNyblU9M2ip6XozqncT/xVxf248LCflabmv9K06G2rsb7C9ibDdnX+5crW4d0xpJWXF/w6xJcaK1P5stp/rZCVpr/06a6n3CwQQVYIatWGKtWrRRwV68EbIYIIIWJHFDDFGjY4ooo2o1rWoiNROE+BjROc7k3cuNyuSbbbdW2+Lbb5t+LM+bVq3Ztxs2YxhZhFRjGKSUUlRJJcEkuCS4JH9T8n7AAAAAAAAAAAAAAAAAAAAAPj3sF1dW7r6R7T6pspGjt60jPYKhNKqJHTzc9GSXX8i5V+H/w3ORV7Cc/DmL4/A5Ns3cFzau69P3DCtMTLt3JJc5QUkrkf8625R/ScB7p7Ls9xe3Gt7IvUrqWnXrMG+Ubzg3Yuf+HeVuf+aaG12nbx1y3j79eWpeoWZ6V2rYYsc9a3VlfBYrzRu4cyWGaNWuRfiipwbeLV23ftRvWZKVmcVKLXFNNVTXwa4o+ZPIx7+JkTxMmEreTanKE4yVHGUW1KLXg00015n5T9n8QAAAAACcoWjLRnez+DjuD+0dldsdIZC2rae661R3vXYJntSJue1C0mNzNaoxP3OuZXB5yOZ/6p9rF/04/diP7sds/U6Fp267MfxcW/LHuNc/TvLqg38IXLbivjd/o2X/lu78en7v1ztzl3KY+o4cMyxFvh62LL07sY/wBa7ZvRm/6uN4U47LhgqbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeHz+vYHa8Lkdc2jCYnY9fzFZ9LLYPO4+plsRk6knCvrX8deinqW4HK1FVkjHN5RFPJw83M07KhnYF25YzbUuqFy3JwnF+cZRaafxTPX6rpOl67p17SNbxrGZpORBwu2b1uN21cg+cZ25qUZR+Ek0dHftV+GfWNjXIbh6t5iDTsy9ZbVjq/abtuxql56tdK+PV9jlS5k9fnke3hla4lqo570RJqkTEQyw7e+5/PwejTO4Fp5WKqJZVqKV6Ph+LbXTC4l4yh0TSXGNyTNaffH8vDRdX9XcHZLIjp+oOspabkzlLFm+Laxsh9dyxJvhG3d9S026K5YhGh0A9odRdmdK7Ta0vtTS87pGyVeXLj81V+3HbhRfFLmKyED58Zmcc93wbZqTT13r/AKXrwZj6BuTQt06fHVNvZVnLwZfrQdaP9mcXSUJecZxjJeKNVm9dg7y7c63Pbu+NOytN1iH6l6NFJft2rkXK3etvwuWpzg/CTPnJ7s4gACcoKMtGTy+haFoY8qWiLREAAAAAAABSk8kFGKMnkWhaGPK/McEWhCdRQSrAIAAACcoC0J5IWhaE8lLQtETlQCFKAAAAAATlPmKMUZPL6FoWhPJS0RaIgKQAAAAAAA+qdSdIds977IzU+o9C2Hec0qxLZjw9PnH4uKZysjt53NWnV8NgaLnNVEnuWIIld8PLnhDj+5N17c2jgvUdyZlnExeNOuXzTa5q3BVncl/VhGT8aHN9i9t99dzNXWh7E0zK1LUOHUrUfktp8FK9dk42rMK8Ou7OEa8K1O+z1f8AwqYDDPx+1+0uyxbTcakdhOrtKuXqWvxPXh7YNk3CNaGYyio13jJBjmU2Mkb+21OxfjiBv73S5mUp6d2/sPHtcvqr8YyuP42rL6oQ+Erjm2nxtwZs67M/l3aXp8rWt96cyObkKkv4diTnCwnzpkZS6LtzylCwrSUlwvXIs7y9M0fTuudcxuoaFrGD0/V8RF9nHYHXcZUxWMqtXjzeyrTiijdPO790srvKSV6q57nOVVXE3VNW1PW86epavkXsnPuOsrlyTnJ/pk26LkkuCXBJI2S7e23oG0tIs6DtjCxsDRbEaW7Ni3G1bj5tRiknJvjKTrKTrKTbbZ7SevPdAAAAAAAAAAAAAAAAAAAAAAAAAA0vvyW9QJ057jdsY2pVZUwW75CDtDXWxRrDC6lvCSZHLNgh8Ujir09sZkq0bY1WNGQIieP+hu0PsVuX+Zu2WnX7knLLxIPFuVdX1WKRhV825WfSk68ay8eb+er3gbD/AJA7/wCuYdiChpupXVqNiioujMrcu0XJRjkrItxUeCUFSn3VwMO3jGQcoUtDHyQUFCeSloWiIUoAOR/qH26vRPst012hLZbUxmvbrja+xzySOjjj1LYEl1vbXvVqoi/a1zL2Xt8v2+bWqvwQ4P3J23/N2xdU0CMeq/exZO0ub9a3S7Z/puwin40bO2+xG+/+Wnd/b+85zVvDxdRtxvyboli364+S39li7carwqlU3qEVHIjmqjmuRFa5FRUVFTlFRU+CoqGpNpp0fM+lFNNVXFMoKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfOe0eous+6tWtaX2ppWC3fW7XLloZqr9ySpMqeKXMVkIHwZPC5Fjfg2zTmgsMT4I9OT3egbk17a2oR1Tb2VexM6P60Hwa/ZnF1jOPnGcZRfijiG9tg7N7jaJPbu+NOxdS0ef6l6NXF/t2rkXG5ZuLwuWpwmvCSOiP2X/CtkK39w2f1c23+5Q/7tj/tfv12GvkG/q/+LrO7eENGzy5yMhgykdbwY3mS9I5TLrYnumsXOjA7gY3py4L6rHi3H7btjjJeblacqv7tpI1i94/y5cqx6utdk8/1rfGX8NzpqM/Ppx8yihLjwhDJjbolWeTNnR52R1X2R1BsU2qdoaTsui7DCjnpjtkxdrHPtQNesf8AMx08zEq5THvenDLFZ8sD/wDwvUyw0PcOh7lwlqOgZdjLwn+tampUf7MkuMJecZJSXijWvu/Y+79gatLQt6abmaZqsePp5FqVtyjWnXbbXTcg3yuW3KD8JM+fnuDioAAAAABOULRloyeX0LQtCcr8xwRaIxHUignUwD81AAAABTHyQtGKMnkpaFoTlfmKFoiFKAAAAAAOUAoY+SFoWhPJRQtEQpSAAAAAAADlPmWjLRmPl9C0LQ+99H+sPfPsblW4zqDrfYNpgZYbWv7A2u3G6lh3r4q/+77Vk31MHSkjid5/ZWdbMjUX7cb3cIvD91792hsjH9fcudZx5uNY269V6f8AYtQrckm+HV09Kf3pJcTs/tx2Y7l92c1Yew9Iys22pqM7/T6eLafj6uTccbMGlx6Ov1JJfJCT4Hen64fhL07B/wALYvZrc5N1yKNimd15oli9htWgl+Dn18ztkjauxZuNWu8VZSixXg9vKTStXgxJ3x7qtTy+vC2HirFscV9TkKM7rXnCyq27b+M3dqv1Ys2VdpPy6tA0309V7w6g9Ry6J/Q4Up2saL8Y3clqN+8vBq1HGo1+8mmd2mg9c6H1ZrdLT+uNQ17SdYoJ/wBNhdbxdXFUkkVrWyWp2VY2Ot3rHgiy2JlfPM79z3ucqqYraxrer7gzpanrmTey8+fOd2bnKnglV8IrwiqRS4JJGxTbG09s7K0i3oO0sDF07R7X3bWPbjbhXk5NRS6pyp805VnJ8ZSb4nuh6s5CAAAAAAAAAAAAAAAAAAAAAAAAAAAADoG/Od1GtzV+mu88fURZcFlsp1ls1piI6V1HOQS7HqiyoiebatG7iso3y/0pJda1eFcnOYntL3IrWoaptK9L5b1uGVaXh1W2rV6nxlGdp050g34M1ffmTbD+p0bb/crGt/PjX7mn5ElzcLyd/Gr49MJ28hV5dV1Lm1XXA5UzgNSdAAAAAAAAQFN3z0N7ed3d6ldK7xas/wArNRanBqWzSPkR9mTYtHmm1PJXLiIq+FnMOxDb3Hw5ZaaqIiKiGqTu9tr+VO42q6Tbj04ryXetLw9O+lejGPwh1+n9sGj6NfbNvt9xexu3dx359eorBjjZDbrJ38NvGuTn5Su+kr1PK4nRJo5enWx3uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfE+1PZDobpKGSXtXtnR9LsRxpKmIyecqybJYiXhPOjq1F1vY8g1PJOVgqycIqcnKtvbH3fuuajt7TsvKg3TrjbatJ/1rsqWo/500dcb37v9r+29tz3xrum6ddSr6Vy9F5El5wxodWRc/zLUqeJ1jdtfmy6G1dbNLqTQ907Vvx+TYcplHw9f6rLy5zGyw2MhWy+zy+CN81jkxVbyRUTzaqr499bc9q279Q6bu48zF06y+cIVyLq+DUXC0vKquy86Pxwx33+Y92v0Rzxth6XqOuZS5XLjWDjPmqqVyN3JdOfTLGt1VF1J1p1EezP5KO+fZ3A3NN2bDdZa7pFpy8YLF6Pis7ejTjhtiHY90j2TLYrKsXhUuYt2Nnb4p4q1PJHZJbD7GbQ2Flx1TAu59/VY/3k787cX8HaselCcP6l1XYuvGvCmBHeX3h90O8+mXNvazj6Nibbm/3NvDtXpr+ssjLWRdtXVwpdxnjzVF0tKtevY7nMUBynzLQtGY+X0LQtCeSiiLRE5FUUhOoAlWAQAAAE5QtGWjMfL6ChaE5UtEWiIUoAAAAAAAJ5IWjLRmPkooWhOV+ZaFoiAAAAAAADlCloTyQUFDHyUtC0RClAB9+9Z+yOquq+2cBtnc3UOK7p0Ks77OV1bJWbUctPzmgezO4yj/OqYPO38ekS/wDw/LMmx9yN743pE9WTxcO33oe4dw7cvadtfUrml6xLjC7FJqXB/hzl0u5bjKv7yy43INKS6knCXaPZ/d2ydk75xdc7g6DY3DtmDpcxrkpJwq01etw642b04Uf4GSp2LsXKEuiTjdhuo9A9q9NdvdZ4DaOispr1zQmVoqVLFa/TrYduryxxtkk17I65Xiru1zIUfufuquijThUezyjc17tWu8dvbn21r17T93W70dY6nKU7knP1U+CuRutv1Iypwkm/J0kml9DXa/e3b/fmz8XWe2t7FubZUFCFuxGNr6dpVdi5Yio+hOFeNtxjwpKNYuMn9pOLHYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOKPvD1AneXqp3ToEFVbmZm1C5sesRRxrJZftOnPi2rA1qvg10jJcnfxDablanKxWHt4VHKi9idp9y/yn3D0vWZy6cVZKt3W3RelerauN+FIxm58fGKfNHSPuP2H/zI7J7h2vah6moSwJX8dJVk8nFaybMY04p3J2ladOLjOS4ptPR1NsB84AAAKY+SFoxRk8voKFoTlfmXgi0RCdSKbGX4LO32z4funoa/ZT7uPvYvtbWKyuR0klXIxVdU3JyI7h0cFKxSwitRvLVfaeq+K/68JPdrttxydL3fZj8s4TxLr8E4t3rH2uSlfr40gufhth/La34rmBuHtnkz+e1ct6ljx8XGajjZf2RhKGJRKqrck+D+9sFmGptIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP5zTRV4pbFiWOCCCN8000z2xRQxRNV8kssj1ayOONjVVzlVERE5U/UYynJQgm5t0SXFtvkkvFs/Fy5btW5XbslG1FNtt0SS4ttvgklxbfI4XdtfkN9Qem0sV9i7l13YMzAr2f4718+TfcstiNVSSpYk1tL2IxNmPxXlt61V4VOP1VEXtHbnZbuVuek8LS79nFf95k/wCHhTzXq9M5r424TMdt9+7HsF2967WrbhxMvUY1XoYLebd6lzjJ4/XatSXir1235c6I6we2/wA5X/vdHovpX/2kpbN2rlv+KIs2l6nY/wCDkVM79Fb/AFO/Nue037t3duq/2rWJD/ov3l/+Y/SYXb8/Mu/eY3bLbn9jI1O7/wBOJiy/T/xvwodYnbf5EPb/ALl/lVth7jz+vYSz91n+Ode/a0PFNrTcfcpzTa62nmsrVdx8W37lteFVOeF4O+9t9le2u2Om5haZZv5cafi5NcidVyklc6oQfxtwgYX7892ff7uF12dW3DlYmmzqvp8CmFaUXzg3Y6L12PwvXbvDhWnA4Wz2JrM81m1NLYs2JZJ7FieR80888z1klmmlkV0ksssjlc5zlVXKvK/E7ShCNuCt20owikkkqJJckl4JeCMdbly7fuSvXpSnenJylKTbcpN1bbfFtvi2+LfFn8fJD9UPzQx8lLQtCciqRaEJ1AEqwCAAAAnKfMtC0ZPL6ChaGPkpaFoiFKAAAAAAACcoKMtGTy+haChjypaItEQFAAAAAABQTyQUZaMnkpaFoY8r8y0LRAAAAAAAAnKAtD7368ezPbvq9vMG9dTbJJjLD3V489r15JbmqbdjYJFeuK2bCpNDHerK172xzMdFcqq9z680Mi+ZxDemw9t7/wBJek7jsK5BVdu5Gkb1mTX37U6PpfKqacJ0SnGS4HaHanu9vzszuSO5dj5bs3W4q9YnWeNlW06+lkWqpTjxajKLjdt1crVy3L5jbT9NPfjqL3AwTKmJmZpva+MossbP1ll7kb77EY1Es5bVbzmwN2fXkk55ljYyzW5RLEMSOjdJrl7n9ntydtMt3MlPK27cnS1lQi+n4Qux4+lc+DbjL9SUqSUd5Pt/9zmxe/GmKxgyWn72s21LI0+7JOaovmu40+H1Fiv60Urlvh6tuFYOfOs6kMkwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaMfuf1F/2K9oe5+tYKrqmIxO53sprMSp+xup7SyLaNYijkRrWTfxcJl4IHuaiJ92J6cIqKibaO125P5u2Bpeuzl1ZNzFjC6/9darauunhWcJSSfg0+KdT5uPcFsL/AJbd5tw7RtwdvAsahO5jrw+myUsjHSfBPps3YQbX60ZLg00uL/kpz6iR05RE5JVFITqAJVgAAA5zfjf7fXpj3F6ezlm0+tgtsza9abIiSpDBLjd9YmCoyXZHOaxlHF7LPQvyK5eGpU5X9Dqbvftr+aO2ep4luKll49r6q1wq1LH/ABJKK/anaVy2v7Zkj7St+f8AL/v5oOo3puGm52R/D8jjRO3mr0YObfBQt5Ds3pN8ErVfA3WDVqfQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD1Xb960nr7EyZ/fNv1jSsHDz93MbZnsVruMYqeKeLr2XtVKyO5ciceXKqqfM9hpuk6rrOSsPR8bIyst8oWbc7k/8AswTf+Q9Jr+5tubUwHqm6NQwtO0yPO7lX7Vi2v8+7KEf8p10dtfl09Qut1s0tbzux9u5mDyj/AIug4SRuIZYRzk8Z9k2WTBYyavw3lZaK3m8OThFXlE7t257bu5WudN3Os2NNxX45FxddPhatK5JP4XPT+NPHEbffv17B7Qc8fR8rM1/UY8OnBsv0lLj97IyHZtuP9az6y4qifGnWF2z+bPvjaGWaPUug6X1XSl8mxZbKyT9gbTAiJ4xy1579bD6xC5y8ucybFWkReERy8Kru/Nue1baGnuN3ceZlahdXOEEse0/g1FzuvyqrsPOnlhfvv8x7ufrUZ42w9L07Q8aVUrt1vOyY+TjKcbWMvNqWNcpwVXRt9Y/avsp333fPLL2r21u+5V5n/c/tGRzVivrUL/NJPKnquOWlrVBfNqL/ALFSP/SnyTjvnb2xdn7Ugo7e03ExZpU64wTuvw+a7Lquy/zpvx8zDHfHeHuj3JuynvjXdS1G1J19K5elHHTrWsMa30Y8ONPuWo8l5I+H+SHLKM63oyeX0LQtDHlfmOCLQhOooJVgEAAABOUBSeSFoWhPJS0LQnKgEKUAAAAAAnKfMUFGTy+haFoTyUtEWiICkAAAAAAAJyhaMtGTy+haFoTlRRFoj9mOxmSzF2DG4jH3srkbT0jq0MdUnvXbMjv0jgq1o5Z5nr/RGtVT+d+/YxbTv5M4W7EVVyk1GKXxbol+k8nEw8vPyI4mDauXsqbpGFuMpzk/KMYptv4JHLXr70B9yOzXV11r193+rWstbLFkNwx8HX2OdXVEd/Jjub1a12GxCrF8mrEsjpE/0I5eEXrnWe8fbHQU/r9Zw5XI8HGzJ5Eq+Tjjq40/OtKeNDvLa3te7/7xcf4PtbVIWZqqnlQjg23H9pTzJWFJU4rp6nL9VN8Dnt1r+DvvXPOgsdo9ode9eUpPB0lTX6+X33PQpwivimrKzVsIyT/wo6PITt5+Px/Ren9d92G0cNOGgafm5t1cnccMe2/in+Lcp9tuJk7tD8uDuVqbjd3nrOlaVjulY2I3c28vNONMayn4VjfmvH7fF+2v4ed+6d1KDe+iM7mu5cRiMer901mfE16u7U3wpJJNndcxuNfLHsGJWPhJKUSOyFdURzEssc9YP79ufcxo+5tRekbus2tLybk/wLqm3YlXlbuylT05+U3S3Lk/TaXX4XfP2Ebn2Docdy9tMnI3Bg2LVcvHlajHLg1Vu9Yt221ftU+9Zinft0rH1ouTt9LiorVVrkVrmqqKioqKiovCoqL8UVFMpE01VcjXq006Pg0YgE8kLRloyeSloKE5X5jgi0ITqKQlWDzeubJsGn57E7RqmbymubJgb0GSwudwl6zjcti8hWej4LlC9Ukis1rETk+DmORf6foeJnYOHqeJcwNRtW7+Deg4ztzipQnF81KLTTT8mex0nV9U0HU7Gs6JkXsTVsa4rlq9ZnK3ctzi6xlCcWpRkvNM2XPQ/wDLVgOyUw3U3s7fxuqdhSLXxuv9nuZBjdT3Ww5Uhhq7NHEyKjqWxzL48WE+3i7b1VE/iv8AtxTYLd3fbnmaH6u4thQnkaMqyuYvGV6wubdqtZXrS/Z43YKn7xdUo7e/bT749L3d9PsjvHds4W6X027GoUVvGy5Pgo5CSUMW++FJ/Lj3XVfgy6IXO8ZFRyI5qo5rkRWuRUVFRU5RUVPgqKhie006PmbHE01VcUygoAAAAAAAAAAAAAAAAAAAAAAAAAAAANaz853UK4zfen+8aFdUrbXr2S672KWKJrIYsvqtt+b1+xZkT4y3Mvis9bib+vEWMRP6IZze03cvr6PqW070vnx70cm2m+LhdXRcS8ownbg38bpqK/Mi2J9HubQe4+LD8HOxbmDfaVEruNL1rEpPxldt3rkV/Vx0vBHQoZemssAAAcoC0MfJC0LQnkooWiP6QWJ6s8NqtPNXs1pY569iCR8M8E8L2yRTQyxubJFLFI1HNc1UVqoip8SThC5B27iUrck001VNPg014p+KP6WrlyxcjesylC9CSlGUW0006pprimnxTXFM3z/WztiHvLoTqXtmOSKSzu+j4PK5hsDUZDW2VlVtHaqMTUaxvhjtlqW4E4REX7fKIiGoffO3ZbT3hqO3WmoYmXchCvN2q9VqT/tWnCX6T6Xu0m9rfcftloe94uLu6jptm5d6eCjkKPRkwXBcIZEbkOSXy8Efbjih2IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4X2t7N+v3R8Uju1e3dH0+3G3z/st3NQXNnljT/VJV1PFfz9muRs+COdFUe1qqiKqKqc8t29sPeW65Jbe03Lybb/XjBxtL4O9PptRfwc1/kOst895u1XbWDe+Nf03T76VfRnejPJa844trryJpeLjaaVVXmjrF7Z/Nr0frf8uj1F15ufZt+NHx18vnJa2h6vK9UckVmB1iHM7LZijdw50UuPpuen7Ue1f3J33tz2qbszum9uTNxcCy+cLaeRdXmnRwtJ/FXJpc6PkYY77/ADIO2uj+pjbC0nUdayo1Ubt5xwsZvwlHqV7IklzcZWLTa4dS5rrD7b/Lf7f9l/yqevbJgOo8JP8Adj/hde4SKPKvru4+2k2z7C/OZuC1H48rNRkoKqqv7UT4J33tv24dtdC6bubYvallqj6smbcK/C1b9O20/wBm4rn2+Jhfvz349/t49ePpOZi6Dps6rowLKV1xfKuTfd69GS/bsys1deCXA66ds3bcN8y02f3jbNk3LO2Fcs+Z2nOZPYMpKr3ukf8Acv5WzbtOR0jlXhX8cqd2adpWmaRjLD0nGsYuJHlC1bjbgvD7sEl/kMSdd3FuHdGfLVdy52ZqGpzr1Xcm9cv3HV1dZ3ZSlz48z1jy+R7Ch6ehPJRwRaIxHUignUwCVAIAAAUx8kLRijJ5fQtC0JyvzFC0RClAAAAB9K656a7Z7evOx3V/W+679ZjlbDY/xXW8rma1J7mo9P7jdp1paWNZ4Kiq+xJG1EVOV+J6LW9z7d23a9bX87Fw7bVV6t2EHL+zGTUpfZFNnMNpdvt878yXibL0jUdUvKVJfTY927GD5/iThFwtqnGs5RXxOzDqT8MPtFu61rnZGT0vpvFS8LNBlMlHuW1Mjc5vjJDhdVnsYN/MSq5WTZevI1eGq1FVfHoncfug2BpXVa0O3lankLk4R9G1+md1K5z8Y2ZLxT5VzE2J+Xp3o3I4ZG7r2nbfwXzjcuLLyUvNWcZysvhV0nlQknRNJ1p2g9R/hm9WtF/i3uw7u59yZeFWPmhzeUdqmqOmif5xyV8Dqz6mWRirwj4rWVtxSInCt8VVF6D3J7nu4Gr9VrRYYumYz5OEPVvUfncu1h9jjag151Mz9ifl79lNs9GTuu5qO4M+NG1eufTYzadU42MZxu0843Mm7GXJqlU+VWxfj19K9oow47JeunXtavBAysyTXamR1C86NkaRI6bKankcJk7M6tTlZZJnSud+5XK74nXuF3n7pYF537Gt5spt1pccb0a1rwhejOKXwSSpwpQ7u1b2p+3bWsaOJmbS0qFqMVFOxG5izolTjcxblm5KXnKUnJvi3XicX9t/C/6e7D95+Dn7W0WRyPdAzXtzp5KpFJ4ObGkkW4YDZrU0DZFRzmpOx7kThHt/U59p3uh7l4VFlrTsuPj6liUW148bNy0k/J9LXwZ0zrn5evYLVOqWmS1vTJutFYy4XIp04VWVYyJONeLXWm+Skjjdsv4I9WnSZ+nexmfxap5ur19l67x2eR/DZljgmuYvatb+15uWNFlbA/xRrlSN3kiN5zg+7nUIUWp6JZuebtZMrflxUZ2rtfHh1KvDiqceo9Y/LO0W71S0DduVZfHpjkYNu9XnROdvJx6VfTWSg6Ub6HVJfDc/+C/u2usn+L91dWZhESb7S5/H7bravVqM/jpImOxm1fbSVyuR6orvBERU8+VROWYfu02rOn8Q0rULXKvpys3ft+9KzWnCnKvw8ettU/LW7i2q/wAF3FomRzp69vKx68umvp28mleNedKKnVXh8oy/4WfcPGrKlLIdObAkbomsdiN2zUKTpIxrnPi/v2oYRyNhVVa7zRiqqL4o5OFXkWN7pO2d+nqw1OzWv37EHT7fTvXOfhSvxocHz/y8e/uG2se7t/Ko1T0su8q1XFr1sWzy5OtHVcE1xPRrf4hveKtYkhh6/wBWvxs8PG3U7F05leXyY16/bbeylK0n23OVq+UTf3IvHKcKvtrfuS7TzgpSzMiEn4PGvVX/AGYSXx4N/wBJxu/7Dvchauu3b0vCuwVPmjn4qi+FeHXchLhydYriuFVRv1mb8UfvtHLLGzoyOwyOR7GTw9odPNinaxytbNEk/YEE6RyInk1HsY/hfi1F+B50fcP2flFSerOLa5PFzar4OmO1VfBteTPT3PZD7nYXJQjtpTim0pLUdKo6eK6s5So+aqk/NJ8DBPxTe/CqiL0OjUVURXL2j0zw1FX9V8exHO4T6Iqn6fuG7P0//W//AOi5v/3sfleyL3Pt0/lmn/8AUdJ/+/j2WD8RHvJNNFFJ13rFVkj2tfYn7H0p0MDVXhZJW1svZsKxv6r4Rvd8kU8CfuR7TRi5LNyJNLksa/V/BVgl/S0j3Fr2H+5G5cUJ6Vhwi3RyefiUXxfTdlKi+EW/JHumL/C97k5BWpbm6jwSOnZCrspvGQmRkb1b5Wnf2XWMw77EfkvkiIsv7V4Yvw59Zke6LtjZX4a1K9wr8liK4+Xz3YcX/R5s5Hhfl69/sppX5aFjfMl+JmTdE6fN+Dj3flXjSsuDpF8K/UcH+DDv6wrP8m7h6fxKKjvNcG3dNiVqpK1GIxMhrero9HQK5yqqt4eiN4VF8k4/l+7TZ0K/QaZqdz/aehb8P6t2748Ps4/A5rpv5bPdC61/GNe0CwvH0fq7/iqU68fHrwq/DjRcU+pfcNb/AAP4uNGSbf7JZC2qr++nrfWVfHpGiLMnDMlk90yf3lkasbuVqs8FRzeHco5OKZ3u7yJfLpuhwj/Wu5TlXl+rGxClOK++68Hw5HY+kfln4UaT13d12fnDH0+MKc+Vy5l3K1+V/u1TiuNVJcjdT/Cj6lYP7Uuw57t7dp0VFnhye04TEYyTxe5UbFX1zV8XkYWPjVGu5uPcqpy1W88JwjUfdP3Gy6xwrOm4sPBwtTnJfa7l2cX8PkXxTO2dD/Lu7Gab0z1XJ17UbnirmTZtW3x8I2Me3cSaonW634prkco9L/HF6S6J9l2J9fNNys0X2XOm3STNb99+WH4/dmrbrlc7Q/3XKqvjbE2F3PHgjURE6/1Tvf3V1eqydZyrcXXhYUMeifgnYhblw8G238a8Tujb3tK9uu2ul4O1tPv3I045bvZvU14uOXcvQ4vi0oqL5dNKI5a6vpOmaPSXG6VqOsahjnKiuoavgMVr9JVT4Iq1cTUqQKqJ/wDROudQ1XVNWu+vqmTkZN/9q7cncl/TNtneWi7d2/tvH+k29gYeBiP9TGsW7EP+zajFf5D2c8A9yAAAdRPvZ+LPR/YZuZ7N6ZjxPXndUqS3sjSRiUNL7Ftcecq5qvViezB7LbVFVMlBH4WZlVbbHuetiPJLtH7gdW2W7Wg7odzN2sqRjL71/GXh0Nv8S0v9FJ1iv3bSXRLBT3Key3bfdRZG8e38bGldw5VnchToxM6XN+rGKas5Euf1EI0uSb9eMnJ3YatXYHXm8dVbdmdD7G1fL6ft+AsrWyuCzdV1W3A7/VFPE7l0F2hbiVJK9mB8lazC5skT3xua5dgGja5pO4dNtavomRbydNvRrC5B1i/NPxjKL4SjJKUZJxkk00aYd0bU3HsnXcjbW7MO/ga7iz6blm9HplHya8JwkqShcg5W7kWpwlKLTfph7LqZx8EqAAAACk8kLRlozHyUUFDuB9EPyp7r6/uw3V3d0mU7A6XYsOPxmX8nXd162rq9rInY2aV33Nj1Wo1VR+Omd/IrxcLUkRsSVJsa+7nt80veKu6/tRW8PdDrKUPu2Ml+PUl+6uvwuJdMnX1I1l6kc8vbV70tw9r3j7N7iO9qnb5Uhbu1c8vAjyXptut/Gj42JPrtxo7E0oKxc2kNC7A0rtHUsNvXXmzYnb9R2CqlvE53C2m2qVqPlWSRu48ZatyrK10c9eZsc9eZro5WMe1zUwC1jRtU0DUbuka1YuY2pWZUnbmqST8H5OLXGMk3GSalFtNM3L7Z3Rt7eWh4+5NrZljO0LKh1Wr1qXVCS5NecZRdYzhJRnCScZxjJNL3A9Ye+AAAAAAAAAAAAAAAAAAAAAAAAAAAOvr8oPUH/d/0y7Sgq1W2c311DT7ZwKuTn7Euk/yJ9ilYiNc90z9GuZaKNG8Kr5ET9OUXuXsHuT+Wu5+nzuS6cTNcsS58Vfora+z142W/gmYt+8nYf8+e3/WrVmCnqOkxjqdn4PE6nfa8avDnkxilzcl9hpi+SGz+h8/lGY+SigoTlSloQFAAAABtG/hA7g/yjonsDp2/bSTI9VbkzM4aB8rUdHqfYEVi6yvXhc7zeyptOJyc0r2/tat2NF4VUV2Afut21/D93Ye5rMaWNQxeibpzvY7Uat/G1O0kvHodOXDcr+XVvt6z211TYWVOuVouoK7aTfLGzVKajFeKjkWsiUmuCd2KdG1Xu2MVjYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+NmzXpwTWrc8NWrXjfNYs2ZWQQQRRornyzTSubHFGxqcq5yoiIfqEJ3Zq3bTlck6JJVbfkkuLZ/O7etY9qV+/KMLME3KUmlFJc226JJeLZwn7a/Iv6e9OrZq5zuLBbRmq/k1df64STfMg6ZjnMkqy3MAlnX8baicxUfHcu1nNX4KnPCHau3OyXcvc3TcxNMvY+LL+8yaY8aeDUblLkk/BwhJMxx337uOwHb/rs6luDFzdRh/cYFc25VVTi52OqxbkqcY3b1trk+J1h9t/nJsSJao9FdLMr8q9Key9q5X70ngvwY6XTdTtMjilT9fhnJW8/DhU/XvvbntNgnG7u3VG/2rWJCi/RfvKrX/gJ/Ewv35+Zbdkp43bLbijz6MjU7tXTwriYskk/H/jJL4M6wu2/yD+3fcy2oNn7m2TC4W0j4l1rQnxaJhW1ZF5dSsN1llDJZesq88pkLNt6p8FcqIiJ35tvsx222x0zwNLsXcqPH1ciuROv7S9XqjB/7OMF8KmF+/PdZ387iOdrWdw5mPp06r6fCawrPS+cJfTqFy7H/b3Lr8K0SS4ZyzPmkklle+WWV7pJZZHOfJJI9yufI97lVz3vcqqqr8VVTs+MFGKjFJRSokvAx6m53Ju5cblOTbbbq23xbbfNvxZ/LyU/VESiJyKotCE6gCVYBAAAATlC0ZaMx8voKFoTlS0RaIhSgAAAAAHKjqX0k9qe7lqTdf8ASm528TdSOSDZc9RZp+rSVno162q+w7ZNhsXfijid5+NaSeVyfBjHOVGr19uPur292p1R1nVcWOTDg7VuXrXU/J27KnOLrw+ZRS8WlxO7Ni+3Lvb3H9O5tbbmozwblHHIvQWLjOL49Ub+S7VuaSdaW5Tk1wjFtpPtA6k/Btu+RSve7v7hwOsQqrJJde66xlrZslJEqp5QTbDnW4LHY201vPKx08hHz+iqnxOg9x+7HSrFbO1NMvZEvC5kyVqNfNW7fqSkvtnbZmfsT8tjcmX05PcfX8XCt8G7GBblkXGvJ373o27cvjG1fjXxZ2hdR/i/9Neo1q24esGdiZuqjOM52teXc5JnRry2SbXpIKOkpL5fHyZimKi/pwh0FuTv53O3IpW5Z7wsWX93iR9BL4K4nK/T4O6zNDYnsw9vmxHC/b0ZatqMKfjanP6tuni7DjDDr41WMn5HPXFYnF4LH1MRhMbj8PiaESQUcZiqdfH4+lAiq5IalKpHDWrRI5yr4saicqdQZGRkZd6WTlXJ3cibrKc5OUpPzcm22/i2ZPYWDhaZiW8DTbNrHwbUemFu3CNu3BeUYRSjFfBJI8gfxPKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOJ3td6a9O+3Wo/2TsHFJjtqxlaWPUOxsPBAzatWme50rYo53eLctgppnKs+Osq6vJ5K9n2p0ZMzsXt53O3N231L6rRrnXp9ySd7Gm36V1cq0/UuJfduR+ZUSfVCsX0h3t7A7C766F/Dt02PS1qzBrFz7SSycZvjRPh6tlvjOxcbhKrlHoudNyOpD7W+nHcXqLt/9i7DxSX9YylqwzTuxMNFNJqu11ouZGsine1X4nOQ1+Fs46wqTwqiuYs0Csnk2NdvO5u2e5Gm/V6Lc6M+3FetjTaV2035r9e23925H5XyfTOsFoz72dgt+9ite/hm6rHq6NenJYudaTeNkxXGib42ryjxuWJ0nHi4u5b6bkuJ/KHYlGdJUZPL5FoWhjypaItEQFAAAABy59TfdLuP1C2z+76FlP7tp+TsxP2/rbN2J36tssDfBj52Rt834PYI4WIkGRrNSZnijZWzQecD+uO4na7bPcnTvptYt+nqVuL9HJgl6tp+Vf7y23963L5XxcXGdJrvPsh7gd/ditb+v2ze9fQr008rAvSbxshcE5JcXZvpKkL9tdSoozVy31W5bcXqv7hdN+3GnJsfW+ZStsOOghXbuvsxNXh2/UrMipHzdpRyOS/hrEvwrZGv51p0/aqxzNkhj1xdwe2m5+3Gp/Ra5a6sKbfo5EE3ZvL+rJr5ZpfetypKPPjFxlLeV2X777C746B/Fdp5HRqlqK+qwrrisrGk+HzwT+e1J/u78K258m43FO3DlQdfHdAAAAAAAAAAAAAAAAAAAAAAAAAAPxZLHUcxjr+JylWG9jMpStY7I0bLEkr3KN2CStbq2I1+EkNivK5j2r+rVVD+ti/exr8MnHk4X7clKMlwcZRdU0/NNJo8fLxMbPxbuDmQjdw71uVucJKsZwmnGUZLxUotprxTNCDvTrC/0t3J2d1Rkfuun0Hdth1qCxM3xfkMZj8jPHhssicN/wBrMYhYLUfKNVY5k5RF+Cbf9pa9Z3RtjA3FYp0ZmLbutL9WUorrh9sJ9UH8Yviz5l+5Gzsnt9v7WNk5fU7mmajfx1J8524XGrV3w4XbXRcjwXCS4LkfKDkJwoAAoJ5IKFoyeSloWhjypS0Oz78RXcH/AGu9xtWwN202vgu3sHmetsh91f8AZbk7bIs9q0jW+Tf+rsbFg4KUbviqJdcnH7lVOhPchtr+P9ssjLtR6svTbsMmNOfSq27v6FbuSm/7C8jMT2Nb7/k7v1habkTUdN13Gu4E68vUklex3/alfswtRfldkvE3CTWkb3gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD1Dc+wNE64xLs92DumqaPhWq5v8Adtu2DFa7j3PaiKsbLeXt1IJJeHJwxrlcqqiInxQ9lpejavrmR9Jo2LkZeV+xZtzuS+2kE2l8eR6DcW6tsbQwXqm69RwdM05f3uVftY9uq8FK7KKb+CdeXA65O2vy9+ovXSW6eq5baO383B92JlbR8HLVwjbTGqrG2tl2h2DpSU3rwiz0GZBE5+DXfHju7bntr7k6303dQt4+m4ro637idynwtWvUkpf1bjt/ajEXffv57CbSU8fQ7+br+pRqlHDsuNlSXLqyMl2YOD/bsK/8E+J1hdufmv7/ANq/lUuptK0vqfHSfdbBk77X7/tkKfBIporWVrY7V43ccucyTE2E5VE8lRFV3fm2/avs7T+m7uPKytRvqlYx/wAPZfmmoOV39KvR+zjwwu35+Y33U1zrxth6bp2hYjqlcnXOyl5NSuxt4y8W1LFn4KvDj1jdp+xfefdliWbtXtbd93iklWduLy+duLr9aVZUm5oa1VfW1/HIkqIqJXqxtTxThPgnHfe39k7S2rBQ29p2JiSSp1wtx9RqlPmuutyXD9qb/wAphnvbuz3N7j3ZXN8a5qWpQcq+ndvT9CLrX5MeLjYt8eNIW4pUXkj4x5KcoodeUMefqKpH6oQnUASrAIAAACcp8y0LRk8kFC0J5KWiLRGJSgAAAAAHlsJgc5s2Tq4TW8LltgzN5/26WIwmOuZbJ3JP/wAnVoUIbFqw/wCjGKp42XmYmBYllZ123ZxYKsp3JRhGK+MpNJfpZ52m6XqWs5kNO0jHv5WoXHSFqzbnduTflGEFKUn8EmdgPUv4rfcvtRa1mx11B1hhbCMd/eO1MpHrMkaO8FcyTWa0OV3WKVsb+eJMbGzlFb5I5FROnNx+4Ptht5ShDNeflR/UxIO6n9l1uFhr7LrfjShlNsX2S+4Pezheu6THRtOnT8XUrix2uXB48Vcy06OvzY8V4VrwO0DqP8HXW2I/i5DuvtrZ90tMVk02v6Jj6mn4NHtf+6pazGT/AL/mspUkYnxfAzGS8r8FTjleg9x+7DXMnqs7W07Hxbb4K5kSd659qhH04Qa8pO6v+rM7Yn5bW0MDoyu4uu5mo31RuxhQji2ap/dldueveuQa5uCx5ceDVKvtB6j9OfWPoz+LN1r0zpeGytP7awbLfxy7LtkckfK/di2nZpcvnqznvd5ObDYjYq8ftRGtROgtydzN+bs6o67qmVdx5VrajL0rLT8HatKFt/pi38eLM0NidgOzXbXoubP29p2PnW6dORO39RkprxWTkO7ejV8WoziuXCiVOS5wU7hAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB6V2J1xo3bOn5nQeyNYxW4afsFb+NlcHmIFmrTtRUfDPDJG6K1Rv1JUSSvZryRWa0rWyRPY9qOT2ui63q23NTtaxoeRcxtTsyrC5B0a801xUotcJRknGSbUk02jj26tp7b3voORtjduHYz9ByodNyzdVYvxTTVJQnF0lC5CUbluSUoSjJJrVl97vxabz66uzHZ3TseW7D6SiWzkMlXSJbu4db02qssn9+grMR+a1qpFyv90hjRa8TFW2yNG/fl2A9o/cBpO9la0Hczt4W6nSMXXps5MuS9Nv7l1v+6k/mbXpuTfRHTD7lPZjuPtS8jeGwlf1Xt4uqdyNOvKwIc36yiq3ceKq/qIR+SKfrxgl6k+osyPMGQAACeSFoy0ZPJS0LQx5X5loWiAB7z1v2ZvnUO44ff8ArXaMrp+3YKb72OzOIsfZma1VT71S1E5H1shjrbE8J607JK88aq2RjmqqHqdc0LSNyaZd0fXce3k6beVJQmqr4NPnGS5xlFqUXxTTOSbT3fuXYuvWNzbSzL+BrmNKsLtqVH8YyXGM7clwnbmpQmuEotcDak9EfykaH7JsxXWvbS4rrnvFzYqlJFmSppvY03DGMk1izcmc7E7FPIvDsRPI90qqjqks3k+GDXz3c7AavsZ3Nd256mbtPi5cK3sZf61JfPbS5XopJcVcjCilPc/7bPeVtru3GztHe/oaT3Foow49OLnPgk8eUn+Ffb5405Ny4OxO5WVu121GOZm+AAAAAAAAAAAAAAAAAAAAAAAAADVR/Nj1Amleyes9qUaaQ4ruTS6771hrFa2xuGh/xdfy/PxWPlNasYVfhwrnK5VTn4rsJ9rG5Xquxr+3rsq5GmZT6V5WcityH/mq/wDop9hpW/MM2H/L/dvD3pjW+nC1/T4ucv2srD6bF34f8PLE+1tt+b6aPL6GT1DAWhOV+Yoi0RCgAAAAHsOo7Pl9J2vWNzwFhamd1HYcLs+FtN5R1bL4DJVsrjbCKioqLDcqMd8F5+B4WpYGNqunZGl5kerEybM7U15wuRcJL9MW0e10PWM7but4e4NMl0alg5VrItS/Zu2bkbluX6JxTN/Trrd8T2XoGkdiYFyOwu9anr23YviRJVZR2HFVcrXifIjWcywR2kY/lrVR7VRURUVE08a3pWToWs5ei5n/ABWJk3LM+FPmtzcG/sbVVz4eJ9N21NxYO7tsadurTHXT9SwbGTb41pC/bjcim+HFKVHwTqmmk+B7kerPfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwPtb2k9d+kEnZ2l3Do2p367FkkwVjMxZHaVjaj+ZItSwqZLZ7DOWKnMdRyeX7f1VEOYbe7f713XR7f0zLybMnRXFBxtV+N6fTaX6Zrhx5HV2+e9nabtspR3tuDTMDKgquzK6rmTTjxWLZ9TIkuFKxtPjw5tI6xO2/zcdL66lqj071vuHZGQjV8UOY2WeromsPVfhHbrNVmd2S7E1fisU1Kg93HHm3nyTvvbftT3RmuN3c2djYNl8XC0nkXfin+7tRfxjO4lzo+Rhfvz8yLt3pKnjdvtH1DWMtVSu5Eo4WM/KUeF7ImlzcZ2bDfLqXNdYPbf5afcHs1bVTCbZhepsHYR8X9t63wsVPILAq/7aybRnZM5skFtrf9UtKzTRzuVRjU4anfm2/bl200FRuZeNd1HLjx6smblGvj+Fb9O018Jxn9r5mF+/PfX7gd5udjTc7G0HTJ1Xp6fZUJ08K5N53siM/OVq5aTfKKVEuu7Z9w2vdsrNndy2bYdtzljn+RmdnzWSz+Vn5c56/eyGVs2rcvL3qv7nr8VVf6ndeBpmnaVjrE0uxZxsSPKFqEbcF9kYJJf0GJus67rm486Wp7izcvP1Kf3ruReuX7suNeNy7KU3xbfF82eucr8zzeCPVURCdRQSrAIAAACApPJC0LRk8lLQtCcqBQhSgAAAAAH1LrTpDuDuS9/b+rOtN132dsv2J5da17JZLH0ZPHz/8AieWhgXF4pnjx++zNE3lUTnlU54/ru69tbYtetuDPxcOFKpXbkYyl/Zg31z+yMWzmuz+2+/8AuDk/S7J0bUdTuKVJPHsXLluD5/iXVH07a+NycVy48UdmfUv4W/ZrdP49zsvPaT07jJPtrNVuXv8AN9ria/xcro8PrM/+PyeDFXlsmZhf5cJx+qp0RuP3R7D0vqtaFZy9TyFWjjH0LL+2d1ep/RZapxr55jbF/Lw7x7h6MjeOVpu38J0rGU/rMlJ+KtY8vQdFzUsuLrwpza7Qeo/w2+qegrUvb5JuPcmYhRj5o9ky7td1dbMa8tmra/qi46/9pXfFYbmRuxO44cit5Reg9ye5zuHrHVa0hY2mYz5elD1LtPJ3L3VGv9aFuDXhxMz9ifl99kNruGTud6huDPjRtZF12MbqXjGxjenOnnC7fvRfJpqqOyrr/qnrLqjFJhOs9A0/QsWrWNlqanr2LwTLSxp8Jbz8fWglv2FX4ulmdJI9yqrnKqqp0XrO4de3FkfVa9mZOZkeDvXJ3KfCPU2or4RolySMwNrbI2dsfC/h2ztL0/S8KirHFsW7KlTxm7cYucvOU3KTfFts9/PTnKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARURyK1yI5rkVHNVEVFRU4VFRfgqKgTadVzI0mqPimdE/vf+I7C76uY7Y9WsfjdY3WRbOS2HqhHw43VdqmcqzTWtNc77dLVs7M5Xc0nLHjLCqngtVyOWbLftH7j8rR/S273AncyNKVI28vjK7aXJK9zldtr9tVux419RNdOtv3KexnTtzPI3t2ZtWsPcL6rl/Taq3jZL5uWK3SGNefH8JuOPPh0+i03c1qdgwGe1TN5TW9nw+T17YMJdnx2YwmZo2cZlcXfrPWOxTv0LccNqrZhenDmPajkM58PMw9QxbedgXbd7CuwUoXISUoTi+UoyTaafmmakNT0rUdE1C9pOsY97F1THuO3ds3YSt3Lc4ukozhJKUZJ800meHPKPBAAAAAAIAVkro3skje5kjHNex7FVr2PaqOa5rkVFa5qpyip8UUOKknGSTTP1FyjJSi2pJ1TXNP4HfJ6Hfl3y+mLhupfavI3tg1FFhx+v9wvZYyGyazEiNigp7xDCya5suEjRE8chG1+Sr/H7yWmOR0GInd32242qeruPt7CFnUuMrmHwjauvm5WG6RtTf8Ao21al+r6bVJ7K/bZ75M7b/0+yO9F25laGqQsao1Kd/HXJRy0k5ZFpeF6Kd+HHrV6LTt7KGFzeG2TEY3P69lcdncFmaVfJYjM4i7XyOLyePtxNmq3sffqSTVbdSxE9HMkjc5jmryimDOVi5ODkzw823Ozl2pOM4Ti4zhJOjjKLSaafBpqqNtOn6hgatg2dT0u9aydNyLcblq7anG5buQkqxnCcW4yjJOqlFtNcjyZ/A8wAAAAAAAAAAAAAAAAAAAAAAHVD+Y3p9ex/Ua9udGq+fOdNbVht0idBEkll+vZKRdX2at8Wq5tOGHLwZCdU44bj0cvwRUXIj2y7l/gnceGl3pJYmqY87Dq6L1I/i2n/abhK3H43Kc2YUe/TYn82djbmv40HLUdAzbWWqKsnYuP6fIj/ZSuwvTpyVivJM1FjZAaNAAAAATlC0ZaMnl9BQtDHlS0RaI26Pw3dwf9xvUeppV606fN9M7XmdOkbKvlO7XctJ/lWtWVd5O5rxty1mjCi+KtZQ444RFdre9ze2v4J3HlqlqNMTVMeF5U5epBeldX2vojcfxuV80t4/sK31/NXY+G38iblqGgZt3FafP0Lj+osS/sr1blmPKis0pRJvtjMdjNgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/PbuVKFae7etV6VOtG6azbtzx1q1eJicvlnnmcyKKNqfq5yoiH7t2rl64rVmMp3ZOiSTbb8klxbP5X8ixi2ZZGVOFvHgqylJqMYpc25NpJLzbOEPbX5IPTvqBLdfLdv4bcM1V+63/AB/rNj97vSzwtVZKi5HCrJrFG0x6eDmW8hXVsnLXcK13Ha+3Ox/c3cvTPH027jYsqfiZX+Hik+T6Z0uyXjWFuVVxXNVxs337vvb9sBXLWdr+PqGowr+BpyebNyXOPqWa48JJ8Grt+3SXB0adOsHtz85WTm/lUei+mKlFn+62rsvaWVfesOa7hI3u1DVbFWvVmjTlfjmbDFcqct4RfLvzbftMsR6bu7dUlN8K2sSHSvj+NdTbT/2EX8ePDC/fn5lmbc68btnt2FqPHpyNSuOcqPk3i40oxi1xf/F3FWnCi49YHbfv57bd0/yq+3dz7TQwtpXtdrWlzRaNgf4z3/cSlZq6tHjLGXqxu48f581uT4Jy5VRDv3bfZ3txtbpnpul488qP97fTv3K8upO65KDf+rUF5Iwv357o+/PcXrta/uLNtadOv+Hw2sKx0t16JRxlbldivD15XZcFWTojh4+R8j3SSPc973Oe97nK573uVXOc5zlVznOVeVVfiqnZajGKSVEkdANuUnKTbk3Vt8W38TDktUCE6gCVYBAAACmPkhaMUZPL6ChaE5X5loi0RClAAAAAAABy06k9FvbDuxa8+jdKbgmIsoySPZNpqR6Trb670R38mrl9slw9fKRNavKpT/kPX+jVX4HXO4+7XbvatYatquN9THg7Vpu/dr5OFlTcH/b6V8TvXYnto75dxum5tvbuf9BOjWRkxWJYcX+tG7ku1G4v9l6j8kzs+6j/AAabZe/i3+8u5MPgIVVklnW+tMXYz198Sv5dAu0bFFiKOPtNiThVZjb0aPX4K5G8u6E3J7stOtdVnaemXb0vC7lTVuNfP0rbnKSr53bbp5N8Mzdiflr63kdGT3J3Bj4tvg5Y+n25XptV5fU31ahCVPFY96NeTaVX2g9R/jI9Nuof4tmp1XV3/N1vtL/fu1LS7tYmfDysczsHbir6ZBM17vLzgxcLvLhf/C3joPcnfnuduTqt3NQlh4sq/h4i9BKvNeom77Xwldf+VmZ+xPZv7fdhdF7H0SGqajCn4+pS+sk2uTdmajiJ141hjxdaeSpzvx2Nx+Io1cXiaFLF42jCytSx2OqwUqNOvGnEcFWpWZFXrwxp8GtY1Gon6IdRXr97JuyyMicrl+brKUm5Sk3zbbq2/izJrExMTAxoYWDat2cO1FRhbtxUIQiuUYxilGKXgkkkftP5HkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAf3S/H51H7gYSbJ24IdJ7hx1L7Oudm4qnG6zYbBErauF3OlGsSbLr/ACiIzzc25S45rzMYssM3cHa7vJuPtrlqxbbytszlW7izlwVXxnYlx9K550rCf68W1GUcZvcD7X9j99tOlmX4x07flq3SxqFuK6pUXy2sqCp9RY5Uq1dtc7U4xc4XNSb2E9bu2vWHe7Gg9ta3Lh76pNYwmZrK+3re14uKVI0y+tZf7ccOQpqrm/cYqMsV3ORk8cUn7TY1szfG3N+6QtY25fV2zwU4Phdszar0XYVbjLyfGMkqwlJcTR/3R7Tb47Pbkltne+JLHyeMrN2NZWMm2nT1ce7RKceVVRTg2o3IQlwPhJy462JyhaMtGY+X0FC0JypaItEQoAKADsD9KPyFdsen+Xgwsb7G89NX7zp891tkbro2UX2X82szpd+Vk/8Aj+ZVyq+SNGrTurykzEerJo+mu6fZjbvcrGeVJLE3PCFLeTGNeqnKF+Kp6kPBOvXD9V0rGWTvt890W9uxWdHT4uWo7Cu3Oq9gXJ0UHJ/NdxJtP0LvjKNHau8rkepxuQ22egPYrqb2Z0On2F1Hs0OdxMn2oMtjJ2sp7HquVfEksuD2jDLJJNi8nB8ePjJXsMT7teWaFzJXa5N47J3HsTV5aLuSw7OSquEl81q7CtFctTolOD/RKL+WcYyTit3vbLupsju9tq3ujY+ZHJwnRXbcqRv41xqrs5Fqrdu4vtlCa+e1O5bcZv7gcUOxAAAAAAAAAAAAAAAAAAAAAD07sTSMP2XoO69d7Azzwe9apsGo5ZEY2R7aGw4q1irUsTXKifehitK+NeUVr2oqKipyez0XVcnQtYxdaw3TLxMi3eh/atzU0n8G1R/A9DurbuBu7bOobV1RV07UsK/jXeFX0X7crcmvilKq8mk00aBW4axldH23aNLz8P8AGzuobFm9XzVfhyfYy2AyVnE5GHh7WPT7Vyo9vxRF+HxRDcRpufj6tp2PqmG+rEybELsH5wuRU4v9MWj5kdd0bO27reZt/U49GpYOVex7sePC7ZuSt3Fxo+EotcUmeueSHnUPV0J5KWgojEFBSgAAHcv+E3uFNK9ltk6rvW1ixXculWYqNdZFbHNt+ifytixLnNVyRuVNalzTU+Hkr3NRF+KouMPuo21/Fdi2NwWY1yNLyk5OnKzkUtz+P71WH5UTqZ7/AJe2+/5f7uZezMmfTha/p8lCNeDysPqv2vh+4eUl41aS8ntamvI3TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxe9kbHSSOayNjXPe97kaxjGornOc5yojWtROVVfgiFScnRcWySlGEXKTSilVt8kvNnWN3z+WX1X6Zv5HXcDk813HtePfLWnp9dw0p9aqXonKi17+55O1UxM0SeKosmMblPB/7XNRUd499bQ9uncLdFmGbmW7WmadNJqWS5K7KL8Y2IpzT+F12qrinyrhl3P8AfV2R7eZV3SdLvZO4dctNxcMBQePGa/Vnl3JQtNeDljrJo+DSdadVHbf5rPYjbVtU+qNS0rqPGyo9tbITwLv221+V4ZK2/nK1TVlVG/HwfhpERf8AxKn65Dbb9rGytOUbu4snK1K+ucU/p7L+HTbbu/pV9fYYPb8/MX7ta854+xsDTtAw5V6bko/XZUfJ9d6Mcb9DxJcfFnWP2h7Ad2902Vs9qdpbvvLUlWeGjns/fs4anIrldzjsC2WPCY1PJeeK9eJE+R3zoGzdqbWh0be0/ExHSjlbtxU5L+tco7kv86TMNN6d0u4/cW962+Nb1LU11VUL9+crMHz/AA7Cas2/shCKPkHJyWqRwKhCdQBKsAgAAAJynzLQtGTy+goWhj5KWhaIhSgAAAAAAA8zr+ubDtuVrYHVMBmtnzl1XNp4bXsVezWVtq1OXJWx2Ogs251an6+DF4PFzM3C07Hll6hetWMSP3p3JxhBfbKTSX6Wex0rR9W13OhpmiYuRmalc+5asW53bsv7Nu3GU5foTOwjqT8UnuV2ola3e0THdV4Wx4uTK9p5duBso3xa97V1fG181uEE6Menik9CBiv/AGq9OHK3pncfuG7Y7f6rdrLnqGUv1MSHqL/eycLLX9m5J040fCuVexPY97gd6qF/J021omnT/vNSu+hLwb/w9uN7KTo+CnYgm+HUqOnZ/wBR/g86rwi1Mh3T2tte+240ZLLgNMo1NJ19Zef9ypbyNt2wZ7J0/Hnh8D8ZKq8L8ERWr0HuT3X7gylKztbTsfDtvgrl+Tv3KeaivTtxl8JK6vt5mZ2xPy3dkaa4ZXcPW87U76o3YxIRxLFfGMrk/XvXI/GDx5Vo+C4PtB6j9RPWrotKknWHTWk69k6SsdX2OfGJn9ujkjT4SN23Y5MtsbFV37uG2mtRf0RPgdB7k7k763a5R1/VMq9YlztKXp2af7G30Wv6Y1+JmdsTsR2f7aqE9mbf07FzLdOnIlb9fKTXj9Vfd3IXnRXEq8kcjjhB22AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD5F3b0T1b7EaJkOuu2tVo7Rrt1VnqumRYMrgso2KSKtnNcy0XF3C5mo2VyNmhcnnG50UiSQySRv5JtXd24NlavDW9uZE8fNjwdOMLkK1du5B/LODoqxkuDSlFqSjJcG7h9t9md09t3dq73wreZpVz5o14XLNxJqN6xcXz2rsatKUWqxcoTUrcpRlqYe7/wCODtP1IyF3asQl3sLo+xba3G75UqNTIa4lqVsdXFb7jq3k3F20lkbDHfjRKFx6t4WGWT+MzYv2p737f7j2Y6fk9GFuuMfmx2/lu0XGePJ/fVOLtv8AEgq16orrekn3Ee1DeXY/Kua1g+pqnbuU/wAPMjH57HU6Rt5kI/u5VajG8l6N10p6c5elHrfO8DFAAAAAAAnKCjFGTy+RaFofY+i+/wDtb1x3yh2J1LtNvXM7V8Yb1bl1jB7FjPNHzYTZcQ57auYxNhU5WORPOJ6JLE+OZjJG8Y3bs3b299Inou48eN/Elxi+Vy3LwnanzhNea4NVjJSi3F8+7cdzN59qNyW907IzJ4mpQ4Tj96zft1q7V+1Xpu25eT4xdJwlCcYyW2p6Q/kZ6q9vMZV1q6tTr7u2lS88v19futWtn1rQrJczGg37Csfm8d4Rumlpu/6+ixHfcbLExLMmubut2S3D22vyzrXVm7VnL5MiMeNurpGGRFfclxSU1+HcdKOMn6cd2/t591WzO+WJDScjo0vuFbt1u4U5/Le6VWV3CnKjuwonKVp/jWVXqU4RV6XYudJmVAAAAAAAAAAAAAAAAAAAAABp7fl56fXq/wBxdn2GnWWHBdwYLDdj49zGr9huVnjk1/aYEk/R1qXPYSW7I39WpeZ/RUNlvtt3Ktf7ZY+FclXL0y9PGl59CpctOnkrdxQXn6bNEvvm2I9nd+MzVLEOnTddxrWdCnL1GnZyI1/ad6zK7JeCvR8Gjq8O/jDsAAAAAAx8kLQtGfU+juz8h0z3F1l2rjFk/kaDu2vbLJDEjXOu0MbkoJctjFRysRY8ri/vVnpy1VZKvDmr8U4/uzQLO6Ns5+3r9OjMxblpN/qylFqEvthPpkufFcmcz7dbtydg770jemJX1dM1CxkNL9eFu4nct/Zct9Vt8Vwk+K5m/bi8nQzWNx2YxVqK9i8tRqZPG3a7vKC5Qv147VO1C7hPKKxXla9q/wBUVDTxkWL2LfnjZEXDItzcZRfOMotqSfxTTTPphw8vG1DEtZ+FONzDv243Lc48pQnFSjJfCUWmvgz9x/I8kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA1kvyoe/ue3jcNi9a+odgsYvrrU7VjCdk57D2XwWN82as/7OV1ttyFWTJqevWGurTxNVrL9xkqv+5BHCr88vb52dwtJ0yxvrctmNzW8mKni25qqx7T4wu9L4etcVJRb424ONKTcktNXvb90uqbk3Bl9ntg5U7O0sGcrOoX7UnGWbkRdLuP1qj+lsSrbnFNRv3VPq6rUbbl0hGVnUa3QSrAIAAACcoC0J5IWhaE8lLQtEYlKAAAAAAACcp8xRijPrPWPRHdHdFv8Ah9U9Xbvvjmyfant69r+QuYmi/wCH/wBc82kLcPi28qieVmeJvKonPKocd17d219rW/V3DqGJhqlUrlyMZy/swr1z/wA2LOd7M7Ydw+4d/wCn2To2o6m06SlYsTnag/8AWXqK1b+25OKOzjqT8KnsjuP8S72ntOkdP4ybxWzQ/kO33b6yL4qv/wAL1+xX1h/7VVPhm/JHfq3j4nQ24/dNsfTOq1t/Hy9TyFylT6ey/wDPuJ3f/I/SZk7E/Ls7ua/6eRvXN07QMOX3odX1uVH/AMOxKOM//e618Ds+6j/Dl6m9ffxb27xbd3JmovtSSrtmZfhdbbZi5/fU13VP7TKtd6qiuhvXcgxeOF5TlDoTcnua7i6z1WtKeNpmK6pejDru0fncvdar/Wtwtv8ATxMzdiewHsbtXoyNxxz9wahGjf1N12cfqXjGxjek+l+ML12+n48OB2UaH1j1z1diUwfW2iajoeIRsTX0NS17FYCvOsLfBkttuMq1luWeOVdLKr5HuVVc5VVVXozV9e1vcGR9XrmXk5mTx+a9cncar4Lqb6V8FRLklQy+2zs3aWy8H+G7R0zA0zAoqwxbFuxGVFROXpxj1y85SrJurbbbPeT1JyQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4sljcdmcfexOXoUsrisnUsUMljMlVgvY/IUbcToLVK9StRy1rdSzA9zJI5GuY9iqioqKf1sX72Nehk405W8i3JSjKLcZRknVSjJUaafFNOqfFHj5eJi5+Lcwc61bvYV6EoXLdyKnCcJKkoThJOMoyTalGSaadGqGub74/iDsYlMz236l42xdxiJNktk6SY+WzkKHxdJau9bTyuknyFNWr5rhpnLYiVrkqSStdFUiza7Q+5OGR6W2+41yML/CNrO4KMvBRyUuEZeHrr5Xw9SMWpXJaqPcn7F7uF9Rvjsjalcw+Ny/pKrKcPGU8BurnHxeLJucaP0JTThYhr8Wa9ilYsU7kE1S3VmlrWqtmKSCxWsQSOinr2IJWtlhmhlarXsciOa5FRU5Myrc4XYK7aalbkk006pp8U01waa4prmaxLtm9YuysX4yhfhJxlGSalGSdHFp0aaao0+KfBn5/L6H7ofihPJS0RaIgKQlUATqAJVg8hictlcDlMfm8Fk8hhcziblfI4rL4m7Zx2UxmQqStnqXsffpyQ26VyrMxHxyxva9jkRUVFQ/hk42PmWJ4uXbhdxbkXGcJxUoyi1RxlGSakmuDTTTXM8rCzc3Tcy1qGnXruPn2LkZ27tucoXLc4usZwnFqUJRaTjKLTTVU6m27+Ln3yt+0ulZDrXs69A/u7rnG1rNrJeMcDuwdQSWOjFtKV42tijzeLtSRV8q1iNjfJPDPGiJNJHDrl7+9orewNUhrugwa2rnXGlHn9Peo5O1V8XCaTlab4pRlB/dTlu79nfuSv8AePb93aW77kX3C0qzGUp8F9bjVUFkdK4K7bk4wyEqRbnbuRS65Rh2yGOxmsAAAAAAAAAAAAAAAAAAADpI/OF08m09DaD3FQqMfkuqdyXD5iw2JUkZqW/x16Eks0zGr5srbTi8ZHG2T9rVtvVqorlR+VXtR3N/D935m2b0mrGo4vXBV4etjtySS+Nqd1trn0KqaVVrz/MS2J/Ge2umb8xoJ5ei5/pXZU4rGzVGDba5qORbx4xT4L1ZNNNtS1ajYCabSeSCjFGTy+haFoY8r8y0RaIgKCVQBOoG6J+LbuFO4PTDq6W1bZZzvW8VzqfPI2RZHwP0v7EOuMmV7nSJLJpNzFyO5/Vz1VPhwavO/wDtr+Wu6GoRtxccTOccu3wpX16u5Twor8bqXwRv59nG+v567BaPO9NT1HSYy029xq08WisJ141eJLHk6+LdOB2GnS5lEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4F7T9oWemPXPubs6hK2DLanoOet4GZ6ojItkuVVxetPd5IqOa3PXqyq3/wASfD+pzDt/oEN0b20vQbyrj5GZbVxedqL67v8A5cZfYdW97d6Xu3naTcO88WSjnYOl35WG+SyJx9PHb/8AHnb4ePI0VpppbEss88sk888j5pppnuklmlkcr5JZZHq58kkj3KrnKqqqryptqjGMIqEElBKiS4JJckl5HzO3Lly7clduycrsm223Vtvi22+LbfFt8z+Z+j8EBSeSFoWjJ5KWgoTlVBaEKUAAAAAAcoBQiKrlRrUVznKiIiJyqqq8IiInKqqqKUVXyP0otui5s5e9Sehntv3WlazpnSu2VcNZ8Xx7JuFeLR8A+u5rXfy6t/a5cUuWr8PT40mWXKvKIiqi8dbbj7vduNq9UNU1XHllR/urLd+5XycbKn0P+24/F8Ud9bF9sPfTuIoXtv7dzoafPisjKisOw48PmjPJdr1Y8f7lXG+NE6OnaD1L+DDPWHVb3efdWNxkXKOta31dibGVtSRuVF8GbftMGNr0rDG/ByJh7TPL9HKicu6D3H7tMOCla2lpU7kvC7lzUFX/AGNpycl/40HTw8sz9i/lraldcMnuTuKzZh+tj6dalck15LKyVbjCS5P/AAtxV5Npcez/AKj/ABo+m/T6VbGP6kxu8ZuqrHf5D2jO7ebk0sSf7U64jJsbqNSeN/7mvrY2ByP4XnlreOg9yd9e525XKF7Up4mJL+7xV6EUnzXXH8Zp8qSuy4fa65m7E9n3t/2EoXcTQrOpalCj9fUX9ZNtcn6VxfSxknxTt48HWj8FTnVSpU8bUr0MdUrUKNSJkFSlSgiq1KsEaeMcNevAxkMMTGpwjWoiIn6HUt27dv3JXr8pTvSdXKTbbb8W3xb+LMlcfHx8SxDFxLcLWNbioxhCKjGKXJRikkkvBJUP0n8z+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB1ae9f4xuuPaatkt+0BMV1v3u2KSZc/FW/j6zvszGosdTfKdKB8yZByN8I8vAx1uNq8TstRsiZHkD2k79a52+uQ0fWPUzto1p6bdbuOvF48pOnT4uzJqDfGDttycsN/cd7Qtqd5LV3c22fR0nuQot+so9OPmNco5kYJvr4UjkwTuRXC5G9GMIw1Qu2eoeyOjd3y3Xfamp5PUNsw0itsY/IxtWK1WV72QZPE5CB0tDM4e59tVgt1ZJa8qIvi5eF42Hbd3Noe7NKt61t7It5OnXVwlF8U/GM4ukoTj+tCSUl4o0sb22Nuvt1uG/tbeeFewdbsP5oTXCUatK5amqwu2pUfRctylCXhLgz5se7qziZCFAA5T5loKMx8voKFoTyUtEWiOWHoz2xkel/bLo3dadiWGnJvuE1XYmMk8WWNV3S3HquwsljVUjsfxsdln2ImP4b/ACII3ctVqOTrvuzt2xujt1q2l3Yp3Fhzu2+HK7YXq26eKrKCi2uPTKS41o+6/brvTK2D3q27r+PJxsPUrWPfSdFLHypLHvprlLphcc4p8OuEXVNJrelNTB9FoAAAAAAAAAAAAAAAAAAAPiXsl1RB3l0J231NLFFLPu+jZ3E4hZ3MZFX2RtR9zVrz3yfsamO2SrVn5XhE+3+qfqcq2NuKe094abuKLahiZduc6c3ar03Y8P2rTnH9J173Y2Vb7i9tdb2TOMZXNR069atVolG/09ePN14fJfjbnx/ZNCKzXsU7Fipbhkr2qs0tazXmY6OaCxA90U0MrHIjmSRSNVrkX4oqcG4GE4XIK5balbkk01yafFNfBo+aq7auWLsrF6LhehJxlFqjUk6NNeDT4NH8C1R/ME6gCVYIQoAJyhaMUZsJ/ga7CsszvsB1VPYlkpXMTqPYOKqKq/Zq2sbcyGubBYjRE4STIRZXGNfyvxSs3j+phn7u9Fg8TRtwwildjcvY834tSjG7bX2RcLrX9pm0D8tzc16Go7n2Zdm3j3LGNm24+EZW5TsXpL4zVzHT/wBmvibIBhCbWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcKvyL4a/nfSb2HpY6L71iDSYszIzh68UNc2DC7DlZf2Me7/YxmLmf+nH7fiqJyqdpdk8mzid1NFu33SDy3Bf2rluduC/TKaX/RUx192unZWqe3LdmNiR6rsdOV1rj9zHv2b9x8E+Vu3N+XDi0uJpT+X0NpdD51KE5UtEWiIUoAAAAAAAJ5IWhaM87rWr7RueWgwGna3ntrztpHLWwutYfI53LWEarUcsGOxde1cmRqvRF8WLwqp8zw87P0/S8Z5mp37OPiR5zuzjbgvtlNqK/pPaaPoes7gzo6ZoOJlZ2pT+7Zx7U712X2W7cZTfNcl4nYd1H+Jr3I7R/iXMtp2I6nwdrxkXJ9m5lmKuthTh0iJq2Ggzm0wWkYvDI7VOq1z+Ec9icuTpfcfuL7Y7f6rePlXNRy4/q4sOuNfD8Wbt2mvNwnNpck3wMr9iexnv/vP07+bp9jQ9Nnx9TUbqtzp4/wCGtK9kqVOUbtq2m+DlFVa7QepPwfdO4D+Ne7k7P3DsS9G5ksmF1WpT0XW3r/46lyaV+w7DfhT+kkFrHvVfjwn6HQW4/ddubM6rO2MDGwrT4dd1yyLv2xS9O3F/CULiMzti/lwbA0voye4Gs5+rZKabtY0Y4eO/OMm3fvzX9aFyw35LkdoHUnqh649FtrP6s6d0jV8jUa1sOwpimZjbERsf2/37dnn5TZpPJqryi21RVVV45VToPcfcTe+7XJbg1PLyLEudvr6LPn+5t9Fr/uGZmxex/aTtqoS2VoGnYWXbSpf9JXcngqccq87mQ/jW74t+JyEOGHaoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAONns16o9O+2GkSad2nr7Z7dSOy7VtyxaQ1Nv02/YYiOuYLKuil/2JXsYs9OdstK14N+7E5zGObznYncPc3bvVVqe371LcmvVszq7N6K/VuQquK49M4tTjV9Mkm0+pu7vZbYnerbz0LeWKpX4KX0+VbpHJxZyX37Nyj4NpddqalauUXXBuMWtRX3E9Fu4vTrZlg2up/lHXOUuywaj2jhKkzMDl28ukgoZms59iXV9lSunlJSne9j1a9a01mNjpDY/2z7s7Z7mYPXp0vp9btxTvYs2vUh5yg+Cu2q8pxSa4dcYSaiaP++vtx332K1f09ah9ZtW9caxtQtRas3VzULsayePf6eMrU5NNqXpXLsYuRwn8lO06HQFCcqUoAAAAPp3SeBv7V3L1LrOL/lpkth7M0TCUFoSLDdbcyu0YujXfUmRkiw2WSzorH+K+DkRePgeh3TmWdP2xqOfkdPoWcDIuS6lWPTC1OTqvFUXFeKOXdv8ATcnWd+aJpGH1/V5Wr4dqHQ6T6rmRbhFxdHSSbVHR0fE/0CDTifTSAAAAAAAAAAAAAAAAAAAAAaTX5KOnk6X9ye4cJUqLVwO3ZlnZmtokSwwPxu+sXN346cfijG08bs0uQpRoz9jUq8Jxxwm0/sbub+aO2WmZdyXVl41r6W7xq+rH/Di5P9qVpW5uvH5q/E+fP3ZbE/kDvzrun2YdGm52Qs+xwonbzF601Fcum3kO9ailwSt0VKUXBI7aMcRyhRQnkgoWhj5KWhaIhSgA70vwQ4y7L3r3VmWQudj6HU1LGWrCI7wiu5bcMPaoQucjfFHTwYWy5EVUVUjXhF4XjEv3cX7UdpaXit/jT1GUkvOMLM1J/oc4/wBJsW/LhxMifcbcGfGLeLb0SFuUvBTuZVqUF+lWptf2X8TaEMBzcCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADw2x6/iNs17Parn6ceRwOy4bKa/m8fN8Yb2IzNGfHZKnKn9Y7NOy9jvo48rBzMnTs2zqGHJwy7F2FyElzjOElKMl8VJJnr9X0rA13SsrRNUtq7pmZj3LF6D5TtXYO3cg/hKEmn9po0ez3r/tPrL3TuXU2zwW3RYbIzWdWzViFYotp065PK/XdiqvaxsEn82i1G2GxK5te5HNAq+UTjbHsLeWn782vi7iwHHquwSuwTq7V6KXqW34rplxi3Ryg4z5SR813ebtZrfZzuHqGxtZjNwx7rljXpKiycSbbsX4unS+uHC4o1ULsblpvqgz4AcyOrQAACcoKMtGTy+haFofYOrvX3vDuuwkHVPVe8byz7roJchgsBenwdSVnHkzIbDJFDg8arfJE/6ixGnKp8zjWv7y2ntWHXuHUMTEdKqNy5FXGv6ttN3Jf5sWc/2X2q7j9xLqtbI0TUtSj1dLuWbE5WYteE77Ss2/8+5E7O+pPwm+xG2LWu9sbjpHUeNk4WfHVZX9gbbAqOarmPo4WxR1ZGuYq8PZmZVRyfFnHxOhdx+6nZWndVrbuLl6lfXKTX09l/501K7+h2Fw8TMvYv5dPdfXHDI3xqGm6FiPnbi3nZS5VThZlDG5Vo1ly4/q04naB1L+Hn1G68Src2/H7X3BmoFbK+bc85LjsClhirw6trmqtwsL6yt45hvT32uXnlVReE6D3H7l+5GtdVrTZ4+mYr4UsW1K5T43LvW6/wBa3G2/+kzN2N7BuxG1OjI161na/qEaNvLvO3Z6l+zYxvRTj/UvTvJ+PDguyPSOuuv+tMUmC670jU9Fw3+2rsZqOvYnXaUromqyOWevialWOxM1rl/e9HPVVVVXlVOjtV1vWddyPq9ay8nLyuPzXrk7klXmk5ttL4LgZdbc2ntbZ+D/AAzaem4Omafw/DxbFqxBtKibjajFSfxdXxfHie5nqzkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPW9v0/Vd/1rMadu2vYjatWz9OShmcBnaMGRxmRqScKsVirZY+NysciOY5OHxvaj2qjkRU87TdT1DR861qelXrmPqFmSlC5bk4zi14prj8GuTVU6pnqtc0LRtzaTf0LcGLYzdGybbhds3oKducX4SjJNcHxT5xaUk00mavnvr+JfaemEzfbHrlVy279Tw/fyWc0ZP5OV3Xrum1rprFim7/et7dqNFrVV0/7sjSh4Ww2eOOa2mfHaH3F6fuj0tu72lbxNxOkbd/hCxky5JPkrN6X7P7ucvuOEnG2afvcl7KNZ2CsjevauF/UdlRrcvYnzXMvCjzlKPOWTjQ4tz437UKO6rkYzvrpQMpjX8ACcogBPJC0LQ7nvw1erGY7M7vZ7CbBjJIuu+mpbC4SzaglStsXY9/HzVsbToPXwZO3U6dtcjYe1yrBZWm1UVJF4xf8Ac53AxtC2p/JmHcT1rVEutJqtvGjJOUpeXrSXpxT+9H1XX5eOe/sP7NZu7O4S7nanZa2voLl6UpJ9N/OnBxtxg+Cf00ZO/Np/Jc9BNPrdNro15G58AAAAAAAAAAAAAAAAAAAAA1//AM6PRVvL6r1Z7E4Wk+f/ABGxa633ieJjpHwYTO2VyunX5vFvEFGhnlv1nvcqo6fJwNREVfjmL7TN22sbUNQ2XlTS+pismwnwrO2ui9FecpW/Tkkv1bU2azPzFu3F7O0bRu6WBbcvoZSwctrjS1el6mLN8OEIXvWttt8Z5FtLnx1qeVM5zU1QAoAAAAABtffhR6Kuddeuey9s5unJTzHeWy17uLZKjmPfouksv4nXbL4pGtfE6/m8ll5mL/plqvgkaqo5DXh7pt22tb3tY27iyUsbSbDjOn+nv9M7ir49NuNmL8VNTi+KN0f5f3bm/tbtZl711C27eduLLjK2nwbw8RTt2JNPiuu7cyZLwlbduSqmjuYMYjPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4h+3vpp1d7g6RFgNyjfgtvwTLUukdhYurDNm9at2GL51bEUjoUzOuXJWsdaoSSRtkViPjkhla2VvZPbbufr/AG01V5mmNXtNvNK/jTbULqXinx6LkVXouJOlaSUotxfQ3fr2+bL7+bcjpe4E8bXsZSeHnW4p3seUlxjJOnq2JujuWJSipUUoStzSmtYDvz8bftf0Nk7aT9c5XsrVI3Svp7r1dQyG24yWoxVd97KYmjVdsevSRRK1Zf5dSOu16qkc0rW+Znxs/vj273fYj0Z1vB1F06rGVKNmSflCcn6VxN8uiblTjKMW6GmPuf7Qu+HbLMuK7pN/V9DTbhl6dCeVbcV43LUI+vYaVOr1bSgnVQuTS6jhg7Sd2baWi7UNobdbOtV1NdfyyWktJJ9lay11qfeSwkv7fDjy8vhxydoLVdKdv1Vk4/pUrX1IUpSta1pSnGvKhj69tbhje+neBm/UKXT0+hd6uqtOnp6a9VeFKVrwOUfVH4+vb/uN9aTWek9sw+IsK1f8i3yuzQsK2u7x/wCsgl2p+Mu5Wr+5PjRgtOd8eGr4u44BuLvL212wpRz9Vx7uTH+7x39ROv7LVrqjB/7SUF5vijurY/tY79b/AJQno23M7HwJ/wB/mxWFZ6f208l253I/7GFxvjROjp2f9R/gvyMv8e73r3VVpt5YtjW+qcVJclcxVRzvDcdsq1YoJWsTx8f7JM3yXlHKicO6D3J7tLMeq1tHSpSfhdy59K/3Nlttf+PF/DjwzM2J+Wtlz6MnuXuKFtcOrH0225unjTKyYxUXThT6Sarxq0uPaD1J+N3056eWtaw/T2G23N1vB39/7Kkl3y9JMxniyy3HZz72tUbLFVXI+rQrq1/Dk4VG8dB7j749zdzdVvJ1O7jYsv7vFpjxp5dVul2S8KTuS4cPFmZuxfaN2A2C4X9P0DHztRhT8fUG82baXCSt3q48JLmnbswafFcUqc4KtWrRrQU6VaCnTqxMgrVasMdetXgiajIoYIImsihijYiI1rUREROEOqLly5dm7t2Tlck6ttttt822+Lb8zI+zYs41mOPjwjbsQioxjFKMYpcEopUSSXBJKiP7n4P6gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHTD7zfiS0vvW1k+zugZcH1n2pZWe7m9asQOp6BvVtySSyWXMoQyP1PZLcruX2oYpKlp/wAZoWSPksmUHab3G6ptK3b0HeKu5+340jbup9WRjrkl8z/GtJcoyanBfdk4pWzAj3E+yXb/AHGvXt3dtJY+kbynWd2w104eZLi3KkE3jX5PncjGVu4/3kIylK6a6Xa3qF7N9J3rFLsnpPf8FFXc9q5qrgrOf1adGKiOWptmupldbtcI5FVGWnOajk8kTkzX293J2HuqzG7oeq4d2Uv1HcVu6vts3Oi6v0wo/A1b7z7Hd2+3+TLH3Xt/U8eEX+9jZlex3T9nJsepYl4cFcbVVVI+UYPrDsvZshFidb683nYcrOirDjMHqWfy2QmRHNaqxUqGPsWZERz0T4NX4qnzORZev6FgWXk52biWcdc5XL1uEV9spSS/ynDNP2hu3V8lYWlaXqOVmS5W7WNeuTf2RhByfNeB2p+qn4de9+2Mvi8/3zTu9JdaNkhs3aNySjJ2Zn6f+t9PE6/zdj1aWVWrG+fLsjmrqqPbTsJ8DHzuF7mNo7dxrmHtCUdV12jUZR6vpbcv2p3Pld1Lmo2W4y5O7B8TMjs17Fu4+9M6zqXci3c2/tNNSlCTg8+9Hn027PzrHb+655KjKH3lYurgbSfWXWWjdOaNrvW/W+u0dX07V6LKGIxFBio1jUVZLFu3YkV9m/k79l7prNmZz57M73SSOc9yquAGva9q25tWva5rl6eRqeRPqnOX9CSS4RjFUjGMUoxilGKSRuG2jtHbuxdu4u1NqYtvD0LDtqFq1BcvFyk3WU7k5NzuXJtznNuUm5Ns98PUHJAAAAAAAAAAAAAAAAAAAAAD0Ts7rfUe3+vtv6x3vGty2o7vg7uAzdJVayX+Ncj4jt0p3Mk/iZTG2Wss1LDUV9ezFHK3hzEU9voOualtrWcbXtIuenqWJdjchLwrHwkuFYSVYzjylFuL4NnHN37U0TfO2M7aG47Sv6JqGPOzdhyfTJcJQdH03LcqTtzSrC5GM1xijSQ9vvUrsT1C7Uv6JuFae/reQluXuvd5irLFid01yKZGx2onNdLFTzePZLHHkaLnrJUmcip5wSQTS7U+23cbRe5O34avpslDOgoxyLDdZ2LrXFPk5QlRu3cpScfKcZxj8+XfHsnujsdvK7tzXYSu6TdlKeFlqNLeVYT4SXNRuwTjG/Zb6rc2n81uduc+KZ2EdMAAx8kLRloyeX0FC0OefoT6R7j7idoU681W/iOm9TyVSz2bujGLDG2ozxtJqGv2H8Ms7TnoWpG3x80x8Ei2pWuRIop+ou7/AHV0ztnoEpxlC5ufJg1i2OfHl61xeFq2+PGnqSXpxa+aUMkfbb7e9c76bvhanC5Y2JhXYyz8qlF0r5vprMnwlkXl8qpVWYS9aadIQubp+v4DC6rgsNrGuYynhde13FY/B4PD4+FtehisRiqsVHHY+lAxEZDVp1IGRxtT4I1qIauMzMytQy7ufnXJXc2/clcuTk6ynObcpSk/Fybbb82b9tM03A0bTsfSNKs28fTMWzC1ZtQXTC3atxUIQilwUYxSil4JHlzxjzgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcdvZ7WPW3cusbes+0eQ68xXXeYuxVKuS7D2fD6bXpZ91ey6lZ13ZctkcVJi9jhgbK6F9adsyxpI1UdGr2rzXYWfvjTNejn7Ahm3NatQbcca1O85W6rqVy1CM+u03SqlFxrR8JUZ1b3e0jtRr20J6R3hu6XZ2vfuKMZ5uRaxYwvUl0SsX7k7bt30upxduam49SdYOSer57F+gXUOtX7mZ9bfc/1g7K1uSSSSvp24d+dS6tvWPa5XLFVgzNjZquobBHG1vDrEs2JeiuaiQuRHPM+Nk94tyZ1mOLvna+v4OclxvWdPy7tiXm3BWnetvyio3lzfUuCNQPdL20bF0jJnn9qd/bQ1bSm244uVrOm4+XDyirsr8cW8l4zlLGfFJW3xkdaGxa1kdXuux+Ts4CzO18saya9tmrbfSV0PgjlbktTzOaxz2L5p4uSVWv+Piq8Lx3rhZ1jPtetYjejCi/eWbtmXH+rehCX2qlV4mJ2qaTlaRkPGyp407ibVbGTj5MOFK/iY127BrjwalR8aN0Z+vU9My+6X247D3NUp2HuRqSbZvmjaFQRVVqIrsrvWxa5jGN5enKrMiInPK/BeP56jqmNpdn18mORKC8LOPfyJf9ixbuS/7p/fRdBztfyVi4NzCt3W+eTmYmHD/eZd+xbXPm5U/oZ2qetv4+/W+7fo7D7Q+7frJhMPE6Kd/XXXXfPWmSzl/hfJ1TN7hYz0eLw0aOaiSMoRX3SscvhYhciOMfN8d5d8WrU8LYO1deu5LqvqcnT8qNuPxt2Vb65vydx20muMJrgZk9qfbL2qyMm3qnd/uDtHHwYtN4ODrGBcvT/q3cl3lbtLwasxvOSfy3bbVTaA6MxvSeH6y1zE+vMmhTdU46OxS12XrbK4rO6vI+tYkiyD4szh7mQr5XJOvNetuxJPNZlsebpnukVyrgPuy/urJ16/kb0WYtwzalcWTCdu6qpONYTjFwj006IqMYqNFFKNDb327xO3+DtLFwu2D02WzLSlCw8G5bvY7cZNTau2pTjcn119WcpyuSn1O5JybZ9cOOHNgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//2Q==\"\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"dd651c32-146d-48ab-84e9-e89f4daac0be"},{"name":"PtoClassifications","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"1f06333b-78ef-4b77-b02b-bfe73746d02e"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"0d701768-a851-4b1e-a842-77e0c82796e0"}}],"id":"bdd8cee8-61cb-4fd4-a425-396bc1f82ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"ac0fd375-46c3-43f8-b41b-cde001ebb4f2"}],"url":"{{envName}}/api/PtoClassifications?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoClassifications"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"a81547c7-e709-4c18-87d7-4c910e4db8e0","name":"PTO Classifications","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoClassifications?userId=1","host":["{{envName}}"],"path":["api","PtoClassifications"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPuaxISJmleSCmadZXnQ4gmI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 19:40:33 GMT"},{"key":"Content-Length","value":"1047"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ClassificationId\": 4,\n            \"Name\": \"Floating Holiday\",\n            \"Description\": \"Unique Holidays per Agent\",\n            \"DefaultAllowedHours\": 24,\n            \"CreateDate\": \"2023-08-24T11:40:37.447\",\n            \"LastUpdate\": \"2023-08-24T11:40:37.447\",\n            \"MemberEventTypes\": \"this is the string\",\n            \"ColorId\": 24,\n            \"DisplayColor\": \"#228B22\",\n            \"IsDiscretionaryShrinkage\": 1,\n            \"IsNonDiscretionaryShrinkage\": 0\n        },\n        {\n            \"ClassificationId\": 5,\n            \"Name\": \"Sick Day\",\n            \"Description\": \"Agent Illness\",\n            \"DefaultAllowedHours\": 40,\n            \"CreateDate\": \"2023-08-24T11:41:33.56\",\n            \"LastUpdate\": \"2023-08-24T11:41:33.56\",\n            \"MemberEventTypes\": \"this is the string\",\n            \"ColorId\": 1,\n            \"DisplayColor\": \"#ff0000\",\n            \"IsDiscretionaryShrinkage\": 0,\n            \"IsNonDiscretionaryShrinkage\": 1\n        },\n        {\n            \"ClassificationId\": 3,\n            \"Name\": \"Vacation\",\n            \"Description\": \"PTO\",\n            \"DefaultAllowedHours\": 40,\n            \"CreateDate\": \"2023-08-24T11:38:10.743\",\n            \"LastUpdate\": \"2023-08-24T11:38:17.21\",\n            \"MemberEventTypes\": \"this is the string\",\n            \"ColorId\": 24,\n            \"DisplayColor\": \"#228B22\",\n            \"IsDiscretionaryShrinkage\": 1,\n            \"IsNonDiscretionaryShrinkage\": 0\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"bdd8cee8-61cb-4fd4-a425-396bc1f82ecb"},{"name":"PtoClassifications","event":[{"listen":"prerequest","script":{"id":"ea5ccf70-dabd-47fb-a80c-7a0549a7ce01","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"4b8993db-8658-4aa9-a9a8-63c74418787c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"85bec09a-e69f-456b-9b46-437fd8f1c851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"eventTypeId","value":"4","description":"<p>REQUIRED: The Event Type associated with the request. This will use the EventType ID. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value.</p>\n","type":"text"},{"key":"classificationId","value":"4","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/PtoClassifications","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoClassifications"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85bec09a-e69f-456b-9b46-437fd8f1c851"},{"name":"PtoClassificationsEventTypes","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"fc6ea4f5-349c-43bc-87b3-09fcbd87ace1"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"02b21c32-893d-4998-9761-25c7ee10c1d9"}}],"id":"62a65da1-fbe7-495b-bee1-005e05a29bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"953b6322-071b-4550-b88b-08d48d2b2c78"}],"url":"{{envName}}/api/PtoClassificationsEventTypes?classificationId=5&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoClassificationsEventTypes"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint.</p>\n","type":"text/plain"},"key":"classificationId","value":"5"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"178dbe79-9d0b-49b8-9160-164356953ad9","name":"PTO Classifications Event Types","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoClassificationsEventTypes?classificationId=5&userId=1","host":["{{envName}}"],"path":["api","PtoClassificationsEventTypes"],"query":[{"key":"classificationId","value":"5","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPvcb4zZMBl+ct2buc/8Ixp8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 19:44:51 GMT"},{"key":"Content-Length","value":"1262"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"includedEventTypes\": [\n            {\n                \"ClassificationId\": 5,\n                \"EventTypeId\": 9,\n                \"CreateDate\": \"2023-08-24T11:41:37.65\",\n                \"LastUpdate\": \"2023-08-24T11:41:37.65\",\n                \"EventTypeName\": \"Sick\",\n                \"EventTypeDescription\": \"Called Out / Left Early\",\n                \"ClassificationName\": \"Sick Day\",\n                \"ClassificationDescription\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"EventTypeColorCode\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false\n            }\n        ],\n        \"availableEventTypes\": [\n            {\n                \"EventTypeId\": 8,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"priority_id\": 150,\n                \"PriorityName\": \"On Site Paid\",\n                \"EventTypeColorCode\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"ShrinkageType\": 2\n            },\n            {\n                \"EventTypeId\": 15,\n                \"EventTypeName\": \"LOA\",\n                \"EventTypeDescription\": \"Bereavement / Jury Duty / Military Leave\",\n                \"priority_id\": 200,\n                \"PriorityName\": \"Off Site Paid\",\n                \"EventTypeColorCode\": 5,\n                \"ColorCode\": \"#000000\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"ShrinkageType\": 1\n            },\n            {\n                \"EventTypeId\": 24,\n                \"EventTypeName\": \"VTO\",\n                \"EventTypeDescription\": \"Volunteer Time Off\",\n                \"priority_id\": 250,\n                \"PriorityName\": \"Off Site NonPaid\",\n                \"EventTypeColorCode\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": false,\n                \"ShrinkageType\": 1\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"62a65da1-fbe7-495b-bee1-005e05a29bb2"},{"name":"PtoClassificationsEventTypes","event":[{"listen":"prerequest","script":{"id":"6dc5f2d4-1e70-4532-97a6-56db5cdf3492","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"32125e69-1a98-4535-843a-05bdb31fed3b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d13d9cfb-7ed6-4257-9eb8-0cc51f6d8fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"policyId","value":"2","description":"<p>REQUIRED: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n","type":"text"},{"key":"classificationId","value":"4","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint.</p>\n","type":"text"},{"key":"participantId","value":"547","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent</p>\n","type":"text"},{"key":"intervalDate","value":"10/15/2024","description":"<p>REQUIRED: The date for this event type as DateTime.</p>\n","type":"text"},{"key":"policyPeriodDate","value":"10/1/2024","description":"<p>REQUIRED: Datetime of the policy period for this PTO Classification Event type.</p>\n","type":"text"},{"key":"hours","value":"8.5","description":"<p>REQUIRED: Hours for the pto classification event as a float.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"}]},"url":"{{envName}}/api/PtoClassificationsEventTypes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoClassificationsEventTypes"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d13d9cfb-7ed6-4257-9eb8-0cc51f6d8fbe"},{"name":"PtoInterval","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"c70beeb8-b618-44fc-b5ea-958ba0d3437b"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2921f9fe-a853-4e60-ac55-22f8da791c82"}}],"id":"a4f59062-aacb-41c1-9373-fbeb6c414ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c092be46-47dc-4274-ba57-e963b7207f90"}],"url":"{{envName}}/api/PtoInterval?userId=1&sourceCulture=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoInterval"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL.</p>\n","type":"text/plain"},"key":"sourceCulture","value":""}],"variable":[]}},"response":[{"id":"cdca1e76-cf87-451f-b8e6-d97b49ec2cfc","name":"PTO Interval","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoInterval?userId=1&sourceCulture=","host":["{{envName}}"],"path":["api","PtoInterval"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPg5FRGvZmhoUcgsiPQC2zx8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 19:43:28 GMT"},{"key":"Content-Length","value":"686"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualIntervalId\": 1,\n            \"AccrualIntervalName\": \"Annual accrual\",\n            \"AccrualIntervalDescription\": \"Hours are accrued on an annual basis, for an entire business or calendar year.\"\n        },\n        {\n            \"AccrualIntervalId\": 2,\n            \"AccrualIntervalName\": \"Monthly accrual\",\n            \"AccrualIntervalDescription\": \"Hours are accrued on a monthly basis.\"\n        },\n        {\n            \"AccrualIntervalId\": 3,\n            \"AccrualIntervalName\": \"Weekly accrual\",\n            \"AccrualIntervalDescription\": \"Hours are accrued on a weekly basis using a four-week per month cycle.\"\n        },\n        {\n            \"AccrualIntervalId\": 4,\n            \"AccrualIntervalName\": \"Manual accrual\",\n            \"AccrualIntervalDescription\": \"Hours are input manually\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a4f59062-aacb-41c1-9373-fbeb6c414ad1"},{"name":"PtoPeriod","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8ad68844-8540-48aa-bc91-9fe9b2d91fb5"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"6feed05b-46b7-46d7-b693-cb0886c576b5"}}],"id":"2c60c516-acba-4ffc-a6a9-b02dbfb1a3cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"69a2a1fc-b3ad-4ead-afd5-72d764f38f97"}],"url":"{{envName}}/api/PtoPeriod?userId=1&sourceCulture=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPeriod"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL.</p>\n","type":"text/plain"},"key":"sourceCulture","value":""}],"variable":[]}},"response":[{"id":"6c10d20f-26eb-4b91-b5f7-1c8412f47776","name":"PTO Period","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoPeriod?userId=1&sourceCulture=","host":["{{envName}}"],"path":["api","PtoPeriod"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPnNqGfAJ2hxRRs9jN37BIog="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 19:43:14 GMT"},{"key":"Content-Length","value":"966"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualPeriodId\": 1,\n            \"AccrualPeriodName\": \"Annual on a Calendar Date\",\n            \"AccrualPeriodDescription\": \"The accrued time off in this type of PTO is calculated on an annual basis.\",\n            \"FixedDateForParticipants\": true,\n            \"Classpath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=AccrualPtoPeriod\",\n            \"Visible\": true,\n            \"PeriodSelectionControlPath\": \"pto-period-selection-annual.aspx#periodSelectionContent\"\n        },\n        {\n            \"AccrualPeriodId\": 3,\n            \"AccrualPeriodName\": \"Annual on Hire Date\",\n            \"AccrualPeriodDescription\": \"The accrued time off in this type of PTO is calculated on an annual basis from the participant's hire date.\",\n            \"FixedDateForParticipants\": false,\n            \"Classpath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=AccrualPtoPeriod\",\n            \"Visible\": true,\n            \"PeriodSelectionControlPath\": \"pto-period-selection-annual.aspx#periodSelectionContent\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2c60c516-acba-4ffc-a6a9-b02dbfb1a3cf"},{"name":"PtoPolicy","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"587bfb01-ca1c-495c-a1c5-6dc04c8edb5d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"188adc15-6697-48fb-9e68-baa7cef6dc58"}}],"id":"a02aaa26-edbe-4853-ace0-6ff022b02283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9dba926f-4029-4895-b08f-d7853feeafcf"}],"url":"{{envName}}/api/PtoPolicy?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPolicy"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"403d139c-453c-461c-a8a3-f5a3ff378700","name":"PTO Policy","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoPolicy?userId=1","host":["{{envName}}"],"path":["api","PtoPolicy"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPow7TlWvzQTV/1U6ezkfo9U="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 19:46:03 GMT"},{"key":"Content-Length","value":"585"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"PolicyId\": 2,\n            \"Name\": \"Full Time\",\n            \"Description\": \"PTO For Full Time Agents\",\n            \"AutoRenew\": false,\n            \"Active\": false,\n            \"CreateDate\": \"2023-08-24T12:01:23.08\",\n            \"LastUpdate\": \"2023-08-24T12:01:23.08\",\n            \"QualifiedClassificationsCount\": 3,\n            \"QualifiedPeopleCount\": 89\n        },\n        {\n            \"PolicyId\": 3,\n            \"Name\": \"Part Time\",\n            \"Description\": \"PTO for Part Time Agents\",\n            \"AutoRenew\": false,\n            \"Active\": false,\n            \"CreateDate\": \"2023-08-24T12:05:43.237\",\n            \"LastUpdate\": \"2023-08-24T12:05:43.237\",\n            \"QualifiedClassificationsCount\": 3,\n            \"QualifiedPeopleCount\": 2\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a02aaa26-edbe-4853-ace0-6ff022b02283"},{"name":"PtoPolicy","event":[{"listen":"prerequest","script":{"id":"8d9c49fc-346e-4f5c-999b-f2a51d79c212","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"3b1eee7b-d3ad-4fd4-b66e-7d9f15238037","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b41e5fa9-af02-46b9-be8a-4f08a004b90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"policyId","value":"","description":"<p>REQUIRED on UPDATE and DELETE: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n","type":"text","disabled":true},{"key":"classificationId","value":"4","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"accrualPeriodId","value":"2","description":"<p>REQUIRED: The accrualPeriodID. These can be found using GET PtoAccrualScheduleInterval.</p>\n","type":"text"},{"key":"accrualIntervalId","value":"1","description":"<p>REQUIRED: The PTO Policy interval ID. Use GET PTOPolicyClassification to find available interval IDs to use.</p>\n","type":"text"},{"key":"maxAccruedHours","value":"80.0","description":"<p>REQUIRED: The MAXIMUM hours that can be accrued in this Policy as a float.</p>\n","type":"text"},{"key":"minAccruedHours","value":"1.0","description":"<p>REQUIRED: The MINIMUM hours that can be accrued in this Policy as a float.</p>\n","type":"text"},{"key":"allowNegativeBalances","value":"true","description":"<p>REQUIRED: A boolean value indicating if the agent's balance can go into the negatives.</p>\n","type":"text"},{"key":"rolloverRuleId","value":"0","description":"<p>REQUIRED: The PTO Rollover Rule ID to use. You can find a list of IDs using GET PTORollover.</p>\n","type":"text"},{"key":"rolloverExpirationRuleId","value":"2","description":"<p>REQUIRED: The PTO Rollover Expiration Rule to use, referenced by it's integer ID. You can find a valid ID to use with GET PTORolloverExpirationRule.</p>\n","type":"text"},{"key":"accrualPeriodParams","value":"1","description":"<p>REQUIRED: The accrual period ID to use. A list of accrual intervals can be found using GET PTOPolicy.</p>\n","type":"text"},{"key":"accrualIntervalParams","value":"2","description":"<p>REQUIRED: The accrualPeriodID. These can be found using GET PtoAccrualScheduleInterval.</p>\n","type":"text"},{"key":"rolloverRuleParams","value":"","description":"<p>REQUIRED: While typically left NULL, potential rollover rule parameters can be found by examining the AccrualIntervalParams in GET PTOPolicyClassification.</p>\n","type":"text"},{"key":"rolloverExpirationRuleParams","value":"1","description":"<p>REQUIRED: The PTO Rollover Expiration Rule parameters to use in string format, referenced by it's integer ID. You can find a valid ID to use with GET PTORolloverExpirationRule.</p>\n","type":"text"},{"key":"accrualTypeId","value":"1","description":"<p>REQUIRED: The PTO Rollover Rule ID to use. You can find a list of IDs using GET PTORollover.</p>\n","type":"text"},{"key":"accrualPeriodStartDate","value":"10/1/2024","description":"<p>REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text"},{"key":"participantId","value":"2","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent</p>\n","type":"text"},{"key":"accrualProviderId","value":"1","description":"<p>REQUIRED: The ID of the Accrual Provider. Use GET AccrualProvider to get a list of all providers.</p>\n","type":"text"},{"key":"accrualPeriodEndDate","value":"10/31/2024","description":"<p>REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text"},{"key":"defaultAccruedHours","value":"0.0","description":"<p>REQUIRED: The default accured hours for this policy.</p>\n","type":"text"},{"key":"maxNegativeBalanceHours","value":"16.0","description":"<p>REQUIRED: If a negative balance is allowed; this float determines how many hours over an agent can go.</p>\n","type":"text"},{"key":"accrualScheduleId","value":"2","description":"<p>REQUIRED: The Accrual Schedule ID. A list of these can be found with GET PtoAccrualScheduleInterval.</p>\n","type":"text"},{"key":"hireDateDelayEnforced","value":"1","description":"<p>REQUIRED: Determines if a hire date delay is enforced for this PTO policy.</p>\n","type":"text"}]},"url":"{{envName}}/api/PtoPolicy","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPolicy"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b41e5fa9-af02-46b9-be8a-4f08a004b90e"},{"name":"PtoPolicyAccrual","event":[{"listen":"prerequest","script":{"id":"0380da51-b3fc-4c61-a541-cb1d1bc552f3","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"cded6e02-3bb8-4bc7-a2dc-d7cb660b935e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4c0c5f0e-eddf-4559-b543-164f1250712c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"workingAccrualCalendarId","value":"2","description":"<p>REQUIRED: The Id of the working accrual calendar. Use GET WorkingACcrualCaldendar to get a list of calendar IDs.</p>\n","type":"text"},{"key":"policyId","value":"2","description":"<p>REQUIRED: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n","type":"text"},{"key":"accrualPeriod","value":"10/15/2024","description":"<p>REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text"},{"key":"comments","value":"Created by API.","description":"<p>REQUIRED: The text comments for this PTO Policy Accrual. Any string will be accepted.</p>\n","type":"text"},{"key":"activityId","value":"1","description":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels.</p>\n","type":"text"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text"},{"key":"scopeTypeId","value":"1","description":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text"},{"key":"scopeId","value":"1","description":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text"},{"key":"ptoClassificationId","value":"4","description":"<p>REQUIRED: The PTO Classification ID. This can be found using GET PTOPolicyClassification.</p>\n","type":"text"},{"key":"employeeClassificationId","value":"1","description":"<p>REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.</p>\n","type":"text"},{"key":"totalPtoHours","value":"8.0","description":"<p>REQUIRED: The total number of hours accrued as a float.</p>\n","type":"text"},{"key":"participantId","value":"2","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent</p>\n","type":"text"}]},"url":"{{envName}}/api/PtoPolicyAccrual{policyId}&classificationId={classificationId}&participantId={participantId}&intervalDate={intervalDate}&userI","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPolicyAccrual{policyId}&classificationId={classificationId}&participantId={participantId}&intervalDate={intervalDate}&userI"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c0c5f0e-eddf-4559-b543-164f1250712c"},{"name":"PtoPolicyClassification","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"9b3b0787-1f47-429c-b8eb-3eb1b7664869"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"eae62bb2-b696-4766-8329-05c7c5131c98"}}],"id":"1a1287bb-4104-4e0d-9bf3-48daed627163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"8ea92d10-30ae-40f3-bc4f-d4fd6a18397c"}],"url":"{{envName}}/api/PtoPolicyClassification?policyId=2&userId=1&sourceCulture=en","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPolicyClassification"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific PTO Policy to use. Use GET PTOPolicy to get a list of all policy IDs.</p>\n","type":"text/plain"},"key":"policyId","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.</p>\n","type":"text/plain"},"key":"sourceCulture","value":"en"}],"variable":[]}},"response":[{"id":"94ca1d5e-2c8c-45f7-86a3-517c73bd4888","name":"PtoPolicyClassification","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PtoPolicyClassification?policyId=2&userId=1&sourceCulture=en","host":["{{envName}}"],"path":["api","PtoPolicyClassification"],"query":[{"key":"policyId","value":"2","description":"REQUIRED: The ID of the specific PTO Policy to use. Use GET PTOPolicy to get a list of all policy IDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"en","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ3J9kJ67xEe951kabxpz7j0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:02:09 GMT"},{"key":"Content-Length","value":"6114"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AccrualPeriodId\": 1,\n            \"AccrualIntervalId\": 1,\n            \"RolloverRuleId\": 0,\n            \"RolloverExpirationRuleId\": null,\n            \"AccrualPeriodParams\": \"periodMonth=0&periodDay=1&hireDateDelay=0&hireDateDelayUnits=1\",\n            \"AccrualIntervalParams\": \"intervalParams=\",\n            \"RolloverRuleParams\": \"rolloverType=0\",\n            \"RolloverExpirationRuleParams\": null,\n            \"CreateDate\": \"2023-08-24T12:01:34.89\",\n            \"LastUpdate\": \"2023-08-24T12:02:04.88\",\n            \"MaxAccruedHours\": 0,\n            \"MinAccruedHours\": 0,\n            \"DefaultAccruedHours\": 24,\n            \"AllowNegativeAllocation\": 0,\n            \"PolicyId\": 2,\n            \"PolicyName\": \"Full Time\",\n            \"PolicyDescription\": \"PTO For Full Time Agents\",\n            \"PtoClassificationId\": 4,\n            \"PtoClassificationName\": \"Floating Holiday\",\n            \"PtoClassificationDescription\": \"Unique Holidays per Agent\",\n            \"AccrualPeriodName\": \"Annual on a Calendar Date\",\n            \"AccrualPeriodDescription\": \"The accrued time off in this type of PTO is calculated on an annual basis.\",\n            \"AccrualPeriodDescription1\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=AccrualPtoPeriod\",\n            \"AccrualIntervalName\": \"Annual accrual\",\n            \"AccrualIntervalDescription\": \"Hours are accrued on an annual basis, for an entire business or calendar year.\",\n            \"AccrualPeriodIntervalClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PtoPolicyRuleAdapterForAnnualFixedAnnual\",\n            \"AccrualPeriodIntervalControl\": \"pto-rule-configuration-annual-fixed-annual.aspx\",\n            \"RolloverRuleName\": \"No rollover hours\",\n            \"RolloverRuleDescription\": \"This PTO policy does not allow accrued hours to roll over for this PTO classification.\",\n            \"RolloverExpirationRuleName\": null,\n            \"RolloverExpirationRuleDescription\": null,\n            \"ParticipantAccruals\": 0,\n            \"AccrualTypeId\": 1,\n            \"PeriodSelectionControlPath\": \"pto-period-selection-annual.aspx#periodSelectionContent\",\n            \"HireDateDelayEnforced\": 0,\n            \"HireDateEnforcementModelName\": \"No, new employees accrue hours just like veteran employees\",\n            \"HireDateEnforcementModelDesc\": \"Use this enforcement model when you want brand new employees to accrue hours on the same intervals as veteran employees.\"\n        },\n        {\n            \"AccrualPeriodId\": 1,\n            \"AccrualIntervalId\": 1,\n            \"RolloverRuleId\": 0,\n            \"RolloverExpirationRuleId\": null,\n            \"AccrualPeriodParams\": \"periodMonth=0&periodDay=1&hireDateDelay=0&hireDateDelayUnits=1\",\n            \"AccrualIntervalParams\": \"intervalParams=\",\n            \"RolloverRuleParams\": \"rolloverType=0\",\n            \"RolloverExpirationRuleParams\": null,\n            \"CreateDate\": \"2023-08-24T12:01:36.15\",\n            \"LastUpdate\": \"2023-08-24T12:03:11.237\",\n            \"MaxAccruedHours\": 0,\n            \"MinAccruedHours\": 0,\n            \"DefaultAccruedHours\": 40,\n            \"AllowNegativeAllocation\": 0,\n            \"PolicyId\": 2,\n            \"PolicyName\": \"Full Time\",\n            \"PolicyDescription\": \"PTO For Full Time Agents\",\n            \"PtoClassificationId\": 5,\n            \"PtoClassificationName\": \"Sick Day\",\n            \"PtoClassificationDescription\": \"Agent Illness\",\n            \"AccrualPeriodName\": \"Annual on a Calendar Date\",\n            \"AccrualPeriodDescription\": \"The accrued time off in this type of PTO is calculated on an annual basis.\",\n            \"AccrualPeriodDescription1\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=AccrualPtoPeriod\",\n            \"AccrualIntervalName\": \"Annual accrual\",\n            \"AccrualIntervalDescription\": \"Hours are accrued on an annual basis, for an entire business or calendar year.\",\n            \"AccrualPeriodIntervalClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PtoPolicyRuleAdapterForAnnualFixedAnnual\",\n            \"AccrualPeriodIntervalControl\": \"pto-rule-configuration-annual-fixed-annual.aspx\",\n            \"RolloverRuleName\": \"No rollover hours\",\n            \"RolloverRuleDescription\": \"This PTO policy does not allow accrued hours to roll over for this PTO classification.\",\n            \"RolloverExpirationRuleName\": null,\n            \"RolloverExpirationRuleDescription\": null,\n            \"ParticipantAccruals\": 0,\n            \"AccrualTypeId\": 1,\n            \"PeriodSelectionControlPath\": \"pto-period-selection-annual.aspx#periodSelectionContent\",\n            \"HireDateDelayEnforced\": 0,\n            \"HireDateEnforcementModelName\": \"No, new employees accrue hours just like veteran employees\",\n            \"HireDateEnforcementModelDesc\": \"Use this enforcement model when you want brand new employees to accrue hours on the same intervals as veteran employees.\"\n        },\n        {\n            \"AccrualPeriodId\": 1,\n            \"AccrualIntervalId\": 1,\n            \"RolloverRuleId\": 1,\n            \"RolloverExpirationRuleId\": 1,\n            \"AccrualPeriodParams\": \"periodMonth=0&periodDay=1&hireDateDelay=60&hireDateDelayUnits=1\",\n            \"AccrualIntervalParams\": \"intervalParams=\",\n            \"RolloverRuleParams\": \"rolloverType=1&fixedRolloverHours=20.00\",\n            \"RolloverExpirationRuleParams\": null,\n            \"CreateDate\": \"2023-08-24T12:01:35.52\",\n            \"LastUpdate\": \"2023-08-24T12:04:06.737\",\n            \"MaxAccruedHours\": 0,\n            \"MinAccruedHours\": 0,\n            \"DefaultAccruedHours\": 40,\n            \"AllowNegativeAllocation\": 0,\n            \"PolicyId\": 2,\n            \"PolicyName\": \"Full Time\",\n            \"PolicyDescription\": \"PTO For Full Time Agents\",\n            \"PtoClassificationId\": 3,\n            \"PtoClassificationName\": \"Vacation\",\n            \"PtoClassificationDescription\": \"PTO\",\n            \"AccrualPeriodName\": \"Annual on a Calendar Date\",\n            \"AccrualPeriodDescription\": \"The accrued time off in this type of PTO is calculated on an annual basis.\",\n            \"AccrualPeriodDescription1\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=AccrualPtoPeriod\",\n            \"AccrualIntervalName\": \"Annual accrual\",\n            \"AccrualIntervalDescription\": \"Hours are accrued on an annual basis, for an entire business or calendar year.\",\n            \"AccrualPeriodIntervalClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PtoPolicyRuleAdapterForAnnualFixedAnnual\",\n            \"AccrualPeriodIntervalControl\": \"pto-rule-configuration-annual-fixed-annual.aspx\",\n            \"RolloverRuleName\": \"Fixed Hours of PTO Rollover\",\n            \"RolloverRuleDescription\": \"Specify a fixed number of hours that can be rollod-over from one period to the next.\",\n            \"RolloverExpirationRuleName\": \"Hours never expire\",\n            \"RolloverExpirationRuleDescription\": \"The rollover hours do not expire.\",\n            \"ParticipantAccruals\": 0,\n            \"AccrualTypeId\": 2,\n            \"PeriodSelectionControlPath\": \"pto-period-selection-annual.aspx#periodSelectionContent\",\n            \"HireDateDelayEnforced\": 1,\n            \"HireDateEnforcementModelName\": \"Yes, delay accrual hours for new employees but the total accrued hours is unchanged\",\n            \"HireDateEnforcementModelDesc\": \"Use this enforcement model when you want to delay the PTO accrual, but when the total of the eligible intervals should be unchanged.  \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"1a1287bb-4104-4e0d-9bf3-48daed627163"},{"name":"PtoPolicyClassification","event":[{"listen":"prerequest","script":{"id":"99eb3ec8-867b-4044-891a-b62e072b570e","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"3aab310e-d1ce-4eb8-9434-3e55fa2f96e4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a855bd9b-e645-41b9-8259-e055e5c12072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = UPDATE Rollover Settings, 5 = Update Properties, 6 = Update Period Settings, 7 = Generate Accrual Tables, 8 = Generate Accrual Table for select participants, 9 = Validate Accrual Tables, 10 = Validate Accrual Period</p>\n"},{"key":"policyId","value":"2","type":"text","description":"<p>REQUIRED: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n"},{"key":"classificationId","value":"3","type":"text","description":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. You can find a list of these with the GET PtoClassification endpoint.</p>\n"},{"key":"accrualPeriodId","value":"2","type":"text","description":"<p>REQUIRED: The accrualPeriodID. These can be found using GET PtoAccrualScheduleInterval.</p>\n"},{"key":"accrualIntervalId","value":"1","type":"text","description":"<p>REQUIRED: The PTO Policy interval ID. Use GET PTOPolicyClassification to find available interval IDs to use.</p>\n"},{"key":"maxAccruedHours","value":"80.0","type":"text","description":"<p>REQUIRED: The MAXIMUM hours that can be accrued in this Policy as a float.</p>\n"},{"key":"minAccruedHours","value":"1.0","type":"text","description":"<p>REQUIRED: The MINIMUM hours that can be accrued in this Policy as a float.</p>\n"},{"key":"allowNegativeBalances","value":"true","type":"text","description":"<p>REQUIRED: A boolean value indicating if the agent's balance can go into the negatives.</p>\n"},{"key":"rolloverRuleId","value":"0","type":"text","description":"<p>REQUIRED: The PTO Rollover Rule ID to use. You can find a list of IDs using GET PTORollover.</p>\n"},{"key":"rolloverExpirationRuleId","value":"2","type":"text","description":"<p>REQUIRED: The PTO Rollover Expiration Rule to use, referenced by it's integer ID. You can find a valid ID to use with GET PTORolloverExpirationRule.</p>\n"},{"key":"accrualPeriodParams","value":"1","type":"text","description":"<p>REQUIRED: The accrual period ID to use. A list of accrual intervals can be found using GET PTOPolicy.</p>\n"},{"key":"accrualIntervalParams","value":"2","type":"text","description":"<p>REQUIRED: The accrualPeriodID. These can be found using GET PtoAccrualScheduleInterval.</p>\n"},{"key":"rolloverRuleParams","value":"","type":"text","description":"<p>REQUIRED: While typically left NULL, potential rollover rule parameters can be found by examining the AccrualIntervalParams in GET PTOPolicyClassification.</p>\n"},{"key":"rolloverExpirationRuleParams","value":"1","type":"text","description":"<p>REQUIRED: The PTO Rollover Expiration Rule parameters to use in string format, referenced by it's integer ID. You can find a valid ID to use with GET PTORolloverExpirationRule.</p>\n"},{"key":"accrualTypeId","value":"1","type":"text","description":"<p>REQUIRED: The PTO Rollover Rule ID to use. You can find a list of IDs using GET PTORollover.</p>\n"},{"key":"accrualPeriodStartDate","value":"10/1/2024","type":"text","description":"<p>REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n"},{"key":"participantId","value":"2","type":"text","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent</p>\n"},{"key":"accrualProviderId","value":"1","type":"text","description":"<p>REQUIRED: The ID of the Accrual Provider. Use GET AccrualProvider to get a list of all providers.</p>\n"},{"key":"accrualPeriodEndDate","value":"10/31/2024","type":"text","description":"<p>REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n"},{"key":"defaultAccruedHours","value":"0.0","type":"text","description":"<p>REQUIRED: The default accured hours for this policy.</p>\n"},{"key":"maxNegativeBalanceHours","value":"16.0","type":"text","description":"<p>REQUIRED: If a negative balance is allowed; this float determines how many hours over an agent can go.</p>\n"},{"key":"accrualScheduleId","value":"2","type":"text","description":"<p>REQUIRED: The Accrual Schedule ID. A list of these can be found with GET PtoAccrualScheduleInterval.</p>\n"},{"key":"hireDateDelayEnforced","value":"1","type":"text","description":"<p>REQUIRED: Determines if a hire date delay is enforced for this PTO policy.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList.</p>\n"}]},"url":"{{envName}}/api/PtoPolicyClassification","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPolicyClassification"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a855bd9b-e645-41b9-8259-e055e5c12072"},{"name":"WorkingAccrualCalendar","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"61bc58c0-8721-4d46-8463-b01d486a5a9d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"00ca749a-abbe-4cb1-849b-9621c48c974b"}}],"id":"7e483c37-c951-4d6e-b208-bd745d647a02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a1207463-b160-440b-8644-06abdd776795"}],"url":"{{envName}}/api/WorkingAccrualCalendar?userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingAccrualCalendar"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"f66247a3-3a92-4b2a-a4ca-4f525353e4fb","name":"Working Accrual Calendar","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/WorkingAccrualCalendar?userId=1","host":["{{envName}}"],"path":["api","WorkingAccrualCalendar"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPua9fnkjVveFngWkS5DxcuY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 19:49:15 GMT"},{"key":"Content-Length","value":"1586"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"WorkingAccrualCalendarId\": 4,\n            \"PolicyId\": 2,\n            \"ActivityId\": 1,\n            \"AccrualPeriod\": \"2024-01-01T00:00:00\",\n            \"Comments\": \"FT 2024\",\n            \"CreatedBy\": 541,\n            \"CreateDate\": \"2023-08-24T12:12:23.487\",\n            \"LastUpdate\": \"2023-08-24T12:12:23.487\",\n            \"PolicyName\": \"Full Time\",\n            \"PolicyDescription\": \"PTO For Full Time Agents\",\n            \"ExtendedActivityName\": \"\",\n            \"TotalAccruedHours\": 440,\n            \"AccrualIntervalsPercent\": 33.33\n        },\n        {\n            \"WorkingAccrualCalendarId\": 5,\n            \"PolicyId\": 3,\n            \"ActivityId\": 1,\n            \"AccrualPeriod\": \"2024-01-01T00:00:00\",\n            \"Comments\": \"PT 2024\",\n            \"CreatedBy\": 541,\n            \"CreateDate\": \"2023-08-24T12:15:14.353\",\n            \"LastUpdate\": \"2023-08-24T12:15:14.353\",\n            \"PolicyName\": \"Part Time\",\n            \"PolicyDescription\": \"PTO for Part Time Agents\",\n            \"ExtendedActivityName\": \"\",\n            \"TotalAccruedHours\": 208,\n            \"AccrualIntervalsPercent\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": 2,\n            \"PolicyId\": 2,\n            \"ActivityId\": 2,\n            \"AccrualPeriod\": \"2023-01-01T00:00:00\",\n            \"Comments\": \"FT 2023\",\n            \"CreatedBy\": 541,\n            \"CreateDate\": \"2023-08-24T12:09:11.173\",\n            \"LastUpdate\": \"2023-08-24T12:09:11.173\",\n            \"PolicyName\": \"Full Time\",\n            \"PolicyDescription\": \"PTO For Full Time Agents\",\n            \"ExtendedActivityName\": \"Site 1 - Dallas, TX\",\n            \"TotalAccruedHours\": 2064,\n            \"AccrualIntervalsPercent\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": 3,\n            \"PolicyId\": 3,\n            \"ActivityId\": 1,\n            \"AccrualPeriod\": \"2023-01-01T00:00:00\",\n            \"Comments\": \"PT 2023\",\n            \"CreatedBy\": 541,\n            \"CreateDate\": \"2023-08-24T12:11:04.48\",\n            \"LastUpdate\": \"2023-08-24T12:11:04.48\",\n            \"PolicyName\": \"Part Time\",\n            \"PolicyDescription\": \"PTO for Part Time Agents\",\n            \"ExtendedActivityName\": \"\",\n            \"TotalAccruedHours\": 208,\n            \"AccrualIntervalsPercent\": 100\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7e483c37-c951-4d6e-b208-bd745d647a02"},{"name":"WorkingAccrualCalendar","event":[{"listen":"prerequest","script":{"id":"adc77b3c-3980-4ab2-8cd9-6cc56ee878d3","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"361872df-6ce9-48b3-914d-83d6b86247dc","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e9b8c32b-d79b-4925-ac47-d992a5be2310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n"},{"key":"workingAccrualCalendarId","value":"2","type":"text","description":"<p>REQUIRED: The Id of the working accrual calendar. Use GET WorkingACcrualCaldendar to get a list of calendar IDs.</p>\n"},{"key":"policyId","value":"2","type":"text","description":"<p>REQUIRED: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n"},{"key":"accrualPeriod","value":"10/15/2024","type":"text","description":"<p>REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n"},{"key":"comments","value":"Created by API.","type":"text","description":"<p>REQUIRED: The text comments for this PTO Policy Accrual. Any string will be accepted.</p>\n"},{"key":"activityId","value":"1","type":"text","description":"<p>REQUIRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"scopeTypeId","value":"1","type":"text","description":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n"},{"key":"scopeId","value":"1","type":"text","description":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n"},{"key":"ptoClassificationId","value":"4","type":"text","description":"<p>REQUIRED: The PTO Classification ID. This can be found using GET PTOPolicyClassification.</p>\n"},{"key":"employeeClassificationId","value":"1","type":"text","description":"<p>REQUIRED: The ID of the employee classification to assign to the user. Use GET EmployeeClassification to get a list of all possible classification IDs.</p>\n"},{"key":"totalPtoHours","value":"8.0","type":"text","description":"<p>REQUIRED: The total number of hours accrued as a float.</p>\n"},{"key":"participantId","value":"2","type":"text","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent</p>\n"}]},"url":"{{envName}}/api/WorkingAccrualCalendar","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingAccrualCalendar"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9b8c32b-d79b-4925-ac47-d992a5be2310"},{"name":"WorkingAccrualCalendarNotification","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"e79f6a39-3252-4cff-a232-b52afb9db6ea"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"da950c70-ae21-411d-bcd0-d2e50ec5c84b"}}],"id":"2557f3bc-34ad-4dcd-a40e-89c9d0a97c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"d6092fc1-b260-4400-b127-f523206a192b"}],"url":"{{envName}}/api/WorkingAccrualCalendarNotification?workingAccrualCalendarId=2&actionFlagId=100&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingAccrualCalendarNotification"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The Id of the working accrual calendar. Use GET WorkingACcrualCaldendar to get a list of calendar IDs.</p>\n","type":"text/plain"},"key":"workingAccrualCalendarId","value":"2"},{"description":{"content":"<p>REQUIRED: The action flag of the Notification Event. Use GET NotificationEvent endpoint to get a list of events and their actionIDs.</p>\n","type":"text/plain"},"key":"actionFlagId","value":"100"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"c84fbf02-96d8-4a33-b9d9-f5635ae06478","name":"WorkingAccrualCalendarNotification","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingAccrualCalendarNotification?workingAccrualCalendarId=2&actionFlagId=100&userId=1","host":["{{envName}}"],"path":["api","WorkingAccrualCalendarNotification"],"query":[{"key":"workingAccrualCalendarId","value":"2","description":"REQUIRED: The Id of the working accrual calendar. Use GET WorkingACcrualCaldendar to get a list of calendar IDs."},{"key":"actionFlagId","value":"100","description":"REQUIRED: The action flag of the Notification Event. Use GET NotificationEvent endpoint to get a list of events and their actionIDs."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ25bEDaZ6AL6kfIvF+M2rss="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:26:14 GMT"},{"key":"Content-Length","value":"5841"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 1,\n            \"NotificationChannelName\": \"Pop-Up Reminders Window\",\n            \"NotificationChannelDescription\": \"Places a notification in the agent's pop-up reminder window.\",\n            \"NotificationChannelIcon\": \"~/Images/metro/64x64/bell.png\",\n            \"Subject\": null,\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventPopupRemindersAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 2,\n            \"NotificationChannelName\": \"Internal Memos\",\n            \"NotificationChannelDescription\": \"Notifies the recipient of the event via internal memo system.\",\n            \"NotificationChannelIcon\": \"~/Images/metro/64x64/Note-Memo-01.png\",\n            \"Subject\": \"PTO Request Deleted: #EventType#\",\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventMemoAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 3,\n            \"NotificationChannelName\": \"SMS / Text Messaging\",\n            \"NotificationChannelDescription\": \"Notify recipient of the event via text message.\",\n            \"NotificationChannelIcon\": \"~/Images/metro/64x64/Messages.png\",\n            \"Subject\": null,\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventSMSAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 4,\n            \"NotificationChannelName\": \"External Email Gateway\",\n            \"NotificationChannelDescription\": \"Send the recipient an email to one or more configured addresses.\",\n            \"NotificationChannelIcon\": \"~/Images/metro/64x64/Mail.png\",\n            \"Subject\": \"PTO Request Deleted: #EventType#\",\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventEmailAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 6,\n            \"NotificationChannelName\": \"Community Everywhere Mobile Feed\",\n            \"NotificationChannelDescription\": \"Send interactive notifications via native Android and iOS mobile applications.\",\n            \"NotificationChannelIcon\": \"~/Images/metro/64x64/mobile-phone.png\",\n            \"Subject\": \"PTO Request Deleted: #EventType#\",\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventMobileApplicationAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 7,\n            \"NotificationChannelName\": \"Mobile Push\",\n            \"NotificationChannelDescription\": \"Notify recipient of the event via a push message to the Community Everywhere mobile app.\",\n            \"NotificationChannelIcon\": \"~/Images/metro/64x64/Push.png\",\n            \"Subject\": \"PTO Request Deleted: #EventType#\",\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventPushAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 8,\n            \"NotificationChannelName\": \"Microsoft Teams\",\n            \"NotificationChannelDescription\": \"Send interactive notifications via Microsoft Teams\",\n            \"NotificationChannelIcon\": \"~/Images/Icons/g/64/teams64x64.png\",\n            \"Subject\": \"PTO Request Deleted: #EventType#\",\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventTeamsAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 9,\n            \"NotificationChannelName\": \"Slack\",\n            \"NotificationChannelDescription\": \"Send interactive notifications via Slack\",\n            \"NotificationChannelIcon\": \"~/Images/Icons/g/64/slack64x64.png\",\n            \"Subject\": \"PTO Request Deleted: #EventType#\",\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": true,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventSlackAdapter\",\n            \"ActionFlagId\": 100\n        },\n        {\n            \"WorkingAccrualCalendarId\": null,\n            \"NotificationChannelId\": 10,\n            \"NotificationChannelName\": \"WebEx\",\n            \"NotificationChannelDescription\": \"Send interactive notifications via Webex\",\n            \"NotificationChannelIcon\": \"~/Images/Icons/g/64/webex64x64.png\",\n            \"Subject\": \"PTO Request Deleted: #EventType#\",\n            \"Text\": \"#AgentFullName# deleted a single-day time off request from #EventStart# through #EventEnd# for event type #EventType#.\",\n            \"Enabled\": false,\n            \"IsCustomized\": 0,\n            \"ProcessAdapterClasspath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=PublishedScheduleNotificationEventWebexAdapter\",\n            \"ActionFlagId\": 100\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2557f3bc-34ad-4dcd-a40e-89c9d0a97c95"},{"name":"WorkingAccrualCalendarNotification","event":[{"listen":"prerequest","script":{"id":"41eeca4b-aa07-4ce0-845e-dcc821c1a392","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"43839abe-8687-4e3e-bdbb-83f207365c0d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"13182a1c-2585-48c5-b032-6abf3539ecd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n"},{"key":"workingAccrualCalendarId","value":"2","type":"text","description":"<p>REQUIRED: The Id of the working accrual calendar. Use GET WorkingACcrualCaldendar to get a list of calendar IDs.</p>\n"},{"key":"actionFlagId","value":"100","type":"text","description":"<p>REQUIRED: The action flag of the Notification Event. Use GET NotificationEvent endpoint to get a list of events and their actionIDs.</p>\n"},{"key":"notificationChannelId","value":"1","type":"text","description":"<p>REQUIRED: The notificationChannelID helps to determine which type of notification you're looking to list. While this parameter is required, the value can be blank/NULL to return a list of all notification channels. To get a full list of notification channel IDs, use the GET NotificationChannelList endpoint.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"}]},"url":"{{envName}}/api/WorkingAccrualCalendarNotification","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingAccrualCalendarNotification"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13182a1c-2585-48c5-b032-6abf3539ecd4"},{"name":"PtoPolicyParticipant","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2ab5e86e-6518-4128-8cf4-bdfdbfed024d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"e2026515-1864-482c-b7e0-78e8f8e3c089"}}],"id":"3c9964ed-43d8-4924-b1aa-53438ffd7b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9364ddcc-6a3b-454d-a030-c3c8ebc04810"}],"url":"{{envName}}/api/PtoPolicyParticipant?policyId=2&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPolicyParticipant"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the PTO Policy you want the participants from.</p>\n","type":"text/plain"},"key":"policyId","value":"2"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"6ad46996-a927-4775-9905-4008ce6fb929","name":"Full Time","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoPolicyParticipant?policyId=2&userId=1","host":["{{envName}}"],"path":["api","PtoPolicyParticipant"],"query":[{"key":"policyId","value":"2","description":"REQUIRED: The ID of the PTO Policy you want the participants from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkgHmterLs2jeklIsA5MT88="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:38:16 GMT"},{"key":"Content-Length","value":"26360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"hire_date\": \"2016-07-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sam\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 156,\n            \"FullName\": \"Azzarito, Deborah \",\n            \"hire_date\": \"2015-09-21T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Deborah\",\n            \"supervisor_id\": 153,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 453,\n            \"FullName\": \"Badgett, Gregory \",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Gregory\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 451,\n            \"FullName\": \"Barton, Jean \",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Jean\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 479,\n            \"FullName\": \"Bickley, Sharon \",\n            \"hire_date\": \"2017-07-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sharon\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 411,\n            \"FullName\": \"Bixler, Lyon \",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Lyon\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"hire_date\": \"2014-12-01T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Latrice\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 467,\n            \"FullName\": \"Brown, Chanell \",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Chanell\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 263,\n            \"FullName\": \"Brunson, David \",\n            \"hire_date\": \"2016-06-23T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"David\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 402,\n            \"FullName\": \"Burns, Barbara \",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Barbara\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 391,\n            \"FullName\": \"Carabo, Randy \",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Randy\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 307,\n            \"FullName\": \"Carlisle, Kevin \",\n            \"hire_date\": \"2016-09-19T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Kevin\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 387,\n            \"FullName\": \"Cassleman, Sherry \",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sherry\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 371,\n            \"FullName\": \"Cathy, Kelly \",\n            \"hire_date\": \"2017-02-20T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Kelly\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 426,\n            \"FullName\": \"Correa, Maria \",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": \"tcotharin\",\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Maria\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 306,\n            \"FullName\": \"Crislip, Traci \",\n            \"hire_date\": \"2016-09-19T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Traci\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 332,\n            \"FullName\": \"Dolinger, Joel \",\n            \"hire_date\": \"2016-11-14T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Joel\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 432,\n            \"FullName\": \"Dunbar, Bill \",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Bill\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 382,\n            \"FullName\": \"Duncan, Matthew \",\n            \"hire_date\": \"2005-09-26T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Matthew\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 51,\n            \"FullName\": \"Dyer, Amanda \",\n            \"hire_date\": \"2014-07-16T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Amanda\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 237,\n            \"FullName\": \"Fajardo, Ella \",\n            \"hire_date\": \"2016-04-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Ella\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 136,\n            \"FullName\": \"Finn, Mike \",\n            \"hire_date\": \"2013-07-29T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mike\",\n            \"supervisor_id\": 153,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 68,\n            \"FullName\": \"Florez, Oscar \",\n            \"hire_date\": \"2015-04-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Oscar\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 144,\n            \"FullName\": \"Fowler, Wendy \",\n            \"hire_date\": \"2014-09-29T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Wendy\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales AGent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 353,\n            \"FullName\": \"Fraley, Ashley \",\n            \"hire_date\": \"2017-01-16T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Ashley\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 400,\n            \"FullName\": \"Garrett, Michele \",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Michele\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 155,\n            \"FullName\": \"Goldfarb, Brett \",\n            \"hire_date\": \"2015-09-21T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Brett\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Operator\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 71,\n            \"FullName\": \"Granda, Luis \",\n            \"hire_date\": \"2013-08-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Luis\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 348,\n            \"FullName\": \"Gray, Daryl \",\n            \"hire_date\": \"2015-09-21T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Daryl\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 405,\n            \"FullName\": \"Greene, Tiffany \",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Tiffany\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 423,\n            \"FullName\": \"Griffin, John \",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"John\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 242,\n            \"FullName\": \"Grzybowski, Malissa \",\n            \"hire_date\": \"2016-04-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Malissa\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 87,\n            \"FullName\": \"Hagwood, Steve \",\n            \"hire_date\": \"2013-12-25T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Steve\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 287,\n            \"FullName\": \"Haltiwanger, Debra \",\n            \"hire_date\": \"2016-08-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Debra\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 277,\n            \"FullName\": \"Hampton, Stacey \",\n            \"hire_date\": \"2016-07-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Stacey\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 285,\n            \"FullName\": \"Harden, Charley \",\n            \"hire_date\": \"2016-08-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Charley\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 91,\n            \"FullName\": \"Heinly, Gesela \",\n            \"hire_date\": \"2010-01-18T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Gesela\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 407,\n            \"FullName\": \"Hipps, Casandra \",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Casandra\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 250,\n            \"FullName\": \"Horne, Andy \",\n            \"hire_date\": \"2016-05-23T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Andy\",\n            \"supervisor_id\": 153,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 246,\n            \"FullName\": \"Houck, Matthew \",\n            \"hire_date\": \"2016-04-25T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Matthew\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 561,\n            \"FullName\": \"Hummadi, Thamer \",\n            \"hire_date\": \"2023-11-30T00:00:00\",\n            \"email_address\": \"hummadi@wfmsg.com\",\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Thamer\",\n            \"supervisor_id\": null,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": null,\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 397,\n            \"FullName\": \"Huntre, Laquista \",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Laquista\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 147,\n            \"FullName\": \"Kenney, Reye \",\n            \"hire_date\": \"2012-07-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Reye\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 361,\n            \"FullName\": \"Kinsella, Mark \",\n            \"hire_date\": \"2017-01-19T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mark\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 272,\n            \"FullName\": \"Lasch, William \",\n            \"hire_date\": \"2016-07-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"William\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Service Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 128,\n            \"FullName\": \"Lee, Daniel \",\n            \"hire_date\": \"2013-12-06T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Daniel\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 354,\n            \"FullName\": \"Lewis, Greg \",\n            \"hire_date\": \"2017-01-16T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Greg\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 129,\n            \"FullName\": \"Lewis, Lisha \",\n            \"hire_date\": \"2015-09-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Lisha\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 271,\n            \"FullName\": \"Mack, Janelle \",\n            \"hire_date\": \"2016-07-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Janelle\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 318,\n            \"FullName\": \"Malvoisin, Fernando \",\n            \"hire_date\": \"2016-10-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Fernando\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Operator\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 107,\n            \"FullName\": \"Martinez, Cristian \",\n            \"hire_date\": \"2014-02-24T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Cristian\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 449,\n            \"FullName\": \"McBride, Natasha \",\n            \"hire_date\": \"2016-07-10T00:00:00\",\n            \"email_address\": \"nmcbride@gmail.com\",\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Natasha\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 149,\n            \"FullName\": \"McCormack, Del \",\n            \"hire_date\": \"2014-12-01T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Del\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Service Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 485,\n            \"FullName\": \"Minick, Rusty \",\n            \"hire_date\": \"2017-07-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Rusty\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 135,\n            \"FullName\": \"Montes, David \",\n            \"hire_date\": \"2014-08-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"David\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 145,\n            \"FullName\": \"Mosley, Kerry \",\n            \"hire_date\": \"2015-01-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Kerry\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 468,\n            \"FullName\": \"Moten, Cierra \",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Cierra\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Service/Sales Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 115,\n            \"FullName\": \"Murphy, Alyson \",\n            \"hire_date\": \"2013-06-04T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Alyson\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 370,\n            \"FullName\": \"Nelson, Candice \",\n            \"hire_date\": \"2017-02-09T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Candice\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 352,\n            \"FullName\": \"Newman, Jean \",\n            \"hire_date\": \"2017-01-16T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Jean\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 171,\n            \"FullName\": \"Newton, Mary \",\n            \"hire_date\": \"2015-11-09T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mary\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 195,\n            \"FullName\": \"Olsen, Kristin \",\n            \"hire_date\": \"2016-03-14T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Kristin\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 408,\n            \"FullName\": \"Peebles, Brandon \",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Brandon\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 440,\n            \"FullName\": \"Pollock, Mitch \",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mitch\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 185,\n            \"FullName\": \"Prioleau, Sherry \",\n            \"hire_date\": \"2016-02-01T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sherry\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 86,\n            \"FullName\": \"Rawl, Polly \",\n            \"hire_date\": \"2015-08-03T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Polly\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 450,\n            \"FullName\": \"Renfroe, Dave \",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Dave\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 376,\n            \"FullName\": \"Ress, Connie \",\n            \"hire_date\": \"2017-02-20T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Connie\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 401,\n            \"FullName\": \"Richbourg, Mandy \",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mandy\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 240,\n            \"FullName\": \"Richert, Jessica \",\n            \"hire_date\": \"2016-04-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Jessica\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 61,\n            \"FullName\": \"Ridenhour, Stephan \",\n            \"hire_date\": \"2015-07-06T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Stephan\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 392,\n            \"FullName\": \"Rodriguez, Clarisa \",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Clarisa\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 58,\n            \"FullName\": \"Rollison, Karen \",\n            \"hire_date\": \"2014-11-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Karen\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 106,\n            \"FullName\": \"Ruth, Nathan \",\n            \"hire_date\": \"2010-04-17T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Nathan\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 65,\n            \"FullName\": \"Sanchez, Maria \",\n            \"hire_date\": \"2011-01-01T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Maria\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 330,\n            \"FullName\": \"Sanchez, Mauricio \",\n            \"hire_date\": \"2016-11-14T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Mauricio\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 409,\n            \"FullName\": \"Schmidt, Peter \",\n            \"hire_date\": \"2010-02-25T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Peter\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 414,\n            \"FullName\": \"Schrum, Joe \",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Joe\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 41,\n            \"FullName\": \"Shiver, Sharette \",\n            \"hire_date\": \"2013-09-09T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Sharette\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 36,\n            \"FullName\": \"Stalnaker, Mary Beth \",\n            \"hire_date\": \"2013-07-25T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mary Beth\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 455,\n            \"FullName\": \"Sticha, Carmen \",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Carmen\",\n            \"supervisor_id\": 126,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 338,\n            \"FullName\": \"Stoner, Seth \",\n            \"hire_date\": \"2016-11-28T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Seth\",\n            \"supervisor_id\": 328,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 132,\n            \"FullName\": \"Sutherland, Todd \",\n            \"hire_date\": \"2014-09-29T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Todd\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 389,\n            \"FullName\": \"Thurber, Eric \",\n            \"hire_date\": \"2016-04-04T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Eric\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Service Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 429,\n            \"FullName\": \"Turner, Bruce \",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Bruce\",\n            \"supervisor_id\": 182,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 275,\n            \"FullName\": \"Turner, Jonathan \",\n            \"hire_date\": \"2016-07-11T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Jonathan\",\n            \"supervisor_id\": 148,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Service Agent\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 262,\n            \"FullName\": \"Watkins, Tracy \",\n            \"hire_date\": \"2016-06-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Tracy\",\n            \"supervisor_id\": 298,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 394,\n            \"FullName\": \"Watts, Walter \",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Walter\",\n            \"supervisor_id\": 153,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 343,\n            \"FullName\": \"Williams, Litcha \",\n            \"hire_date\": \"2016-11-30T00:00:00\",\n            \"email_address\": \"tcotharin\",\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 2 - Nashville, TN\",\n            \"first_name\": \"Litcha\",\n            \"supervisor_id\": 444,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"4c6907ac-3c90-4515-8a90-152a03730590","name":"Part Time","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoPolicyParticipant?policyId=3&userId=1","host":["{{envName}}"],"path":["api","PtoPolicyParticipant"],"query":[{"key":"policyId","value":"3","description":"REQUIRED: The ID of the PTO Policy you want the participants from."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPm0onR0iNV3lBjB94+wEKYE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 17:38:37 GMT"},{"key":"Content-Length","value":"685"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"AgentId\": 80,\n            \"FullName\": \"Guzman, Denise \",\n            \"hire_date\": \"2015-06-08T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Denise\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        },\n        {\n            \"AgentId\": 418,\n            \"FullName\": \"Hunter, Satika \",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"Column1\": \"Agent\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Satika\",\n            \"supervisor_id\": 541,\n            \"Column2\": 0,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"IsActiveNow\": 1,\n            \"CurrentRAP\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"3c9964ed-43d8-4924-b1aa-53438ffd7b84"},{"name":"PtoPolicyParticipant","event":[{"listen":"prerequest","script":{"id":"fe3de730-2651-4ade-8486-bf8e7dadc0da","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"7bf99306-d604-498c-8e5a-fb7d1a7516ba","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1a1cc211-05cf-48c2-92e7-63d605460091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n"},{"key":"policyId","value":"2","type":"text","description":"<p>EQUIRED: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n"},{"key":"participantId","value":"547","type":"text","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"}]},"url":"{{envName}}/api/PtoPolicyParticipant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoPolicyParticipant"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a1cc211-05cf-48c2-92e7-63d605460091"},{"name":"PtoRollover","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"061286d3-c9eb-407a-b025-58582a92b5e5"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"f52f43ef-c516-47b6-b1ff-2a0d9026963f"}}],"id":"9b3efa11-fd61-4b39-8114-3afee873cbd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"71dba25c-665e-48c3-a913-b17b83fab11f"}],"url":"{{envName}}/api/PtoRollover?userId=1&sourceCulture=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoRollover"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL.</p>\n","type":"text/plain"},"key":"sourceCulture","value":""}],"variable":[]}},"response":[{"id":"9cdf21e6-b570-4d39-ad0c-65f7b5cb4c04","name":"PTO Rollover","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoRollover?userId=1&sourceCulture=1","host":["{{envName}}"],"path":["api","PtoRollover"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPjW+L819UsHLIzCYPbPAiwc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 27 Mar 2024 22:27:19 GMT"},{"key":"Content-Length","value":"575"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"RolloverRuleId\": 1,\n            \"Name\": \"Fixed Hours of PTO Rollover\",\n            \"Description\": \"Specify a fixed number of hours that can be rollod-over from one period to the next.\"\n        },\n        {\n            \"RolloverRuleId\": 0,\n            \"Name\": \"No rollover hours\",\n            \"Description\": \"This PTO policy does not allow accrued hours to roll over for this PTO classification.\"\n        },\n        {\n            \"RolloverRuleId\": 2,\n            \"Name\": \"Rollover a percentage of accrued hours\",\n            \"Description\": \"Specify a percentage of accrued hours that can be rolled-over into the next period.\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9b3efa11-fd61-4b39-8114-3afee873cbd1"},{"name":"PtoRolloverExpirationRule","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ef8cf75b-7f17-440b-bb39-b9c6b556a71a"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"8ba0a5c1-ec09-4262-8717-934c9e0a9a4f"}}],"id":"aea713b7-592f-4f91-875c-9a7935a916b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"670256c7-5340-4675-a592-9d6cb3c685cf"}],"url":"{{envName}}/api/PtoRolloverExpirationRule?userId=1&sourceCulture=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PtoRolloverExpirationRule"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL.</p>\n","type":"text/plain"},"key":"sourceCulture","value":""}],"variable":[]}},"response":[{"id":"8ee87a6e-b983-4b75-8798-d521b0e93fba","name":"PTO Rollover Expiration Rule","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/PtoRolloverExpirationRule?userId=1&sourceCulture=","host":["{{envName}}"],"path":["api","PtoRolloverExpirationRule"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter is required but currently unused. It expects an int or a blank/NULL."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPtg/qbY/tBKbs8F8WeG+LM0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 19:47:41 GMT"},{"key":"Content-Length","value":"530"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"RolloverExpirationRuleId\": 3,\n            \"Name\": \"Hours expire after a relative time period\",\n            \"Description\": \"Specify a number of days or months the the rollover hours will expire.\"\n        },\n        {\n            \"RolloverExpirationRuleId\": 2,\n            \"Name\": \"Hours expire on a fixed calendar date\",\n            \"Description\": \"Specify a fixed calendar date that the rollover hours expire.\"\n        },\n        {\n            \"RolloverExpirationRuleId\": 1,\n            \"Name\": \"Hours never expire\",\n            \"Description\": \"The rollover hours do not expire.\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"aea713b7-592f-4f91-875c-9a7935a916b5"},{"name":"TimeOffPartialReview","event":[{"listen":"prerequest","script":{"id":"40428908-f1d9-4018-b741-9649c91a57b9","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"0bcd0450-86fa-4931-a580-711cfe9a4b0a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3284d788-5ee1-416e-b440-433d0680da5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n"},{"key":"timeOffRequestId","value":"1","type":"text","description":"<p>REQUIRED: The ID of the specific time off request.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user changing the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"partialEventDate","value":"9/19/2024","type":"text","description":"<p>REQUIRED: The date of the partial review.</p>\n"},{"key":"participantId","value":"547","type":"text","description":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent</p>\n"}]},"url":"{{envName}}/api/TimeOffPartialReview","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","TimeOffPartialReview"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3284d788-5ee1-416e-b440-433d0680da5e"},{"name":"TimeOffRequest","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"48eb8f15-afcf-4305-bd8a-7095dd75bb9d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"dfb4dd40-399a-4df6-a9b4-dbe15d40c124"}}],"id":"8d0552bb-d2bb-4b78-897f-37bfd5623afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9889f7b3-1fad-417d-9922-61f2b2c0e661"}],"url":"{{envName}}/api/TimeOffRequest?timeOffRequestId=1&userId=1&userTimeZoneId=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","TimeOffRequest"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific time off request.</p>\n","type":"text/plain"},"key":"timeOffRequestId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>OPTIONAL: The timezone ID for the specific user. Use GET Timezone to get a list of all timezone IDs.</p>\n","type":"text/plain"},"key":"userTimeZoneId","value":""}],"variable":[]}},"response":[{"id":"d8c7d2be-ded9-4e3f-b542-53c8717b1c6c","name":"TimeOffRequest","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/TimeOffRequest?timeOffRequestId=1&userId=1&userTimeZoneId=","host":["{{envName}}"],"path":["api","TimeOffRequest"],"query":[{"key":"timeOffRequestId","value":"1","description":"REQUIRED: The ID of the specific time off request."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"userTimeZoneId","value":"","description":"OPTIONAL: The timezone ID for the specific user. Use GET Timezone to get a list of all timezone IDs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ1F4xKsFs0zwefswog1ejec="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:32:49 GMT"},{"key":"Content-Length","value":"733"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StartDate\": \"2023-08-21T00:00:00\",\n        \"TimeOffRequestId\": 1,\n        \"CreateDate\": \"2023-08-21T14:43:55.737\",\n        \"EndDate\": \"2023-08-21T00:00:00\",\n        \"Comments\": \"Test \",\n        \"Duration\": 8,\n        \"StartTime\": \"2023-08-21T00:00:00\",\n        \"ReviewStatus\": 2,\n        \"FullName\": \"McBride, Natasha \",\n        \"AgentId\": 449,\n        \"EndTime\": \"2023-08-21T08:00:00\",\n        \"ReviewStatusName\": \"Pending\",\n        \"IsConjoinedForApproval\": true,\n        \"ProcessDate\": \"2023-08-21T19:43:55.97\",\n        \"TimeZoneId\": 20,\n        \"EventTypeName\": \"PTO\",\n        \"EventTypeId\": 4,\n        \"LastUpdate\": \"2023-08-21T14:43:55.737\",\n        \"ProcessUserId\": 449,\n        \"IsProcessed\": true,\n        \"IsAllDay\": true,\n        \"UserTimeZoneId\": null,\n        \"IsPartiallyReviwewed\": false,\n        \"TotalDuration\": 8,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"8d0552bb-d2bb-4b78-897f-37bfd5623afa"},{"name":"TimeOffRequest","event":[{"listen":"prerequest","script":{"id":"48eb8f15-afcf-4305-bd8a-7095dd75bb9d","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"dfb4dd40-399a-4df6-a9b4-dbe15d40c124","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c432909d-b0ec-4b16-a8bc-05e60b598568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Approve, 5 = Deny, 6 = Pending</p>\n"},{"key":"timeOffRequestId","value":"1","type":"text","description":"<p>REQUIRED: The ID of the specific time off request.</p>\n","disabled":true},{"key":"agentId","value":"278","type":"text","description":"<p>REQUIRED on INSERT: The ID of the Agent whose schedule needs the time off. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"startDate","value":"8/19/2024","type":"text","description":"<p>REQUIRED: Defines the start date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n"},{"key":"startTime","value":"8:00:00 AM","type":"text","description":"<p>REQUIRED: Defines the start time for the time off request.</p>\n"},{"key":"endDate","value":"8/22/2024","type":"text","description":"<p>REQUIRED: Defines the end date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n"},{"key":"duration","value":"32","type":"text","description":"<p>REQUIRED: The duration value in minutes. The field type is float. </p>\n"},{"key":"comments","value":"Requesting off for family in town.","type":"text","description":"<p>REQUIRED: This text field is for any comments related to the time off request.</p>\n"},{"key":"timeZoneId","value":"","type":"text","description":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n"},{"key":"isConjoinedForApproval","value":"FALSE","type":"text","description":"<p>REQUIRED: This field expects a true/false value. If set to true, then ALL days of the request must be approved at once. If FALSE, some days may be approved while others are not.</p>\n"},{"key":"eventTypeId","value":"4","type":"text","description":"<p>REQUIRED: The Event Type associated with the request. This will use the EventType ID. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value.</p>\n"},{"key":"userId","value":"1","type":"text","description":"<p>REQUIRED: AgentID of user making the change; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n"},{"key":"isAllDay","value":"TRUE","type":"text","description":"<p>REQUIRED: This true/false value determines if the time off request is for the entire work day. On multi day requests this should be true. </p>\n"},{"key":"eventReviewStatusId","value":"","type":"text","description":"<p>REQUIRED: This value determines if time off request's approval status. 0 = denied, 1 = approved, 2 = pending. NULL value will result in pending status by default.</p>\n"}]},"url":"{{envName}}/api/TimeOffRequest","description":"<p>When POSTing to the TimeOffRequest endpoint you will first need to set the transactionFlagId column to match the transaction you want to perform. After a Time Off Request is created aTimeOffRequestID will be returned. This ID can be used for futher updates or approving/denying the event in the future. You can use the GET version of this TimeOffRequest endpoint to get a list of existing requests as well.</p>\n<p>When using the UPDATE transaction you can include other parameters from the INSERT list below, however the ones listed are the only required.</p>\n<p><strong>NOTE</strong>: userID is required for all requests.</p>\n<p>1 = INSERT</p>\n<p>2 = UPDATE</p>\n<p>3 = DELETE</p>\n<p>For each of the above transaction types there are different parameters required. Below is a list of which parameters are required for each of the transaction types.</p>\n<p><strong>INSERT</strong>:</p>\n<ul>\n<li><p>agentId</p>\n</li>\n<li><p>startDate</p>\n</li>\n<li><p>startTime</p>\n</li>\n<li><p>endDate</p>\n</li>\n<li><p>duration</p>\n</li>\n<li><p>comments</p>\n</li>\n<li><p>timeZoneId</p>\n</li>\n<li><p>isConjoinedForApproval</p>\n</li>\n<li><p>eventTypeId</p>\n</li>\n<li><p>userId</p>\n</li>\n<li><p>isAllDay</p>\n</li>\n<li><p>eventReviewStatusId (If this parameter is left NULL the the status of the request will default to pending).</p>\n</li>\n</ul>\n<p><strong>UPDATE</strong>:</p>\n<ul>\n<li><p>timeOffRequestId</p>\n</li>\n<li><p>eventTypeId</p>\n</li>\n<li><p>agentId</p>\n</li>\n<li><p>comments</p>\n</li>\n</ul>\n<p><strong>DELETE</strong>:</p>\n<ul>\n<li><p>timeOffRequestId</p>\n</li>\n<li><p>userId</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","TimeOffRequest"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"5e3df9d7-36cf-4281-acc9-887c9dd2868c","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE, 4 = Approve, 5 = Deny, 6 = Pending"},{"key":"timeOffRequestId","value":"1","type":"text","description":"REQUIRED: The ID of the specific time off request.","disabled":true},{"key":"agentId","value":"278","type":"text","description":"REQUIRED on INSERT: The ID of the Agent whose schedule needs the time off. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"startDate","value":"8/19/2024","type":"text","description":"REQUIRED: Defines the start date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"startTime","value":"8:00:00 AM","type":"text","description":"REQUIRED: Defines the start time for the time off request."},{"key":"endDate","value":"8/22/2024","type":"text","description":"REQUIRED: Defines the end date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"duration","value":"32","type":"text","description":"REQUIRED: The duration value in minutes. The field type is float. "},{"key":"comments","value":"Requesting off for family in town.","type":"text","description":"REQUIRED: This text field is for any comments related to the time off request."},{"key":"timeZoneId","value":"","type":"text","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"isConjoinedForApproval","value":"FALSE","type":"text","description":"REQUIRED: This field expects a true/false value. If set to true, then ALL days of the request must be approved at once. If FALSE, some days may be approved while others are not."},{"key":"eventTypeId","value":"4","type":"text","description":"REQUIRED: The Event Type associated with the request. This will use the EventType ID. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user making the change; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"isAllDay","value":"TRUE","type":"text","description":"REQUIRED: This true/false value determines if the time off request is for the entire work day. On multi day requests this should be true. "},{"key":"eventReviewStatusId","value":"","type":"text","description":"REQUIRED: This value determines if time off request's approval status. 0 = denied, 1 = approved, 2 = pending. NULL value will result in pending status by default."}]},"url":"{{envName}}/api/TimeOffRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGwK58YpSPNvfKZnw3gH8QHeJFH0NkOIC0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 16 Aug 2024 21:05:37 GMT"},{"key":"Content-Length","value":"1036"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"EventStart\": \"2024-08-19T08:00:00\",\n            \"EventEnd\": \"2024-08-19T08:32:00\",\n            \"Duration\": 1,\n            \"EventTypeName\": \"PTO\",\n            \"ParticipantId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"ReviewStatusName\": \"Pending\",\n            \"ReviewStatus\": 2,\n            \"Success\": 1,\n            \"TimeOffRequestId\": 27\n        },\n        {\n            \"EventStart\": \"2024-08-20T08:00:00\",\n            \"EventEnd\": \"2024-08-20T08:32:00\",\n            \"Duration\": 1,\n            \"EventTypeName\": \"PTO\",\n            \"ParticipantId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"ReviewStatusName\": \"Pending\",\n            \"ReviewStatus\": 2,\n            \"Success\": 1,\n            \"TimeOffRequestId\": 27\n        },\n        {\n            \"EventStart\": \"2024-08-21T08:00:00\",\n            \"EventEnd\": \"2024-08-21T08:32:00\",\n            \"Duration\": 1,\n            \"EventTypeName\": \"PTO\",\n            \"ParticipantId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"ReviewStatusName\": \"Pending\",\n            \"ReviewStatus\": 2,\n            \"Success\": 1,\n            \"TimeOffRequestId\": 27\n        },\n        {\n            \"EventStart\": \"2024-08-22T08:00:00\",\n            \"EventEnd\": \"2024-08-22T08:32:00\",\n            \"Duration\": 1,\n            \"EventTypeName\": \"PTO\",\n            \"ParticipantId\": 278,\n            \"FullName\": \"Areheart, Sam \",\n            \"ReviewStatusName\": \"Pending\",\n            \"ReviewStatus\": 2,\n            \"Success\": 1,\n            \"TimeOffRequestId\": 27\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"dba49a1e-e44f-4c51-9020-6417afe99d2e","name":"2 - UPDATE (Approved)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE"},{"key":"timeOffRequestId","value":"27","type":"text","description":"REQUIRED: The ID of the specific time off request."},{"key":"agentId","value":"278","type":"text","description":"REQUIRED on INSERT: The ID of the Agent whose schedule needs the time off. AgentIDs can be found in GET Agent or GET AgentList","disabled":true},{"key":"startDate","value":"8/19/2024","type":"text","description":"REQUIRED: Defines the start date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY","disabled":true},{"key":"startTime","value":"9:00:00 AM","type":"text","description":"REQUIRED: Defines the start time for the time off request.","disabled":true},{"key":"endDate","value":"8/22/2024","type":"text","description":"REQUIRED: Defines the end date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY","disabled":true},{"key":"duration","value":"32","type":"text","description":"REQUIRED: The duration value in minutes. The field type is float. ","disabled":true},{"key":"comments","value":"Requesting off for family in town.","type":"text","description":"REQUIRED: This text field is for any comments related to the time off request."},{"key":"timeZoneId","value":"","type":"text","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.","disabled":true},{"key":"isConjoinedForApproval","value":"FALSE","type":"text","description":"REQUIRED: This field expects a true/false value. If set to true, then ALL days of the request must be approved at once. If FALSE, some days may be approved while others are not.","disabled":true},{"key":"eventTypeId","value":"4","type":"text","description":"REQUIRED: The Event Type associated with the request. This will use the EventType ID. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user making the change; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"isAllDay","value":"TRUE","type":"text","description":"REQUIRED: This true/false value determines if the time off request is for the entire work day. On multi day requests this should be true. ","disabled":true},{"key":"eventReviewStatusId","value":"1","type":"text","description":"REQUIRED: This value determines if time off request's approval status. 0 = denied, 1 = approved, 2 = pending. NULL value will result in pending status by default."}]},"url":"{{envName}}/api/TimeOffRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGwK58YpSPNvVVCFZHWY+t+8ctqTXMlclA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 16 Aug 2024 21:15:36 GMT"},{"key":"Content-Length","value":"623"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StartDate\": null,\n        \"TimeOffRequestId\": 27,\n        \"CreateDate\": null,\n        \"EndDate\": null,\n        \"Comments\": \"Requesting off for family in town.\",\n        \"Duration\": null,\n        \"StartTime\": null,\n        \"ReviewStatus\": null,\n        \"FullName\": null,\n        \"AgentId\": null,\n        \"EndTime\": null,\n        \"ReviewStatusName\": null,\n        \"IsConjoinedForApproval\": null,\n        \"ProcessDate\": null,\n        \"TimeZoneId\": null,\n        \"EventTypeName\": null,\n        \"EventTypeId\": 4,\n        \"LastUpdate\": null,\n        \"ProcessUserId\": null,\n        \"IsProcessed\": null,\n        \"IsAllDay\": null,\n        \"UserTimeZoneId\": null,\n        \"IsPartiallyReviwewed\": null,\n        \"TotalDuration\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"4017a5e6-fc57-49be-ba58-97d160009289","name":"3 - Delete","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","type":"text","description":"REQUIRED: 1 = INSERT, 2 = UPDATE, 3 = DELETE"},{"key":"timeOffRequestId","value":"3","type":"text","description":"REQUIRED: The ID of the specific time off request."},{"key":"agentId","value":"278","type":"text","description":"REQUIRED on INSERT: The ID of the Agent whose schedule needs the time off. AgentIDs can be found in GET Agent or GET AgentList","disabled":true},{"key":"startDate","value":"8/19/2024","type":"text","description":"REQUIRED: Defines the start date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY","disabled":true},{"key":"startTime","value":"9:00:00 AM","type":"text","description":"REQUIRED: Defines the start time for the time off request.","disabled":true},{"key":"endDate","value":"8/22/2024","type":"text","description":"REQUIRED: Defines the end date for the time off request. Format is YYYY-MM-DD or MM/DD/YYYY","disabled":true},{"key":"duration","value":"32","type":"text","description":"REQUIRED: The duration value in minutes. The field type is float. ","disabled":true},{"key":"comments","value":"Requesting off for family in town.","type":"text","description":"REQUIRED: This text field is for any comments related to the time off request.","disabled":true},{"key":"timeZoneId","value":"","type":"text","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.","disabled":true},{"key":"isConjoinedForApproval","value":"FALSE","type":"text","description":"REQUIRED: This field expects a true/false value. If set to true, then ALL days of the request must be approved at once. If FALSE, some days may be approved while others are not.","disabled":true},{"key":"eventTypeId","value":"4","type":"text","description":"REQUIRED: The Event Type associated with the request. This will use the EventType ID. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value.","disabled":true},{"key":"userId","value":"1","type":"text","description":"REQUIRED: AgentID of user making the change; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"isAllDay","value":"TRUE","type":"text","description":"REQUIRED: This true/false value determines if the time off request is for the entire work day. On multi day requests this should be true. ","disabled":true},{"key":"eventReviewStatusId","value":"1","type":"text","description":"REQUIRED: This value determines if time off request's approval status. 0 = denied, 1 = approved, 2 = pending. NULL value will result in pending status by default.","disabled":true}]},"url":"{{envName}}/api/TimeOffRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruGwK58YpSPNvZxgGnJgmsbzWbEKZKnL+Mg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Fri, 16 Aug 2024 21:16:31 GMT"},{"key":"Content-Length","value":"591"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"StartDate\": null,\n        \"TimeOffRequestId\": 27,\n        \"CreateDate\": null,\n        \"EndDate\": null,\n        \"Comments\": null,\n        \"Duration\": null,\n        \"StartTime\": null,\n        \"ReviewStatus\": null,\n        \"FullName\": null,\n        \"AgentId\": null,\n        \"EndTime\": null,\n        \"ReviewStatusName\": null,\n        \"IsConjoinedForApproval\": null,\n        \"ProcessDate\": null,\n        \"TimeZoneId\": null,\n        \"EventTypeName\": null,\n        \"EventTypeId\": null,\n        \"LastUpdate\": null,\n        \"ProcessUserId\": null,\n        \"IsProcessed\": null,\n        \"IsAllDay\": null,\n        \"UserTimeZoneId\": null,\n        \"IsPartiallyReviwewed\": null,\n        \"TotalDuration\": null,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c432909d-b0ec-4b16-a8bc-05e60b598568"},{"name":"TimeOffRuleSources","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"11e021c7-cf27-49b9-b6c5-96e8b3cb8e78"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"62411206-f98b-46e2-bb0a-e9c9ed091e5b"}}],"id":"1c680910-2e36-4d2c-a4a8-de765eec3dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a815b877-e258-44ec-80f5-a5b6a6ceabd7"}],"url":"{{envName}}/api/TimeOffRuleSources?userId=1&sourceCulture=en&timeOffRuleSourceId=&visible=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","TimeOffRuleSources"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.</p>\n","type":"text/plain"},"key":"sourceCulture","value":"en"},{"description":{"content":"<p>OPTIONAL: The specific ID of teh time off rule source. You can leave this blank to get a list of all possible IDs. </p>\n","type":"text/plain"},"key":"timeOffRuleSourceId","value":""},{"description":{"content":"<p>OPTIONAL: This field allows you to filter the results by their visibility. Accepts true/false or blank/null.</p>\n","type":"text/plain"},"key":"visible","value":""}],"variable":[]}},"response":[{"id":"267de1b5-2300-4a13-973a-8bd498bc73ed","name":"TimeOffRuleSources","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/TimeOffRuleSources?userId=1&sourceCulture=en&timeOffRuleSourceId=&visible=","host":["{{envName}}"],"path":["api","TimeOffRuleSources"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"sourceCulture","value":"en","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null."},{"key":"timeOffRuleSourceId","value":"","description":"OPTIONAL: The specific ID of teh time off rule source. You can leave this blank to get a list of all possible IDs. "},{"key":"visible","value":"","description":"OPTIONAL: This field allows you to filter the results by their visibility. Accepts true/false or blank/null."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ7wRRAQL19Ommb2h+c68RFQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 18:35:23 GMT"},{"key":"Content-Length","value":"1717"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"TimeoffRuleSourceId\": 1,\n            \"Name\": \"Legacy AutoApprove Rules\",\n            \"Description\": \"To automatically enforce time off rules for this person, use the rules defined under the classic AutoApprove function.\",\n            \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=LegacyAutoApproveRuleSourceFetchAdapter\",\n            \"Visible\": true,\n            \"IsDefault\": true,\n            \"CreateDate\": \"2020-06-25T00:00:00\"\n        },\n        {\n            \"TimeoffRuleSourceId\": 3,\n            \"Name\": \"PTO Calendar Bid Round Rules\",\n            \"Description\": \"Use the rules defined in a PTO calendar partition, but with the extra bid round validators in place.\",\n            \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=CalendarPartitionBidRoundRuleSourceFetchAdapter\",\n            \"Visible\": false,\n            \"IsDefault\": false,\n            \"CreateDate\": \"2021-01-19T00:00:00\"\n        },\n        {\n            \"TimeoffRuleSourceId\": 2,\n            \"Name\": \"PTO Calendar Partition Rules\",\n            \"Description\": \"Use the rules defined within a PTO calendar partition for this person to enforce time off rules.\",\n            \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=CalendarPartitionRuleSourceFetchAdapter\",\n            \"Visible\": true,\n            \"IsDefault\": false,\n            \"CreateDate\": \"2020-06-25T00:00:00\"\n        },\n        {\n            \"TimeoffRuleSourceId\": 5,\n            \"Name\": \"Waitlist Queue Rules for Calendar Partition Rules\",\n            \"Description\": \"Use the rules defined to re-evaluate time off requests saved in the waitlist queue originating from PTO caledar partition rules.\",\n            \"ClassPath\": \"Assembly=WFMSG.Server.ApplicationData,Namespace=WFMSG.Server.ApplicationData,Type=WaitlistQueueRuleSourceCalendarPartitionFetchAdapter\",\n            \"Visible\": false,\n            \"IsDefault\": false,\n            \"CreateDate\": \"2021-07-29T00:00:00\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"1c680910-2e36-4d2c-a4a8-de765eec3dd9"},{"name":"TimeOffValidationServer","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"ce91d009-0e9a-48f5-af4e-ec52cc69c8fe"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"a1659eb6-1023-452d-b7df-e54c570cfa51"}}],"id":"a7d5b6e0-3d02-418b-96cf-0dd12b2cf378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"a9de79cc-2790-4b61-b062-1935cf5c0248"}],"url":"{{envName}}/api/TimeOffValidationServer?taskId=685&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","TimeOffValidationServer"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the task to look up. The taskIDs can be found using GET ScheduleTaskStatusList. </p>\n","type":"text/plain"},"key":"taskId","value":"685"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"63a527de-05ca-4eeb-89f8-e2a54527f194","name":"TimeOffValidationServer","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/TimeOffValidationServer?taskId=685&userId=1","host":["{{envName}}"],"path":["api","TimeOffValidationServer"],"query":[{"key":"taskId","value":"685","description":"REQUIRED: The ID of the task to look up. The taskIDs can be found using GET ScheduleTaskStatusList. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ70Rnye5PetBZlentXk5hZ8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:59:06 GMT"},{"key":"Content-Length","value":"446"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"OverallTaskStatus\": {\n            \"CreateDate\": null,\n            \"LastUpdate\": null,\n            \"ValidationParameters\": null,\n            \"ValidationTaskId\": 685,\n            \"StateName\": null,\n            \"ValidationState\": null,\n            \"ParticipantId\": null,\n            \"ConjoinEvents\": null,\n            \"RuntimeValidationStatus\": null,\n            \"TimeOffRequestId\": null,\n            \"TimeOffRequestTypeId\": null,\n            \"WaitlistEligible\": null,\n            \"SourceCulture\": null,\n            \"UserId\": 1\n        },\n        \"SummaryResults\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a7d5b6e0-3d02-418b-96cf-0dd12b2cf378"},{"name":"TimeOffValidationWaitlist","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"72bbb42c-a9cc-4461-a80e-815233a7e10c"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"1e45a128-ad0b-437a-9296-e399bd26ad0a"}}],"id":"d3987bbd-1bb8-4c55-a8b9-58cd663e2b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9980f82d-98fe-4dd4-a1c1-b6de584252f8"}],"url":"{{envName}}/api/TimeOffValidationWaitlist?taskId=587&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","TimeOffValidationWaitlist"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the task to look up. The taskIDs can be found using GET ScheduleTaskStatusList. </p>\n","type":"text/plain"},"key":"taskId","value":"587"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"cb2a58d2-41aa-4c45-817d-c0c05e8a4ec4","name":"TimeOffValidationWaitlist","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/TimeOffValidationWaitlist?taskId=587&userId=1","host":["{{envName}}"],"path":["api","TimeOffValidationWaitlist"],"query":[{"key":"taskId","value":"587","description":"REQUIRED: The ID of the task to look up. The taskIDs can be found using GET ScheduleTaskStatusList. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxzrrH/BI086HFwGOZIQViQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 22:00:30 GMT"},{"key":"Content-Length","value":"126"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"eventList\": [],\n        \"queueList\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"d3987bbd-1bb8-4c55-a8b9-58cd663e2b63"},{"name":"BidRoundResponseValidationServer","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5e1c9f58-4432-4ffc-924b-9e0b807cca12"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2d692c98-4f42-475b-b33a-50babd910166"}}],"id":"19a26723-e983-42e9-810b-95da3fa1f03b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"2066ded1-88ae-4616-bf5f-61d9372a1259"}],"url":"{{envName}}/api/BidRoundResponseValidationServer?taskId=687&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","BidRoundResponseValidationServer"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the task to look up. The taskIDs can be found using GET ScheduleTaskStatusList. </p>\n","type":"text/plain"},"key":"taskId","value":"687"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes.</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"ce4bdcc6-d487-42b4-becf-1b7e2dfc2eb3","name":"Bid Round Response Validation Server","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/BidRoundResponseValidationServer?taskId=687&userId=1","host":["{{envName}}"],"path":["api","BidRoundResponseValidationServer"],"query":[{"key":"taskId","value":"687","description":"REQUIRED: The ID of the task to look up. The taskIDs can be found using GET ScheduleTaskStatusList. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcIg++TlgZwROe+A8yvq68bU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 29 Apr 2024 18:26:13 GMT"},{"key":"Content-Length","value":"507"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"OverallTaskStatus\": {\n            \"BidRoundResponseValidationTaskId\": 687,\n            \"ConjoinEvents\": true,\n            \"RuntimeValidationResult\": 1,\n            \"RuntimeValidationRequest\": null,\n            \"TimeOffRequestTypeId\": null,\n            \"BidRoundResponseId\": null,\n            \"RuntimeState\": 3,\n            \"RuntimeStateName\": \"Success\",\n            \"BidRoundParticipantId\": 8,\n            \"ParticipantId\": 451,\n            \"BidRoundId\": 3,\n            \"SourceCulture\": null,\n            \"UserId\": 1\n        },\n        \"SummaryResults\": [],\n        \"BlockSummaryResults\": [],\n        \"BidRoundValidationSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"19a26723-e983-42e9-810b-95da3fa1f03b"}],"id":"9d560f28-48fe-4e4a-b269-2be5ab7b7d8c","description":"<p>The Time Off endpoints cover PTO, agent restricted activity periods, accrual data, and all things time off within CommunityWFM.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><p><a href=\"https://developer.communitywfm.com/#30c599f1-dfa1-4e38-b000-a4df40750658\">GET PublishedAccrualCalendar</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#1dd546e6-66c4-4391-acd8-400a87ca94a0\">GET AgentRestrictedActivityPeriod</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#8d0552bb-d2bb-4b78-897f-37bfd5623afa\">GET TimeOffRequest</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#9b3efa11-fd61-4b39-8114-3afee873cbd1\">GET PTORollover</a></p>\n</li>\n</ul>\n","_postman_id":"9d560f28-48fe-4e4a-b269-2be5ab7b7d8c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Reports","item":[{"name":"AgentLogonReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b0c06a08-4d4e-47e7-8c03-4d4a75d3d3a7"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"d97a234e-540d-4efd-9dcb-535140af3531"}}],"id":"6a72ff1b-dea5-4374-bbe0-6c8267a170e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"60cebb7e-a87a-4db4-a6d7-85cd19bf59bb"}],"url":"{{envName}}/api/AgentLogonReport?showLoggedOnOnly=False&sortOption=2&nameFilter=&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentLogonReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This true/false valued column determines if only logged on users should be included in the results.</p>\n","type":"text/plain"},"key":"showLoggedOnOnly","value":"False"},{"description":{"content":"<p>REQUIRED: Determines if results are sorted by 1.) Agent Name or 2.) logon time.</p>\n","type":"text/plain"},"key":"sortOption","value":"2"},{"description":{"content":"<p>REQUIRED: The agent name in text format. Can use either first name, last name, or last, first.</p>\n","type":"text/plain"},"key":"nameFilter","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"f0eacec3-0c3a-4e38-b96e-dcd2b33d8d28","name":"AgentLogonReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AgentLogonReport?showLoggedOnOnly=False&sortOption=1&nameFilter=&userId=1","host":["{{envName}}"],"path":["api","AgentLogonReport"],"query":[{"key":"showLoggedOnOnly","value":"False","description":"REQUIRED: This true/false valued column determines if only logged on users should be included in the results."},{"key":"sortOption","value":"1","description":"REQUIRED: Determines if results are sorted by 1.) Agent Name or 2.) logon time."},{"key":"nameFilter","value":"","description":"REQUIRED: The agent name in text format. Can use either first name, last name, or last, first."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ06gg0JWce8haA7z058mtzw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:52:24 GMT"},{"key":"Content-Length","value":"33289"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryContents\": [\n            {\n                \"name\": \"CommunityWFM\",\n                \"description\": \"Company Name\"\n            }\n        ],\n        \"logonEvents\": [\n            {\n                \"AgentId\": 564,\n                \"AgentName\": \"Account, Demo \",\n                \"LoginId\": \"Demo\",\n                \"HireDate\": \"2024-03-04T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 1,\n                \"AgentName\": \"Account, Service \",\n                \"LoginId\": \"wfmsg\",\n                \"HireDate\": \"2017-11-15T00:00:00\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": null,\n                \"Title\": \"\",\n                \"LoginTime\": \"2024-05-08T13:12:34.78\",\n                \"LoginDuration\": \" 01:40\",\n                \"SiteName\": \"CommunityWFM\"\n            },\n            {\n                \"AgentId\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"LoginId\": \"sareheart\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SCA21218\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": \"2024-04-13T07:55:10.317\",\n                \"LoginDuration\": \" 606:57\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"LoginId\": \"Agent1\",\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"dka21094\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"LoginId\": \"gbadgett\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"GAB21254\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"LoginId\": \"jbarton\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JBarton\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"LoginId\": \"sbickley\",\n                \"HireDate\": \"2017-07-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SBickley\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 411,\n                \"AgentName\": \"Bixler, Lyon \",\n                \"LoginId\": \"lbixler\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"lbixler\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 182,\n                \"AgentName\": \"Blair, Travis \",\n                \"LoginId\": \"tblair\",\n                \"HireDate\": \"2016-02-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 300,\n                \"RoleName\": \"Scheduler\",\n                \"EmployeeId\": \"tblair\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"LoginId\": \"lblakely\",\n                \"HireDate\": \"2014-12-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LNB21249\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"LoginId\": \"cbrown\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"cab17889\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 537,\n                \"AgentName\": \"Brown, Matt \",\n                \"LoginId\": \"mbrown\",\n                \"HireDate\": \"2020-07-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 263,\n                \"AgentName\": \"Brunson, David \",\n                \"LoginId\": \"dbrunson\",\n                \"HireDate\": \"2016-06-23T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"dbrunson\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"LoginId\": \"bburns\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"BBurns\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"LoginId\": \"rcarabo\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"rcarabo\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 307,\n                \"AgentName\": \"Carlisle, Kevin \",\n                \"LoginId\": \"kcarlisle\",\n                \"HireDate\": \"2016-09-19T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"kcarlisle\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"LoginId\": \"scassleman\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"sfc17890\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"LoginId\": \"kcathy\",\n                \"HireDate\": \"2017-02-20T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CXP21252\",\n                \"Title\": \"sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 426,\n                \"AgentName\": \"Correa, Maria \",\n                \"LoginId\": \"mcorrea\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"mec21037\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 2,\n                \"AgentName\": \"Cotharin, Todd \",\n                \"LoginId\": \"tcotharin\",\n                \"HireDate\": \"2006-03-06T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": \"1345663\",\n                \"Title\": \"Director of Center Operations\",\n                \"LoginTime\": \"2024-05-06T14:15:02.583\",\n                \"LoginDuration\": \" 48:37\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"LoginId\": \"tcrislip\",\n                \"HireDate\": \"2016-09-19T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"tcislip\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 332,\n                \"AgentName\": \"Dolinger, Joel \",\n                \"LoginId\": \"jdolinger\",\n                \"HireDate\": \"2016-11-14T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JND21026\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"LoginId\": \"bdunbar\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"wdunbar\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"LoginId\": \"mduncan\",\n                \"HireDate\": \"2005-09-26T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"63438\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"LoginId\": \"adyer\",\n                \"HireDate\": \"2014-07-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"ABD21223\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 237,\n                \"AgentName\": \"Fajardo, Ella \",\n                \"LoginId\": \"efajardo\",\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"ECF21276\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"LoginId\": \"finn\",\n                \"HireDate\": \"2013-07-29T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"1084742\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"LoginId\": \"oflorez\",\n                \"HireDate\": \"2015-04-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"OAF21012\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"LoginId\": \"wfowler\",\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"1343546\",\n                \"Title\": \"Sales AGent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"LoginId\": \"afraley\",\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"ANF21228\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 400,\n                \"AgentName\": \"Garrett, Michele \",\n                \"LoginId\": \"mgarrett\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"mgarret\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 155,\n                \"AgentName\": \"Goldfarb, Brett \",\n                \"LoginId\": \"bgoldfarb\",\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"9019637\",\n                \"Title\": \"Operator\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 90,\n                \"AgentName\": \"Gonos, Daryl \",\n                \"LoginId\": \"dgonos\",\n                \"HireDate\": \"2006-05-10T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": null,\n                \"Title\": \"Director of Sales\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"LoginId\": \"lgranda\",\n                \"HireDate\": \"2013-08-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"lgranda\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 348,\n                \"AgentName\": \"Gray, Daryl \",\n                \"LoginId\": \"dgray\",\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DJG21219\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"LoginId\": \"tgreene\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"TLG17964\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"LoginId\": \"jgriffin\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JHG17920\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 242,\n                \"AgentName\": \"Grzybowski, Malissa \",\n                \"LoginId\": \"mgrzybowski\",\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MAG21275\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 80,\n                \"AgentName\": \"Guzman, Denise \",\n                \"LoginId\": \"dguzman\",\n                \"HireDate\": \"2015-06-08T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"dxg21043\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 87,\n                \"AgentName\": \"Hagwood, Steve \",\n                \"LoginId\": \"shagwood\",\n                \"HireDate\": \"2013-12-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"739259\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"LoginId\": \"dhaltiwanger\",\n                \"HireDate\": \"2016-08-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DWH21013\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 277,\n                \"AgentName\": \"Hampton, Stacey \",\n                \"LoginId\": \"shampton\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"shampton\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 285,\n                \"AgentName\": \"Harden, Charley \",\n                \"LoginId\": \"charden\",\n                \"HireDate\": \"2016-08-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CHarden\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"LoginId\": null,\n                \"HireDate\": \"2010-01-18T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"gah21056\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"LoginId\": null,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CBH17940\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 328,\n                \"AgentName\": \"Hooper, Lisa \",\n                \"LoginId\": \"lhooper\",\n                \"HireDate\": \"2016-10-03T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"LFH17324\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"LoginId\": \"ahorne\",\n                \"HireDate\": \"2016-05-23T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"WAH21278\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"LoginId\": \"mhouck\",\n                \"HireDate\": \"2016-04-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MDH21220\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 561,\n                \"AgentName\": \"Hummadi, Thamer \",\n                \"LoginId\": \"thamer\",\n                \"HireDate\": \"2023-11-30T00:00:00\",\n                \"EmailAddress\": \"hummadi@wfmsg.com\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 418,\n                \"AgentName\": \"Hunter, Satika \",\n                \"LoginId\": \"shunter\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"shunter\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"LoginId\": \"lhunter\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LAH21227\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"LoginId\": \"rkenney\",\n                \"HireDate\": \"2012-07-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"0214540\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"LoginId\": \"mkinsella\",\n                \"HireDate\": \"2017-01-19T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"35334\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 272,\n                \"AgentName\": \"Lasch, William \",\n                \"LoginId\": \"wlasch\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"63262\",\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 128,\n                \"AgentName\": \"Lee, Daniel \",\n                \"LoginId\": \"dlee\",\n                \"HireDate\": \"2013-12-06T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DDW21253\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"LoginId\": \"glewis\",\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"glewis\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"LoginId\": \"llewis\",\n                \"HireDate\": \"2015-09-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LXL17691\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"LoginId\": \"jmack\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JKM17984\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"LoginId\": \"fmalvoisin\",\n                \"HireDate\": \"2016-10-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SGM17983\",\n                \"Title\": \"Operator\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"LoginId\": \"cmartinez\",\n                \"HireDate\": \"2014-02-24T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MXO17963\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"LoginId\": \"nmcbride\",\n                \"HireDate\": \"2016-07-10T00:00:00\",\n                \"EmailAddress\": \"nmcbride@gmail.com\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"NNM17965\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 149,\n                \"AgentName\": \"McCormack, Del \",\n                \"LoginId\": \"dmccormack\",\n                \"HireDate\": \"2014-12-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DPM21007\",\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 485,\n                \"AgentName\": \"Minick, Rusty \",\n                \"LoginId\": \"rminick\",\n                \"HireDate\": \"2017-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JXM21224\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 298,\n                \"AgentName\": \"Mitchell, Lauren \",\n                \"LoginId\": \"Supervisor\",\n                \"HireDate\": \"2016-03-28T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"LMM21162\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"LoginId\": \"dmontes\",\n                \"HireDate\": \"2014-08-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DAM 21159\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"LoginId\": \"kmosley\",\n                \"HireDate\": \"2015-01-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"kmosley\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 468,\n                \"AgentName\": \"Moten, Cierra \",\n                \"LoginId\": \"cmoten\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CSM21226\",\n                \"Title\": \"Service/Sales Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 444,\n                \"AgentName\": \"Munoz, Maria \",\n                \"LoginId\": \"mmunoz\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 300,\n                \"RoleName\": \"Scheduler\",\n                \"EmployeeId\": \"mmunoz\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 115,\n                \"AgentName\": \"Murphy, Alyson \",\n                \"LoginId\": \"amurphy\",\n                \"HireDate\": \"2013-06-04T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"AMM21145\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"LoginId\": \"mnachtigall\",\n                \"HireDate\": \"2017-02-09T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"cnelson\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"LoginId\": \"jnewman\",\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"jnewman\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"LoginId\": \"mnewton\",\n                \"HireDate\": \"2015-11-09T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MFN17962\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 126,\n                \"AgentName\": \"Nixon, Jacqui \",\n                \"LoginId\": \"jnixon\",\n                \"HireDate\": \"2013-03-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"jnixon\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"LoginId\": \"koates\",\n                \"HireDate\": \"2016-03-14T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"KDO21010\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 408,\n                \"AgentName\": \"Peebles, Brandon \",\n                \"LoginId\": \"bpeebles\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"BCP21009\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"LoginId\": \"mpollock\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MXP21277\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"LoginId\": \"testagent\",\n                \"HireDate\": \"2016-02-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SYP21221\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 86,\n                \"AgentName\": \"Rawl, Polly \",\n                \"LoginId\": \"prawl\",\n                \"HireDate\": \"2015-08-03T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"prawl\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"LoginId\": \"drenfroe\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"drenfroe\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 376,\n                \"AgentName\": \"Ress, Connie \",\n                \"LoginId\": \"cress\",\n                \"HireDate\": \"2017-02-20T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CRess\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"LoginId\": \"mrichbourg\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MLR21274\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"LoginId\": \"richert\",\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JFR17923\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": \"2024-02-26T16:04:39.697\",\n                \"LoginDuration\": \" 1726:48\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"LoginId\": \"sridenhour\",\n                \"HireDate\": \"2015-07-06T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"sridenhour\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"LoginId\": \"srodriguez\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"crodriguez\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"LoginId\": \"krollison\",\n                \"HireDate\": \"2014-11-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"KSR21073\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 106,\n                \"AgentName\": \"Ruth, Nathan \",\n                \"LoginId\": \"nruth\",\n                \"HireDate\": \"2010-04-17T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"NER21104\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"LoginId\": \"msanchez\",\n                \"HireDate\": \"2011-01-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MFB21273\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 330,\n                \"AgentName\": \"Sanchez, Mauricio \",\n                \"LoginId\": \"msanchez\",\n                \"HireDate\": \"2016-11-14T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MXS21011\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"LoginId\": \"pschmidt\",\n                \"HireDate\": \"2010-02-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"LoginId\": \"jschrum\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JHSchrum\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 41,\n                \"AgentName\": \"Shiver, Sharette \",\n                \"LoginId\": \"sshiver\",\n                \"HireDate\": \"2013-09-09T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LSS21160\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"LoginId\": \"mstalnaker\",\n                \"HireDate\": \"2013-07-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"mstalnaker\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"LoginId\": \"csticha\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"cms17891\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 338,\n                \"AgentName\": \"Stoner, Seth \",\n                \"LoginId\": \"sstoner\",\n                \"HireDate\": \"2016-11-28T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SAS21251\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"LoginId\": \"tsutherland\",\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"1342647\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 555,\n                \"AgentName\": \"Test, Test from UI \",\n                \"LoginId\": null,\n                \"HireDate\": \"2023-11-08T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 543,\n                \"AgentName\": \"test123, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 556,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 557,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 558,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T16:32:44\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 559,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T16:33:54\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 542,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 544,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 545,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 546,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 547,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 548,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 549,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 550,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 551,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 552,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 553,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 554,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 389,\n                \"AgentName\": \"Thurber, Eric \",\n                \"LoginId\": \"ethurber\",\n                \"HireDate\": \"2016-04-04T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 541,\n                \"AgentName\": \"Tritten, Thomas \",\n                \"LoginId\": \"ttritten\",\n                \"HireDate\": \"2022-11-28T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": \"TTRITTEN1969\",\n                \"Title\": \"Senior Solution Engineer\",\n                \"LoginTime\": \"2024-05-03T12:44:36.703\",\n                \"LoginDuration\": \" 122:08\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"LoginId\": \"bturner\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"bturner\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 275,\n                \"AgentName\": \"Turner, Jonathan \",\n                \"LoginId\": \"jturner\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"63284\",\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"LoginId\": \"twatkins\",\n                \"HireDate\": \"2016-06-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"twatkins\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 394,\n                \"AgentName\": \"Watts, Walter \",\n                \"LoginId\": \"wwatts\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"WSW17921\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 153,\n                \"AgentName\": \"Wildrick, Brian \",\n                \"LoginId\": \"bwildrick\",\n                \"HireDate\": \"2013-02-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": \"bwildrick\",\n                \"Title\": \"Manager of Operations\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 343,\n                \"AgentName\": \"Williams, Litcha \",\n                \"LoginId\": \"lwilliams\",\n                \"HireDate\": \"2016-11-30T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"lswilliams\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 148,\n                \"AgentName\": \"Wingard, Jason \",\n                \"LoginId\": \"jwingard\",\n                \"HireDate\": \"2014-11-11T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"jwingard\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"736698bf-e8b7-4bee-80cb-5c2755a96a21","name":"AgentLogonReport - by login time","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AgentLogonReport?showLoggedOnOnly=False&sortOption=2&nameFilter=&userId=1","host":["{{envName}}"],"path":["api","AgentLogonReport"],"query":[{"key":"showLoggedOnOnly","value":"False","description":"REQUIRED: This true/false valued column determines if only logged on users should be included in the results."},{"key":"sortOption","value":"2","description":"REQUIRED: Determines if results are sorted by 1.) Agent Name or 2.) logon time."},{"key":"nameFilter","value":"","description":"REQUIRED: The agent name in text format. Can use either first name, last name, or last, first."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZyJk8EBaHVc1l2s9ka5jCiw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 19:52:39 GMT"},{"key":"Content-Length","value":"33289"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryContents\": [\n            {\n                \"name\": \"CommunityWFM\",\n                \"description\": \"Company Name\"\n            }\n        ],\n        \"logonEvents\": [\n            {\n                \"AgentId\": 543,\n                \"AgentName\": \"test123, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 126,\n                \"AgentName\": \"Nixon, Jacqui \",\n                \"LoginId\": \"jnixon\",\n                \"HireDate\": \"2013-03-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"jnixon\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 182,\n                \"AgentName\": \"Blair, Travis \",\n                \"LoginId\": \"tblair\",\n                \"HireDate\": \"2016-02-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 300,\n                \"RoleName\": \"Scheduler\",\n                \"EmployeeId\": \"tblair\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 153,\n                \"AgentName\": \"Wildrick, Brian \",\n                \"LoginId\": \"bwildrick\",\n                \"HireDate\": \"2013-02-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": \"bwildrick\",\n                \"Title\": \"Manager of Operations\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 298,\n                \"AgentName\": \"Mitchell, Lauren \",\n                \"LoginId\": \"Supervisor\",\n                \"HireDate\": \"2016-03-28T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"LMM21162\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"LoginId\": \"msanchez\",\n                \"HireDate\": \"2011-01-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MFB21273\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"LoginId\": \"oflorez\",\n                \"HireDate\": \"2015-04-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"OAF21012\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"LoginId\": \"kmosley\",\n                \"HireDate\": \"2015-01-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"kmosley\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"LoginId\": \"tcrislip\",\n                \"HireDate\": \"2016-09-19T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"tcislip\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"LoginId\": \"mnachtigall\",\n                \"HireDate\": \"2017-02-09T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"cnelson\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"LoginId\": \"mduncan\",\n                \"HireDate\": \"2005-09-26T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"63438\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"LoginId\": \"rcarabo\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"rcarabo\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"LoginId\": \"mrichbourg\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MLR21274\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"LoginId\": \"jschrum\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JHSchrum\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"LoginId\": \"csticha\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"cms17891\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 41,\n                \"AgentName\": \"Shiver, Sharette \",\n                \"LoginId\": \"sshiver\",\n                \"HireDate\": \"2013-09-09T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LSS21160\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 115,\n                \"AgentName\": \"Murphy, Alyson \",\n                \"LoginId\": \"amurphy\",\n                \"HireDate\": \"2013-06-04T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"AMM21145\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 149,\n                \"AgentName\": \"McCormack, Del \",\n                \"LoginId\": \"dmccormack\",\n                \"HireDate\": \"2014-12-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DPM21007\",\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 263,\n                \"AgentName\": \"Brunson, David \",\n                \"LoginId\": \"dbrunson\",\n                \"HireDate\": \"2016-06-23T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"dbrunson\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 275,\n                \"AgentName\": \"Turner, Jonathan \",\n                \"LoginId\": \"jturner\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"63284\",\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 277,\n                \"AgentName\": \"Hampton, Stacey \",\n                \"LoginId\": \"shampton\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"shampton\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 332,\n                \"AgentName\": \"Dolinger, Joel \",\n                \"LoginId\": \"jdolinger\",\n                \"HireDate\": \"2016-11-14T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JND21026\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 348,\n                \"AgentName\": \"Gray, Daryl \",\n                \"LoginId\": \"dgray\",\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DJG21219\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 376,\n                \"AgentName\": \"Ress, Connie \",\n                \"LoginId\": \"cress\",\n                \"HireDate\": \"2017-02-20T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CRess\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"LoginId\": \"finn\",\n                \"HireDate\": \"2013-07-29T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"1084742\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"LoginId\": \"Agent1\",\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"dka21094\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"LoginId\": \"ahorne\",\n                \"HireDate\": \"2016-05-23T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"WAH21278\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 328,\n                \"AgentName\": \"Hooper, Lisa \",\n                \"LoginId\": \"lhooper\",\n                \"HireDate\": \"2016-10-03T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"LFH17324\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 394,\n                \"AgentName\": \"Watts, Walter \",\n                \"LoginId\": \"wwatts\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"WSW17921\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 444,\n                \"AgentName\": \"Munoz, Maria \",\n                \"LoginId\": \"mmunoz\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 300,\n                \"RoleName\": \"Scheduler\",\n                \"EmployeeId\": \"mmunoz\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"LoginId\": \"mstalnaker\",\n                \"HireDate\": \"2013-07-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"mstalnaker\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"LoginId\": \"sridenhour\",\n                \"HireDate\": \"2015-07-06T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"sridenhour\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"LoginId\": \"rkenney\",\n                \"HireDate\": \"2012-07-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"0214540\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 155,\n                \"AgentName\": \"Goldfarb, Brett \",\n                \"LoginId\": \"bgoldfarb\",\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"9019637\",\n                \"Title\": \"Operator\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"LoginId\": \"koates\",\n                \"HireDate\": \"2016-03-14T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"KDO21010\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 542,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 544,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 545,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 546,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 547,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 548,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 549,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 550,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 551,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 552,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 553,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 554,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 555,\n                \"AgentName\": \"Test, Test from UI \",\n                \"LoginId\": null,\n                \"HireDate\": \"2023-11-08T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 556,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 557,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T14:24:50\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 558,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T16:32:44\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 559,\n                \"AgentName\": \"Test456 Last, Test456 First \",\n                \"LoginId\": \"Test456\",\n                \"HireDate\": \"2023-11-08T16:33:54\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": \"\",\n                \"Title\": \"DO NOT DELETE OR MODIFY\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 561,\n                \"AgentName\": \"Hummadi, Thamer \",\n                \"LoginId\": \"thamer\",\n                \"HireDate\": \"2023-11-30T00:00:00\",\n                \"EmailAddress\": \"hummadi@wfmsg.com\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 564,\n                \"AgentName\": \"Account, Demo \",\n                \"LoginId\": \"Demo\",\n                \"HireDate\": \"2024-03-04T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"LoginId\": \"dhaltiwanger\",\n                \"HireDate\": \"2016-08-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DWH21013\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"LoginId\": \"fmalvoisin\",\n                \"HireDate\": \"2016-10-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SGM17983\",\n                \"Title\": \"Operator\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"LoginId\": \"afraley\",\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"ANF21228\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"LoginId\": \"glewis\",\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"glewis\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"LoginId\": \"scassleman\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"sfc17890\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"LoginId\": \"srodriguez\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"crodriguez\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"LoginId\": \"tgreene\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"TLG17964\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"LoginId\": \"pschmidt\",\n                \"HireDate\": \"2010-02-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"LoginId\": \"bturner\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"bturner\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"LoginId\": \"bdunbar\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"wdunbar\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"LoginId\": \"mpollock\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MXP21277\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"LoginId\": \"cbrown\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"cab17889\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"LoginId\": \"adyer\",\n                \"HireDate\": \"2014-07-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"ABD21223\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"LoginId\": \"krollison\",\n                \"HireDate\": \"2014-11-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"KSR21073\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"LoginId\": \"lgranda\",\n                \"HireDate\": \"2013-08-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"lgranda\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"LoginId\": \"cmartinez\",\n                \"HireDate\": \"2014-02-24T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MXO17963\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 128,\n                \"AgentName\": \"Lee, Daniel \",\n                \"LoginId\": \"dlee\",\n                \"HireDate\": \"2013-12-06T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DDW21253\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"LoginId\": \"llewis\",\n                \"HireDate\": \"2015-09-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LXL17691\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"LoginId\": \"tsutherland\",\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"1342647\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"LoginId\": \"dmontes\",\n                \"HireDate\": \"2014-08-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"DAM 21159\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"LoginId\": \"wfowler\",\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"1343546\",\n                \"Title\": \"Sales AGent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"LoginId\": \"twatkins\",\n                \"HireDate\": \"2016-06-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"twatkins\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"LoginId\": \"jmack\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JKM17984\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"LoginId\": \"jnewman\",\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"jnewman\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"LoginId\": \"bburns\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"BBurns\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"LoginId\": null,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CBH17940\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"LoginId\": \"jgriffin\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JHG17920\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"LoginId\": \"gbadgett\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"GAB21254\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"LoginId\": \"sbickley\",\n                \"HireDate\": \"2017-07-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SBickley\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 106,\n                \"AgentName\": \"Ruth, Nathan \",\n                \"LoginId\": \"nruth\",\n                \"HireDate\": \"2010-04-17T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"NER21104\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 237,\n                \"AgentName\": \"Fajardo, Ella \",\n                \"LoginId\": \"efajardo\",\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"ECF21276\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 242,\n                \"AgentName\": \"Grzybowski, Malissa \",\n                \"LoginId\": \"mgrzybowski\",\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MAG21275\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 285,\n                \"AgentName\": \"Harden, Charley \",\n                \"LoginId\": \"charden\",\n                \"HireDate\": \"2016-08-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CHarden\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 307,\n                \"AgentName\": \"Carlisle, Kevin \",\n                \"LoginId\": \"kcarlisle\",\n                \"HireDate\": \"2016-09-19T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"kcarlisle\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 338,\n                \"AgentName\": \"Stoner, Seth \",\n                \"LoginId\": \"sstoner\",\n                \"HireDate\": \"2016-11-28T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SAS21251\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 408,\n                \"AgentName\": \"Peebles, Brandon \",\n                \"LoginId\": \"bpeebles\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"BCP21009\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 485,\n                \"AgentName\": \"Minick, Rusty \",\n                \"LoginId\": \"rminick\",\n                \"HireDate\": \"2017-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JXM21224\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 537,\n                \"AgentName\": \"Brown, Matt \",\n                \"LoginId\": \"mbrown\",\n                \"HireDate\": \"2020-07-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": null,\n                \"Title\": null,\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 86,\n                \"AgentName\": \"Rawl, Polly \",\n                \"LoginId\": \"prawl\",\n                \"HireDate\": \"2015-08-03T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"prawl\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 87,\n                \"AgentName\": \"Hagwood, Steve \",\n                \"LoginId\": \"shagwood\",\n                \"HireDate\": \"2013-12-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"739259\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 148,\n                \"AgentName\": \"Wingard, Jason \",\n                \"LoginId\": \"jwingard\",\n                \"HireDate\": \"2014-11-11T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 200,\n                \"RoleName\": \"Supervisor\",\n                \"EmployeeId\": \"jwingard\",\n                \"Title\": \"Supervisor\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 272,\n                \"AgentName\": \"Lasch, William \",\n                \"LoginId\": \"wlasch\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"63262\",\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 330,\n                \"AgentName\": \"Sanchez, Mauricio \",\n                \"LoginId\": \"msanchez\",\n                \"HireDate\": \"2016-11-14T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MXS21011\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 343,\n                \"AgentName\": \"Williams, Litcha \",\n                \"LoginId\": \"lwilliams\",\n                \"HireDate\": \"2016-11-30T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"lswilliams\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 389,\n                \"AgentName\": \"Thurber, Eric \",\n                \"LoginId\": \"ethurber\",\n                \"HireDate\": \"2016-04-04T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": null,\n                \"Title\": \"Service Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 400,\n                \"AgentName\": \"Garrett, Michele \",\n                \"LoginId\": \"mgarrett\",\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"mgarret\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 411,\n                \"AgentName\": \"Bixler, Lyon \",\n                \"LoginId\": \"lbixler\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"lbixler\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 426,\n                \"AgentName\": \"Correa, Maria \",\n                \"LoginId\": \"mcorrea\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"mec21037\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 468,\n                \"AgentName\": \"Moten, Cierra \",\n                \"LoginId\": \"cmoten\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CSM21226\",\n                \"Title\": \"Service/Sales Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"2 - Nashville, TN\"\n            },\n            {\n                \"AgentId\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"LoginId\": \"lblakely\",\n                \"HireDate\": \"2014-12-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LNB21249\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 80,\n                \"AgentName\": \"Guzman, Denise \",\n                \"LoginId\": \"dguzman\",\n                \"HireDate\": \"2015-06-08T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"dxg21043\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"LoginId\": null,\n                \"HireDate\": \"2010-01-18T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"gah21056\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"LoginId\": \"mnewton\",\n                \"HireDate\": \"2015-11-09T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MFN17962\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"LoginId\": \"testagent\",\n                \"HireDate\": \"2016-02-01T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SYP21221\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"LoginId\": \"mhouck\",\n                \"HireDate\": \"2016-04-25T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"MDH21220\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"LoginId\": \"mkinsella\",\n                \"HireDate\": \"2017-01-19T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"35334\",\n                \"Title\": \"Sales Agent\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"LoginId\": \"kcathy\",\n                \"HireDate\": \"2017-02-20T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"CXP21252\",\n                \"Title\": \"sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"LoginId\": \"lhunter\",\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"LAH21227\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 418,\n                \"AgentName\": \"Hunter, Satika \",\n                \"LoginId\": \"shunter\",\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"shunter\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"LoginId\": \"nmcbride\",\n                \"HireDate\": \"2016-07-10T00:00:00\",\n                \"EmailAddress\": \"nmcbride@gmail.com\",\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"NNM17965\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"LoginId\": \"drenfroe\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"drenfroe\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"LoginId\": \"jbarton\",\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JBarton\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 90,\n                \"AgentName\": \"Gonos, Daryl \",\n                \"LoginId\": \"dgonos\",\n                \"HireDate\": \"2006-05-10T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": null,\n                \"Title\": \"Director of Sales\",\n                \"LoginTime\": null,\n                \"LoginDuration\": null,\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"LoginId\": \"richert\",\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"JFR17923\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": \"2024-02-26T16:04:39.697\",\n                \"LoginDuration\": \" 1726:48\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"LoginId\": \"sareheart\",\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmailAddress\": null,\n                \"RoleId\": 100,\n                \"RoleName\": \"Agent\",\n                \"EmployeeId\": \"SCA21218\",\n                \"Title\": \"Sales/Service Rep\",\n                \"LoginTime\": \"2024-04-13T07:55:10.317\",\n                \"LoginDuration\": \" 606:57\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 541,\n                \"AgentName\": \"Tritten, Thomas \",\n                \"LoginId\": \"ttritten\",\n                \"HireDate\": \"2022-11-28T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": \"TTRITTEN1969\",\n                \"Title\": \"Senior Solution Engineer\",\n                \"LoginTime\": \"2024-05-03T12:44:36.703\",\n                \"LoginDuration\": \" 122:08\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 2,\n                \"AgentName\": \"Cotharin, Todd \",\n                \"LoginId\": \"tcotharin\",\n                \"HireDate\": \"2006-03-06T00:00:00\",\n                \"EmailAddress\": \"tcotharin\",\n                \"RoleId\": 400,\n                \"RoleName\": \"Administrator\",\n                \"EmployeeId\": \"1345663\",\n                \"Title\": \"Director of Center Operations\",\n                \"LoginTime\": \"2024-05-06T14:15:02.583\",\n                \"LoginDuration\": \" 48:37\",\n                \"SiteName\": \"1- Dallas, TX\"\n            },\n            {\n                \"AgentId\": 1,\n                \"AgentName\": \"Account, Service \",\n                \"LoginId\": \"wfmsg\",\n                \"HireDate\": \"2017-11-15T00:00:00\",\n                \"EmailAddress\": \"\",\n                \"RoleId\": 1000,\n                \"RoleName\": \"Superuser\",\n                \"EmployeeId\": null,\n                \"Title\": \"\",\n                \"LoginTime\": \"2024-05-08T13:12:34.78\",\n                \"LoginDuration\": \" 01:40\",\n                \"SiteName\": \"CommunityWFM\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"6a72ff1b-dea5-4374-bbe0-6c8267a170e7"},{"name":"AuditEventReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"1a76b88b-15f8-4ceb-add5-d7e5ac301680"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"79d5cbcb-0e19-4d81-9b7d-aa0281b42484"}}],"id":"310b9d83-9d13-4cca-a772-29214844b2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"dc100200-261b-469a-8253-a20b1b9b740a"}],"url":"{{envName}}/api/AuditEventReport?auditEventSourceId=&fromDate=3/18/2024&thruDate=3/20/2024&userId=1&searchText=%23349","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AuditEventReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific Audit Event. You can leave this field blank to retrieve a list of all audit events during this time period.</p>\n","type":"text/plain"},"key":"auditEventSourceId","value":""},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"thruDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: The specific text to seach for within the event description. This can be left blank.</p>\n","type":"text/plain"},"key":"searchText","value":"#349"}],"variable":[]}},"response":[{"id":"77ce4671-6c48-47c1-a7b5-fd942c4e393a","name":"AuditEventReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AuditEventReport?auditEventSourceId=&fromDate=3/18/2024&thruDate=3/20/2024&userId=1&searchText=","host":["{{envName}}"],"path":["api","AuditEventReport"],"query":[{"key":"auditEventSourceId","value":"","description":"REQUIRED: The ID of the specific Audit Event. You can leave this field blank to retrieve a list of all audit events during this time period."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"searchText","value":"","description":"REQUIRED: The specific text to seach for within the event description. This can be left blank."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ6vL0OQeSw0Cd6XWKdGmVDE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:01:46 GMT"},{"key":"Content-Length","value":"3133"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryContents\": [\n            {\n                \"name\": \"CommunityWFM\",\n                \"description\": \"Company Name\"\n            }\n        ],\n        \"auditEvents\": [\n            {\n                \"EventAuditEntryId\": 11095,\n                \"EventSourceId\": 2,\n                \"EventTriggerId\": 2,\n                \"EventDescription\": \"Account, Service  performed action [Update] affecting on an event id 955404 [Late] on [2024-03-20] at [00:00:00 AM] for [ 00:05] duration.  This change affects the schedule [Published Schedule] for the following participants: Dunbar, Bill  [Approved].\",\n                \"EventCreateDate\": \"2024-03-19T18:00:25.353\",\n                \"EventResponsibleParty\": \"1\",\n                \"FullName\": \"Account, Service \",\n                \"SourceDescription\": \"Reports changes to any published or working schedule event by any user.  Includes edits thru dialog windows and drag and drop operations.\",\n                \"SourceName\": \"Schedule Event\",\n                \"SourceEnabled\": true,\n                \"TypeIcon\": \"calendar.png\",\n                \"TypeName\": \"Application\",\n                \"TriggerName\": \"Update\",\n                \"UserComments\": null\n            },\n            {\n                \"EventAuditEntryId\": 11094,\n                \"EventSourceId\": 3,\n                \"EventTriggerId\": 1,\n                \"EventDescription\": \"McBride, Natasha  performed action [Insert] affecting a recurring event id #349 [PTO] starting on [2024-03-18], ending on [2024-03-20] at [06:00:00 AM] for [ 00:00] duration.  This change affects the schedule [Published Schedule] for the following participants: McBride, Natasha ;.\",\n                \"EventCreateDate\": \"2024-03-18T23:17:43.61\",\n                \"EventResponsibleParty\": \"449\",\n                \"FullName\": \"McBride, Natasha \",\n                \"SourceDescription\": \"Reports changes to recurring events on the published schedule.\",\n                \"SourceName\": \"Recurring Events\",\n                \"SourceEnabled\": true,\n                \"TypeIcon\": \"calendar.png\",\n                \"TypeName\": \"Application\",\n                \"TriggerName\": \"Insert\",\n                \"UserComments\": null\n            },\n            {\n                \"EventAuditEntryId\": 11093,\n                \"EventSourceId\": 2,\n                \"EventTriggerId\": 2,\n                \"EventDescription\": \"Account, Service  performed action [Update] affecting on an event id 952746 [Late] on [2024-03-19] at [00:00:00 AM] for [ 00:05] duration.  This change affects the schedule [Published Schedule] for the following participants: Goldfarb, Brett  [Approved].\",\n                \"EventCreateDate\": \"2024-03-18T18:00:10.637\",\n                \"EventResponsibleParty\": \"1\",\n                \"FullName\": \"Account, Service \",\n                \"SourceDescription\": \"Reports changes to any published or working schedule event by any user.  Includes edits thru dialog windows and drag and drop operations.\",\n                \"SourceName\": \"Schedule Event\",\n                \"SourceEnabled\": true,\n                \"TypeIcon\": \"calendar.png\",\n                \"TypeName\": \"Application\",\n                \"TriggerName\": \"Update\",\n                \"UserComments\": null\n            },\n            {\n                \"EventAuditEntryId\": 11092,\n                \"EventSourceId\": 2,\n                \"EventTriggerId\": 2,\n                \"EventDescription\": \"Account, Service  performed action [Update] affecting on an event id 952745 [Late] on [2024-03-18] at [18:00:00 PM] for [ 00:05] duration.  This change affects the schedule [Published Schedule] for the following participants: Nelson, Candice  [Approved].\",\n                \"EventCreateDate\": \"2024-03-18T12:00:07.677\",\n                \"EventResponsibleParty\": \"1\",\n                \"FullName\": \"Account, Service \",\n                \"SourceDescription\": \"Reports changes to any published or working schedule event by any user.  Includes edits thru dialog windows and drag and drop operations.\",\n                \"SourceName\": \"Schedule Event\",\n                \"SourceEnabled\": true,\n                \"TypeIcon\": \"calendar.png\",\n                \"TypeName\": \"Application\",\n                \"TriggerName\": \"Update\",\n                \"UserComments\": null\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d2091c25-fa92-4d0d-8d92-84a7a3eb61fa","name":"AuditEventReport - Text search","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AuditEventReport?auditEventSourceId=&fromDate=3/18/2024&thruDate=3/20/2024&userId=1&searchText=%23349","host":["{{envName}}"],"path":["api","AuditEventReport"],"query":[{"key":"auditEventSourceId","value":"","description":"REQUIRED: The ID of the specific Audit Event. You can leave this field blank to retrieve a list of all audit events during this time period."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"searchText","value":"#349","description":"REQUIRED: The specific text to seach for within the event description. This can be left blank."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ0eYaSLTIxt/b+XUJX5lU2A="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:02:03 GMT"},{"key":"Content-Length","value":"921"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryContents\": [\n            {\n                \"name\": \"CommunityWFM\",\n                \"description\": \"Company Name\"\n            }\n        ],\n        \"auditEvents\": [\n            {\n                \"EventAuditEntryId\": 11094,\n                \"EventSourceId\": 3,\n                \"EventTriggerId\": 1,\n                \"EventDescription\": \"McBride, Natasha  performed action [Insert] affecting a recurring event id #349 [PTO] starting on [2024-03-18], ending on [2024-03-20] at [06:00:00 AM] for [ 00:00] duration.  This change affects the schedule [Published Schedule] for the following participants: McBride, Natasha ;.\",\n                \"EventCreateDate\": \"2024-03-18T23:17:43.61\",\n                \"EventResponsibleParty\": \"449\",\n                \"FullName\": \"McBride, Natasha \",\n                \"FullName1\": \"McBride, Natasha \",\n                \"SourceDescription\": \"Reports changes to recurring events on the published schedule.\",\n                \"SourceName\": \"Recurring Events\",\n                \"SourceEnabled\": true,\n                \"TypeIcon\": \"calendar.png\",\n                \"TypeName\": \"Application\",\n                \"TriggerName\": \"Insert\",\n                \"UserComments\": null\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"310b9d83-9d13-4cca-a772-29214844b2ce"},{"name":"ContactVolumeReport","event":[{"listen":"prerequest","script":{"id":"c4e0fdf5-6479-4dfd-9ffe-8399e31dbd60","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"5085477c-43ec-4419-9520-7bcca3fd6755","exec":[""],"type":"text/javascript","packages":{}}}],"id":"867a0505-20eb-4659-a6ca-ed433a370620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/ContactVolumeReport?dataSourceId=1&collectionPointId=&fromDate=5/5/2025&thruDate=5/6/2025&timeZoneId=20&userId=1&transId=2&activityId=1","description":"<p>The Contact Volume Report returns the contacts, not handled, handled, and average handled time data from the data source. In CommunityWFM it's used to build the Contact Volume and Average Handle Time graphs for each data source.</p>\n<img src=\"https://content.pstmn.io/d4435080-4014-4720-9532-8dda2e291b1a/aW1hZ2UucG5n\" width=\"1298\" height=\"498\" />\n\n<img src=\"https://content.pstmn.io/0aa2164f-b678-42d8-bbb3-fa68d7fac6d2/aW1hZ2UucG5n\" width=\"1304\" height=\"493\" />\n\n<p>It is also used in the Reports section to build the Contact Volume and Average Handle Time report graphs:</p>\n<img src=\"https://content.pstmn.io/3067430a-863b-498a-8f2f-d4b0c2ed9c85/aW1hZ2UucG5n\" width=\"1340\" height=\"877\" />\n\n<img src=\"https://content.pstmn.io/dbf49d0d-3049-4f9f-9e39-4c1a6777f678/aW1hZ2UucG5n\" width=\"1370\" height=\"612\" />","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ContactVolumeReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the datasource. In most cases this will be 1 as there is only 1 phone system, but if you have more than 1 you can confirm which is which using the GET DataSource endpoint.</p>\n","type":"text/plain"},"key":"dataSourceId","value":"1"},{"description":{"content":"<p>REQUIRED: This is the corresponding skill ID. You can get a list of valid IDs from GET Skills. Can be left blank/null.</p>\n","type":"text/plain"},"key":"collectionPointId","value":""},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"5/5/2025"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"thruDate","value":"5/6/2025"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: 1 = By Enterprise Model, 2 = By Data Source </p>\n","type":"text/plain"},"key":"transId","value":"2"},{"description":{"content":"<p>REQuiRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. </p>\n","type":"text/plain"},"key":"activityId","value":"1"}],"variable":[]}},"response":[{"id":"c83ff184-4672-46b5-b5ad-e6fa004c8208","name":"ContactVolumeReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ContactVolumeReport?dataSourceId=1&collectionPointId=&fromDate=1/1/2024&thruDate=1/2/2024&timeZoneId=20&userId=1&transId=2&activityId=1","host":["{{envName}}"],"path":["api","ContactVolumeReport"],"query":[{"key":"dataSourceId","value":"1","description":"REQUIRED: The ID of the datasource. In most cases this will be 1 as there is only 1 phone system, but if you have more than 1 you can confirm which is which using the GET DataSource endpoint."},{"key":"collectionPointId","value":"","description":"REQUIRED: This is the corresponding skill ID. You can get a list of valid IDs from GET Skills. Can be left blank/null."},{"key":"fromDate","value":"1/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"1/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"transId","value":"2","description":"REQUIRED: 1 = By Enterprise Model, 2 = By Data Source "},{"key":"activityId","value":"1","description":"REQuiRED: ID defining the Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ9h0Fby1qOQzzkMApQN59Wo="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:09:32 GMT"},{"key":"Content-Length","value":"48972"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"ExecutiveSummary\": [\n            {\n                \"Contacts\": 3179,\n                \"NotHandled\": 461,\n                \"Handled\": 2718,\n                \"AHT\": 395.73\n            }\n        ],\n        \"DailyVolume\": [\n            {\n                \"Interval\": \"2024-01-01T00:00:00\",\n                \"Contacts\": 245,\n                \"NotHandled\": 50,\n                \"Handled\": 195,\n                \"AHT\": 411.08,\n                \"VolumePercent\": 7.71,\n                \"AHTPercent\": 103.88\n            },\n            {\n                \"Interval\": \"2024-01-02T00:00:00\",\n                \"Contacts\": 2934,\n                \"NotHandled\": 411,\n                \"Handled\": 2523,\n                \"AHT\": 394.54,\n                \"VolumePercent\": 92.29,\n                \"AHTPercent\": 99.7\n            }\n        ],\n        \"IntervalVolumeDetail\": [\n            {\n                \"Interval\": \"2024-01-01T00:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T00:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T00:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T00:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T01:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T01:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T01:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T01:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T02:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T02:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T02:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T02:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T03:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T03:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T03:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T03:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T04:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T04:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T04:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T04:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T05:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T05:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T05:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T05:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T06:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T06:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T06:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T06:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T07:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T07:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T07:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T07:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T08:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T08:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T08:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T08:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T09:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T09:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T09:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T09:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T10:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T10:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T10:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T10:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T11:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T11:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T11:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T11:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T12:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T12:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T12:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T12:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T13:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T13:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T13:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T13:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T14:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T14:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T14:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T14:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T15:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T15:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T15:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T15:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T16:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T16:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T16:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T16:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T17:00:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T17:15:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T17:30:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T17:45:00\",\n                \"Contacts\": 0,\n                \"NotHandled\": 0,\n                \"Handled\": 0,\n                \"AHT\": 0\n            },\n            {\n                \"Interval\": \"2024-01-01T18:00:00\",\n                \"Contacts\": 16,\n                \"NotHandled\": 6,\n                \"Handled\": 10,\n                \"AHT\": 202.3\n            },\n            {\n                \"Interval\": \"2024-01-01T18:15:00\",\n                \"Contacts\": 13,\n                \"NotHandled\": 3,\n                \"Handled\": 10,\n                \"AHT\": 197.8\n            },\n            {\n                \"Interval\": \"2024-01-01T18:30:00\",\n                \"Contacts\": 12,\n                \"NotHandled\": 4,\n                \"Handled\": 8,\n                \"AHT\": 349.5\n            },\n            {\n                \"Interval\": \"2024-01-01T18:45:00\",\n                \"Contacts\": 9,\n                \"NotHandled\": 2,\n                \"Handled\": 7,\n                \"AHT\": 373.43\n            },\n            {\n                \"Interval\": \"2024-01-01T19:00:00\",\n                \"Contacts\": 7,\n                \"NotHandled\": 1,\n                \"Handled\": 6,\n                \"AHT\": 465.33\n            },\n            {\n                \"Interval\": \"2024-01-01T19:15:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 382.5\n            },\n            {\n                \"Interval\": \"2024-01-01T19:30:00\",\n                \"Contacts\": 13,\n                \"NotHandled\": 2,\n                \"Handled\": 11,\n                \"AHT\": 281\n            },\n            {\n                \"Interval\": \"2024-01-01T19:45:00\",\n                \"Contacts\": 11,\n                \"NotHandled\": 1,\n                \"Handled\": 10,\n                \"AHT\": 323.3\n            },\n            {\n                \"Interval\": \"2024-01-01T20:00:00\",\n                \"Contacts\": 13,\n                \"NotHandled\": 2,\n                \"Handled\": 11,\n                \"AHT\": 403.82\n            },\n            {\n                \"Interval\": \"2024-01-01T20:15:00\",\n                \"Contacts\": 9,\n                \"NotHandled\": 0,\n                \"Handled\": 9,\n                \"AHT\": 474.22\n            },\n            {\n                \"Interval\": \"2024-01-01T20:30:00\",\n                \"Contacts\": 14,\n                \"NotHandled\": 1,\n                \"Handled\": 13,\n                \"AHT\": 476.15\n            },\n            {\n                \"Interval\": \"2024-01-01T20:45:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 0,\n                \"Handled\": 6,\n                \"AHT\": 405\n            },\n            {\n                \"Interval\": \"2024-01-01T21:00:00\",\n                \"Contacts\": 14,\n                \"NotHandled\": 2,\n                \"Handled\": 12,\n                \"AHT\": 333\n            },\n            {\n                \"Interval\": \"2024-01-01T21:15:00\",\n                \"Contacts\": 10,\n                \"NotHandled\": 0,\n                \"Handled\": 10,\n                \"AHT\": 400.8\n            },\n            {\n                \"Interval\": \"2024-01-01T21:30:00\",\n                \"Contacts\": 12,\n                \"NotHandled\": 3,\n                \"Handled\": 9,\n                \"AHT\": 359.78\n            },\n            {\n                \"Interval\": \"2024-01-01T21:45:00\",\n                \"Contacts\": 9,\n                \"NotHandled\": 0,\n                \"Handled\": 9,\n                \"AHT\": 394.67\n            },\n            {\n                \"Interval\": \"2024-01-01T22:00:00\",\n                \"Contacts\": 12,\n                \"NotHandled\": 4,\n                \"Handled\": 8,\n                \"AHT\": 724.88\n            },\n            {\n                \"Interval\": \"2024-01-01T22:15:00\",\n                \"Contacts\": 7,\n                \"NotHandled\": 1,\n                \"Handled\": 6,\n                \"AHT\": 561\n            },\n            {\n                \"Interval\": \"2024-01-01T22:30:00\",\n                \"Contacts\": 15,\n                \"NotHandled\": 6,\n                \"Handled\": 9,\n                \"AHT\": 640.33\n            },\n            {\n                \"Interval\": \"2024-01-01T22:45:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 2,\n                \"Handled\": 6,\n                \"AHT\": 597.67\n            },\n            {\n                \"Interval\": \"2024-01-01T23:00:00\",\n                \"Contacts\": 12,\n                \"NotHandled\": 6,\n                \"Handled\": 6,\n                \"AHT\": 511.67\n            },\n            {\n                \"Interval\": \"2024-01-01T23:15:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 2,\n                \"Handled\": 6,\n                \"AHT\": 500.17\n            },\n            {\n                \"Interval\": \"2024-01-01T23:30:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 1,\n                \"Handled\": 5,\n                \"AHT\": 388.4\n            },\n            {\n                \"Interval\": \"2024-01-01T23:45:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 1,\n                \"Handled\": 4,\n                \"AHT\": 363\n            },\n            {\n                \"Interval\": \"2024-01-02T00:00:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 0,\n                \"Handled\": 6,\n                \"AHT\": 340\n            },\n            {\n                \"Interval\": \"2024-01-02T00:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 197\n            },\n            {\n                \"Interval\": \"2024-01-02T00:30:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 1,\n                \"Handled\": 5,\n                \"AHT\": 155.6\n            },\n            {\n                \"Interval\": \"2024-01-02T00:45:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 205.67\n            },\n            {\n                \"Interval\": \"2024-01-02T01:00:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 1,\n                \"Handled\": 4,\n                \"AHT\": 457\n            },\n            {\n                \"Interval\": \"2024-01-02T01:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 231.67\n            },\n            {\n                \"Interval\": \"2024-01-02T01:30:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 1,\n                \"Handled\": 4,\n                \"AHT\": 228.25\n            },\n            {\n                \"Interval\": \"2024-01-02T01:45:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 223.67\n            },\n            {\n                \"Interval\": \"2024-01-02T02:00:00\",\n                \"Contacts\": 9,\n                \"NotHandled\": 4,\n                \"Handled\": 5,\n                \"AHT\": 277.6\n            },\n            {\n                \"Interval\": \"2024-01-02T02:15:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 2,\n                \"Handled\": 3,\n                \"AHT\": 267\n            },\n            {\n                \"Interval\": \"2024-01-02T02:30:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 2,\n                \"Handled\": 3,\n                \"AHT\": 280.33\n            },\n            {\n                \"Interval\": \"2024-01-02T02:45:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 1,\n                \"Handled\": 4,\n                \"AHT\": 209.75\n            },\n            {\n                \"Interval\": \"2024-01-02T03:00:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 2,\n                \"Handled\": 4,\n                \"AHT\": 274\n            },\n            {\n                \"Interval\": \"2024-01-02T03:15:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 222\n            },\n            {\n                \"Interval\": \"2024-01-02T03:30:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 256.75\n            },\n            {\n                \"Interval\": \"2024-01-02T03:45:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 251.25\n            },\n            {\n                \"Interval\": \"2024-01-02T04:00:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 1,\n                \"Handled\": 3,\n                \"AHT\": 245\n            },\n            {\n                \"Interval\": \"2024-01-02T04:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 255.33\n            },\n            {\n                \"Interval\": \"2024-01-02T04:30:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 2,\n                \"Handled\": 6,\n                \"AHT\": 194.33\n            },\n            {\n                \"Interval\": \"2024-01-02T04:45:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 223.5\n            },\n            {\n                \"Interval\": \"2024-01-02T05:00:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 0,\n                \"Handled\": 8,\n                \"AHT\": 241.13\n            },\n            {\n                \"Interval\": \"2024-01-02T05:15:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 0,\n                \"Handled\": 8,\n                \"AHT\": 259\n            },\n            {\n                \"Interval\": \"2024-01-02T05:30:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 1,\n                \"Handled\": 7,\n                \"AHT\": 480.29\n            },\n            {\n                \"Interval\": \"2024-01-02T05:45:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 295.75\n            },\n            {\n                \"Interval\": \"2024-01-02T06:00:00\",\n                \"Contacts\": 13,\n                \"NotHandled\": 0,\n                \"Handled\": 13,\n                \"AHT\": 306.08\n            },\n            {\n                \"Interval\": \"2024-01-02T06:15:00\",\n                \"Contacts\": 9,\n                \"NotHandled\": 0,\n                \"Handled\": 9,\n                \"AHT\": 314.22\n            },\n            {\n                \"Interval\": \"2024-01-02T06:30:00\",\n                \"Contacts\": 24,\n                \"NotHandled\": 9,\n                \"Handled\": 15,\n                \"AHT\": 276.4\n            },\n            {\n                \"Interval\": \"2024-01-02T06:45:00\",\n                \"Contacts\": 22,\n                \"NotHandled\": 4,\n                \"Handled\": 18,\n                \"AHT\": 279.72\n            },\n            {\n                \"Interval\": \"2024-01-02T07:00:00\",\n                \"Contacts\": 31,\n                \"NotHandled\": 4,\n                \"Handled\": 27,\n                \"AHT\": 355.96\n            },\n            {\n                \"Interval\": \"2024-01-02T07:15:00\",\n                \"Contacts\": 24,\n                \"NotHandled\": 0,\n                \"Handled\": 24,\n                \"AHT\": 369.17\n            },\n            {\n                \"Interval\": \"2024-01-02T07:30:00\",\n                \"Contacts\": 27,\n                \"NotHandled\": 5,\n                \"Handled\": 22,\n                \"AHT\": 545.45\n            },\n            {\n                \"Interval\": \"2024-01-02T07:45:00\",\n                \"Contacts\": 24,\n                \"NotHandled\": 2,\n                \"Handled\": 22,\n                \"AHT\": 494.27\n            },\n            {\n                \"Interval\": \"2024-01-02T08:00:00\",\n                \"Contacts\": 39,\n                \"NotHandled\": 5,\n                \"Handled\": 34,\n                \"AHT\": 484.85\n            },\n            {\n                \"Interval\": \"2024-01-02T08:15:00\",\n                \"Contacts\": 30,\n                \"NotHandled\": 2,\n                \"Handled\": 28,\n                \"AHT\": 315.86\n            },\n            {\n                \"Interval\": \"2024-01-02T08:30:00\",\n                \"Contacts\": 47,\n                \"NotHandled\": 5,\n                \"Handled\": 42,\n                \"AHT\": 454.74\n            },\n            {\n                \"Interval\": \"2024-01-02T08:45:00\",\n                \"Contacts\": 42,\n                \"NotHandled\": 4,\n                \"Handled\": 38,\n                \"AHT\": 326.55\n            },\n            {\n                \"Interval\": \"2024-01-02T09:00:00\",\n                \"Contacts\": 51,\n                \"NotHandled\": 12,\n                \"Handled\": 39,\n                \"AHT\": 392.36\n            },\n            {\n                \"Interval\": \"2024-01-02T09:15:00\",\n                \"Contacts\": 47,\n                \"NotHandled\": 8,\n                \"Handled\": 39,\n                \"AHT\": 358.03\n            },\n            {\n                \"Interval\": \"2024-01-02T09:30:00\",\n                \"Contacts\": 48,\n                \"NotHandled\": 8,\n                \"Handled\": 40,\n                \"AHT\": 373.95\n            },\n            {\n                \"Interval\": \"2024-01-02T09:45:00\",\n                \"Contacts\": 40,\n                \"NotHandled\": 4,\n                \"Handled\": 36,\n                \"AHT\": 275.22\n            },\n            {\n                \"Interval\": \"2024-01-02T10:00:00\",\n                \"Contacts\": 57,\n                \"NotHandled\": 11,\n                \"Handled\": 46,\n                \"AHT\": 490.87\n            },\n            {\n                \"Interval\": \"2024-01-02T10:15:00\",\n                \"Contacts\": 58,\n                \"NotHandled\": 8,\n                \"Handled\": 50,\n                \"AHT\": 345.86\n            },\n            {\n                \"Interval\": \"2024-01-02T10:30:00\",\n                \"Contacts\": 56,\n                \"NotHandled\": 2,\n                \"Handled\": 54,\n                \"AHT\": 448.98\n            },\n            {\n                \"Interval\": \"2024-01-02T10:45:00\",\n                \"Contacts\": 52,\n                \"NotHandled\": 1,\n                \"Handled\": 51,\n                \"AHT\": 342.63\n            },\n            {\n                \"Interval\": \"2024-01-02T11:00:00\",\n                \"Contacts\": 67,\n                \"NotHandled\": 11,\n                \"Handled\": 56,\n                \"AHT\": 421.07\n            },\n            {\n                \"Interval\": \"2024-01-02T11:15:00\",\n                \"Contacts\": 63,\n                \"NotHandled\": 5,\n                \"Handled\": 58,\n                \"AHT\": 429.43\n            },\n            {\n                \"Interval\": \"2024-01-02T11:30:00\",\n                \"Contacts\": 79,\n                \"NotHandled\": 16,\n                \"Handled\": 63,\n                \"AHT\": 335.63\n            },\n            {\n                \"Interval\": \"2024-01-02T11:45:00\",\n                \"Contacts\": 74,\n                \"NotHandled\": 11,\n                \"Handled\": 63,\n                \"AHT\": 337.29\n            },\n            {\n                \"Interval\": \"2024-01-02T12:00:00\",\n                \"Contacts\": 85,\n                \"NotHandled\": 24,\n                \"Handled\": 61,\n                \"AHT\": 350.1\n            },\n            {\n                \"Interval\": \"2024-01-02T12:15:00\",\n                \"Contacts\": 86,\n                \"NotHandled\": 18,\n                \"Handled\": 68,\n                \"AHT\": 359.65\n            },\n            {\n                \"Interval\": \"2024-01-02T12:30:00\",\n                \"Contacts\": 83,\n                \"NotHandled\": 12,\n                \"Handled\": 71,\n                \"AHT\": 350.52\n            },\n            {\n                \"Interval\": \"2024-01-02T12:45:00\",\n                \"Contacts\": 74,\n                \"NotHandled\": 9,\n                \"Handled\": 65,\n                \"AHT\": 332.15\n            },\n            {\n                \"Interval\": \"2024-01-02T13:00:00\",\n                \"Contacts\": 80,\n                \"NotHandled\": 12,\n                \"Handled\": 68,\n                \"AHT\": 376.65\n            },\n            {\n                \"Interval\": \"2024-01-02T13:15:00\",\n                \"Contacts\": 77,\n                \"NotHandled\": 12,\n                \"Handled\": 65,\n                \"AHT\": 366.88\n            },\n            {\n                \"Interval\": \"2024-01-02T13:30:00\",\n                \"Contacts\": 75,\n                \"NotHandled\": 8,\n                \"Handled\": 67,\n                \"AHT\": 424.7\n            },\n            {\n                \"Interval\": \"2024-01-02T13:45:00\",\n                \"Contacts\": 68,\n                \"NotHandled\": 2,\n                \"Handled\": 66,\n                \"AHT\": 319.71\n            },\n            {\n                \"Interval\": \"2024-01-02T14:00:00\",\n                \"Contacts\": 69,\n                \"NotHandled\": 18,\n                \"Handled\": 51,\n                \"AHT\": 382.24\n            },\n            {\n                \"Interval\": \"2024-01-02T14:15:00\",\n                \"Contacts\": 78,\n                \"NotHandled\": 11,\n                \"Handled\": 67,\n                \"AHT\": 323.64\n            },\n            {\n                \"Interval\": \"2024-01-02T14:30:00\",\n                \"Contacts\": 61,\n                \"NotHandled\": 5,\n                \"Handled\": 56,\n                \"AHT\": 359.71\n            },\n            {\n                \"Interval\": \"2024-01-02T14:45:00\",\n                \"Contacts\": 53,\n                \"NotHandled\": 2,\n                \"Handled\": 51,\n                \"AHT\": 391.18\n            },\n            {\n                \"Interval\": \"2024-01-02T15:00:00\",\n                \"Contacts\": 54,\n                \"NotHandled\": 9,\n                \"Handled\": 45,\n                \"AHT\": 527.96\n            },\n            {\n                \"Interval\": \"2024-01-02T15:15:00\",\n                \"Contacts\": 42,\n                \"NotHandled\": 5,\n                \"Handled\": 37,\n                \"AHT\": 370.05\n            },\n            {\n                \"Interval\": \"2024-01-02T15:30:00\",\n                \"Contacts\": 48,\n                \"NotHandled\": 10,\n                \"Handled\": 38,\n                \"AHT\": 429.55\n            },\n            {\n                \"Interval\": \"2024-01-02T15:45:00\",\n                \"Contacts\": 49,\n                \"NotHandled\": 6,\n                \"Handled\": 43,\n                \"AHT\": 433.37\n            },\n            {\n                \"Interval\": \"2024-01-02T16:00:00\",\n                \"Contacts\": 48,\n                \"NotHandled\": 4,\n                \"Handled\": 44,\n                \"AHT\": 407.05\n            },\n            {\n                \"Interval\": \"2024-01-02T16:15:00\",\n                \"Contacts\": 43,\n                \"NotHandled\": 1,\n                \"Handled\": 42,\n                \"AHT\": 325.74\n            },\n            {\n                \"Interval\": \"2024-01-02T16:30:00\",\n                \"Contacts\": 39,\n                \"NotHandled\": 5,\n                \"Handled\": 34,\n                \"AHT\": 384.03\n            },\n            {\n                \"Interval\": \"2024-01-02T16:45:00\",\n                \"Contacts\": 34,\n                \"NotHandled\": 2,\n                \"Handled\": 32,\n                \"AHT\": 455.5\n            },\n            {\n                \"Interval\": \"2024-01-02T17:00:00\",\n                \"Contacts\": 45,\n                \"NotHandled\": 12,\n                \"Handled\": 33,\n                \"AHT\": 324.24\n            },\n            {\n                \"Interval\": \"2024-01-02T17:15:00\",\n                \"Contacts\": 42,\n                \"NotHandled\": 6,\n                \"Handled\": 36,\n                \"AHT\": 387.08\n            },\n            {\n                \"Interval\": \"2024-01-02T17:30:00\",\n                \"Contacts\": 39,\n                \"NotHandled\": 6,\n                \"Handled\": 33,\n                \"AHT\": 671.45\n            },\n            {\n                \"Interval\": \"2024-01-02T17:45:00\",\n                \"Contacts\": 33,\n                \"NotHandled\": 3,\n                \"Handled\": 30,\n                \"AHT\": 594.73\n            },\n            {\n                \"Interval\": \"2024-01-02T18:00:00\",\n                \"Contacts\": 28,\n                \"NotHandled\": 5,\n                \"Handled\": 23,\n                \"AHT\": 451.26\n            },\n            {\n                \"Interval\": \"2024-01-02T18:15:00\",\n                \"Contacts\": 24,\n                \"NotHandled\": 1,\n                \"Handled\": 23,\n                \"AHT\": 477.3\n            },\n            {\n                \"Interval\": \"2024-01-02T18:30:00\",\n                \"Contacts\": 26,\n                \"NotHandled\": 5,\n                \"Handled\": 21,\n                \"AHT\": 505.33\n            },\n            {\n                \"Interval\": \"2024-01-02T18:45:00\",\n                \"Contacts\": 22,\n                \"NotHandled\": 2,\n                \"Handled\": 20,\n                \"AHT\": 433.25\n            },\n            {\n                \"Interval\": \"2024-01-02T19:00:00\",\n                \"Contacts\": 27,\n                \"NotHandled\": 5,\n                \"Handled\": 22,\n                \"AHT\": 509.45\n            },\n            {\n                \"Interval\": \"2024-01-02T19:15:00\",\n                \"Contacts\": 21,\n                \"NotHandled\": 2,\n                \"Handled\": 19,\n                \"AHT\": 414.53\n            },\n            {\n                \"Interval\": \"2024-01-02T19:30:00\",\n                \"Contacts\": 23,\n                \"NotHandled\": 4,\n                \"Handled\": 19,\n                \"AHT\": 444.47\n            },\n            {\n                \"Interval\": \"2024-01-02T19:45:00\",\n                \"Contacts\": 17,\n                \"NotHandled\": 2,\n                \"Handled\": 15,\n                \"AHT\": 439.07\n            },\n            {\n                \"Interval\": \"2024-01-02T20:00:00\",\n                \"Contacts\": 19,\n                \"NotHandled\": 5,\n                \"Handled\": 14,\n                \"AHT\": 554.79\n            },\n            {\n                \"Interval\": \"2024-01-02T20:15:00\",\n                \"Contacts\": 14,\n                \"NotHandled\": 4,\n                \"Handled\": 10,\n                \"AHT\": 532.7\n            },\n            {\n                \"Interval\": \"2024-01-02T20:30:00\",\n                \"Contacts\": 16,\n                \"NotHandled\": 2,\n                \"Handled\": 14,\n                \"AHT\": 522.5\n            },\n            {\n                \"Interval\": \"2024-01-02T20:45:00\",\n                \"Contacts\": 11,\n                \"NotHandled\": 1,\n                \"Handled\": 10,\n                \"AHT\": 658.1\n            },\n            {\n                \"Interval\": \"2024-01-02T21:00:00\",\n                \"Contacts\": 15,\n                \"NotHandled\": 2,\n                \"Handled\": 13,\n                \"AHT\": 453.54\n            },\n            {\n                \"Interval\": \"2024-01-02T21:15:00\",\n                \"Contacts\": 10,\n                \"NotHandled\": 0,\n                \"Handled\": 10,\n                \"AHT\": 566.2\n            },\n            {\n                \"Interval\": \"2024-01-02T21:30:00\",\n                \"Contacts\": 16,\n                \"NotHandled\": 2,\n                \"Handled\": 14,\n                \"AHT\": 452.43\n            },\n            {\n                \"Interval\": \"2024-01-02T21:45:00\",\n                \"Contacts\": 10,\n                \"NotHandled\": 0,\n                \"Handled\": 10,\n                \"AHT\": 460\n            },\n            {\n                \"Interval\": \"2024-01-02T22:00:00\",\n                \"Contacts\": 13,\n                \"NotHandled\": 1,\n                \"Handled\": 12,\n                \"AHT\": 437.67\n            },\n            {\n                \"Interval\": \"2024-01-02T22:15:00\",\n                \"Contacts\": 7,\n                \"NotHandled\": 0,\n                \"Handled\": 7,\n                \"AHT\": 290.43\n            },\n            {\n                \"Interval\": \"2024-01-02T22:30:00\",\n                \"Contacts\": 15,\n                \"NotHandled\": 6,\n                \"Handled\": 9,\n                \"AHT\": 437.22\n            },\n            {\n                \"Interval\": \"2024-01-02T22:45:00\",\n                \"Contacts\": 15,\n                \"NotHandled\": 1,\n                \"Handled\": 14,\n                \"AHT\": 390.36\n            },\n            {\n                \"Interval\": \"2024-01-02T23:00:00\",\n                \"Contacts\": 10,\n                \"NotHandled\": 1,\n                \"Handled\": 9,\n                \"AHT\": 656.11\n            },\n            {\n                \"Interval\": \"2024-01-02T23:15:00\",\n                \"Contacts\": 7,\n                \"NotHandled\": 1,\n                \"Handled\": 6,\n                \"AHT\": 609.33\n            },\n            {\n                \"Interval\": \"2024-01-02T23:30:00\",\n                \"Contacts\": 10,\n                \"NotHandled\": 2,\n                \"Handled\": 8,\n                \"AHT\": 488.13\n            },\n            {\n                \"Interval\": \"2024-01-02T23:45:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 0,\n                \"Handled\": 6,\n                \"AHT\": 549.83\n            }\n        ],\n        \"IntervalVolumeAllocation\": [\n            {\n                \"Interval\": \"2024-05-08T00:00:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 0,\n                \"Handled\": 6,\n                \"AHT\": 340,\n                \"VolumePercent\": 0.19,\n                \"AHTPercent\": 85.92\n            },\n            {\n                \"Interval\": \"2024-05-08T00:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 197,\n                \"VolumePercent\": 0.09,\n                \"AHTPercent\": 49.78\n            },\n            {\n                \"Interval\": \"2024-05-08T00:30:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 1,\n                \"Handled\": 5,\n                \"AHT\": 155.6,\n                \"VolumePercent\": 0.19,\n                \"AHTPercent\": 39.32\n            },\n            {\n                \"Interval\": \"2024-05-08T00:45:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 205.67,\n                \"VolumePercent\": 0.09,\n                \"AHTPercent\": 51.97\n            },\n            {\n                \"Interval\": \"2024-05-08T01:00:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 1,\n                \"Handled\": 4,\n                \"AHT\": 457,\n                \"VolumePercent\": 0.16,\n                \"AHTPercent\": 115.48\n            },\n            {\n                \"Interval\": \"2024-05-08T01:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 231.67,\n                \"VolumePercent\": 0.09,\n                \"AHTPercent\": 58.54\n            },\n            {\n                \"Interval\": \"2024-05-08T01:30:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 1,\n                \"Handled\": 4,\n                \"AHT\": 228.25,\n                \"VolumePercent\": 0.16,\n                \"AHTPercent\": 57.68\n            },\n            {\n                \"Interval\": \"2024-05-08T01:45:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 223.67,\n                \"VolumePercent\": 0.09,\n                \"AHTPercent\": 56.52\n            },\n            {\n                \"Interval\": \"2024-05-08T02:00:00\",\n                \"Contacts\": 9,\n                \"NotHandled\": 4,\n                \"Handled\": 5,\n                \"AHT\": 277.6,\n                \"VolumePercent\": 0.28,\n                \"AHTPercent\": 70.15\n            },\n            {\n                \"Interval\": \"2024-05-08T02:15:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 2,\n                \"Handled\": 3,\n                \"AHT\": 267,\n                \"VolumePercent\": 0.16,\n                \"AHTPercent\": 67.47\n            },\n            {\n                \"Interval\": \"2024-05-08T02:30:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 2,\n                \"Handled\": 3,\n                \"AHT\": 280.33,\n                \"VolumePercent\": 0.16,\n                \"AHTPercent\": 70.84\n            },\n            {\n                \"Interval\": \"2024-05-08T02:45:00\",\n                \"Contacts\": 5,\n                \"NotHandled\": 1,\n                \"Handled\": 4,\n                \"AHT\": 209.75,\n                \"VolumePercent\": 0.16,\n                \"AHTPercent\": 53\n            },\n            {\n                \"Interval\": \"2024-05-08T03:00:00\",\n                \"Contacts\": 6,\n                \"NotHandled\": 2,\n                \"Handled\": 4,\n                \"AHT\": 274,\n                \"VolumePercent\": 0.19,\n                \"AHTPercent\": 69.24\n            },\n            {\n                \"Interval\": \"2024-05-08T03:15:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 222,\n                \"VolumePercent\": 0.13,\n                \"AHTPercent\": 56.1\n            },\n            {\n                \"Interval\": \"2024-05-08T03:30:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 256.75,\n                \"VolumePercent\": 0.13,\n                \"AHTPercent\": 64.88\n            },\n            {\n                \"Interval\": \"2024-05-08T03:45:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 251.25,\n                \"VolumePercent\": 0.13,\n                \"AHTPercent\": 63.49\n            },\n            {\n                \"Interval\": \"2024-05-08T04:00:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 1,\n                \"Handled\": 3,\n                \"AHT\": 245,\n                \"VolumePercent\": 0.13,\n                \"AHTPercent\": 61.91\n            },\n            {\n                \"Interval\": \"2024-05-08T04:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 0,\n                \"Handled\": 3,\n                \"AHT\": 255.33,\n                \"VolumePercent\": 0.09,\n                \"AHTPercent\": 64.52\n            },\n            {\n                \"Interval\": \"2024-05-08T04:30:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 2,\n                \"Handled\": 6,\n                \"AHT\": 194.33,\n                \"VolumePercent\": 0.25,\n                \"AHTPercent\": 49.11\n            },\n            {\n                \"Interval\": \"2024-05-08T04:45:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 223.5,\n                \"VolumePercent\": 0.13,\n                \"AHTPercent\": 56.48\n            },\n            {\n                \"Interval\": \"2024-05-08T05:00:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 0,\n                \"Handled\": 8,\n                \"AHT\": 241.13,\n                \"VolumePercent\": 0.25,\n                \"AHTPercent\": 60.93\n            },\n            {\n                \"Interval\": \"2024-05-08T05:15:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 0,\n                \"Handled\": 8,\n                \"AHT\": 259,\n                \"VolumePercent\": 0.25,\n                \"AHTPercent\": 65.45\n            },\n            {\n                \"Interval\": \"2024-05-08T05:30:00\",\n                \"Contacts\": 8,\n                \"NotHandled\": 1,\n                \"Handled\": 7,\n                \"AHT\": 480.29,\n                \"VolumePercent\": 0.25,\n                \"AHTPercent\": 121.37\n            },\n            {\n                \"Interval\": \"2024-05-08T05:45:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 0,\n                \"Handled\": 4,\n                \"AHT\": 295.75,\n                \"VolumePercent\": 0.13,\n                \"AHTPercent\": 74.74\n            },\n            {\n                \"Interval\": \"2024-05-08T06:00:00\",\n                \"Contacts\": 13,\n                \"NotHandled\": 0,\n                \"Handled\": 13,\n                \"AHT\": 306.08,\n                \"VolumePercent\": 0.41,\n                \"AHTPercent\": 77.35\n            },\n            {\n                \"Interval\": \"2024-05-08T06:15:00\",\n                \"Contacts\": 9,\n                \"NotHandled\": 0,\n                \"Handled\": 9,\n                \"AHT\": 314.22,\n                \"VolumePercent\": 0.28,\n                \"AHTPercent\": 79.4\n            },\n            {\n                \"Interval\": \"2024-05-08T06:30:00\",\n                \"Contacts\": 24,\n                \"NotHandled\": 9,\n                \"Handled\": 15,\n                \"AHT\": 276.4,\n                \"VolumePercent\": 0.75,\n                \"AHTPercent\": 69.85\n            },\n            {\n                \"Interval\": \"2024-05-08T06:45:00\",\n                \"Contacts\": 22,\n                \"NotHandled\": 4,\n                \"Handled\": 18,\n                \"AHT\": 279.72,\n                \"VolumePercent\": 0.69,\n                \"AHTPercent\": 70.69\n            },\n            {\n                \"Interval\": \"2024-05-08T07:00:00\",\n                \"Contacts\": 31,\n                \"NotHandled\": 4,\n                \"Handled\": 27,\n                \"AHT\": 355.96,\n                \"VolumePercent\": 0.98,\n                \"AHTPercent\": 89.95\n            },\n            {\n                \"Interval\": \"2024-05-08T07:15:00\",\n                \"Contacts\": 24,\n                \"NotHandled\": 0,\n                \"Handled\": 24,\n                \"AHT\": 369.17,\n                \"VolumePercent\": 0.75,\n                \"AHTPercent\": 93.29\n            },\n            {\n                \"Interval\": \"2024-05-08T07:30:00\",\n                \"Contacts\": 27,\n                \"NotHandled\": 5,\n                \"Handled\": 22,\n                \"AHT\": 545.45,\n                \"VolumePercent\": 0.85,\n                \"AHTPercent\": 137.84\n            },\n            {\n                \"Interval\": \"2024-05-08T07:45:00\",\n                \"Contacts\": 24,\n                \"NotHandled\": 2,\n                \"Handled\": 22,\n                \"AHT\": 494.27,\n                \"VolumePercent\": 0.75,\n                \"AHTPercent\": 124.9\n            },\n            {\n                \"Interval\": \"2024-05-08T08:00:00\",\n                \"Contacts\": 39,\n                \"NotHandled\": 5,\n                \"Handled\": 34,\n                \"AHT\": 484.85,\n                \"VolumePercent\": 1.23,\n                \"AHTPercent\": 122.52\n            },\n            {\n                \"Interval\": \"2024-05-08T08:15:00\",\n                \"Contacts\": 30,\n                \"NotHandled\": 2,\n                \"Handled\": 28,\n                \"AHT\": 315.86,\n                \"VolumePercent\": 0.94,\n                \"AHTPercent\": 79.82\n            },\n            {\n                \"Interval\": \"2024-05-08T08:30:00\",\n                \"Contacts\": 47,\n                \"NotHandled\": 5,\n                \"Handled\": 42,\n                \"AHT\": 454.74,\n                \"VolumePercent\": 1.48,\n                \"AHTPercent\": 114.91\n            },\n            {\n                \"Interval\": \"2024-05-08T08:45:00\",\n                \"Contacts\": 42,\n                \"NotHandled\": 4,\n                \"Handled\": 38,\n                \"AHT\": 326.55,\n                \"VolumePercent\": 1.32,\n                \"AHTPercent\": 82.52\n            },\n            {\n                \"Interval\": \"2024-05-08T09:00:00\",\n                \"Contacts\": 51,\n                \"NotHandled\": 12,\n                \"Handled\": 39,\n                \"AHT\": 392.36,\n                \"VolumePercent\": 1.6,\n                \"AHTPercent\": 99.15\n            },\n            {\n                \"Interval\": \"2024-05-08T09:15:00\",\n                \"Contacts\": 47,\n                \"NotHandled\": 8,\n                \"Handled\": 39,\n                \"AHT\": 358.03,\n                \"VolumePercent\": 1.48,\n                \"AHTPercent\": 90.47\n            },\n            {\n                \"Interval\": \"2024-05-08T09:30:00\",\n                \"Contacts\": 48,\n                \"NotHandled\": 8,\n                \"Handled\": 40,\n                \"AHT\": 373.95,\n                \"VolumePercent\": 1.51,\n                \"AHTPercent\": 94.5\n            },\n            {\n                \"Interval\": \"2024-05-08T09:45:00\",\n                \"Contacts\": 40,\n                \"NotHandled\": 4,\n                \"Handled\": 36,\n                \"AHT\": 275.22,\n                \"VolumePercent\": 1.26,\n                \"AHTPercent\": 69.55\n            },\n            {\n                \"Interval\": \"2024-05-08T10:00:00\",\n                \"Contacts\": 57,\n                \"NotHandled\": 11,\n                \"Handled\": 46,\n                \"AHT\": 490.87,\n                \"VolumePercent\": 1.79,\n                \"AHTPercent\": 124.04\n            },\n            {\n                \"Interval\": \"2024-05-08T10:15:00\",\n                \"Contacts\": 58,\n                \"NotHandled\": 8,\n                \"Handled\": 50,\n                \"AHT\": 345.86,\n                \"VolumePercent\": 1.82,\n                \"AHTPercent\": 87.4\n            },\n            {\n                \"Interval\": \"2024-05-08T10:30:00\",\n                \"Contacts\": 56,\n                \"NotHandled\": 2,\n                \"Handled\": 54,\n                \"AHT\": 448.98,\n                \"VolumePercent\": 1.76,\n                \"AHTPercent\": 113.46\n            },\n            {\n                \"Interval\": \"2024-05-08T10:45:00\",\n                \"Contacts\": 52,\n                \"NotHandled\": 1,\n                \"Handled\": 51,\n                \"AHT\": 342.63,\n                \"VolumePercent\": 1.64,\n                \"AHTPercent\": 86.58\n            },\n            {\n                \"Interval\": \"2024-05-08T11:00:00\",\n                \"Contacts\": 67,\n                \"NotHandled\": 11,\n                \"Handled\": 56,\n                \"AHT\": 421.07,\n                \"VolumePercent\": 2.11,\n                \"AHTPercent\": 106.4\n            },\n            {\n                \"Interval\": \"2024-05-08T11:15:00\",\n                \"Contacts\": 63,\n                \"NotHandled\": 5,\n                \"Handled\": 58,\n                \"AHT\": 429.43,\n                \"VolumePercent\": 1.98,\n                \"AHTPercent\": 108.52\n            },\n            {\n                \"Interval\": \"2024-05-08T11:30:00\",\n                \"Contacts\": 79,\n                \"NotHandled\": 16,\n                \"Handled\": 63,\n                \"AHT\": 335.63,\n                \"VolumePercent\": 2.49,\n                \"AHTPercent\": 84.81\n            },\n            {\n                \"Interval\": \"2024-05-08T11:45:00\",\n                \"Contacts\": 74,\n                \"NotHandled\": 11,\n                \"Handled\": 63,\n                \"AHT\": 337.29,\n                \"VolumePercent\": 2.33,\n                \"AHTPercent\": 85.23\n            },\n            {\n                \"Interval\": \"2024-05-08T12:00:00\",\n                \"Contacts\": 85,\n                \"NotHandled\": 24,\n                \"Handled\": 61,\n                \"AHT\": 350.1,\n                \"VolumePercent\": 2.67,\n                \"AHTPercent\": 88.47\n            },\n            {\n                \"Interval\": \"2024-05-08T12:15:00\",\n                \"Contacts\": 86,\n                \"NotHandled\": 18,\n                \"Handled\": 68,\n                \"AHT\": 359.65,\n                \"VolumePercent\": 2.71,\n                \"AHTPercent\": 90.88\n            },\n            {\n                \"Interval\": \"2024-05-08T12:30:00\",\n                \"Contacts\": 83,\n                \"NotHandled\": 12,\n                \"Handled\": 71,\n                \"AHT\": 350.52,\n                \"VolumePercent\": 2.61,\n                \"AHTPercent\": 88.58\n            },\n            {\n                \"Interval\": \"2024-05-08T12:45:00\",\n                \"Contacts\": 74,\n                \"NotHandled\": 9,\n                \"Handled\": 65,\n                \"AHT\": 332.15,\n                \"VolumePercent\": 2.33,\n                \"AHTPercent\": 83.94\n            },\n            {\n                \"Interval\": \"2024-05-08T13:00:00\",\n                \"Contacts\": 80,\n                \"NotHandled\": 12,\n                \"Handled\": 68,\n                \"AHT\": 376.65,\n                \"VolumePercent\": 2.52,\n                \"AHTPercent\": 95.18\n            },\n            {\n                \"Interval\": \"2024-05-08T13:15:00\",\n                \"Contacts\": 77,\n                \"NotHandled\": 12,\n                \"Handled\": 65,\n                \"AHT\": 366.88,\n                \"VolumePercent\": 2.42,\n                \"AHTPercent\": 92.71\n            },\n            {\n                \"Interval\": \"2024-05-08T13:30:00\",\n                \"Contacts\": 75,\n                \"NotHandled\": 8,\n                \"Handled\": 67,\n                \"AHT\": 424.7,\n                \"VolumePercent\": 2.36,\n                \"AHTPercent\": 107.32\n            },\n            {\n                \"Interval\": \"2024-05-08T13:45:00\",\n                \"Contacts\": 68,\n                \"NotHandled\": 2,\n                \"Handled\": 66,\n                \"AHT\": 319.71,\n                \"VolumePercent\": 2.14,\n                \"AHTPercent\": 80.79\n            },\n            {\n                \"Interval\": \"2024-05-08T14:00:00\",\n                \"Contacts\": 69,\n                \"NotHandled\": 18,\n                \"Handled\": 51,\n                \"AHT\": 382.24,\n                \"VolumePercent\": 2.17,\n                \"AHTPercent\": 96.59\n            },\n            {\n                \"Interval\": \"2024-05-08T14:15:00\",\n                \"Contacts\": 78,\n                \"NotHandled\": 11,\n                \"Handled\": 67,\n                \"AHT\": 323.64,\n                \"VolumePercent\": 2.45,\n                \"AHTPercent\": 81.78\n            },\n            {\n                \"Interval\": \"2024-05-08T14:30:00\",\n                \"Contacts\": 61,\n                \"NotHandled\": 5,\n                \"Handled\": 56,\n                \"AHT\": 359.71,\n                \"VolumePercent\": 1.92,\n                \"AHTPercent\": 90.9\n            },\n            {\n                \"Interval\": \"2024-05-08T14:45:00\",\n                \"Contacts\": 53,\n                \"NotHandled\": 2,\n                \"Handled\": 51,\n                \"AHT\": 391.18,\n                \"VolumePercent\": 1.67,\n                \"AHTPercent\": 98.85\n            },\n            {\n                \"Interval\": \"2024-05-08T15:00:00\",\n                \"Contacts\": 54,\n                \"NotHandled\": 9,\n                \"Handled\": 45,\n                \"AHT\": 527.96,\n                \"VolumePercent\": 1.7,\n                \"AHTPercent\": 133.41\n            },\n            {\n                \"Interval\": \"2024-05-08T15:15:00\",\n                \"Contacts\": 42,\n                \"NotHandled\": 5,\n                \"Handled\": 37,\n                \"AHT\": 370.05,\n                \"VolumePercent\": 1.32,\n                \"AHTPercent\": 93.51\n            },\n            {\n                \"Interval\": \"2024-05-08T15:30:00\",\n                \"Contacts\": 48,\n                \"NotHandled\": 10,\n                \"Handled\": 38,\n                \"AHT\": 429.55,\n                \"VolumePercent\": 1.51,\n                \"AHTPercent\": 108.55\n            },\n            {\n                \"Interval\": \"2024-05-08T15:45:00\",\n                \"Contacts\": 49,\n                \"NotHandled\": 6,\n                \"Handled\": 43,\n                \"AHT\": 433.37,\n                \"VolumePercent\": 1.54,\n                \"AHTPercent\": 109.51\n            },\n            {\n                \"Interval\": \"2024-05-08T16:00:00\",\n                \"Contacts\": 48,\n                \"NotHandled\": 4,\n                \"Handled\": 44,\n                \"AHT\": 407.05,\n                \"VolumePercent\": 1.51,\n                \"AHTPercent\": 102.86\n            },\n            {\n                \"Interval\": \"2024-05-08T16:15:00\",\n                \"Contacts\": 43,\n                \"NotHandled\": 1,\n                \"Handled\": 42,\n                \"AHT\": 325.74,\n                \"VolumePercent\": 1.35,\n                \"AHTPercent\": 82.31\n            },\n            {\n                \"Interval\": \"2024-05-08T16:30:00\",\n                \"Contacts\": 39,\n                \"NotHandled\": 5,\n                \"Handled\": 34,\n                \"AHT\": 384.03,\n                \"VolumePercent\": 1.23,\n                \"AHTPercent\": 97.04\n            },\n            {\n                \"Interval\": \"2024-05-08T16:45:00\",\n                \"Contacts\": 34,\n                \"NotHandled\": 2,\n                \"Handled\": 32,\n                \"AHT\": 455.5,\n                \"VolumePercent\": 1.07,\n                \"AHTPercent\": 115.1\n            },\n            {\n                \"Interval\": \"2024-05-08T17:00:00\",\n                \"Contacts\": 45,\n                \"NotHandled\": 12,\n                \"Handled\": 33,\n                \"AHT\": 324.24,\n                \"VolumePercent\": 1.42,\n                \"AHTPercent\": 81.94\n            },\n            {\n                \"Interval\": \"2024-05-08T17:15:00\",\n                \"Contacts\": 42,\n                \"NotHandled\": 6,\n                \"Handled\": 36,\n                \"AHT\": 387.08,\n                \"VolumePercent\": 1.32,\n                \"AHTPercent\": 97.82\n            },\n            {\n                \"Interval\": \"2024-05-08T17:30:00\",\n                \"Contacts\": 39,\n                \"NotHandled\": 6,\n                \"Handled\": 33,\n                \"AHT\": 671.45,\n                \"VolumePercent\": 1.23,\n                \"AHTPercent\": 169.68\n            },\n            {\n                \"Interval\": \"2024-05-08T17:45:00\",\n                \"Contacts\": 33,\n                \"NotHandled\": 3,\n                \"Handled\": 30,\n                \"AHT\": 594.73,\n                \"VolumePercent\": 1.04,\n                \"AHTPercent\": 150.29\n            },\n            {\n                \"Interval\": \"2024-05-08T18:00:00\",\n                \"Contacts\": 44,\n                \"NotHandled\": 11,\n                \"Handled\": 33,\n                \"AHT\": 375.82,\n                \"VolumePercent\": 1.38,\n                \"AHTPercent\": 94.97\n            },\n            {\n                \"Interval\": \"2024-05-08T18:15:00\",\n                \"Contacts\": 37,\n                \"NotHandled\": 4,\n                \"Handled\": 33,\n                \"AHT\": 392.61,\n                \"VolumePercent\": 1.16,\n                \"AHTPercent\": 99.21\n            },\n            {\n                \"Interval\": \"2024-05-08T18:30:00\",\n                \"Contacts\": 38,\n                \"NotHandled\": 9,\n                \"Handled\": 29,\n                \"AHT\": 462.34,\n                \"VolumePercent\": 1.2,\n                \"AHTPercent\": 116.83\n            },\n            {\n                \"Interval\": \"2024-05-08T18:45:00\",\n                \"Contacts\": 31,\n                \"NotHandled\": 4,\n                \"Handled\": 27,\n                \"AHT\": 417.74,\n                \"VolumePercent\": 0.98,\n                \"AHTPercent\": 105.56\n            },\n            {\n                \"Interval\": \"2024-05-08T19:00:00\",\n                \"Contacts\": 34,\n                \"NotHandled\": 6,\n                \"Handled\": 28,\n                \"AHT\": 500,\n                \"VolumePercent\": 1.07,\n                \"AHTPercent\": 126.35\n            },\n            {\n                \"Interval\": \"2024-05-08T19:15:00\",\n                \"Contacts\": 25,\n                \"NotHandled\": 2,\n                \"Handled\": 23,\n                \"AHT\": 408.96,\n                \"VolumePercent\": 0.79,\n                \"AHTPercent\": 103.34\n            },\n            {\n                \"Interval\": \"2024-05-08T19:30:00\",\n                \"Contacts\": 36,\n                \"NotHandled\": 6,\n                \"Handled\": 30,\n                \"AHT\": 384.53,\n                \"VolumePercent\": 1.13,\n                \"AHTPercent\": 97.17\n            },\n            {\n                \"Interval\": \"2024-05-08T19:45:00\",\n                \"Contacts\": 28,\n                \"NotHandled\": 3,\n                \"Handled\": 25,\n                \"AHT\": 392.76,\n                \"VolumePercent\": 0.88,\n                \"AHTPercent\": 99.25\n            },\n            {\n                \"Interval\": \"2024-05-08T20:00:00\",\n                \"Contacts\": 32,\n                \"NotHandled\": 7,\n                \"Handled\": 25,\n                \"AHT\": 488.36,\n                \"VolumePercent\": 1.01,\n                \"AHTPercent\": 123.41\n            },\n            {\n                \"Interval\": \"2024-05-08T20:15:00\",\n                \"Contacts\": 23,\n                \"NotHandled\": 4,\n                \"Handled\": 19,\n                \"AHT\": 505,\n                \"VolumePercent\": 0.72,\n                \"AHTPercent\": 127.61\n            },\n            {\n                \"Interval\": \"2024-05-08T20:30:00\",\n                \"Contacts\": 30,\n                \"NotHandled\": 3,\n                \"Handled\": 27,\n                \"AHT\": 500.19,\n                \"VolumePercent\": 0.94,\n                \"AHTPercent\": 126.4\n            },\n            {\n                \"Interval\": \"2024-05-08T20:45:00\",\n                \"Contacts\": 17,\n                \"NotHandled\": 1,\n                \"Handled\": 16,\n                \"AHT\": 563.19,\n                \"VolumePercent\": 0.53,\n                \"AHTPercent\": 142.32\n            },\n            {\n                \"Interval\": \"2024-05-08T21:00:00\",\n                \"Contacts\": 29,\n                \"NotHandled\": 4,\n                \"Handled\": 25,\n                \"AHT\": 395.68,\n                \"VolumePercent\": 0.91,\n                \"AHTPercent\": 99.99\n            },\n            {\n                \"Interval\": \"2024-05-08T21:15:00\",\n                \"Contacts\": 20,\n                \"NotHandled\": 0,\n                \"Handled\": 20,\n                \"AHT\": 483.5,\n                \"VolumePercent\": 0.63,\n                \"AHTPercent\": 122.18\n            },\n            {\n                \"Interval\": \"2024-05-08T21:30:00\",\n                \"Contacts\": 28,\n                \"NotHandled\": 5,\n                \"Handled\": 23,\n                \"AHT\": 416.17,\n                \"VolumePercent\": 0.88,\n                \"AHTPercent\": 105.17\n            },\n            {\n                \"Interval\": \"2024-05-08T21:45:00\",\n                \"Contacts\": 19,\n                \"NotHandled\": 0,\n                \"Handled\": 19,\n                \"AHT\": 429.05,\n                \"VolumePercent\": 0.6,\n                \"AHTPercent\": 108.42\n            },\n            {\n                \"Interval\": \"2024-05-08T22:00:00\",\n                \"Contacts\": 25,\n                \"NotHandled\": 5,\n                \"Handled\": 20,\n                \"AHT\": 552.55,\n                \"VolumePercent\": 0.79,\n                \"AHTPercent\": 139.63\n            },\n            {\n                \"Interval\": \"2024-05-08T22:15:00\",\n                \"Contacts\": 14,\n                \"NotHandled\": 1,\n                \"Handled\": 13,\n                \"AHT\": 415.31,\n                \"VolumePercent\": 0.44,\n                \"AHTPercent\": 104.95\n            },\n            {\n                \"Interval\": \"2024-05-08T22:30:00\",\n                \"Contacts\": 30,\n                \"NotHandled\": 12,\n                \"Handled\": 18,\n                \"AHT\": 538.78,\n                \"VolumePercent\": 0.94,\n                \"AHTPercent\": 136.15\n            },\n            {\n                \"Interval\": \"2024-05-08T22:45:00\",\n                \"Contacts\": 23,\n                \"NotHandled\": 3,\n                \"Handled\": 20,\n                \"AHT\": 452.55,\n                \"VolumePercent\": 0.72,\n                \"AHTPercent\": 114.36\n            },\n            {\n                \"Interval\": \"2024-05-08T23:00:00\",\n                \"Contacts\": 22,\n                \"NotHandled\": 7,\n                \"Handled\": 15,\n                \"AHT\": 598.33,\n                \"VolumePercent\": 0.69,\n                \"AHTPercent\": 151.2\n            },\n            {\n                \"Interval\": \"2024-05-08T23:15:00\",\n                \"Contacts\": 15,\n                \"NotHandled\": 3,\n                \"Handled\": 12,\n                \"AHT\": 554.75,\n                \"VolumePercent\": 0.47,\n                \"AHTPercent\": 140.19\n            },\n            {\n                \"Interval\": \"2024-05-08T23:30:00\",\n                \"Contacts\": 16,\n                \"NotHandled\": 3,\n                \"Handled\": 13,\n                \"AHT\": 449.77,\n                \"VolumePercent\": 0.5,\n                \"AHTPercent\": 113.66\n            },\n            {\n                \"Interval\": \"2024-05-08T23:45:00\",\n                \"Contacts\": 11,\n                \"NotHandled\": 1,\n                \"Handled\": 10,\n                \"AHT\": 475.1,\n                \"VolumePercent\": 0.35,\n                \"AHTPercent\": 120.06\n            }\n        ],\n        \"IntervalVolumeSummary\": [\n            {\n                \"Interval\": \"2024-05-08T00:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 340,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T00:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 197,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 1\n            },\n            {\n                \"Interval\": \"2024-05-08T00:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 155.6,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T00:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 205.66666666666666,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 1\n            },\n            {\n                \"Interval\": \"2024-05-08T01:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 457,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T01:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 231.66666666666666,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 1\n            },\n            {\n                \"Interval\": \"2024-05-08T01:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 228.25,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T01:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 223.66666666666666,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 1\n            },\n            {\n                \"Interval\": \"2024-05-08T02:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 277.6,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            },\n            {\n                \"Interval\": \"2024-05-08T02:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 267,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            },\n            {\n                \"Interval\": \"2024-05-08T02:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 280.33333333333331,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T02:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 209.75,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T03:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 274,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T03:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 222,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T03:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 256.75,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T03:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 251.25,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T04:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 245,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T04:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 255.33333333333334,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 1\n            },\n            {\n                \"Interval\": \"2024-05-08T04:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 194.33333333333334,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            },\n            {\n                \"Interval\": \"2024-05-08T04:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 223.5,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T05:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 241.125,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            },\n            {\n                \"Interval\": \"2024-05-08T05:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 259,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            },\n            {\n                \"Interval\": \"2024-05-08T05:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 480.28571428571428,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T05:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 295.75,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 2\n            },\n            {\n                \"Interval\": \"2024-05-08T06:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 306.07692307692309,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            },\n            {\n                \"Interval\": \"2024-05-08T06:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 314.22222222222223,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            },\n            {\n                \"Interval\": \"2024-05-08T06:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 276.4,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 7\n            },\n            {\n                \"Interval\": \"2024-05-08T06:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 279.72222222222223,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 7\n            },\n            {\n                \"Interval\": \"2024-05-08T07:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 355.962962962963,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 10\n            },\n            {\n                \"Interval\": \"2024-05-08T07:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 369.16666666666669,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 9\n            },\n            {\n                \"Interval\": \"2024-05-08T07:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 545.4545454545455,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 7\n            },\n            {\n                \"Interval\": \"2024-05-08T07:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 494.27272727272725,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 7\n            },\n            {\n                \"Interval\": \"2024-05-08T08:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 484.85294117647061,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 11\n            },\n            {\n                \"Interval\": \"2024-05-08T08:15:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 315.85714285714283,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 10\n            },\n            {\n                \"Interval\": \"2024-05-08T08:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 454.73809523809524,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 17\n            },\n            {\n                \"Interval\": \"2024-05-08T08:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 326.55263157894734,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 17\n            },\n            {\n                \"Interval\": \"2024-05-08T09:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 392.35897435897436,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 21\n            },\n            {\n                \"Interval\": \"2024-05-08T09:15:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 358.02564102564105,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 20\n            },\n            {\n                \"Interval\": \"2024-05-08T09:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 373.95,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 17\n            },\n            {\n                \"Interval\": \"2024-05-08T09:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 275.22222222222223,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 16\n            },\n            {\n                \"Interval\": \"2024-05-08T10:00:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 490.86956521739131,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 23\n            },\n            {\n                \"Interval\": \"2024-05-08T10:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 345.86,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 26\n            },\n            {\n                \"Interval\": \"2024-05-08T10:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 448.98148148148147,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 29\n            },\n            {\n                \"Interval\": \"2024-05-08T10:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 342.62745098039215,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 30\n            },\n            {\n                \"Interval\": \"2024-05-08T11:00:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 421.07142857142856,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 36\n            },\n            {\n                \"Interval\": \"2024-05-08T11:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 429.4310344827586,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 36\n            },\n            {\n                \"Interval\": \"2024-05-08T11:30:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 335.63492063492066,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 42\n            },\n            {\n                \"Interval\": \"2024-05-08T11:45:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 337.28571428571428,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 42\n            },\n            {\n                \"Interval\": \"2024-05-08T12:00:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 1,\n                \"Handled\": 3,\n                \"AHT\": 350.09836065573768,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 41\n            },\n            {\n                \"Interval\": \"2024-05-08T12:15:00\",\n                \"Contacts\": 4,\n                \"NotHandled\": 1,\n                \"Handled\": 3,\n                \"AHT\": 359.64705882352939,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 44\n            },\n            {\n                \"Interval\": \"2024-05-08T12:30:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 350.52112676056339,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 45\n            },\n            {\n                \"Interval\": \"2024-05-08T12:45:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 332.15384615384613,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 42\n            },\n            {\n                \"Interval\": \"2024-05-08T13:00:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 376.64705882352939,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 43\n            },\n            {\n                \"Interval\": \"2024-05-08T13:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 366.87692307692305,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 42\n            },\n            {\n                \"Interval\": \"2024-05-08T13:30:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 424.70149253731341,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 35\n            },\n            {\n                \"Interval\": \"2024-05-08T13:45:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 319.71212121212119,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 35\n            },\n            {\n                \"Interval\": \"2024-05-08T14:00:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 382.23529411764707,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 27\n            },\n            {\n                \"Interval\": \"2024-05-08T14:15:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 323.64179104477614,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 40\n            },\n            {\n                \"Interval\": \"2024-05-08T14:30:00\",\n                \"Contacts\": 3,\n                \"NotHandled\": 1,\n                \"Handled\": 2,\n                \"AHT\": 359.71428571428572,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 31\n            },\n            {\n                \"Interval\": \"2024-05-08T14:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 391.1764705882353,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 28\n            },\n            {\n                \"Interval\": \"2024-05-08T15:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 527.95555555555552,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 30\n            },\n            {\n                \"Interval\": \"2024-05-08T15:15:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 370.05405405405406,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 26\n            },\n            {\n                \"Interval\": \"2024-05-08T15:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 429.55263157894734,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 23\n            },\n            {\n                \"Interval\": \"2024-05-08T15:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 433.37209302325579,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 24\n            },\n            {\n                \"Interval\": \"2024-05-08T16:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 407.04545454545456,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 24\n            },\n            {\n                \"Interval\": \"2024-05-08T16:15:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 325.73809523809524,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 22\n            },\n            {\n                \"Interval\": \"2024-05-08T16:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 384.02941176470586,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 20\n            },\n            {\n                \"Interval\": \"2024-05-08T16:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 455.5,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 18\n            },\n            {\n                \"Interval\": \"2024-05-08T17:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 324.24242424242425,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 23\n            },\n            {\n                \"Interval\": \"2024-05-08T17:15:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 387.08333333333331,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 23\n            },\n            {\n                \"Interval\": \"2024-05-08T17:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 671.4545454545455,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 17\n            },\n            {\n                \"Interval\": \"2024-05-08T17:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 594.73333333333335,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 19\n            },\n            {\n                \"Interval\": \"2024-05-08T18:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 375.81818181818181,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 14\n            },\n            {\n                \"Interval\": \"2024-05-08T18:15:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 392.60606060606062,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 15\n            },\n            {\n                \"Interval\": \"2024-05-08T18:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 462.34482758620692,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 12\n            },\n            {\n                \"Interval\": \"2024-05-08T18:45:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 417.74074074074076,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 10\n            },\n            {\n                \"Interval\": \"2024-05-08T19:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 500,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 12\n            },\n            {\n                \"Interval\": \"2024-05-08T19:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 408.95652173913044,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 8\n            },\n            {\n                \"Interval\": \"2024-05-08T19:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 384.53333333333336,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 8\n            },\n            {\n                \"Interval\": \"2024-05-08T19:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 392.76,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T20:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 488.36,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T20:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 505,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T20:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 500.18518518518516,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T20:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 563.1875,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T21:00:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 395.68,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 5\n            },\n            {\n                \"Interval\": \"2024-05-08T21:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 483.5,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 5\n            },\n            {\n                \"Interval\": \"2024-05-08T21:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 416.17391304347825,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T21:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 0,\n                \"Handled\": 1,\n                \"AHT\": 429.05263157894734,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T22:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 552.55,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 5\n            },\n            {\n                \"Interval\": \"2024-05-08T22:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 415.30769230769232,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 4\n            },\n            {\n                \"Interval\": \"2024-05-08T22:30:00\",\n                \"Contacts\": 2,\n                \"NotHandled\": 1,\n                \"Handled\": 1,\n                \"AHT\": 538.77777777777783,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T22:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 452.55,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 6\n            },\n            {\n                \"Interval\": \"2024-05-08T23:00:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 598.33333333333337,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 4\n            },\n            {\n                \"Interval\": \"2024-05-08T23:15:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 554.75,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 4\n            },\n            {\n                \"Interval\": \"2024-05-08T23:30:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 449.76923076923077,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 4\n            },\n            {\n                \"Interval\": \"2024-05-08T23:45:00\",\n                \"Contacts\": 1,\n                \"NotHandled\": 1,\n                \"Handled\": 0,\n                \"AHT\": 475.1,\n                \"MinContacts\": 0,\n                \"MaxContacts\": 3\n            }\n        ],\n        \"DailyVolumeAllocation\": [\n            {\n                \"WeekDayId\": 1,\n                \"DayName\": \"Monday\",\n                \"Contacts\": 245,\n                \"NotHandled\": 50,\n                \"Handled\": 195,\n                \"AHT\": 411.08,\n                \"VolumePercent\": 7.71,\n                \"AHTPercent\": 103.88,\n                \"Interval\": \"1900-01-01T00:00:00\",\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"WeekDayId\": 2,\n                \"DayName\": \"Tuesday\",\n                \"Contacts\": 2934,\n                \"NotHandled\": 411,\n                \"Handled\": 2523,\n                \"AHT\": 394.54,\n                \"VolumePercent\": 92.29,\n                \"AHTPercent\": 99.7,\n                \"Interval\": \"1900-01-02T00:00:00\",\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            }\n        ],\n        \"DailyVolumeSummary\": [\n            {\n                \"WeekDayId\": 1,\n                \"DayName\": \"Monday\",\n                \"Contacts\": 245,\n                \"NotHandled\": 50,\n                \"Handled\": 195,\n                \"AHT\": 411.08,\n                \"MinContacts\": 245,\n                \"MaxContacts\": 245,\n                \"Interval\": \"1900-01-01T00:00:00\",\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"WeekDayId\": 2,\n                \"DayName\": \"Tuesday\",\n                \"Contacts\": 2934,\n                \"NotHandled\": 411,\n                \"Handled\": 2523,\n                \"AHT\": 394.54,\n                \"MinContacts\": 2934,\n                \"MaxContacts\": 2934,\n                \"Interval\": \"1900-01-02T00:00:00\",\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            }\n        ],\n        \"MonthlyVolumeAllocation\": [\n            {\n                \"Month\": 1,\n                \"Year\": 2024,\n                \"Interval\": \"2024-01-01T00:00:00\",\n                \"Contacts\": 3179,\n                \"NotHandled\": 461,\n                \"Handled\": 2718,\n                \"AHT\": 395.73,\n                \"VolumePercent\": 100,\n                \"AHTPercent\": 100\n            }\n        ],\n        \"MonthlyVolumeSummary\": [\n            {\n                \"Month\": 1,\n                \"Interval\": \"2024-01-01T00:00:00\",\n                \"Contacts\": 3179,\n                \"NotHandled\": 461,\n                \"Handled\": 2717.8284970238096,\n                \"AHT\": 395.73,\n                \"MinContacts\": 3179,\n                \"MaxContacts\": 3179\n            }\n        ],\n        \"WeeklyVolumeAllocation\": [\n            {\n                \"Interval\": \"2024-01-01T00:00:00\",\n                \"Contacts\": 3179,\n                \"NotHandled\": 461,\n                \"Handled\": 2718,\n                \"AHT\": 395.73,\n                \"VolumePercent\": 100,\n                \"AHTPercent\": 100\n            }\n        ],\n        \"CollectionPointVolumeSummary\": [\n            {\n                \"SkillId\": 39,\n                \"SkillName\": \"Billing\",\n                \"SkillDesc\": \"Billing\",\n                \"Contacts\": 1441,\n                \"NotHandled\": 170,\n                \"Handled\": 1271,\n                \"AHT\": 418.7,\n                \"VolumePercent\": 45.33,\n                \"AHTPercent\": 105.81\n            },\n            {\n                \"SkillId\": 2,\n                \"SkillName\": \"Developer support\",\n                \"SkillDesc\": \"Developer support\",\n                \"Contacts\": 284,\n                \"NotHandled\": 64,\n                \"Handled\": 220,\n                \"AHT\": 308.76,\n                \"VolumePercent\": 8.93,\n                \"AHTPercent\": 78.02\n            },\n            {\n                \"SkillId\": 38,\n                \"SkillName\": \"Operator\",\n                \"SkillDesc\": \"Operator\",\n                \"Contacts\": 52,\n                \"NotHandled\": 5,\n                \"Handled\": 47,\n                \"AHT\": 871.06,\n                \"VolumePercent\": 1.64,\n                \"AHTPercent\": 220.12\n            },\n            {\n                \"SkillId\": 8,\n                \"SkillName\": \"Research\",\n                \"SkillDesc\": \"Research\",\n                \"Contacts\": 27,\n                \"NotHandled\": 10,\n                \"Handled\": 17,\n                \"AHT\": 639.65,\n                \"VolumePercent\": 0.85,\n                \"AHTPercent\": 161.64\n            },\n            {\n                \"SkillId\": 1,\n                \"SkillName\": \"Retention\",\n                \"SkillDesc\": \"Retention\",\n                \"Contacts\": 133,\n                \"NotHandled\": 24,\n                \"Handled\": 109,\n                \"AHT\": 162.95,\n                \"VolumePercent\": 4.18,\n                \"AHTPercent\": 41.18\n            },\n            {\n                \"SkillId\": 32,\n                \"SkillName\": \"Sales\",\n                \"SkillDesc\": \"Sales\",\n                \"Contacts\": 757,\n                \"NotHandled\": 26,\n                \"Handled\": 731,\n                \"AHT\": 130.82,\n                \"VolumePercent\": 23.81,\n                \"AHTPercent\": 33.06\n            },\n            {\n                \"SkillId\": 41,\n                \"SkillName\": \"Sales Chat\",\n                \"SkillDesc\": \"Sales Chat\",\n                \"Contacts\": 38,\n                \"NotHandled\": 7,\n                \"Handled\": 31,\n                \"AHT\": 847.81,\n                \"VolumePercent\": 1.2,\n                \"AHTPercent\": 214.24\n            },\n            {\n                \"SkillId\": 4,\n                \"SkillName\": \"Sales Email\",\n                \"SkillDesc\": \"Sales Email\",\n                \"Contacts\": 146,\n                \"NotHandled\": 45,\n                \"Handled\": 101,\n                \"AHT\": 974.78,\n                \"VolumePercent\": 4.59,\n                \"AHTPercent\": 246.33\n            },\n            {\n                \"SkillId\": 27,\n                \"SkillName\": \"Supervisor\",\n                \"SkillDesc\": \"Supervisor\",\n                \"Contacts\": 80,\n                \"NotHandled\": 26,\n                \"Handled\": 54,\n                \"AHT\": 1230.57,\n                \"VolumePercent\": 2.52,\n                \"AHTPercent\": 310.97\n            },\n            {\n                \"SkillId\": 23,\n                \"SkillName\": \"Support chat\",\n                \"SkillDesc\": \"Support chat\",\n                \"Contacts\": 21,\n                \"NotHandled\": 15,\n                \"Handled\": 6,\n                \"AHT\": 858.33,\n                \"VolumePercent\": 0.66,\n                \"AHTPercent\": 216.9\n            },\n            {\n                \"SkillId\": 30,\n                \"SkillName\": \"Support Email\",\n                \"SkillDesc\": \"Support Email\",\n                \"Contacts\": 50,\n                \"NotHandled\": 8,\n                \"Handled\": 42,\n                \"AHT\": 1356.81,\n                \"VolumePercent\": 1.57,\n                \"AHTPercent\": 342.87\n            },\n            {\n                \"SkillId\": 9,\n                \"SkillName\": \"Tier 2\",\n                \"SkillDesc\": \"Tier 2\",\n                \"Contacts\": 15,\n                \"NotHandled\": 8,\n                \"Handled\": 7,\n                \"AHT\": 460.86,\n                \"VolumePercent\": 0.47,\n                \"AHTPercent\": 116.46\n            },\n            {\n                \"SkillId\": 51,\n                \"SkillName\": \"Tier 3\",\n                \"SkillDesc\": \"Tier 3\",\n                \"Contacts\": 70,\n                \"NotHandled\": 33,\n                \"Handled\": 37,\n                \"AHT\": 451.38,\n                \"VolumePercent\": 2.2,\n                \"AHTPercent\": 114.06\n            },\n            {\n                \"SkillId\": 37,\n                \"SkillName\": \"Trouble\",\n                \"SkillDesc\": \"Trouble\",\n                \"Contacts\": 65,\n                \"NotHandled\": 20,\n                \"Handled\": 45,\n                \"AHT\": 822.98,\n                \"VolumePercent\": 2.04,\n                \"AHTPercent\": 207.97\n            }\n        ],\n        \"SubordinateActivitySummary\": null,\n        \"SubordinateActivityAllocation\": null,\n        \"MediaTypeAllocation\": null,\n        \"DailyTotals\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"867a0505-20eb-4659-a6ca-ed433a370620"},{"name":"DataTargetReportTypeList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"da777873-f887-465e-b401-fdb9fdad3cd8"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2cb2de16-2a8c-4478-977c-89b2bb2540fa"}}],"id":"33db7449-3e67-4f34-9fc9-4148ba33c520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"3a1c17ad-de5c-4262-b378-62efc3608920"}],"url":"{{envName}}/api/DataTargetReportTypeList","description":"<p>This report returns a list of the Data Target report types available (currently only CSV). This may expand in future updates.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DataTargetReportTypeList"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"e1594b1a-6617-4420-a21a-fdc5de104104","name":"DataTargetReportTypeList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/DataTargetReportTypeList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcKOe4JHnJSwtHQozhcYRyzg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 19:03:27 GMT"},{"key":"Content-Length","value":"141"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_report_type_id\": 1,\n            \"display_name\": \"CSV\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"33db7449-3e67-4f34-9fc9-4148ba33c520"},{"name":"EventReviewStatusChangeReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"54dfcd04-6fa9-428e-939c-3a8fcd15a400"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"04961a8b-b022-4e94-9424-9de876c4e6d7"}}],"id":"3bfe04a4-7650-455a-a3db-fc3647c9b53a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"448139f6-42c4-4357-97cf-1c601eef6cd3"}],"url":"{{envName}}/api/EventReviewStatusChangeReport?bitmaskValue=128&eventTypeId=8&startDate=3/18/2024&endDate=4/19/2024&reviewedBy=1&reviewStatus=1&agentId=432&timeZoneId=20&userId=1","description":"<p>The Event Review Status Change Report will return a list of the events whose review status has changed within a designated time period.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","EventReviewStatusChangeReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Filters the results to a specific type of event status. Can be null/blank. 1 = In Queue, 2 = At Work, 4 = Is Constrained by Work, 8 = Requires Approval, 16 = Is Available for Callback, 32 = Travels with Participant, 64 = Is Locked, 128 = Is Adherence Queue, 256 = Is Default Work Type</p>\n","type":"text/plain"},"key":"bitmaskValue","value":"128"},{"description":{"content":"<p>REQUIRED: The ID of the event type you want to filter by; can be null or blank. Use GET EventType to get a full list of available event types.</p>\n","type":"text/plain"},"key":"eventTypeId","value":"8"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"startDate","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"endDate","value":"4/19/2024"},{"description":{"content":"<p>REQUIRED: Used to filter by ID of the agent who reviewed the event. Can be null/blank.</p>\n","type":"text/plain"},"key":"reviewedBy","value":"1"},{"description":{"content":"<p>REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending</p>\n","type":"text/plain"},"key":"reviewStatus","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user whose data you want. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"432"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"6ddb0410-0adf-4474-9ea1-20031668152c","name":"All results","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/EventReviewStatusChangeReport?bitmaskValue=&eventTypeId=&startDate=3/18/2024&endDate=3/19/2024&reviewedBy=&reviewStatus=1&agentId=&timeZoneId=35&userId=1","host":["{{envName}}"],"path":["api","EventReviewStatusChangeReport"],"query":[{"key":"bitmaskValue","value":"","description":"REQUIRED: Filters the results to a specific type of event status. Can be null/blank. 1 = In Queue, 2 = At Work, 4 = Is Constrained by Work, 8 = Requires Approval, 16 = Is Available for Callback, 32 = Travels with Participant, 64 = Is Locked, 128 = Is Adherence Queue, 256 = Is Default Work Type"},{"key":"eventTypeId","value":"","description":"REQUIRED: The ID of the event type you want to filter by; can be null or blank. Use GET EventType to get a full list of available event types."},{"key":"startDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"endDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"reviewedBy","value":"","description":"REQUIRED: Used to filter by ID of the agent who reviewed the event. Can be null/blank."},{"key":"reviewStatus","value":"1","description":"REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending"},{"key":"agentId","value":"","description":"REQUIRED: AgentID of user whose data you want. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"timeZoneId","value":"35","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcOaLZO+1C6pDrYA0s1NrKQc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 19:26:56 GMT"},{"key":"Content-Length","value":"990347"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 952745,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-18T12:00:07.597\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-03-18T13:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-03-18T17:00:07.583\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        },\n        {\n            \"ParticipantId\": 155,\n            \"ParticipantName\": \"Goldfarb, Brett \",\n            \"EventId\": 952746,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-18T18:00:10.597\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-03-18T19:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-03-18T23:00:10.593\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 952756,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 952757,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 952758,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953086,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953087,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953088,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953089,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953090,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953091,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953092,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953093,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953094,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953095,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953096,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 278,\n            \"ParticipantName\": \"Areheart, Sam \",\n            \"EventId\": 953097,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 952915,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T13:00:00\",\n            \"EventDuration\": 8.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 952916,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:00:00\",\n            \"EventDuration\": 8.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 952953,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 952959,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 952960,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953709,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T14:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953710,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T17:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953711,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953712,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953713,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953714,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953715,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953716,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953860,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953861,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953862,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953863,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953884,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953885,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953886,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953887,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953888,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953889,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953890,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 156,\n            \"ParticipantName\": \"Azzarito, Deborah \",\n            \"EventId\": 953891,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 952815,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 952816,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 952817,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 952818,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 952819,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953020,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953021,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T10:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953059,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953315,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953316,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953317,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953318,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953319,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953320,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953321,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953322,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953323,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953324,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953325,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953326,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953327,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953328,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953329,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953330,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953331,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953332,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T20:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953333,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T22:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 953334,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 954039,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 453,\n            \"ParticipantName\": \"Badgett, Gregory \",\n            \"EventId\": 954040,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 952791,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 952907,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 952908,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 952909,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 952910,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953221,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953222,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953223,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953224,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953678,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953679,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953680,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953681,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953682,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953683,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953684,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953685,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953686,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953687,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953688,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953689,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953690,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953691,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953692,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 451,\n            \"ParticipantName\": \"Barton, Jean \",\n            \"EventId\": 953693,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 952829,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T00:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 952830,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T00:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 952831,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T00:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 952832,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T00:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 952833,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T00:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953022,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953370,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T02:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953371,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T04:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953372,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953373,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953374,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T02:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953375,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T03:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953376,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953377,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T04:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953378,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T02:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953379,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T03:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953380,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953381,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T06:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953382,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T02:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953383,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T04:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953384,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953385,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953386,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T02:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953387,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T03:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953388,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T06:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 953389,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T00:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 479,\n            \"ParticipantName\": \"Bickley, Sharon \",\n            \"EventId\": 954041,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 952787,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 952788,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 952911,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 952935,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 952948,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953061,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953205,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953206,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953207,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953208,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953209,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953210,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953211,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953212,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953694,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953695,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953696,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953697,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953788,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953789,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953790,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953791,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953840,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953841,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953842,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 27,\n            \"ParticipantName\": \"Blakely, Latrice \",\n            \"EventId\": 953843,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 952825,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 952826,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 952827,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 952828,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 952973,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T15:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953354,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953355,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953356,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953357,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953358,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953359,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953360,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953361,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953362,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953363,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953364,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953365,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953366,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953367,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953368,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953369,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953938,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953939,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T19:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 467,\n            \"ParticipantName\": \"Brown, Chanell \",\n            \"EventId\": 953940,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T21:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 953015,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 4.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 953016,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 4.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 953017,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:00:00\",\n            \"EventDuration\": 4.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 953018,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 4.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 954034,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 954035,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 954036,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 402,\n            \"ParticipantName\": \"Burns, Barbara \",\n            \"EventId\": 954037,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 952778,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 952779,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 952780,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953006,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T14:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953172,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953173,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953174,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953175,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953176,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953177,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953178,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953179,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953180,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953181,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953182,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 953183,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 391,\n            \"ParticipantName\": \"Carabo, Randy \",\n            \"EventId\": 954025,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 952850,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 952851,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 952852,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 952853,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 952868,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T18:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953028,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T19:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953029,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T09:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953451,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953452,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T22:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953453,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953454,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953455,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953456,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T22:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953457,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T01:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953458,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T02:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953459,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953460,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T22:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953461,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T01:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953462,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T00:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953463,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953464,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T22:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953465,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T01:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953466,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T00:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953522,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953523,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T22:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953524,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-13T01:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 953525,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 954047,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 387,\n            \"ParticipantName\": \"Cassleman, Sherry \",\n            \"EventId\": 954048,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 952858,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 952859,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 952860,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 952861,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 952862,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953483,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953484,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953485,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953486,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953487,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953488,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953489,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953490,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953491,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953492,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953493,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953494,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953495,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953496,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953497,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953498,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T08:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953499,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953500,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953501,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 371,\n            \"ParticipantName\": \"Cathy, Kelly \",\n            \"EventId\": 953502,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T08:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 952793,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 952794,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T17:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 952800,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 952968,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 952983,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:00:00\",\n            \"EventDuration\": 7.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953005,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T20:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953040,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T21:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953229,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953230,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T21:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953231,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953232,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953233,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953234,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T20:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953235,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T00:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953236,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T00:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953257,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953258,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953259,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953260,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T01:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953920,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953921,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953922,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953923,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953977,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953978,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953979,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 953980,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 954024,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T23:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 306,\n            \"ParticipantName\": \"Crislip, Traci \",\n            \"EventId\": 954059,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T23:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 952901,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 952904,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 952974,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953051,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953052,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T21:00:00\",\n            \"EventDuration\": 3.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953053,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T01:15:00\",\n            \"EventDuration\": 3.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953058,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T23:00:00\",\n            \"EventDuration\": 2,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953654,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T10:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953655,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953656,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953657,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953666,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953667,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953668,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953669,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953941,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953942,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T22:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953943,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T00:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 953944,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 954070,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T21:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 954071,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 954072,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T03:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 954076,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T00:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 952782,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 952863,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 952864,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 952865,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 952866,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953188,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953189,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953190,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953191,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953503,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953504,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953505,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953506,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953507,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953508,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953509,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953510,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953511,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953512,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953513,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953514,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953515,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953516,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953517,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 382,\n            \"ParticipantName\": \"Duncan, Matthew \",\n            \"EventId\": 953518,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 952944,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 952945,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 952946,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 952947,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953824,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953825,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953826,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953827,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953828,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953829,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953830,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953831,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953832,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953833,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953834,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953835,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953836,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953837,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953838,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 51,\n            \"ParticipantName\": \"Dyer, Amanda \",\n            \"EventId\": 953839,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 952975,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 952976,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 952977,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 952978,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 952979,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953945,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953946,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953947,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953948,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953949,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953950,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953951,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953952,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953953,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953954,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953955,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953956,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953957,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953958,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T20:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953959,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953960,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953961,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953962,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953963,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 136,\n            \"ParticipantName\": \"Finn, Mike \",\n            \"EventId\": 953964,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 952925,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 952926,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 952927,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 952928,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953748,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953749,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953750,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953751,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953752,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953753,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953754,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953755,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953756,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953757,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953758,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953759,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953760,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953761,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953762,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 68,\n            \"ParticipantName\": \"Florez, Oscar \",\n            \"EventId\": 953763,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 952913,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 952980,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 952981,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 952982,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953042,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T21:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953702,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953703,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T21:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953704,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T23:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953705,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953965,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953966,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953967,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953968,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953969,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953970,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953971,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953972,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953973,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953974,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953975,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 953976,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 144,\n            \"ParticipantName\": \"Fowler, Wendy \",\n            \"EventId\": 954061,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T23:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 952774,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 952775,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 952776,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 952777,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953156,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953157,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953158,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953159,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953160,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953161,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953162,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953163,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953164,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953165,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953166,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953167,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953168,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953169,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953170,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 353,\n            \"ParticipantName\": \"Fraley, Ashley \",\n            \"EventId\": 953171,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 155,\n            \"ParticipantName\": \"Goldfarb, Brett \",\n            \"EventId\": 953002,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 5.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 155,\n            \"ParticipantName\": \"Goldfarb, Brett \",\n            \"EventId\": 953003,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T08:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 155,\n            \"ParticipantName\": \"Goldfarb, Brett \",\n            \"EventId\": 953041,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T09:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 155,\n            \"ParticipantName\": \"Goldfarb, Brett \",\n            \"EventId\": 954021,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T21:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 155,\n            \"ParticipantName\": \"Goldfarb, Brett \",\n            \"EventId\": 954022,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 155,\n            \"ParticipantName\": \"Goldfarb, Brett \",\n            \"EventId\": 954060,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 952936,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 952937,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 952938,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 952939,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 952940,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953792,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953793,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953794,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953795,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953796,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953797,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953798,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953799,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953800,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953801,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953802,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953803,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953804,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953805,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953806,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953807,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953808,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953809,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953810,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 71,\n            \"ParticipantName\": \"Granda, Luis \",\n            \"EventId\": 953811,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 952839,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 953023,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 953024,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 953025,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 953407,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 953408,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 953409,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 953410,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 954042,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 954043,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 405,\n            \"ParticipantName\": \"Greene, Tiffany \",\n            \"EventId\": 954044,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 952789,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 952905,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 952986,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 7,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953213,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953214,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953215,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T21:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953216,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953670,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953671,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953672,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953673,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953987,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 423,\n            \"ParticipantName\": \"Griffin, John \",\n            \"EventId\": 953988,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953001,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T06:15:00\",\n            \"EventDuration\": 5.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953013,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:00:00\",\n            \"EventDuration\": 4.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953030,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953031,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T08:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953032,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953033,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T08:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953034,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953035,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T06:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953038,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T08:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953039,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 953056,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T21:00:00\",\n            \"EventDuration\": 3,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954020,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954032,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954049,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T21:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954050,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954051,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T22:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954052,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954053,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T21:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954054,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T08:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954057,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954058,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T22:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 80,\n            \"ParticipantName\": \"Guzman, Denise \",\n            \"EventId\": 954075,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T21:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 952759,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 952760,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 952912,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953098,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953099,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953100,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T21:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953101,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953102,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953103,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953104,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953105,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953698,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953699,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953700,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 287,\n            \"ParticipantName\": \"Haltiwanger, Debra \",\n            \"EventId\": 953701,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 952767,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T07:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 952768,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 952769,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 952770,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T07:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 952771,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T07:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 952772,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T07:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953062,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953128,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953129,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953130,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953131,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953132,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953133,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953134,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953135,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953136,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953137,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953138,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953139,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953140,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953141,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953142,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953143,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953144,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T09:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953145,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T12:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953146,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953147,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953148,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953149,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953150,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 91,\n            \"ParticipantName\": \"Heinly, Gesela \",\n            \"EventId\": 953151,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 952874,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 952875,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 952876,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 952877,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 952878,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953546,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953547,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953548,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953549,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953550,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953551,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953552,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953553,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953554,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953555,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953556,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953557,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953558,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953559,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T17:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953560,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T20:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953561,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953562,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953563,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953564,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 407,\n            \"ParticipantName\": \"Hipps, Casandra \",\n            \"EventId\": 953565,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 952993,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:30:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 952994,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:30:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 952995,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:30:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 952996,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:30:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 952997,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:30:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954001,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954002,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954003,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954004,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954005,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954006,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954007,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954008,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954009,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954010,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954011,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954012,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954013,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954014,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 250,\n            \"ParticipantName\": \"Horne, Andy \",\n            \"EventId\": 954015,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 952803,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 952804,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 952805,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 952806,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 952970,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T11:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953269,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953270,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953271,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953272,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953273,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953274,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953275,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953276,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953277,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953278,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953279,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953280,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953281,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953282,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953283,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953284,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953928,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953929,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T14:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953930,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 246,\n            \"ParticipantName\": \"Houck, Matthew \",\n            \"EventId\": 953931,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 952762,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 10.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 952835,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 952836,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 952837,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 952987,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:30:00\",\n            \"EventDuration\": 6.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 952988,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 6.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953026,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953109,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953110,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953111,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953112,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953391,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953392,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953393,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953394,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953395,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953396,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953397,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953398,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953399,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953400,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953401,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953402,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953989,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953990,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T21:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953991,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 953992,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 418,\n            \"ParticipantName\": \"Hunter, Satika \",\n            \"EventId\": 954045,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 952892,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 952893,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 952894,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T08:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953000,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T08:00:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953049,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T12:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953050,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953618,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953619,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953620,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953621,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T08:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953622,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953623,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953624,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953625,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953626,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953627,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953628,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 953629,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T08:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 954019,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 954068,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 397,\n            \"ParticipantName\": \"Huntre, Laquista \",\n            \"EventId\": 954069,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 952917,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T06:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 952918,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T06:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 952919,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T06:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953717,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953718,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953719,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953720,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953721,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953722,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953723,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953724,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953725,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953726,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953727,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 147,\n            \"ParticipantName\": \"Kenney, Reye \",\n            \"EventId\": 953728,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 952781,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 952895,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 952896,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 952897,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 952898,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953048,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953060,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953184,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953185,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953186,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953187,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953630,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953631,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953632,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953633,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953634,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953635,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953636,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953637,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953638,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953639,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953640,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953641,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953642,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953643,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T14:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953644,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 953645,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 361,\n            \"ParticipantName\": \"Kinsella, Mark \",\n            \"EventId\": 954067,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 952761,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 10.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 952984,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T17:15:00\",\n            \"EventDuration\": 7.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 953106,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 953107,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T00:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 953108,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T21:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 953981,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 953982,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 128,\n            \"ParticipantName\": \"Lee, Daniel \",\n            \"EventId\": 953983,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T21:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 952899,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 952900,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953047,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T21:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953646,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953647,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953648,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953649,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953650,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953651,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953652,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 953653,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 354,\n            \"ParticipantName\": \"Lewis, Greg \",\n            \"EventId\": 954066,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 952765,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 952766,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:00:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953055,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 3.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953121,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953122,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953123,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953124,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953125,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953126,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 953127,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 129,\n            \"ParticipantName\": \"Lewis, Lisha \",\n            \"EventId\": 954074,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 952808,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T23:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 952809,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T23:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 952810,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 952811,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T23:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 952812,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T23:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953289,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953290,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T03:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953291,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953292,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T02:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953293,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953294,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T04:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953295,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953296,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T05:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953297,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953298,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T03:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953299,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953300,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T04:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953301,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T01:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953302,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T03:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953303,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953304,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T03:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953305,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953306,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T03:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953307,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T06:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 271,\n            \"ParticipantName\": \"Mack, Janelle \",\n            \"EventId\": 953308,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T04:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 952795,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T06:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 952796,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T06:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 952797,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T06:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 952798,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T06:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 952799,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T06:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953237,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T08:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953238,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953239,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953240,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953241,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953242,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953243,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953244,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T06:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953245,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T08:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953246,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953247,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953248,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953249,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953250,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953251,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953252,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T08:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953253,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953254,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T11:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953255,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 318,\n            \"ParticipantName\": \"Malvoisin, Fernando \",\n            \"EventId\": 953256,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T06:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 952783,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 952813,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 952814,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T10:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 952933,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 952934,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953192,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953193,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953194,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953309,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953310,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953311,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953312,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953313,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953314,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T14:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953780,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953781,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953782,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953783,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953784,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953785,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953786,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 107,\n            \"ParticipantName\": \"Martinez, Cristian \",\n            \"EventId\": 953787,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 952845,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 952846,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 952847,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 952848,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 952849,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953431,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953432,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953433,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953434,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953435,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953436,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953437,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953438,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953439,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953440,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953441,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953442,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953443,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953444,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953445,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953446,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953447,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953448,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953449,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 449,\n            \"ParticipantName\": \"McBride, Natasha \",\n            \"EventId\": 953450,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 952784,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 952929,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 952930,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 952931,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 952932,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953195,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953196,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953197,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953764,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953765,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953766,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953767,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953768,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953769,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953770,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953771,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953772,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953773,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953774,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953775,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953776,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953777,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953778,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 135,\n            \"ParticipantName\": \"Montes, David \",\n            \"EventId\": 953779,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 952763,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T03:00:00\",\n            \"EventDuration\": 10.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 952764,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T03:00:00\",\n            \"EventDuration\": 10.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 952950,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T05:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 952951,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T05:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 952952,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T05:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953113,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953114,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953115,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953116,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953117,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953118,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953119,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953120,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T09:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953848,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953849,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953850,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953851,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953852,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953853,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953854,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953855,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953856,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953857,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953858,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 145,\n            \"ParticipantName\": \"Mosley, Kerry \",\n            \"EventId\": 953859,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 952854,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 952855,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 952856,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 952857,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953063,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T22:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953467,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953468,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953469,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953470,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953471,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953472,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953473,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953474,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953475,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953476,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T17:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953477,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T20:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953478,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953479,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953480,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953481,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 370,\n            \"ParticipantName\": \"Nelson, Candice \",\n            \"EventId\": 953482,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T21:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 952867,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T01:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 952914,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T01:00:00\",\n            \"EventDuration\": 8.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 952920,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T01:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 952921,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T01:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 952971,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T05:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953027,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T05:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953519,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T02:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953520,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953521,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T05:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953706,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T03:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953707,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953708,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T05:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953729,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T02:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953730,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T05:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953731,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953732,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953733,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T03:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953734,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T05:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953735,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T07:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953736,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953932,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953933,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T09:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953934,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 953935,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 352,\n            \"ParticipantName\": \"Newman, Jean \",\n            \"EventId\": 954046,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 952955,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T07:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 952956,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T07:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 952957,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 952958,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 952990,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T07:00:00\",\n            \"EventDuration\": 6.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953868,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953869,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953870,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953871,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953872,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953873,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953874,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953875,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953876,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953877,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953878,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953879,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953880,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953881,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953882,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953883,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953995,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 171,\n            \"ParticipantName\": \"Newton, Mary \",\n            \"EventId\": 953996,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 952969,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 952991,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 6.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 952992,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 952998,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953004,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953924,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953925,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953926,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953927,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953997,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953998,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 953999,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 954000,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 954016,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 954017,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 195,\n            \"ParticipantName\": \"Olsen, Kristin \",\n            \"EventId\": 954023,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 952790,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 952902,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 952903,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 952906,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953019,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T12:00:00\",\n            \"EventDuration\": 4.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953217,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953218,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953219,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953220,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953658,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953659,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953660,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953661,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953662,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953663,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953664,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953665,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953674,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953675,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953676,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 953677,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 440,\n            \"ParticipantName\": \"Pollock, Mitch \",\n            \"EventId\": 954038,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 952750,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T05:00:00\",\n            \"EventDuration\": 11.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 952751,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T05:00:00\",\n            \"EventDuration\": 11.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 952752,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T05:00:00\",\n            \"EventDuration\": 11.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 952786,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T07:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 952954,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953064,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953065,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953066,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953067,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953068,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T07:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953069,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T09:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953070,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953071,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953072,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T07:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953073,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T09:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953074,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953075,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953202,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953203,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953204,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953864,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953865,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953866,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 185,\n            \"ParticipantName\": \"Prioleau, Sherry \",\n            \"EventId\": 953867,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 952753,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T08:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 952754,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T08:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 952755,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T08:00:00\",\n            \"EventDuration\": 11,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 952834,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 952972,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953076,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953077,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953078,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953079,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T09:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953080,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953081,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953082,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953083,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953084,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953085,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953390,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T22:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953936,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 450,\n            \"ParticipantName\": \"Renfroe, Dave \",\n            \"EventId\": 953937,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 952887,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 952888,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 952889,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 952890,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 952891,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953598,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953599,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953600,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953601,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953602,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953603,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953604,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953605,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953606,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953607,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953608,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953609,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953610,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953611,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953612,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953613,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953614,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953615,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953616,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 401,\n            \"ParticipantName\": \"Richbourg, Mandy \",\n            \"EventId\": 953617,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 952785,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:00:00\",\n            \"EventDuration\": 9.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 952792,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:00:00\",\n            \"EventDuration\": 9.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 952801,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T15:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 952802,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 952807,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T15:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953198,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953199,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T19:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953200,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T22:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953201,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953225,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953226,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953227,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T22:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953228,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T23:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953261,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953262,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953263,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T22:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953264,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T22:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953265,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953266,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T18:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953267,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T21:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953268,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953285,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953286,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T20:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953287,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T22:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 240,\n            \"ParticipantName\": \"Richert, Jessica \",\n            \"EventId\": 953288,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 952941,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:45:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 952942,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 952943,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:30:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 952999,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 6,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953812,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953813,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953814,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953815,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953816,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953817,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953818,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953819,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953820,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953821,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953822,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 953823,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 61,\n            \"ParticipantName\": \"Ridenhour, Stephan \",\n            \"EventId\": 954018,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 952869,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T01:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 952870,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T01:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 952871,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T01:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 952872,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 952873,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T01:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953526,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T03:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953527,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T05:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953528,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T08:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953529,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T02:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953530,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T03:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953531,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T05:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953532,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T08:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953533,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T02:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953534,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T03:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953535,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T05:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953536,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T08:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953537,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T01:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953538,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T03:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953539,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T05:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953540,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T08:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953541,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T02:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953542,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T03:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953543,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T05:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953544,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T08:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 392,\n            \"ParticipantName\": \"Rodriguez, Clarisa \",\n            \"EventId\": 953545,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 952922,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T10:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 952923,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 952924,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 952985,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 7.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 952989,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T08:30:00\",\n            \"EventDuration\": 6.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953036,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T08:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953037,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T08:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953737,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953738,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953739,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953740,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953741,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953742,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953743,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953744,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953745,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953746,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953747,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T10:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953984,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953985,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953986,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953993,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 953994,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 954055,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T10:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 58,\n            \"ParticipantName\": \"Rollison, Karen \",\n            \"EventId\": 954056,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T09:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 952961,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:00:00\",\n            \"EventDuration\": 8.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 952962,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T01:00:00\",\n            \"EventDuration\": 8.25,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953043,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T03:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953044,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T03:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953045,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T03:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953046,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T21:00:00\",\n            \"EventDuration\": 4,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953892,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T03:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953893,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T04:45:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953894,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T07:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953895,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953896,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T03:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953897,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T05:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953898,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T07:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 953899,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 954062,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 954063,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 954064,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T05:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 65,\n            \"ParticipantName\": \"Sanchez, Maria \",\n            \"EventId\": 954065,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T22:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 952879,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 952880,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 952881,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 952882,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 952883,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T12:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953566,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953567,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953568,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953569,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953570,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953571,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:15:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953572,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953573,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953574,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953575,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953576,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953577,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953578,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953579,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953580,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953581,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953582,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T14:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953583,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T15:45:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953584,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 409,\n            \"ParticipantName\": \"Schmidt, Peter \",\n            \"EventId\": 953585,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-12T19:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 952773,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:30:00\",\n            \"EventDuration\": 10,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 952838,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T17:30:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 952884,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:30:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 952885,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:30:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 952886,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T17:30:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953014,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T10:00:00\",\n            \"EventDuration\": 4.75,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953054,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:00:00\",\n            \"EventDuration\": 3.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Overtime\",\n            \"EventTypeDescription\": \"Overtime\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 419\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953152,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T20:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953153,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T22:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953154,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953155,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-11T01:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953403,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953404,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T22:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953405,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T00:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953406,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T01:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953586,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T21:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953587,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T22:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953588,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T00:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953589,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953590,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T20:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953591,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T21:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953592,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T00:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953593,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T02:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953594,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T19:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953595,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T22:00:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953596,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T00:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 953597,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 954033,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 414,\n            \"ParticipantName\": \"Schrum, Joe \",\n            \"EventId\": 954073,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T15:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 952963,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 952964,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 952965,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 952966,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 952967,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 8,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953900,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953901,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953902,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953903,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953904,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953905,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953906,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953907,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953908,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953909,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953910,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953911,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953912,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953913,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953914,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953915,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953916,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953917,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953918,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 36,\n            \"ParticipantName\": \"Stalnaker, Mary Beth \",\n            \"EventId\": 953919,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T12:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 952820,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T14:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 952821,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T14:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 952822,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T14:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 952823,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T14:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 952824,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T14:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953335,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953336,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953337,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T21:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953338,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T17:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953339,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953340,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953341,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T21:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953342,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T22:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953343,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953344,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T18:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953345,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953346,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T22:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953347,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953348,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953349,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T21:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953350,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T22:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953351,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953352,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:30:00\",\n            \"EventDuration\": 1,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 455,\n            \"ParticipantName\": \"Sticha, Carmen \",\n            \"EventId\": 953353,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T21:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 953008,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 953009,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 953010,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T11:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 953011,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T11:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 953012,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T11:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 954027,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 954028,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 954029,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 954030,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 132,\n            \"ParticipantName\": \"Sutherland, Todd \",\n            \"EventId\": 954031,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 952840,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 952841,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 952842,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 952843,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 952844,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:00:00\",\n            \"EventDuration\": 9,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953411,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953412,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T19:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953413,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T23:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953414,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953415,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953416,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T19:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953417,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T23:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953418,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953419,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T19:15:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953420,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T20:15:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953421,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T23:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953422,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953423,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T18:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953424,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T20:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953425,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T23:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953426,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-09T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953427,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T18:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953428,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T19:30:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953429,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T22:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 429,\n            \"ParticipantName\": \"Turner, Bruce \",\n            \"EventId\": 953430,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-10T16:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 952949,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 8.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 953007,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T11:00:00\",\n            \"EventDuration\": 5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 953057,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-08T15:00:00\",\n            \"EventDuration\": 2.5,\n            \"EventDescription\": \"Scheduled Work\",\n            \"EventLocation\": \"Workstation\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Work\",\n            \"EventTypeDescription\": \"Auto generated work type\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": true,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": true,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 435\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 953844,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 953845,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T15:00:00\",\n            \"EventDuration\": 0.5,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Lunch\",\n            \"EventTypeDescription\": \"Lunch\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": false,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 953846,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T17:45:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 953847,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-07T11:00:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Coaching\",\n            \"EventTypeDescription\": \"Coaching\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 50\n        },\n        {\n            \"ParticipantId\": 262,\n            \"ParticipantName\": \"Watkins, Tracy \",\n            \"EventId\": 954026,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T12:21:35.65\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Copied Schedule on Mar 19 2024 12:21PM\",\n            \"EventDate\": \"2024-05-06T13:30:00\",\n            \"EventDuration\": 0.25,\n            \"EventDescription\": \"Off phone interval\",\n            \"EventLocation\": \"\",\n            \"EventCreatedDate\": \"2024-03-19T12:21:35.023\",\n            \"EventTypeName\": \"Break\",\n            \"EventTypeDescription\": \"Break\",\n            \"EventTypeAtWork\": true,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": false,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": true,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": true,\n            \"BitmaskValue\": 54\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 955404,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T18:00:25.27\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-03-19T19:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-03-19T23:00:25.243\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"a8ee37a5-c949-41a3-a925-148d36e65f1c","name":"Filtered results","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/EventReviewStatusChangeReport?bitmaskValue=128&eventTypeId=8&startDate=3/18/2024&endDate=4/19/2024&reviewedBy=1&reviewStatus=1&agentId=432&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","EventReviewStatusChangeReport"],"query":[{"key":"bitmaskValue","value":"128","description":"REQUIRED: Filters the results to a specific type of event status. Can be null/blank. 1 = In Queue, 2 = At Work, 4 = Is Constrained by Work, 8 = Requires Approval, 16 = Is Available for Callback, 32 = Travels with Participant, 64 = Is Locked, 128 = Is Adherence Queue, 256 = Is Default Work Type"},{"key":"eventTypeId","value":"8","description":"REQUIRED: The ID of the event type you want to filter by; can be null or blank. Use GET EventType to get a full list of available event types."},{"key":"startDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"endDate","value":"4/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"reviewedBy","value":"1","description":"REQUIRED: Used to filter by ID of the agent who reviewed the event. Can be null/blank."},{"key":"reviewStatus","value":"1","description":"REQUIRED: Used to filter by review status. Can be null/blank. 0 = Denied, 1 = Approved, 2 = Pending"},{"key":"agentId","value":"432","description":"REQUIRED: AgentID of user whose data you want. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcHNBXPaNIucqGlZgVhVFMFs="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 19:31:12 GMT"},{"key":"Content-Length","value":"3825"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 955404,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-19T18:00:25.27\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-03-19T18:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-03-19T23:00:25.243\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 955420,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-03-26T18:00:20.767\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-03-26T18:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-03-26T23:00:20.77\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 955433,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-04-02T18:00:06.85\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-04-02T18:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-04-02T23:00:06.83\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 955448,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-04-09T18:00:52.56\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-04-09T18:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-04-09T23:00:52.56\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        },\n        {\n            \"ParticipantId\": 432,\n            \"ParticipantName\": \"Dunbar, Bill \",\n            \"EventId\": 955462,\n            \"ReviewStatusId\": 1,\n            \"ReviewStatusName\": \"Approved\",\n            \"ReviewDate\": \"2024-04-16T18:00:38.737\",\n            \"ReviewUserId\": 1,\n            \"ReviewUserName\": \"Account, Service \",\n            \"notes\": \"Created by soft checkin monitor\",\n            \"EventDate\": \"2024-04-16T18:00:00\",\n            \"EventDuration\": 0.0833,\n            \"EventDescription\": \"Created by soft checkin monitor\",\n            \"EventLocation\": null,\n            \"EventCreatedDate\": \"2024-04-16T23:00:38.727\",\n            \"EventTypeName\": \"Late\",\n            \"EventTypeDescription\": \"Tardy\",\n            \"EventTypeAtWork\": false,\n            \"EventTypeInQueue\": false,\n            \"EventTypeIsQueueAdherence\": true,\n            \"EventTypeApprovalRequired\": false,\n            \"EventTypeAvailableForCallback\": false,\n            \"EventTypePaid\": true,\n            \"EventTypeIsWorkingInterval\": false,\n            \"TravlesWithParticipant\": false,\n            \"BitmaskValue\": 128\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"3bfe04a4-7650-455a-a3db-fc3647c9b53a"},{"name":"ForecastReport","event":[{"listen":"test","script":{"exec":["const resp = pm.response.json()\r","const Agents = resp.Data\r","\r","console.log(Agents)"],"type":"text/javascript","packages":{},"id":"d8f991f8-f22d-4281-a7ae-5fc4b84e0f17"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"399ca387-81a3-4de2-ba49-96eee6e9e1f5"}}],"id":"103b2323-b7b1-4c9c-97cb-4b8c53a3c3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c309b029-10c3-4668-9716-ff2c7faec20e"}],"url":"{{envName}}/api/ForecastReport?userId=1&forecastId=132&revision=5&activityId=1&fromDate=1/1/2024&thruDate=1/2/2024&timeZone=20&forecastComponentId=&transactionFlagId=2&algorithmGroupId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs.</p>\n","type":"text/plain"},"key":"forecastId","value":"132"},{"description":{"content":"<p>REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included.</p>\n","type":"text/plain"},"key":"revision","value":"5"},{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels.</p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"1/1/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"thruDate","value":"1/2/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZone","value":"20"},{"description":{"content":"<p>REQUIRED: ID of the specific Forecast Component to use. Can be left blank to get a list of all Forecast Components.</p>\n","type":"text/plain"},"key":"forecastComponentId","value":""},{"description":{"content":"<p>REQUIRED: Defines which view to use for this report. 1 = Executive Overview, 2 = 5 minute interval data.</p>\n","type":"text/plain"},"key":"transactionFlagId","value":"2"},{"description":{"content":"<p>REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list.</p>\n","type":"text/plain"},"key":"algorithmGroupId","value":"1"}],"variable":[]}},"response":[{"id":"50aaaa7f-a6b8-43fb-84a3-89a80b76d3a3","name":"ForecastReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ForecastReport?userId=1&forecastId=132&revision=5&activityId=1&fromDate=1/1/2024&thruDate=1/2/2024&timeZone=20&forecastComponentId=&transactionFlagId=2&algorithmGroupId=1","host":["{{envName}}"],"path":["api","ForecastReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"132","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"revision","value":"5","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels."},{"key":"fromDate","value":"1/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"1/2/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"timeZone","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"forecastComponentId","value":"","description":"REQUIRED: ID of the specific Forecast Component to use. Can be left blank to get a list of all Forecast Components."},{"key":"transactionFlagId","value":"2","description":"REQUIRED: Defines which view to use for this report. 1 = Executive Overview, 2 = 5 minute interval data."},{"key":"algorithmGroupId","value":"1","description":"REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZwxTNY5/gH/x6jmeWN30wR8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:12:03 GMT"},{"key":"Content-Length","value":"25152"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"Interval\": \"2024-01-01T00:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T00:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T00:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T00:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T01:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T01:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T01:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T01:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T02:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T02:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T02:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T02:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T03:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T03:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T03:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T03:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T04:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T04:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T04:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T04:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T05:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T05:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T05:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T05:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T06:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T06:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T06:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T06:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T07:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T07:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T07:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T07:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T08:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T08:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T08:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T08:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T09:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T09:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T09:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T09:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T10:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T10:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T10:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T10:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T11:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T11:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T11:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T11:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T12:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T12:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T12:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T12:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T13:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T13:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T13:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T13:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T14:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T14:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T14:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T14:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T15:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T15:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T15:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T15:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T16:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T16:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T16:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T16:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T17:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T17:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T17:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T17:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T18:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T18:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T18:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T18:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T19:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T19:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T19:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T19:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T20:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T20:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T20:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T20:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T21:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T21:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T21:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T21:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T22:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T22:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T22:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T22:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T23:00:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T23:15:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T23:30:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        },\n        {\n            \"Interval\": \"2024-01-01T23:45:00\",\n            \"ActivityId\": 1,\n            \"Contacts\": 0,\n            \"AHT\": 0,\n            \"AgentsRequired\": 0,\n            \"DiscretionaryRequirements\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"WorkHabitViolation\": false,\n            \"ForecastedInterval\": false,\n            \"AlgorithmId\": 3\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"103b2323-b7b1-4c9c-97cb-4b8c53a3c3ce"},{"name":"ForecastShrinkageReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"5808d7c9-0173-49a9-8fe5-e414a622ecb8"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"c407e2b7-1fbe-4fde-b483-873fc066df4e"}}],"id":"6716c2d2-5d61-48bf-b085-b991e2f608f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"b78856e5-753f-482b-aa39-77f3c56ff9e2"}],"url":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=128","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ForecastShrinkageReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs.</p>\n","type":"text/plain"},"key":"forecastId","value":"129"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY.</p>\n","type":"text/plain"},"key":"fromDate","value":"3/1/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY.</p>\n","type":"text/plain"},"key":"thruDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. </p>\n","type":"text/plain"},"key":"activityId","value":"1"},{"description":{"content":"<p>REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included.</p>\n","type":"text/plain"},"key":"revision","value":""},{"description":{"content":"<p>REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL.</p>\n","type":"text/plain"},"key":"reportType","value":"1"},{"description":{"content":"<p>REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything.</p>\n","type":"text/plain"},"key":"reportMask","value":"128"}],"variable":[]}},"response":[{"id":"0a26ffef-168e-4419-b153-7af5ff741ca6","name":"1 Interval Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=1","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"1","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqYr7HIRq1H498R2R3lwHAM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:59:47 GMT"},{"key":"Content-Length","value":"22871"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": \"2024-03-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 22,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 22\n            },\n            {\n                \"Interval\": \"2024-03-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 10\n            },\n            {\n                \"Interval\": \"2024-03-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 18,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 18\n            },\n            {\n                \"Interval\": \"2024-03-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 3,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 5\n            },\n            {\n                \"Interval\": \"2024-03-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 5\n            },\n            {\n                \"Interval\": \"2024-03-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 7\n            },\n            {\n                \"Interval\": \"2024-03-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 12\n            },\n            {\n                \"Interval\": \"2024-03-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 6,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 6\n            },\n            {\n                \"Interval\": \"2024-03-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 16,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 16\n            },\n            {\n                \"Interval\": \"2024-03-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 7\n            },\n            {\n                \"Interval\": \"2024-03-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 7\n            },\n            {\n                \"Interval\": \"2024-03-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 23,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 23\n            },\n            {\n                \"Interval\": \"2024-03-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 10\n            },\n            {\n                \"Interval\": \"2024-03-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 22,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 22\n            },\n            {\n                \"Interval\": \"2024-03-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 10\n            },\n            {\n                \"Interval\": \"2024-03-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 13,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 13\n            },\n            {\n                \"Interval\": \"2024-03-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T00:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T00:15:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T01:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T01:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-02T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T02:30:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T03:15:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T04:00:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T04:15:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T04:30:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T06:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T06:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-02T07:00:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T07:45:00\",\n                \"DiscretionaryShrinkage\": 13,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 13\n            },\n            {\n                \"Interval\": \"2024-03-02T08:00:00\",\n                \"DiscretionaryShrinkage\": 13,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 13\n            },\n            {\n                \"Interval\": \"2024-03-02T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T09:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T10:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-02T10:15:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T12:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T12:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T14:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T17:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T17:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T18:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T19:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T20:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T23:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T23:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            }\n        ],\n        \"DayOfWeekSummary\": [],\n        \"MonthAndYearSummary\": [],\n        \"MonthSummary\": [],\n        \"WeeklySummary\": [],\n        \"ActivityTypeSummary\": [],\n        \"ActivitySummary\": [],\n        \"MediaTypeSummary\": [],\n        \"DateSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d3410081-8ae4-43e9-bf0d-c614347da27b","name":"2 Date Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=2","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"2","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqMs+pxpSYlcpr5ZmkrLAU0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 03:00:05 GMT"},{"key":"Content-Length","value":"617"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": null,\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            }\n        ],\n        \"DayOfWeekSummary\": [],\n        \"MonthAndYearSummary\": [],\n        \"MonthSummary\": [],\n        \"WeeklySummary\": [],\n        \"ActivityTypeSummary\": [],\n        \"ActivitySummary\": [],\n        \"MediaTypeSummary\": [],\n        \"DateSummary\": [\n            {\n                \"Interval\": \"2024-03-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 7.25,\n                \"NonDiscretionaryShrinkage\": 0.03,\n                \"TotalShrinkage\": 7.28\n            },\n            {\n                \"Interval\": \"2024-03-02T00:00:00\",\n                \"DiscretionaryShrinkage\": 5.84,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 5.84\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"0c1d04c6-e182-4862-be5d-d561833f601b","name":"4 Weekly Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=4","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"4","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPkH8Xfe3KwDi3UEUnYyTigo="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 03:00:23 GMT"},{"key":"Content-Length","value":"512"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": null,\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            }\n        ],\n        \"DayOfWeekSummary\": [],\n        \"MonthAndYearSummary\": [],\n        \"MonthSummary\": [],\n        \"WeeklySummary\": [\n            {\n                \"Interval\": \"2024-02-26T00:00:00\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"ActivityTypeSummary\": [],\n        \"ActivitySummary\": [],\n        \"MediaTypeSummary\": [],\n        \"DateSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"717b0192-99e6-4bd7-a9f0-c4dbfa7abf72","name":"8 Month and Year Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=8","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"8","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPstqyTp3/RX0FYKH5X0nh50="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 03:00:53 GMT"},{"key":"Content-Length","value":"517"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": null,\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            }\n        ],\n        \"DayOfWeekSummary\": [],\n        \"MonthAndYearSummary\": [\n            {\n                \"Month\": 3,\n                \"Year\": 2024,\n                \"DayName\": \"March\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"MonthSummary\": [],\n        \"WeeklySummary\": [],\n        \"ActivityTypeSummary\": [],\n        \"ActivitySummary\": [],\n        \"MediaTypeSummary\": [],\n        \"DateSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"a6db6f25-6a0a-404b-bc9e-8b96f89be177","name":"32 Month Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=32","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"32","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPsyoQ//aHhv2o5Tnm1iD8lg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 03:01:37 GMT"},{"key":"Content-Length","value":"527"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": null,\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            }\n        ],\n        \"DayOfWeekSummary\": [],\n        \"MonthAndYearSummary\": [],\n        \"MonthSummary\": [\n            {\n                \"WeekDay\": 3,\n                \"Interval\": \"2024-03-01T00:00:00\",\n                \"DayName\": \"March\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 7\n            }\n        ],\n        \"WeeklySummary\": [],\n        \"ActivityTypeSummary\": [],\n        \"ActivitySummary\": [],\n        \"MediaTypeSummary\": [],\n        \"DateSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"502caa0b-e96b-40d7-bfbe-36341de755d4","name":"64 Activity Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=64","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"64","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPqrAtUG2SI0th1Z/YpIYbM0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 03:02:01 GMT"},{"key":"Content-Length","value":"1612"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": null,\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            }\n        ],\n        \"DayOfWeekSummary\": [],\n        \"MonthAndYearSummary\": [],\n        \"MonthSummary\": [],\n        \"WeeklySummary\": [],\n        \"ActivityTypeSummary\": [\n            {\n                \"ActivityTypeId\": 1,\n                \"ActivityTypeName\": \"Physical Site\",\n                \"ActivityTypeIcon\": \"environment.png\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityTypeId\": 3,\n                \"ActivityTypeName\": \"Virtual Activity\",\n                \"ActivityTypeIcon\": \"earth_network.png\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"ActivitySummary\": [\n            {\n                \"ActivityID\": 2,\n                \"ActivityName\": \"Site 1 - Dallas, TX\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 1,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityID\": 6,\n                \"ActivityName\": \"Site 2 - Nashville, TN\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 1,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityID\": 22,\n                \"ActivityName\": \"Site 3- Minneapolis, MN\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 1,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityID\": 95,\n                \"ActivityName\": \"Virtual Activity\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 3,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"MediaTypeSummary\": [],\n        \"DateSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"e597c558-2d52-42ee-a473-ee077493cb40","name":"128 MediaType Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=128","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"128","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPm4exn7Hs7zWUsuyCjcmdhg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 03:02:24 GMT"},{"key":"Content-Length","value":"814"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": null,\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            }\n        ],\n        \"DayOfWeekSummary\": [],\n        \"MonthAndYearSummary\": [],\n        \"MonthSummary\": [],\n        \"WeeklySummary\": [],\n        \"ActivityTypeSummary\": [],\n        \"ActivitySummary\": [],\n        \"MediaTypeSummary\": [\n            {\n                \"MediaTypeId\": 1,\n                \"MediaTypeName\": \"Telephone\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"MediaTypeId\": 2,\n                \"MediaTypeName\": \"Email\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"MediaTypeId\": 3,\n                \"MediaTypeName\": \"Web-Based Chat\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"DateSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"52ed7ff9-55b1-4068-a58d-84fe4e96df5a","name":"2047 Everything","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ForecastShrinkageReport?userId=1&forecastId=129&fromDate=3/1/2024&thruDate=3/20/2024&timeZoneId=20&activityId=1&revision=&reportType=1&reportMask=2047","host":["{{envName}}"],"path":["api","ForecastShrinkageReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"129","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs."},{"key":"fromDate","value":"3/1/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"activityId","value":"1","description":"REQUIRED: ID defining the Activty Level. Use Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. "},{"key":"revision","value":"","description":"REQUIRED: Define the specific revision to use for the forecast. Revisions can be viewed in GET WorkingForecast. The value can be left NULL, but the parameter must be included."},{"key":"reportType","value":"1","description":"REQUIRED: 1 = Working Forecast Report; uses forecastID, 2 = Published Forecast; forecastID can be NULL."},{"key":"reportMask","value":"2047","description":"REQUIRED: 1 = Inteval Summary, 2 = Date Summary, 4 = Weekly Summary, 8 = Month and Year Summary, 16 = Day of Week Summary, 32 = Month Summary, 64 = Activity Summary, 128 = MediaType Summary, 2047 for everything."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPhf7OCMVU5Fo0oOYHO9M/y0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 02:58:46 GMT"},{"key":"Content-Length","value":"25432"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IntervalSummary\": [\n            {\n                \"Interval\": \"2024-03-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 22,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 22\n            },\n            {\n                \"Interval\": \"2024-03-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 10\n            },\n            {\n                \"Interval\": \"2024-03-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 18,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 18\n            },\n            {\n                \"Interval\": \"2024-03-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 3,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 5\n            },\n            {\n                \"Interval\": \"2024-03-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 5\n            },\n            {\n                \"Interval\": \"2024-03-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 7\n            },\n            {\n                \"Interval\": \"2024-03-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 12\n            },\n            {\n                \"Interval\": \"2024-03-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 4\n            },\n            {\n                \"Interval\": \"2024-03-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 6,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 6\n            },\n            {\n                \"Interval\": \"2024-03-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 16,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 16\n            },\n            {\n                \"Interval\": \"2024-03-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 7\n            },\n            {\n                \"Interval\": \"2024-03-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 7\n            },\n            {\n                \"Interval\": \"2024-03-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 23,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 23\n            },\n            {\n                \"Interval\": \"2024-03-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 8\n            },\n            {\n                \"Interval\": \"2024-03-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 9,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 9\n            },\n            {\n                \"Interval\": \"2024-03-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 10\n            },\n            {\n                \"Interval\": \"2024-03-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 11,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 11\n            },\n            {\n                \"Interval\": \"2024-03-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 22,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 22\n            },\n            {\n                \"Interval\": \"2024-03-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 10\n            },\n            {\n                \"Interval\": \"2024-03-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 13,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 13\n            },\n            {\n                \"Interval\": \"2024-03-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T00:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T00:15:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T01:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T01:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-02T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T02:30:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T03:15:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T04:00:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T04:15:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T04:30:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T05:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T06:00:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T06:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-02T07:00:00\",\n                \"DiscretionaryShrinkage\": 14,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 14\n            },\n            {\n                \"Interval\": \"2024-03-02T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T07:45:00\",\n                \"DiscretionaryShrinkage\": 13,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 13\n            },\n            {\n                \"Interval\": \"2024-03-02T08:00:00\",\n                \"DiscretionaryShrinkage\": 13,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 13\n            },\n            {\n                \"Interval\": \"2024-03-02T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T09:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T10:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            },\n            {\n                \"Interval\": \"2024-03-02T10:15:00\",\n                \"DiscretionaryShrinkage\": 17,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 17\n            },\n            {\n                \"Interval\": \"2024-03-02T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T12:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T12:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T14:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T17:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T17:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T18:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T19:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T20:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T23:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 25\n            },\n            {\n                \"Interval\": \"2024-03-02T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 0\n            },\n            {\n                \"Interval\": \"2024-03-02T23:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 20\n            }\n        ],\n        \"DayOfWeekSummary\": [\n            {\n                \"DayName\": \"Friday\",\n                \"WeekDay\": 5,\n                \"DiscretionaryShrinkage\": 7.25,\n                \"NonDiscretionaryShrinkage\": 0.03,\n                \"TotalShrinkage\": 7.28\n            },\n            {\n                \"DayName\": \"Saturday\",\n                \"WeekDay\": 6,\n                \"DiscretionaryShrinkage\": 5.84,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 5.84\n            }\n        ],\n        \"MonthAndYearSummary\": [\n            {\n                \"Month\": 3,\n                \"Year\": 2024,\n                \"DayName\": \"March\",\n                \"DiscretionaryShrinkage\": 7,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"MonthSummary\": [\n            {\n                \"WeekDay\": 3,\n                \"Interval\": \"2024-03-01T00:00:00\",\n                \"DayName\": \"March\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 7\n            }\n        ],\n        \"WeeklySummary\": [\n            {\n                \"Interval\": \"2024-02-26T00:00:00\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"ActivityTypeSummary\": [\n            {\n                \"ActivityTypeId\": 1,\n                \"ActivityTypeName\": \"Physical Site\",\n                \"ActivityTypeIcon\": \"environment.png\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityTypeId\": 3,\n                \"ActivityTypeName\": \"Virtual Activity\",\n                \"ActivityTypeIcon\": \"earth_network.png\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"ActivitySummary\": [\n            {\n                \"ActivityID\": 2,\n                \"ActivityName\": \"Site 1 - Dallas, TX\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 1,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityID\": 6,\n                \"ActivityName\": \"Site 2 - Nashville, TN\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 1,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityID\": 22,\n                \"ActivityName\": \"Site 3- Minneapolis, MN\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 1,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"ActivityID\": 95,\n                \"ActivityName\": \"Virtual Activity\",\n                \"ActivityDescription\": \"\",\n                \"ParentID\": 1,\n                \"ActivityTypeID\": 3,\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"MediaTypeSummary\": [\n            {\n                \"MediaTypeId\": 1,\n                \"MediaTypeName\": \"Telephone\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"MediaTypeId\": 2,\n                \"MediaTypeName\": \"Email\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            },\n            {\n                \"MediaTypeId\": 3,\n                \"MediaTypeName\": \"Web-Based Chat\",\n                \"DiscretionaryShrinkage\": 6.55,\n                \"NonDiscretionaryShrinkage\": 0.02,\n                \"TotalShrinkage\": 6.5699999999999994\n            }\n        ],\n        \"DateSummary\": [\n            {\n                \"Interval\": \"2024-03-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 7.25,\n                \"NonDiscretionaryShrinkage\": 0.03,\n                \"TotalShrinkage\": 7.28\n            },\n            {\n                \"Interval\": \"2024-03-02T00:00:00\",\n                \"DiscretionaryShrinkage\": 5.84,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"TotalShrinkage\": 5.84\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"6716c2d2-5d61-48bf-b085-b991e2f608f2"},{"name":"PublishedAccrualCalendarReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"94af8d61-7f5f-4977-b691-ae3785490519"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"27e66e98-4975-4ad4-96e9-c90677733f58"}}],"id":"f23a0f71-1f26-4eb4-8b62-6784167a450e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=2&policyId=2&scopeTypeId=5&scopeId=27&accrualPeriodStart=1/1/2024&accrualPeriodEnd=12/31/2024&includeExtraDetails=false&classificationId=4&transactionBasis=1&timeZoneId=20&includeUnclassifiedEvents=false&userId=1","description":"<p>The PublishedAccrualCalendarReport is a report endpoint that provides details on accrual balances based on various report settings, primarily the listTypeId which defines how the accrual data should be sorted, and then scopeTypeID which lets you determine which level of data you want. For example a listTypeId of 2, Transaction Details by Participant, and then set my scopeTypeId to 5 so I can ge the individual participants data. I can then include a particular agent's ID in the scopeID since the scopeTypeID being individual will expect an Agent ID. Now my data will be focused to just the transcation details for the particular agent.</p>\n<p>listTypeIDs:</p>\n<p>0 - Participant Totals by Policy ID</p>\n<p>1 - Participant Totals by Participant</p>\n<p>2 - Transaction Details by Participant</p>\n<p>3 - Participant Totals by Classification Id</p>\n<p>4 - Accrual Summary by Month</p>\n<p>5 - Accrual Summary by Date Range</p>\n<p>6 - Transaction Detail by Date Range</p>\n<p>scopeTypeIDs:</p>\n<p>1 - Activities (the scopeID will be an activityID which you can find with GET Activity)<br />2 - Supervisors (the scopeID will expect the agentID of the supervisor which you can find with GET Agent)</p>\n<p>3 - GroupMembers (Use GET CustomGroupList to get a list of the groups you can use for the scopeID parameter.)</p>\n<p>4 - UserTags (You can narrow your results to a specific user tag if desired. Use GET UserTagsList for a list of user tags you can use in the scopeID parameter in conjunction with this scopeTypeID.)</p>\n<p>5 - Individuals (This scopeTypeID will expect an agent ID to limit the results to a specific agent. Use GET Agent for a list of agentIDs.)</p>\n<p>The PublishedAccrualCalendarReport provides similar information to that found in GET PublishedAccrualCalendar. If the examples in this report do not match your needs; check PublishedAccrualCalendar as your best alternative.</p>\n<p>Be sure to check the example requests and responses to find the best option for your needs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedAccrualCalendarReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range</p>\n","type":"text/plain"},"key":"listTypeId","value":"2"},{"description":{"content":"<p>REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies.</p>\n","type":"text/plain"},"key":"policyId","value":"2"},{"description":{"content":"<p>REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"5"},{"description":{"content":"<p>REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results.</p>\n","type":"text/plain"},"key":"scopeId","value":"27"},{"description":{"content":"<p>REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"accrualPeriodStart","value":"1/1/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"accrualPeriodEnd","value":"12/31/2024"},{"description":{"content":"<p>REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report.</p>\n","type":"text/plain"},"key":"includeExtraDetails","value":"false"},{"description":{"content":"<p>REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint.</p>\n","type":"text/plain"},"key":"classificationId","value":"4"},{"description":{"content":"<p>REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from.</p>\n","type":"text/plain"},"key":"transactionBasis","value":"1"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: True/False value used to determine if unclassified events should be included in the results.</p>\n","type":"text/plain"},"key":"includeUnclassifiedEvents","value":"false"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"15bbd164-7911-4e3c-a9c2-8267c9fe66d4","name":"0 = Participant Totals by Policy ID","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=0&policyId=2&scopeTypeId=1&scopeId=1&accrualPeriodStart=1/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetails=true&classificationId=&transactionBasis=2&timeZoneId=20&includeUnclassifiedEvents=true&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarReport"],"query":[{"key":"listTypeId","value":"0","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range"},{"key":"policyId","value":"2","description":"REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"scopeTypeId","value":"1","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results."},{"key":"accrualPeriodStart","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetails","value":"true","description":"REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report."},{"key":"classificationId","value":"","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"2","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"includeUnclassifiedEvents","value":"true","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ+48PnS7gYx57v9WLUVYeyA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 19:11:31 GMT"},{"key":"Content-Length","value":"83162"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryResults\": [\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 1,\n                \"YTDAccrualBalance\": 1,\n                \"TotalTransactionBalance\": 1,\n                \"YTDTransactionBalance\": 1,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 2,\n                \"AgentId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 3,\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 4,\n                \"AgentId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 344,\n                \"YTDAccrualBalance\": 344,\n                \"TotalTransactionBalance\": 244,\n                \"YTDTransactionBalance\": 244,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 5,\n                \"AgentId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 6,\n                \"AgentId\": 411,\n                \"FullName\": \"Bixler, Lyon \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 7,\n                \"AgentId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 360,\n                \"YTDAccrualBalance\": 344,\n                \"TotalTransactionBalance\": 204,\n                \"YTDTransactionBalance\": 204,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 8,\n                \"AgentId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 9,\n                \"AgentId\": 263,\n                \"FullName\": \"Brunson, David \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 10,\n                \"AgentId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 11,\n                \"AgentId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 12,\n                \"AgentId\": 307,\n                \"FullName\": \"Carlisle, Kevin \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 13,\n                \"AgentId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 14,\n                \"AgentId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"Title\": \"sales/Service Rep\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 15,\n                \"AgentId\": 426,\n                \"FullName\": \"Correa, Maria \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 16,\n                \"AgentId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 17,\n                \"AgentId\": 332,\n                \"FullName\": \"Dolinger, Joel \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 18,\n                \"AgentId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 19,\n                \"AgentId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"Title\": \"Sales Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 20,\n                \"AgentId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 21,\n                \"AgentId\": 237,\n                \"FullName\": \"Fajardo, Ella \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 22,\n                \"AgentId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"Title\": \"Sales Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 23,\n                \"AgentId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 24,\n                \"AgentId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"Title\": \"Sales AGent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 25,\n                \"AgentId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 26,\n                \"AgentId\": 400,\n                \"FullName\": \"Garrett, Michele \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 27,\n                \"AgentId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"Title\": \"Operator\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 28,\n                \"AgentId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 29,\n                \"AgentId\": 348,\n                \"FullName\": \"Gray, Daryl \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 30,\n                \"AgentId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 31,\n                \"AgentId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 32,\n                \"AgentId\": 242,\n                \"FullName\": \"Grzybowski, Malissa \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 33,\n                \"AgentId\": 87,\n                \"FullName\": \"Hagwood, Steve \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 34,\n                \"AgentId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 35,\n                \"AgentId\": 277,\n                \"FullName\": \"Hampton, Stacey \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 36,\n                \"AgentId\": 285,\n                \"FullName\": \"Harden, Charley \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 37,\n                \"AgentId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 224,\n                \"YTDAccrualBalance\": 224,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 38,\n                \"AgentId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 39,\n                \"AgentId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 40,\n                \"AgentId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 41,\n                \"AgentId\": 561,\n                \"FullName\": \"Hummadi, Thamer \",\n                \"Title\": null,\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 42,\n                \"AgentId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 43,\n                \"AgentId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"Title\": \"Sales Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 44,\n                \"AgentId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"Title\": \"Sales Agent\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 45,\n                \"AgentId\": 272,\n                \"FullName\": \"Lasch, William \",\n                \"Title\": \"Service Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 46,\n                \"AgentId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 47,\n                \"AgentId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 48,\n                \"AgentId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 49,\n                \"AgentId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 50,\n                \"AgentId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"Title\": \"Operator\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 51,\n                \"AgentId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 52,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 53,\n                \"AgentId\": 149,\n                \"FullName\": \"McCormack, Del \",\n                \"Title\": \"Service Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 54,\n                \"AgentId\": 485,\n                \"FullName\": \"Minick, Rusty \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 55,\n                \"AgentId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 56,\n                \"AgentId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 57,\n                \"AgentId\": 468,\n                \"FullName\": \"Moten, Cierra \",\n                \"Title\": \"Service/Sales Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 58,\n                \"AgentId\": 115,\n                \"FullName\": \"Murphy, Alyson \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 59,\n                \"AgentId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 60,\n                \"AgentId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 61,\n                \"AgentId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 62,\n                \"AgentId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 63,\n                \"AgentId\": 408,\n                \"FullName\": \"Peebles, Brandon \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 64,\n                \"AgentId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 65,\n                \"AgentId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 66,\n                \"AgentId\": 86,\n                \"FullName\": \"Rawl, Polly \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 67,\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": 184,\n                \"YTDAccrualBalance\": 184,\n                \"TotalTransactionBalance\": 84,\n                \"YTDTransactionBalance\": 84,\n                \"EmployeeClassificationId\": 1\n            },\n            {\n                \"SeqNo\": 68,\n                \"AgentId\": 376,\n                \"FullName\": \"Ress, Connie \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 69,\n                \"AgentId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 70,\n                \"AgentId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 71,\n                \"AgentId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 72,\n                \"AgentId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 73,\n                \"AgentId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 74,\n                \"AgentId\": 106,\n                \"FullName\": \"Ruth, Nathan \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 75,\n                \"AgentId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 76,\n                \"AgentId\": 330,\n                \"FullName\": \"Sanchez, Mauricio \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 77,\n                \"AgentId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"Title\": \"Sales Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 78,\n                \"AgentId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 79,\n                \"AgentId\": 41,\n                \"FullName\": \"Shiver, Sharette \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 80,\n                \"AgentId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 81,\n                \"AgentId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 82,\n                \"AgentId\": 338,\n                \"FullName\": \"Stoner, Seth \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 83,\n                \"AgentId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"Title\": \"Sales Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 84,\n                \"AgentId\": 389,\n                \"FullName\": \"Thurber, Eric \",\n                \"Title\": \"Service Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 85,\n                \"AgentId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 86,\n                \"AgentId\": 275,\n                \"FullName\": \"Turner, Jonathan \",\n                \"Title\": \"Service Agent\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 87,\n                \"AgentId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 88,\n                \"AgentId\": 394,\n                \"FullName\": \"Watts, Walter \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            },\n            {\n                \"SeqNo\": 89,\n                \"AgentId\": 343,\n                \"FullName\": \"Williams, Litcha \",\n                \"Title\": \"Sales/Service Rep\",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null,\n                \"EmployeeClassificationId\": null\n            }\n        ],\n        \"classificationDetails\": [\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 1,\n                \"YTDAccrualHours\": 1,\n                \"TransactionTotalHours\": 1,\n                \"YTDTransactionHours\": 1\n            },\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 2,\n                \"AgentId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 2,\n                \"AgentId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 2,\n                \"AgentId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 3,\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 3,\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 3,\n                \"AgentId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 4,\n                \"AgentId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 280,\n                \"YTDAccrualHours\": 280,\n                \"TransactionTotalHours\": 180,\n                \"YTDTransactionHours\": 180\n            },\n            {\n                \"SeqNo\": 4,\n                \"AgentId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 4,\n                \"AgentId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 5,\n                \"AgentId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 5,\n                \"AgentId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 5,\n                \"AgentId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 6,\n                \"AgentId\": 411,\n                \"FullName\": \"Bixler, Lyon \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 6,\n                \"AgentId\": 411,\n                \"FullName\": \"Bixler, Lyon \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 6,\n                \"AgentId\": 411,\n                \"FullName\": \"Bixler, Lyon \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 7,\n                \"AgentId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 296,\n                \"YTDAccrualHours\": 280,\n                \"TransactionTotalHours\": 140,\n                \"YTDTransactionHours\": 140\n            },\n            {\n                \"SeqNo\": 7,\n                \"AgentId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 7,\n                \"AgentId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 8,\n                \"AgentId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 8,\n                \"AgentId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 8,\n                \"AgentId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 9,\n                \"AgentId\": 263,\n                \"FullName\": \"Brunson, David \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 9,\n                \"AgentId\": 263,\n                \"FullName\": \"Brunson, David \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 9,\n                \"AgentId\": 263,\n                \"FullName\": \"Brunson, David \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 10,\n                \"AgentId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 10,\n                \"AgentId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 10,\n                \"AgentId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 11,\n                \"AgentId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 11,\n                \"AgentId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 11,\n                \"AgentId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 12,\n                \"AgentId\": 307,\n                \"FullName\": \"Carlisle, Kevin \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 12,\n                \"AgentId\": 307,\n                \"FullName\": \"Carlisle, Kevin \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 12,\n                \"AgentId\": 307,\n                \"FullName\": \"Carlisle, Kevin \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 13,\n                \"AgentId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 13,\n                \"AgentId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 13,\n                \"AgentId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 14,\n                \"AgentId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 14,\n                \"AgentId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 14,\n                \"AgentId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 15,\n                \"AgentId\": 426,\n                \"FullName\": \"Correa, Maria \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 15,\n                \"AgentId\": 426,\n                \"FullName\": \"Correa, Maria \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 15,\n                \"AgentId\": 426,\n                \"FullName\": \"Correa, Maria \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 16,\n                \"AgentId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 16,\n                \"AgentId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 16,\n                \"AgentId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 17,\n                \"AgentId\": 332,\n                \"FullName\": \"Dolinger, Joel \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 17,\n                \"AgentId\": 332,\n                \"FullName\": \"Dolinger, Joel \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 17,\n                \"AgentId\": 332,\n                \"FullName\": \"Dolinger, Joel \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 18,\n                \"AgentId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 18,\n                \"AgentId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 18,\n                \"AgentId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 19,\n                \"AgentId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 19,\n                \"AgentId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 19,\n                \"AgentId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 20,\n                \"AgentId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 20,\n                \"AgentId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 20,\n                \"AgentId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 21,\n                \"AgentId\": 237,\n                \"FullName\": \"Fajardo, Ella \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 21,\n                \"AgentId\": 237,\n                \"FullName\": \"Fajardo, Ella \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 21,\n                \"AgentId\": 237,\n                \"FullName\": \"Fajardo, Ella \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 22,\n                \"AgentId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 22,\n                \"AgentId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 22,\n                \"AgentId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 23,\n                \"AgentId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 23,\n                \"AgentId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 23,\n                \"AgentId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 24,\n                \"AgentId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 24,\n                \"AgentId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 24,\n                \"AgentId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 25,\n                \"AgentId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 25,\n                \"AgentId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 25,\n                \"AgentId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 26,\n                \"AgentId\": 400,\n                \"FullName\": \"Garrett, Michele \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 26,\n                \"AgentId\": 400,\n                \"FullName\": \"Garrett, Michele \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 26,\n                \"AgentId\": 400,\n                \"FullName\": \"Garrett, Michele \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 27,\n                \"AgentId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 27,\n                \"AgentId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 27,\n                \"AgentId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 28,\n                \"AgentId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 28,\n                \"AgentId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 28,\n                \"AgentId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 29,\n                \"AgentId\": 348,\n                \"FullName\": \"Gray, Daryl \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 29,\n                \"AgentId\": 348,\n                \"FullName\": \"Gray, Daryl \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 29,\n                \"AgentId\": 348,\n                \"FullName\": \"Gray, Daryl \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 30,\n                \"AgentId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 30,\n                \"AgentId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 30,\n                \"AgentId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 31,\n                \"AgentId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 31,\n                \"AgentId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 31,\n                \"AgentId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 32,\n                \"AgentId\": 242,\n                \"FullName\": \"Grzybowski, Malissa \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 32,\n                \"AgentId\": 242,\n                \"FullName\": \"Grzybowski, Malissa \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 32,\n                \"AgentId\": 242,\n                \"FullName\": \"Grzybowski, Malissa \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 33,\n                \"AgentId\": 87,\n                \"FullName\": \"Hagwood, Steve \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 33,\n                \"AgentId\": 87,\n                \"FullName\": \"Hagwood, Steve \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 33,\n                \"AgentId\": 87,\n                \"FullName\": \"Hagwood, Steve \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 34,\n                \"AgentId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 34,\n                \"AgentId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 34,\n                \"AgentId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 35,\n                \"AgentId\": 277,\n                \"FullName\": \"Hampton, Stacey \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 35,\n                \"AgentId\": 277,\n                \"FullName\": \"Hampton, Stacey \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 35,\n                \"AgentId\": 277,\n                \"FullName\": \"Hampton, Stacey \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 36,\n                \"AgentId\": 285,\n                \"FullName\": \"Harden, Charley \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 36,\n                \"AgentId\": 285,\n                \"FullName\": \"Harden, Charley \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 36,\n                \"AgentId\": 285,\n                \"FullName\": \"Harden, Charley \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 37,\n                \"AgentId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 160,\n                \"YTDAccrualHours\": 160,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 37,\n                \"AgentId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 37,\n                \"AgentId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 38,\n                \"AgentId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 38,\n                \"AgentId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 38,\n                \"AgentId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 39,\n                \"AgentId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 39,\n                \"AgentId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 39,\n                \"AgentId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 40,\n                \"AgentId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 40,\n                \"AgentId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 40,\n                \"AgentId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 41,\n                \"AgentId\": 561,\n                \"FullName\": \"Hummadi, Thamer \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 41,\n                \"AgentId\": 561,\n                \"FullName\": \"Hummadi, Thamer \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 41,\n                \"AgentId\": 561,\n                \"FullName\": \"Hummadi, Thamer \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 42,\n                \"AgentId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 42,\n                \"AgentId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 42,\n                \"AgentId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 43,\n                \"AgentId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 43,\n                \"AgentId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 43,\n                \"AgentId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 44,\n                \"AgentId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 44,\n                \"AgentId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 44,\n                \"AgentId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 45,\n                \"AgentId\": 272,\n                \"FullName\": \"Lasch, William \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 45,\n                \"AgentId\": 272,\n                \"FullName\": \"Lasch, William \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 45,\n                \"AgentId\": 272,\n                \"FullName\": \"Lasch, William \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 46,\n                \"AgentId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 46,\n                \"AgentId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 46,\n                \"AgentId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 47,\n                \"AgentId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 47,\n                \"AgentId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 47,\n                \"AgentId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 48,\n                \"AgentId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 48,\n                \"AgentId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 48,\n                \"AgentId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 49,\n                \"AgentId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 49,\n                \"AgentId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 49,\n                \"AgentId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 50,\n                \"AgentId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 50,\n                \"AgentId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 50,\n                \"AgentId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 51,\n                \"AgentId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 51,\n                \"AgentId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 51,\n                \"AgentId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 52,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 52,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 52,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 53,\n                \"AgentId\": 149,\n                \"FullName\": \"McCormack, Del \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 53,\n                \"AgentId\": 149,\n                \"FullName\": \"McCormack, Del \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 53,\n                \"AgentId\": 149,\n                \"FullName\": \"McCormack, Del \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 54,\n                \"AgentId\": 485,\n                \"FullName\": \"Minick, Rusty \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 54,\n                \"AgentId\": 485,\n                \"FullName\": \"Minick, Rusty \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 54,\n                \"AgentId\": 485,\n                \"FullName\": \"Minick, Rusty \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 55,\n                \"AgentId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 55,\n                \"AgentId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 55,\n                \"AgentId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 56,\n                \"AgentId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 56,\n                \"AgentId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 56,\n                \"AgentId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 57,\n                \"AgentId\": 468,\n                \"FullName\": \"Moten, Cierra \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 57,\n                \"AgentId\": 468,\n                \"FullName\": \"Moten, Cierra \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 57,\n                \"AgentId\": 468,\n                \"FullName\": \"Moten, Cierra \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 58,\n                \"AgentId\": 115,\n                \"FullName\": \"Murphy, Alyson \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 58,\n                \"AgentId\": 115,\n                \"FullName\": \"Murphy, Alyson \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 58,\n                \"AgentId\": 115,\n                \"FullName\": \"Murphy, Alyson \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 59,\n                \"AgentId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 59,\n                \"AgentId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 59,\n                \"AgentId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 60,\n                \"AgentId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 60,\n                \"AgentId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 60,\n                \"AgentId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 61,\n                \"AgentId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 61,\n                \"AgentId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 61,\n                \"AgentId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 62,\n                \"AgentId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 62,\n                \"AgentId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 62,\n                \"AgentId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 63,\n                \"AgentId\": 408,\n                \"FullName\": \"Peebles, Brandon \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 63,\n                \"AgentId\": 408,\n                \"FullName\": \"Peebles, Brandon \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 63,\n                \"AgentId\": 408,\n                \"FullName\": \"Peebles, Brandon \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 64,\n                \"AgentId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 64,\n                \"AgentId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 64,\n                \"AgentId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 65,\n                \"AgentId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 65,\n                \"AgentId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 65,\n                \"AgentId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 66,\n                \"AgentId\": 86,\n                \"FullName\": \"Rawl, Polly \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 66,\n                \"AgentId\": 86,\n                \"FullName\": \"Rawl, Polly \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 66,\n                \"AgentId\": 86,\n                \"FullName\": \"Rawl, Polly \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 67,\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 67,\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 67,\n                \"AgentId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            },\n            {\n                \"SeqNo\": 68,\n                \"AgentId\": 376,\n                \"FullName\": \"Ress, Connie \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 68,\n                \"AgentId\": 376,\n                \"FullName\": \"Ress, Connie \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 68,\n                \"AgentId\": 376,\n                \"FullName\": \"Ress, Connie \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 69,\n                \"AgentId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 69,\n                \"AgentId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 69,\n                \"AgentId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 70,\n                \"AgentId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 70,\n                \"AgentId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 70,\n                \"AgentId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 71,\n                \"AgentId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 71,\n                \"AgentId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 71,\n                \"AgentId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 72,\n                \"AgentId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 72,\n                \"AgentId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 72,\n                \"AgentId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 73,\n                \"AgentId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 73,\n                \"AgentId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 73,\n                \"AgentId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 74,\n                \"AgentId\": 106,\n                \"FullName\": \"Ruth, Nathan \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 74,\n                \"AgentId\": 106,\n                \"FullName\": \"Ruth, Nathan \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 74,\n                \"AgentId\": 106,\n                \"FullName\": \"Ruth, Nathan \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 75,\n                \"AgentId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 75,\n                \"AgentId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 75,\n                \"AgentId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 76,\n                \"AgentId\": 330,\n                \"FullName\": \"Sanchez, Mauricio \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 76,\n                \"AgentId\": 330,\n                \"FullName\": \"Sanchez, Mauricio \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 76,\n                \"AgentId\": 330,\n                \"FullName\": \"Sanchez, Mauricio \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 77,\n                \"AgentId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 77,\n                \"AgentId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 77,\n                \"AgentId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 78,\n                \"AgentId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 78,\n                \"AgentId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 78,\n                \"AgentId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 79,\n                \"AgentId\": 41,\n                \"FullName\": \"Shiver, Sharette \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 79,\n                \"AgentId\": 41,\n                \"FullName\": \"Shiver, Sharette \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 79,\n                \"AgentId\": 41,\n                \"FullName\": \"Shiver, Sharette \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 80,\n                \"AgentId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 80,\n                \"AgentId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 80,\n                \"AgentId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 81,\n                \"AgentId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 81,\n                \"AgentId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 81,\n                \"AgentId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 82,\n                \"AgentId\": 338,\n                \"FullName\": \"Stoner, Seth \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 82,\n                \"AgentId\": 338,\n                \"FullName\": \"Stoner, Seth \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 82,\n                \"AgentId\": 338,\n                \"FullName\": \"Stoner, Seth \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 83,\n                \"AgentId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 83,\n                \"AgentId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 83,\n                \"AgentId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 84,\n                \"AgentId\": 389,\n                \"FullName\": \"Thurber, Eric \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 84,\n                \"AgentId\": 389,\n                \"FullName\": \"Thurber, Eric \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 84,\n                \"AgentId\": 389,\n                \"FullName\": \"Thurber, Eric \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 85,\n                \"AgentId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 85,\n                \"AgentId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 85,\n                \"AgentId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 86,\n                \"AgentId\": 275,\n                \"FullName\": \"Turner, Jonathan \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 86,\n                \"AgentId\": 275,\n                \"FullName\": \"Turner, Jonathan \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 86,\n                \"AgentId\": 275,\n                \"FullName\": \"Turner, Jonathan \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 87,\n                \"AgentId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 87,\n                \"AgentId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 87,\n                \"AgentId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 88,\n                \"AgentId\": 394,\n                \"FullName\": \"Watts, Walter \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 88,\n                \"AgentId\": 394,\n                \"FullName\": \"Watts, Walter \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 88,\n                \"AgentId\": 394,\n                \"FullName\": \"Watts, Walter \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 89,\n                \"AgentId\": 343,\n                \"FullName\": \"Williams, Litcha \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 89,\n                \"AgentId\": 343,\n                \"FullName\": \"Williams, Litcha \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            },\n            {\n                \"SeqNo\": 89,\n                \"AgentId\": 343,\n                \"FullName\": \"Williams, Litcha \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": null,\n                \"YTDAccrualHours\": null,\n                \"TransactionTotalHours\": null,\n                \"YTDTransactionHours\": null\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"56861527-5f51-4a20-8aa4-c1dadb64acca","name":"1 = Participant Totals by Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=1&policyId=2&scopeTypeId=5&scopeId=449&accrualPeriodStart=1/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetails=false&classificationId=&transactionBasis=1&timeZoneId=20&includeUnclassifiedEvents=false&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarReport"],"query":[{"key":"listTypeId","value":"1","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range"},{"key":"policyId","value":"2","description":"REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"scopeTypeId","value":"5","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"449","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results."},{"key":"accrualPeriodStart","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetails","value":"false","description":"REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report."},{"key":"classificationId","value":"","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"includeUnclassifiedEvents","value":"false","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZySCsjelreGB5guxC2O778I="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 19:23:35 GMT"},{"key":"Content-Length","value":"1021"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryResults\": [\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"TotalAccrualBalance\": null,\n                \"YTDAccrualBalance\": null,\n                \"TotalTransactionBalance\": null,\n                \"YTDTransactionBalance\": null\n            }\n        ],\n        \"classificationDetails\": [\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"PtoClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"AccrualTotalHours\": 120,\n                \"YTDAccrualHours\": 120,\n                \"TransactionTotalHours\": 20,\n                \"YTDTransactionHours\": 20\n            },\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"PtoClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AccrualTotalHours\": 24,\n                \"YTDAccrualHours\": 24,\n                \"TransactionTotalHours\": 24,\n                \"YTDTransactionHours\": 24\n            },\n            {\n                \"SeqNo\": 1,\n                \"AgentId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"PtoClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"AccrualTotalHours\": 40,\n                \"YTDAccrualHours\": 40,\n                \"TransactionTotalHours\": 40,\n                \"YTDTransactionHours\": 40\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"05c18caf-1d48-45f5-b725-4efc8b90a3fb","name":"2 = Transaction Details by Participant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=2&policyId=2&scopeTypeId=5&scopeId=449&accrualPeriodStart=1/1/2024&accrualPeriodEnd=3/31/2024&includeExtraDetails=false&classificationId=&transactionBasis=1&timeZoneId=20&includeUnclassifiedEvents=false&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarReport"],"query":[{"key":"listTypeId","value":"2","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range"},{"key":"policyId","value":"2","description":"REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"scopeTypeId","value":"5","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"449","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results."},{"key":"accrualPeriodStart","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"3/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetails","value":"false","description":"REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report."},{"key":"classificationId","value":"","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"includeUnclassifiedEvents","value":"false","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZwlDEeXtZdqu7AFxjGx5km0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 19:23:51 GMT"},{"key":"Content-Length","value":"6459"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"summaryResults\": [\n            {\n                \"TotalAccruedHours\": 184,\n                \"TransactionCount\": 6,\n                \"AccrualTransactionTypeId\": 1,\n                \"AdjustmentReasonName\": \"Accrued\"\n            },\n            {\n                \"TotalAccruedHours\": 0,\n                \"TransactionCount\": 5,\n                \"AccrualTransactionTypeId\": 2,\n                \"AdjustmentReasonName\": \"Scheduled\"\n            },\n            {\n                \"TotalAccruedHours\": 0,\n                \"TransactionCount\": 0,\n                \"AccrualTransactionTypeId\": 3,\n                \"AdjustmentReasonName\": \"Rollover\"\n            },\n            {\n                \"TotalAccruedHours\": 0,\n                \"TransactionCount\": 0,\n                \"AccrualTransactionTypeId\": 4,\n                \"AdjustmentReasonName\": \"Bid\"\n            }\n        ],\n        \"classificationDetails\": [\n            {\n                \"RowNumber\": 0,\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": -1,\n                \"TransactionDate\": \"2024-01-01T00:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": \"Beginning balance\",\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 0,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"Beginning balance\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ReviewStatusName\": \"Approved\",\n                \"CalendarIsOpen\": null\n            },\n            {\n                \"RowNumber\": 1,\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": 1241,\n                \"TransactionDate\": \"2024-01-01T00:00:00\",\n                \"TransactionTotal\": 24,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": null,\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 24,\n                \"AccrualPeriodStart\": \"2024-01-01T00:00:00\",\n                \"AccrualPeriodEnd\": \"2024-12-31T00:00:00\",\n                \"WorkingAccrualCalendarId\": 4,\n                \"TransactionReasonName\": \"Community accrual\",\n                \"WorkingCalendarName\": \"FT 2024\",\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ReviewStatusName\": \"Approved\",\n                \"CalendarIsOpen\": true\n            },\n            {\n                \"RowNumber\": 0,\n                \"ClassificationId\": 5,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": -1,\n                \"TransactionDate\": \"2024-01-01T00:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": \"Beginning balance\",\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 0,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"Beginning balance\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"ClassificationName\": \"Sick Day\",\n                \"ReviewStatusName\": \"Approved\",\n                \"CalendarIsOpen\": null\n            },\n            {\n                \"RowNumber\": 1,\n                \"ClassificationId\": 5,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": 1242,\n                \"TransactionDate\": \"2024-01-01T00:00:00\",\n                \"TransactionTotal\": 40,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": null,\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 40,\n                \"AccrualPeriodStart\": \"2024-01-01T00:00:00\",\n                \"AccrualPeriodEnd\": \"2024-12-31T00:00:00\",\n                \"WorkingAccrualCalendarId\": 4,\n                \"TransactionReasonName\": \"Community accrual\",\n                \"WorkingCalendarName\": \"FT 2024\",\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"ClassificationName\": \"Sick Day\",\n                \"ReviewStatusName\": \"Approved\",\n                \"CalendarIsOpen\": true\n            },\n            {\n                \"RowNumber\": 0,\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": -1,\n                \"TransactionDate\": \"2024-01-01T00:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": \"Beginning balance\",\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 0,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"Beginning balance\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"ClassificationName\": \"Vacation\",\n                \"ReviewStatusName\": \"Approved\",\n                \"CalendarIsOpen\": null\n            },\n            {\n                \"RowNumber\": 1,\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": 1243,\n                \"TransactionDate\": \"2016-09-08T00:00:00\",\n                \"TransactionTotal\": 120,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": null,\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 120,\n                \"AccrualPeriodStart\": \"2024-01-01T00:00:00\",\n                \"AccrualPeriodEnd\": \"2024-12-31T00:00:00\",\n                \"WorkingAccrualCalendarId\": 4,\n                \"TransactionReasonName\": \"Community accrual\",\n                \"WorkingCalendarName\": \"FT 2024\",\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"ClassificationName\": \"Vacation\",\n                \"ReviewStatusName\": \"Approved\",\n                \"CalendarIsOpen\": true\n            },\n            {\n                \"RowNumber\": 2,\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 2,\n                \"TransactionId\": 937862,\n                \"TransactionDate\": \"2024-02-14T06:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 4,\n                \"Comments\": \" [Would like to take Valentines Day off.]\",\n                \"TransactionReviewStatus\": 2,\n                \"Balance\": 120,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"PTO\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Scheduled\",\n                \"ClassificationName\": \"Vacation\",\n                \"ReviewStatusName\": \"Pending\",\n                \"CalendarIsOpen\": null\n            },\n            {\n                \"RowNumber\": 3,\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 2,\n                \"TransactionId\": 952497,\n                \"TransactionDate\": \"2024-03-10T06:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 4,\n                \"Comments\": \" [Need some time off]\",\n                \"TransactionReviewStatus\": 0,\n                \"Balance\": 120,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"PTO\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Scheduled\",\n                \"ClassificationName\": \"Vacation\",\n                \"ReviewStatusName\": \"Denied\",\n                \"CalendarIsOpen\": null\n            },\n            {\n                \"RowNumber\": 4,\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 2,\n                \"TransactionId\": 952747,\n                \"TransactionDate\": \"2024-03-18T06:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 4,\n                \"Comments\": \"No location [Need some time off]\",\n                \"TransactionReviewStatus\": 2,\n                \"Balance\": 120,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"PTO\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Scheduled\",\n                \"ClassificationName\": \"Vacation\",\n                \"ReviewStatusName\": \"Pending\",\n                \"CalendarIsOpen\": null\n            },\n            {\n                \"RowNumber\": 5,\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 2,\n                \"TransactionId\": 952748,\n                \"TransactionDate\": \"2024-03-19T06:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 4,\n                \"Comments\": \"No location [Need some time off]\",\n                \"TransactionReviewStatus\": 0,\n                \"Balance\": 120,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"PTO\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Scheduled\",\n                \"ClassificationName\": \"Vacation\",\n                \"ReviewStatusName\": \"Denied\",\n                \"CalendarIsOpen\": null\n            },\n            {\n                \"RowNumber\": 6,\n                \"ClassificationId\": 3,\n                \"AccrualTransactionTypeId\": 2,\n                \"TransactionId\": 952749,\n                \"TransactionDate\": \"2024-03-20T06:00:00\",\n                \"TransactionTotal\": 0,\n                \"TransactionReasonCode\": 4,\n                \"Comments\": \"No location [Need some time off]\",\n                \"TransactionReviewStatus\": 0,\n                \"Balance\": 120,\n                \"AccrualPeriodStart\": null,\n                \"AccrualPeriodEnd\": null,\n                \"WorkingAccrualCalendarId\": null,\n                \"TransactionReasonName\": \"PTO\",\n                \"WorkingCalendarName\": null,\n                \"AccrualTransactionTypeName\": \"Scheduled\",\n                \"ClassificationName\": \"Vacation\",\n                \"ReviewStatusName\": \"Denied\",\n                \"CalendarIsOpen\": null\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"07537049-1732-4780-866a-ef809fc90256","name":"3 = Participant Totals by Classification Id","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=3&policyId=2&scopeTypeId=5&scopeId=27&accrualPeriodStart=1/1/2024&accrualPeriodEnd=12/31/2024&includeExtraDetails=false&classificationId=4&transactionBasis=1&timeZoneId=20&includeUnclassifiedEvents=false&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarReport"],"query":[{"key":"listTypeId","value":"3","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range"},{"key":"policyId","value":"2","description":"REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"scopeTypeId","value":"5","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"27","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results."},{"key":"accrualPeriodStart","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"12/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetails","value":"false","description":"REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report."},{"key":"classificationId","value":"4","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"includeUnclassifiedEvents","value":"false","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZyjk5s7AnlgRwy/DiTy4Hf8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 19:27:39 GMT"},{"key":"Content-Length","value":"317"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ParticipantId\": 27,\n            \"FullName\": \"Blakely, Latrice \",\n            \"title\": \"Sales/Service Rep\",\n            \"hire_date\": \"2014-12-01T00:00:00\",\n            \"employee_id\": \"LNB21249\",\n            \"TotalAccrued\": 24,\n            \"TotalApproved\": 0,\n            \"TotalPending\": 0,\n            \"ReportedBalance\": 24\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"3fa3278e-07c3-4eb1-9300-f1b04084b7a7","name":"4 = Accrual Summary by Month","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=4&policyId=2&scopeTypeId=5&scopeId=27&accrualPeriodStart=1/1/2024&accrualPeriodEnd=12/31/2024&includeExtraDetails=false&classificationId=4&transactionBasis=1&timeZoneId=20&includeUnclassifiedEvents=false&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarReport"],"query":[{"key":"listTypeId","value":"4","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range"},{"key":"policyId","value":"2","description":"REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"scopeTypeId","value":"5","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"27","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results."},{"key":"accrualPeriodStart","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"12/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetails","value":"false","description":"REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report."},{"key":"classificationId","value":"4","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"includeUnclassifiedEvents","value":"false","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ2bXpxhheDjyUPLINqBx5Uw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 19:28:22 GMT"},{"key":"Content-Length","value":"17729"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParametersSummary\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 27,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"Blakely, Latrice \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"ClassificationId\": 4,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"PolicyId\": 2,\n                \"PolicyName\": \"Full Time\",\n                \"FromDate\": \"2024-01-01T00:00:00\",\n                \"ThruDate\": \"2024-12-31T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\"\n            }\n        ],\n        \"resultsByMonth\": [\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 1,\n                \"monthNumber\": 1,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"monthBalance\": 24,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-01-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": -1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 2,\n                \"monthNumber\": 2,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-02-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": -1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 3,\n                \"monthNumber\": 3,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-03-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": -1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 4,\n                \"monthNumber\": 4,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-04-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": -1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 5,\n                \"monthNumber\": 5,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-05-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 0\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 6,\n                \"monthNumber\": 6,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-06-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 7,\n                \"monthNumber\": 7,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-07-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 8,\n                \"monthNumber\": 8,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-08-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 9,\n                \"monthNumber\": 9,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-09-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 10,\n                \"monthNumber\": 10,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-10-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 11,\n                \"monthNumber\": 11,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-11-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 1\n            },\n            {\n                \"classificationId\": null,\n                \"displayOrdinal\": 12,\n                \"monthNumber\": 12,\n                \"reportingYear\": 2024,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-12-01T00:00:00\",\n                \"chartUsedHours\": 0,\n                \"AgedMonth\": 1\n            }\n        ],\n        \"resultsByAccrualTransactionAndMonth\": [\n            {\n                \"monthNumber\": 1,\n                \"reportingMonth\": \"2024-01-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 24,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 1,\n                \"reportingMonth\": \"2024-01-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 1,\n                \"reportingMonth\": \"2024-01-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 1,\n                \"reportingMonth\": \"2024-01-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 2,\n                \"reportingMonth\": \"2024-02-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 2,\n                \"reportingMonth\": \"2024-02-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 2,\n                \"reportingMonth\": \"2024-02-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 2,\n                \"reportingMonth\": \"2024-02-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 3,\n                \"reportingMonth\": \"2024-03-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 3,\n                \"reportingMonth\": \"2024-03-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 3,\n                \"reportingMonth\": \"2024-03-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 3,\n                \"reportingMonth\": \"2024-03-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 4,\n                \"reportingMonth\": \"2024-04-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 4,\n                \"reportingMonth\": \"2024-04-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 4,\n                \"reportingMonth\": \"2024-04-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 4,\n                \"reportingMonth\": \"2024-04-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 5,\n                \"reportingMonth\": \"2024-05-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 5,\n                \"reportingMonth\": \"2024-05-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 5,\n                \"reportingMonth\": \"2024-05-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 5,\n                \"reportingMonth\": \"2024-05-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 6,\n                \"reportingMonth\": \"2024-06-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 6,\n                \"reportingMonth\": \"2024-06-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 6,\n                \"reportingMonth\": \"2024-06-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 6,\n                \"reportingMonth\": \"2024-06-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 7,\n                \"reportingMonth\": \"2024-07-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 7,\n                \"reportingMonth\": \"2024-07-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 7,\n                \"reportingMonth\": \"2024-07-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 7,\n                \"reportingMonth\": \"2024-07-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 8,\n                \"reportingMonth\": \"2024-08-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 8,\n                \"reportingMonth\": \"2024-08-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 8,\n                \"reportingMonth\": \"2024-08-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 8,\n                \"reportingMonth\": \"2024-08-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 9,\n                \"reportingMonth\": \"2024-09-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 9,\n                \"reportingMonth\": \"2024-09-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 9,\n                \"reportingMonth\": \"2024-09-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 9,\n                \"reportingMonth\": \"2024-09-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 10,\n                \"reportingMonth\": \"2024-10-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 10,\n                \"reportingMonth\": \"2024-10-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 10,\n                \"reportingMonth\": \"2024-10-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 10,\n                \"reportingMonth\": \"2024-10-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 11,\n                \"reportingMonth\": \"2024-11-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 11,\n                \"reportingMonth\": \"2024-11-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 11,\n                \"reportingMonth\": \"2024-11-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 11,\n                \"reportingMonth\": \"2024-11-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 12,\n                \"reportingMonth\": \"2024-12-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 4,\n                \"Name\": \"Bid\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 12,\n                \"reportingMonth\": \"2024-12-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 3,\n                \"Name\": \"Rollover\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0\n            },\n            {\n                \"monthNumber\": 12,\n                \"reportingMonth\": \"2024-12-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 2,\n                \"Name\": \"Scheduled\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1\n            },\n            {\n                \"monthNumber\": 12,\n                \"reportingMonth\": \"2024-12-01T00:00:00\",\n                \"reportingYear\": 2024,\n                \"AccrualTransactionTypeId\": 1,\n                \"Name\": \"Accrued\",\n                \"MonthlyTransactionTotal\": 0,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0\n            }\n        ],\n        \"resultsByClassificationAndMonth\": [\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 1,\n                \"monthNumber\": 1,\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"monthBalance\": 24,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-01-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": -1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 2,\n                \"monthNumber\": 2,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-02-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": -1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 3,\n                \"monthNumber\": 3,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-03-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": -1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 4,\n                \"monthNumber\": 4,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-04-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": -1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 5,\n                \"monthNumber\": 5,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-05-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 0,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 6,\n                \"monthNumber\": 6,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-06-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 7,\n                \"monthNumber\": 7,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-07-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 8,\n                \"monthNumber\": 8,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-08-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 9,\n                \"monthNumber\": 9,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-09-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 10,\n                \"monthNumber\": 10,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-10-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 11,\n                \"monthNumber\": 11,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-11-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            },\n            {\n                \"ClassificationId\": 4,\n                \"displayOrdinal\": 12,\n                \"monthNumber\": 12,\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"monthBalance\": 0,\n                \"runningBalance\": 24,\n                \"reportingMonth\": \"2024-12-01T00:00:00\",\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"AgedMonth\": 1,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\"\n            }\n        ],\n        \"resultsByAccrualTransaction\": [\n            {\n                \"AccrualTransactionTypeId\": 1,\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"AccrualTransactionTypeTotal\": 24,\n                \"ColorCode\": \"#00ff00\",\n                \"InvertSign\": 0,\n                \"AccrualTransactionTypeTotalChart\": 24\n            },\n            {\n                \"AccrualTransactionTypeId\": 4,\n                \"AccrualTransactionTypeName\": \"Bid\",\n                \"AccrualTransactionTypeTotal\": 0,\n                \"ColorCode\": \"#ccccff\",\n                \"InvertSign\": 1,\n                \"AccrualTransactionTypeTotalChart\": 0\n            },\n            {\n                \"AccrualTransactionTypeId\": 3,\n                \"AccrualTransactionTypeName\": \"Rollover\",\n                \"AccrualTransactionTypeTotal\": 0,\n                \"ColorCode\": \"#0000ff\",\n                \"InvertSign\": 0,\n                \"AccrualTransactionTypeTotalChart\": 0\n            },\n            {\n                \"AccrualTransactionTypeId\": 2,\n                \"AccrualTransactionTypeName\": \"Scheduled\",\n                \"AccrualTransactionTypeTotal\": 0,\n                \"ColorCode\": \"#ff0000\",\n                \"InvertSign\": 1,\n                \"AccrualTransactionTypeTotalChart\": 0\n            }\n        ],\n        \"resultsByClassificationId\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"chartUsedHours\": 0,\n                \"balance\": 24\n            }\n        ],\n        \"resultsByParticipant\": [\n            {\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"chartUsedHours\": 0,\n                \"balance\": 24,\n                \"PolicyAssignment\": 2,\n                \"PtoPolicyName\": \"Full Time\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"0a5af9a5-6c78-4983-bc67-73d18e889cea","name":"5 = Accrual Summary by Date Range","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=5&policyId=2&scopeTypeId=5&scopeId=27&accrualPeriodStart=1/1/2024&accrualPeriodEnd=12/31/2024&includeExtraDetails=false&classificationId=4&transactionBasis=1&timeZoneId=20&includeUnclassifiedEvents=false&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarReport"],"query":[{"key":"listTypeId","value":"5","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range"},{"key":"policyId","value":"2","description":"REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"scopeTypeId","value":"5","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"27","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results."},{"key":"accrualPeriodStart","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"12/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetails","value":"false","description":"REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report."},{"key":"classificationId","value":"4","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"includeUnclassifiedEvents","value":"false","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxcWHSdwHrVwaC4Yf1tOHTQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 19:29:00 GMT"},{"key":"Content-Length","value":"86997"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParametersSummary\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 27,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"Blakely, Latrice \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"ClassificationId\": 4,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"PolicyId\": 2,\n                \"PolicyName\": \"Full Time\",\n                \"FromDate\": \"2024-01-01T00:00:00\",\n                \"ThruDate\": \"2024-12-31T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\"\n            }\n        ],\n        \"resultsByTransactionDate\": [\n            {\n                \"reportingPeriod\": \"2024-01-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-01T00:00:00\",\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"periodBalance\": 24,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-31T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-31T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-31T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-31T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-31T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-31T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-31T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            }\n        ],\n        \"resultsByParticipant\": [\n            {\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"ReportingPeriodStart\": \"2024-01-01T00:00:00\",\n                \"ReportingPeriodEnd\": \"2024-12-31T00:00:00\",\n                \"TotalAccruedHours\": 24,\n                \"TotalScheduledHours\": 0,\n                \"TotalScheduledChartHours\": 0,\n                \"Balance\": 24,\n                \"PtoPolicyId\": 2,\n                \"PtoPolicyName\": \"Full Time\"\n            }\n        ],\n        \"resultsByTransactionMonth\": [\n            {\n                \"reportingPeriod\": \"2024-01-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-31T00:00:00\",\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"periodBalance\": 24,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            }\n        ],\n        \"resultsByTransactionWeek\": [\n            {\n                \"reportingPeriod\": \"2024-01-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-07T00:00:00\",\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"periodBalance\": 24,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-01-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-01-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-02-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-02-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-03-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-03-31T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-04-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-04-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-06T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-12T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-13T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-19T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-20T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-05-26T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-05-27T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-02T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-03T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-09T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-10T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-16T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-17T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-23T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-06-24T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-06-30T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-07T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-08T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-14T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-15T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-21T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-22T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-07-28T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-07-29T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-04T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-05T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-11T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-12T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-18T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-19T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-08-25T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-08-26T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-09-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-09-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-06T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-07T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-13T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-14T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-20T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-21T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-10-27T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-10-28T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-03T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-04T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-10T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-11T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-17T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-18T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-11-24T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-11-25T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-01T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-02T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-08T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-09T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-15T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-16T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-22T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-23T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-29T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            },\n            {\n                \"reportingPeriod\": \"2024-12-30T00:00:00\",\n                \"reportingPeriodEnd\": \"2025-01-05T00:00:00\",\n                \"accruedHours\": 0,\n                \"usedHours\": 0,\n                \"periodBalance\": 0,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            }\n        ],\n        \"resultsByTransactionYear\": [\n            {\n                \"reportingPeriod\": \"2024-01-01T00:00:00\",\n                \"reportingPeriodEnd\": \"2024-12-31T00:00:00\",\n                \"accruedHours\": 24,\n                \"usedHours\": 0,\n                \"periodBalance\": 24,\n                \"runningBalance\": 24,\n                \"chartUsedHours\": 0\n            }\n        ],\n        \"transactionDetailForPeriod\": [\n            {\n                \"RowNumber\": 1,\n                \"ParticipantId\": 27,\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": 1229,\n                \"TransactionDate\": \"2024-01-01T00:00:00\",\n                \"TransactionTotal\": 24,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": null,\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 0,\n                \"TransactionReportingDate\": \"2024-01-01T00:00:00\",\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"ClassificationName\": \"Floating Holiday\",\n                \"ReviewStatusName\": \"Approved\",\n                \"TransactionReasonCodeName\": \"Community accrual\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"941a627f-afca-473c-bb10-78d167c2cf21","name":"6 = Transaction  Detail by Date Range","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7929b9f5-c1fc-4351-9049-906188d7d2d2"}],"url":{"raw":"{{envName}}/api/PublishedAccrualCalendarReport?listTypeId=6&policyId=2&scopeTypeId=5&scopeId=27&accrualPeriodStart=1/1/2024&accrualPeriodEnd=12/31/2024&includeExtraDetails=false&classificationId=4&transactionBasis=1&timeZoneId=20&includeUnclassifiedEvents=false&userId=1","host":["{{envName}}"],"path":["api","PublishedAccrualCalendarReport"],"query":[{"key":"listTypeId","value":"6","description":"REQUIRED: Defines how the values should be listed in the returned results. 0 = Participant Totals by Policy ID, 1 = Participant Totals by Participant, 2 = Transaction Details by Participant, 3 = Participant Totals by Classification Id, 4 = Accrual Summary by Month, 5 = Accrual Summary by Date Range, 6 = Transaction  Detail by Date Range"},{"key":"policyId","value":"2","description":"REQUIRED for listTypeIds 0, 2, 4, 5, 6, and 7: Id of the specific PTO policy to use. Use GET PTOPolicy to get a list of all policies."},{"key":"scopeTypeId","value":"5","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"27","description":"REQUIRED for listTypeId 0, 3, 4, 5, 6, and 7: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777. Can be null/blank for all results."},{"key":"accrualPeriodStart","value":"1/1/2024","description":"REQUIRED: Defines the start date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"accrualPeriodEnd","value":"12/31/2024","description":"REQUIRED: Defines the end date for the accrual period. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"includeExtraDetails","value":"false","description":"REQUIRED for listTypeId 0: True/False value that determines if extra details should be included in the report."},{"key":"classificationId","value":"4","description":"REQUIRED: Classification ID is the ID of the PTO Classifciation. Can be left NULL/blank. You can find a list of these with the GET PtoClassification endpoint."},{"key":"transactionBasis","value":"1","description":"REQUIRED: 1 = Accrual Basis: All transactions for the accrual period even if they do not fit within the calendar date range, 2 = Transaction Basis: All transactions in the date range regardless of the accrual period they're from."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"includeUnclassifiedEvents","value":"false","description":"REQUIRED: True/False value used to determine if unclassified events should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ9oDEJe56MWRqjCMpFh/qcE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 13 May 2024 19:29:33 GMT"},{"key":"Content-Length","value":"1547"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParametersSummary\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 27,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"Blakely, Latrice \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"ClassificationId\": 4,\n                \"ClassificationName\": \"Floating Holiday\",\n                \"PolicyId\": 2,\n                \"PolicyName\": \"Full Time\",\n                \"FromDate\": \"2024-01-01T00:00:00\",\n                \"ThruDate\": \"2024-12-31T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\"\n            }\n        ],\n        \"transactionsList\": [\n            {\n                \"RowNumber\": 1,\n                \"ParticipantId\": 27,\n                \"ClassificationId\": 4,\n                \"AccrualTransactionTypeId\": 1,\n                \"TransactionId\": 1229,\n                \"TransactionDate\": \"2024-01-01T00:00:00\",\n                \"TransactionTotal\": 24,\n                \"TransactionReasonCode\": 1,\n                \"Comments\": null,\n                \"TransactionReviewStatus\": 1,\n                \"Balance\": 0,\n                \"TransactionReportingDate\": \"2023-12-31T00:00:00\",\n                \"FullName\": \"Blakely, Latrice \",\n                \"ClassificationName\": \"Floating Holiday\",\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"TransactionReasonCodeName\": \"Community accrual\",\n                \"ReviewStatusName\": \"Approved\"\n            }\n        ],\n        \"summaryByAccrualTransactionType\": [\n            {\n                \"AccrualTransactionTypeName\": \"Accrued\",\n                \"TotalAccruedHours\": 24,\n                \"TransactionCount\": 1,\n                \"AccrualTransactionTypeId\": 1\n            },\n            {\n                \"AccrualTransactionTypeName\": \"Scheduled\",\n                \"TotalAccruedHours\": 0,\n                \"TransactionCount\": 0,\n                \"AccrualTransactionTypeId\": 2\n            },\n            {\n                \"AccrualTransactionTypeName\": \"Rollover\",\n                \"TotalAccruedHours\": 0,\n                \"TransactionCount\": 0,\n                \"AccrualTransactionTypeId\": 3\n            },\n            {\n                \"AccrualTransactionTypeName\": \"Bid\",\n                \"TotalAccruedHours\": 0,\n                \"TransactionCount\": 0,\n                \"AccrualTransactionTypeId\": 4\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"f23a0f71-1f26-4eb4-8b62-6784167a450e"},{"name":"PublishedEventReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b64942af-2d6e-4105-8718-6fee2c9c71f9"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"d5590cfe-0185-435b-a0ec-1c0d0cbc0160"}}],"id":"b918fab6-2194-4652-89a1-1c7157293189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"67057425-8152-4a93-87ac-41344e8ee0d5"}],"url":"{{envName}}/api/PublishedEventReport?scopeTypeId=5&scopeId=278&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&isRestrictToOffSite=false&isRestrictToOutOfQueue=false&isRestrictToSupervisorApproval=false&agentFilter=&locationFilter=&reviewStatusFilter=&timeZoneId=20&checkInactives=True&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedEventReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"5"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"278"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"fromDate","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thruDate","value":"3/19/2024"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value.</p>\n","type":"text/plain"},"key":"eventTypeId","value":""},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values.</p>\n","type":"text/plain"},"key":"isRestrictToOffSite","value":"false"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values.</p>\n","type":"text/plain"},"key":"isRestrictToOutOfQueue","value":"false"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values.</p>\n","type":"text/plain"},"key":"isRestrictToSupervisorApproval","value":"false"},{"description":{"content":"<p>REQUIRED: The ID of an agent to restrict the results to. You can get a full list of agent IDs using GET Agent. Accepts a Null/blank value.</p>\n","type":"text/plain"},"key":"agentFilter","value":""},{"description":{"content":"<p>REQUIRED: if supplied restrict reported events to those who's location value includes the provided string of characters.  IGNORED for time off requests. Accepts null/blank value.</p>\n","type":"text/plain"},"key":"locationFilter","value":""},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value.</p>\n","type":"text/plain"},"key":"reviewStatusFilter","value":""},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values.</p>\n","type":"text/plain"},"key":"checkInactives","value":"True"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"229374f1-726c-4fea-9c47-d409d9083646","name":"1 - Activities","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&isRestrictToOffSite=false&isRestrictToOutOfQueue=false&isRestrictToSupervisorApproval=false&agentFilter=&locationFilter=&reviewStatusFilter=&timeZoneId=20&checkInactives=True&userId=1","host":["{{envName}}"],"path":["api","PublishedEventReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"isRestrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"isRestrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"isRestrictToSupervisorApproval","value":"false","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"agentFilter","value":"","description":"REQUIRED: The ID of an agent to restrict the results to. You can get a full list of agent IDs using GET Agent. Accepts a Null/blank value."},{"key":"locationFilter","value":"","description":"REQUIRED: if supplied restrict reported events to those who's location value includes the provided string of characters.  IGNORED for time off requests. Accepts null/blank value."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"True","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZwDZQD5zW3MyKReDX/PFltY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:19:00 GMT"},{"key":"Content-Length","value":"467934"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"eventDetails\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 952747,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T00:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"Need some time off\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-18T23:17:43.627\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"McBride, Natasha  [Pending]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 2,\n                \"ReviewStatusName\": \"Pending\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934842,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T00:00:00\",\n                \"EventEndDate\": \"2024-03-18T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934037,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T00:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 931994,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T00:15:00\",\n                \"EventEndDate\": \"2024-03-18T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T08:55:26.757\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934839,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T01:15:00\",\n                \"EventEndDate\": \"2024-03-18T01:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 933881,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T02:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934160,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T02:00:00\",\n                \"EventEndDate\": \"2024-03-18T06:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934230,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T04:00:00\",\n                \"EventEndDate\": \"2024-03-18T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 933868,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T04:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 11.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935173,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T04:00:00\",\n                \"EventEndDate\": \"2024-03-18T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934840,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T04:15:00\",\n                \"EventEndDate\": \"2024-03-18T04:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 12,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 933912,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T05:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 13,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934034,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T05:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 14,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934830,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T05:30:00\",\n                \"EventEndDate\": \"2024-03-18T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 15,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934353,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T05:45:00\",\n                \"EventEndDate\": \"2024-03-18T06:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 16,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934231,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T06:00:00\",\n                \"EventEndDate\": \"2024-03-18T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 17,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934072,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T06:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 18,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934981,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T06:00:00\",\n                \"EventEndDate\": \"2024-03-18T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 19,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934841,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T06:15:00\",\n                \"EventEndDate\": \"2024-03-18T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 20,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934181,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T06:15:00\",\n                \"EventEndDate\": \"2024-03-18T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 21,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 933975,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 22,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934155,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 23,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934009,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 24,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 933871,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 25,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934106,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 6.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 26,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934350,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T07:45:00\",\n                \"EventEndDate\": \"2024-03-18T08:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 27,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952694,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 28,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952701,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 29,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952708,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 30,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934791,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 31,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934024,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 32,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934021,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 33,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934779,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 34,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935079,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 35,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934097,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 36,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 933892,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 37,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 933883,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 38,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 933962,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 39,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934978,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 40,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934276,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:15:00\",\n                \"EventEndDate\": \"2024-03-18T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 41,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934827,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T08:15:00\",\n                \"EventEndDate\": \"2024-03-18T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 42,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934233,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T08:30:00\",\n                \"EventEndDate\": \"2024-03-18T09:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 43,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933874,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 44,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934028,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 45,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934807,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 46,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 933896,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 47,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 933956,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 48,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935168,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 49,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 933920,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 50,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 933880,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 51,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934728,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 52,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 933901,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 53,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 934115,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 54,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934182,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 55,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934193,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 56,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934292,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:15:00\",\n                \"EventEndDate\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 57,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934595,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:15:00\",\n                \"EventEndDate\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 58,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935104,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:15:00\",\n                \"EventEndDate\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 59,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934937,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 60,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934061,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 61,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934053,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 62,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934905,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 63,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 934110,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 64,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934351,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T10:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 65,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934776,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:45:00\",\n                \"EventEndDate\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 66,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935076,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:45:00\",\n                \"EventEndDate\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 67,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934273,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:45:00\",\n                \"EventEndDate\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 68,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934788,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 69,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 934132,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 4.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 70,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934042,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 71,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934861,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 72,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934016,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 73,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934543,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 74,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 934125,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 75,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934124,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 76,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934828,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T10:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 77,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934238,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:30:00\",\n                \"EventEndDate\": \"2024-03-18T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 78,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934232,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:30:00\",\n                \"EventEndDate\": \"2024-03-18T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 79,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934804,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 80,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934309,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 81,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934058,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T19:15:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 82,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934925,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 83,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934139,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 84,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 933942,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 85,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933980,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 86,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934519,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 87,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 933877,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 88,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935112,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 89,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934226,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 90,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934729,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 91,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934165,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 92,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934979,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 93,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934019,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 94,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934004,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 95,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 933996,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 96,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 934080,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 97,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935013,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 98,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934203,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 99,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 935145,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 100,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935127,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 101,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934289,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 102,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934596,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 103,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934902,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 104,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934382,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 105,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934184,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 106,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934195,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 107,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935105,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 108,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934756,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:45:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 109,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934076,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 110,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934789,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 111,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934777,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 112,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934934,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 113,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934858,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 114,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935077,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 115,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 933991,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 116,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934544,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 117,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 933971,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 118,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 952745,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-18T17:00:07.583\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 119,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934520,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 120,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935114,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 121,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934829,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 122,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934240,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 123,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934768,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 124,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 935138,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 125,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 935137,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 126,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934352,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:45:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 127,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934922,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:45:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 128,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 935152,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 129,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934467,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 130,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934274,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 131,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 933906,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 132,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934383,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 133,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934227,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 134,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934046,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 135,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934877,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 136,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934980,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 137,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935128,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 138,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934708,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 139,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934676,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 140,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935010,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 141,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 933937,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 142,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934805,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:15:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 143,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934614,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:15:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 144,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934215,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:15:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 145,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934206,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 146,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934935,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 147,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934329,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 148,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 935178,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 149,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934711,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 150,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934311,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:45:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 151,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934290,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 152,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934597,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 153,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934859,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 154,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934656,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 155,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934730,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 156,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934757,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 157,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934874,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 158,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 933924,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T23:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 159,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934994,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:15:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 160,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935113,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:15:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 161,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934731,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T14:15:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 162,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934790,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 163,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935078,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 164,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934903,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 165,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934183,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 166,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 933932,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 167,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934468,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 168,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934218,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 169,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 933879,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T01:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 170,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934545,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 171,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934769,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 172,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934194,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 173,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934709,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 174,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934923,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 175,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934677,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 176,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935011,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 177,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 933957,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 178,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934526,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 179,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934778,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:15:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 180,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934239,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:15:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 181,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934448,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:15:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 182,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934806,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 183,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934615,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 184,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934275,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 185,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934326,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 186,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934310,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 187,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934579,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 188,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934598,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:45:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 189,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934617,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:45:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 190,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934582,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:45:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 191,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934204,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 192,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934995,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 193,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935059,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 194,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 934092,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 195,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934521,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 196,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934522,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 197,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934657,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 198,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934398,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 199,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934936,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:15:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 200,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934904,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:15:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 201,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934228,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:15:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 202,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934860,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 203,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934384,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 204,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934385,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 205,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934229,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 206,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934758,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 207,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934546,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 208,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934001,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-19T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 209,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934699,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 210,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934470,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 211,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934875,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 212,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934580,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 213,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934451,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 214,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934291,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 215,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 933967,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T17:00:00\",\n                \"EventEndDate\": \"2024-03-19T02:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 216,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935012,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 217,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934428,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:15:00\",\n                \"EventEndDate\": \"2024-03-18T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 218,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934924,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:30:00\",\n                \"EventEndDate\": \"2024-03-18T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 219,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934449,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T17:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 220,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934523,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:30:00\",\n                \"EventEndDate\": \"2024-03-18T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 221,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934205,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 222,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934469,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 223,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934327,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 224,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934997,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 225,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934178,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 226,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934616,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 227,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 952746,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-18T23:00:10.593\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 228,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 934119,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T23:30:00\",\n                \"Duration\": 5.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 229,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934759,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 230,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934771,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 231,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934678,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 232,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935056,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:15:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 233,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934710,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:15:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 234,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934216,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 235,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934658,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 236,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934524,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T18:30:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 237,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934996,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:45:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 238,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934770,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:45:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 239,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934563,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 240,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934156,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T23:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 241,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934581,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 242,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934399,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 243,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934659,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T19:15:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 244,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934401,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T19:15:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 245,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934679,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T19:15:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 246,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934429,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T19:30:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 247,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935057,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T19:30:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 248,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 934223,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:30:00\",\n                \"EventEndDate\": \"2024-03-18T19:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 249,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934876,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:45:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 250,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934157,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T20:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 251,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934696,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 252,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 935132,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 253,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934217,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 254,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 934225,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 255,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934450,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 256,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934328,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:30:00\",\n                \"EventEndDate\": \"2024-03-18T20:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 257,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934180,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T21:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 258,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934697,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T21:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 259,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934400,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T21:15:00\",\n                \"EventEndDate\": \"2024-03-18T21:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 260,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935169,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T21:30:00\",\n                \"EventEndDate\": \"2024-03-18T21:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 261,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934564,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T21:45:00\",\n                \"EventEndDate\": \"2024-03-18T22:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 262,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 933925,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T22:00:00\",\n                \"EventEndDate\": \"2024-03-19T07:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 263,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934430,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:15:00\",\n                \"EventEndDate\": \"2024-03-18T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 264,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935170,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:30:00\",\n                \"EventEndDate\": \"2024-03-18T22:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 265,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934525,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:30:00\",\n                \"EventEndDate\": \"2024-03-18T22:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 266,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935058,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:45:00\",\n                \"EventEndDate\": \"2024-03-18T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 267,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 934224,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T23:15:00\",\n                \"EventEndDate\": \"2024-03-18T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 268,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934431,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T23:45:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 269,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934698,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T23:45:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 270,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934565,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 271,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934402,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 272,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 952748,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"Need some time off\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-18T23:17:43.627\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"McBride, Natasha  [Denied]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 273,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934846,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 274,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934038,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 275,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 933986,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 276,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934405,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T01:00:00\",\n                \"EventEndDate\": \"2024-03-19T01:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 277,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934566,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T01:15:00\",\n                \"EventEndDate\": \"2024-03-19T01:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 278,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934639,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T01:45:00\",\n                \"EventEndDate\": \"2024-03-19T02:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 279,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 933882,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 280,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934843,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T02:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 281,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934636,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T02:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 282,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934161,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T06:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 283,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934403,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T02:30:00\",\n                \"EventEndDate\": \"2024-03-19T03:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 284,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934234,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 285,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934844,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T04:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 286,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934637,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T05:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 287,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935174,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 288,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 933913,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T05:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 289,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934035,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T05:30:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 290,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934834,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T05:30:00\",\n                \"EventEndDate\": \"2024-03-19T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 291,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934404,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T05:30:00\",\n                \"EventEndDate\": \"2024-03-19T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 292,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 933885,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 293,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934235,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 294,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934073,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 295,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934985,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 296,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934357,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T06:15:00\",\n                \"EventEndDate\": \"2024-03-19T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 297,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934845,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T06:30:00\",\n                \"EventEndDate\": \"2024-03-19T06:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 298,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 933976,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 299,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934130,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:45:00\",\n                \"Duration\": 4.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.75,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 300,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 933884,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 301,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934071,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 302,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934977,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T07:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 303,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934089,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 304,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934638,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T07:15:00\",\n                \"EventEndDate\": \"2024-03-19T07:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 305,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934354,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T07:45:00\",\n                \"EventEndDate\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 306,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934982,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T07:45:00\",\n                \"EventEndDate\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 307,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952695,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 308,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952702,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 309,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952709,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 310,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934025,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 311,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934098,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 312,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935083,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 313,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 933893,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 314,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934280,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 315,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934245,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 316,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934831,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 317,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 933963,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 318,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934237,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T08:30:00\",\n                \"EventEndDate\": \"2024-03-19T09:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 319,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933875,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 320,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934052,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 321,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934901,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 322,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935143,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 323,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 933921,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 324,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 933954,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 325,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934012,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 326,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934241,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 327,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934355,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 328,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 933930,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 329,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 934121,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 330,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 935046,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 331,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934039,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 332,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934974,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:15:00\",\n                \"EventEndDate\": \"2024-03-19T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 333,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934941,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 334,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934062,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 335,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934054,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 336,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934909,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 337,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 934111,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 338,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934389,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:45:00\",\n                \"EventEndDate\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 339,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934792,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 340,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 934133,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 4.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 341,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934599,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 342,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934043,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 343,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934865,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 344,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934029,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 345,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934246,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 346,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934547,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 347,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 934126,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 348,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934066,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 349,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934957,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 350,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934277,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:15:00\",\n                \"EventEndDate\": \"2024-03-19T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 351,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934422,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:15:00\",\n                \"EventEndDate\": \"2024-03-19T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 352,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934832,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T10:30:00\",\n                \"EventEndDate\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 353,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934242,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:30:00\",\n                \"EventEndDate\": \"2024-03-19T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 354,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935080,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:45:00\",\n                \"EventEndDate\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 355,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934847,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:45:00\",\n                \"EventEndDate\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 356,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934898,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 357,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 933943,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 358,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933981,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 359,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935115,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 360,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934236,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 361,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934983,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 362,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934020,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 363,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934005,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 364,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 933997,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 365,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 934081,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 366,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935017,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 367,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934207,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 368,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934386,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 369,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934511,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 370,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934740,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 371,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934600,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 372,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934975,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 373,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 935047,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 374,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934938,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:45:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 375,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934862,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:45:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 376,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934906,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:45:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 377,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934070,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 378,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934793,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 379,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934248,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 380,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 933992,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 381,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934548,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 382,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935134,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 383,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935081,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:15:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 384,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934808,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:15:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 385,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 935146,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 386,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934278,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 387,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935117,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 388,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934512,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T13:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 389,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934833,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 390,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934772,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 391,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 935139,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 392,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934954,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 393,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934795,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 394,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934244,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 395,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934356,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 396,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934424,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 397,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934775,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 398,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934210,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 399,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934471,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 400,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934618,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 401,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934387,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 402,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934047,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T21:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 403,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934881,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 404,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934984,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 405,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934712,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 406,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934116,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 407,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934849,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 408,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934680,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 409,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935014,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 410,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 933938,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 411,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934899,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:15:00\",\n                \"EventEndDate\": \"2024-03-19T13:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 412,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934741,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:45:00\",\n                \"EventEndDate\": \"2024-03-19T14:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 413,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934970,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 414,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934601,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 415,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934247,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 416,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934660,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 417,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934976,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 418,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 933909,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T23:15:00\",\n                \"Duration\": 9.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 419,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934955,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 420,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934939,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 421,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934863,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 422,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935082,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 423,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934811,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 424,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935116,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 425,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934809,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:30:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 426,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934907,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:45:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 427,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 933933,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 428,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934794,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 429,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934472,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 430,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934103,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 7,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 7,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 431,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934243,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 432,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 933951,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 433,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934713,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 434,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935015,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 435,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 933958,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 436,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934530,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 437,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934900,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 438,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934279,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 439,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934423,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 440,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934549,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 441,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934878,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 442,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934681,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 443,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934452,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 444,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934619,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 445,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934661,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 446,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934773,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 447,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934208,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 448,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934602,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 449,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934940,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 450,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934513,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 451,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934848,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 452,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934971,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 453,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 933917,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T01:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 454,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 934093,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 455,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935063,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 456,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934179,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 457,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934388,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 458,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934338,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 459,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934474,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:15:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 460,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934514,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:15:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 461,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934663,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 462,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934002,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T16:30:00\",\n                \"EventEndDate\": \"2024-03-20T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 463,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934621,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 464,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934864,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 465,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934908,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 466,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934810,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 467,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934743,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 468,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934550,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 469,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934956,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 470,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 933968,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T17:00:00\",\n                \"EventEndDate\": \"2024-03-20T02:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 471,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934742,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 472,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 935129,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 473,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934432,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:15:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 474,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934879,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T17:15:00\",\n                \"EventEndDate\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 475,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935016,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:15:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 476,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934715,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T17:30:00\",\n                \"EventEndDate\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 477,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934453,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T17:30:00\",\n                \"EventEndDate\": \"2024-03-19T18:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 478,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934527,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:30:00\",\n                \"EventEndDate\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 479,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934209,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 480,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934370,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 481,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934774,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 482,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934973,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 483,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934473,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 484,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934168,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 485,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 955404,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-19T23:00:25.243\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 486,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934620,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 487,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935060,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 488,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 935098,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 489,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934714,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 490,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934682,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 491,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934339,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T18:30:00\",\n                \"EventEndDate\": \"2024-03-19T19:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 492,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934528,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T18:30:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 493,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934972,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:45:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 494,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934147,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T19:00:00\",\n                \"EventEndDate\": \"2024-03-19T23:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 495,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934700,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 496,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934433,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:15:00\",\n                \"EventEndDate\": \"2024-03-19T20:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 497,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934567,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:15:00\",\n                \"EventEndDate\": \"2024-03-19T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 498,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934662,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:15:00\",\n                \"EventEndDate\": \"2024-03-19T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 499,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935061,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:30:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 500,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 935099,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:30:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 501,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934371,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:45:00\",\n                \"EventEndDate\": \"2024-03-19T20:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 502,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934880,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:45:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 503,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934683,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T19:45:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 504,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935181,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T20:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 505,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934454,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T20:15:00\",\n                \"EventEndDate\": \"2024-03-19T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 506,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934701,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T20:30:00\",\n                \"EventEndDate\": \"2024-03-19T21:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 507,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935160,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T20:45:00\",\n                \"EventEndDate\": \"2024-03-19T21:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 508,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934502,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T21:00:00\",\n                \"EventEndDate\": \"2024-03-19T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 509,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934568,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T21:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 510,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934340,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T21:30:00\",\n                \"EventEndDate\": \"2024-03-19T21:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 511,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934455,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T21:45:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 512,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 933926,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T22:00:00\",\n                \"EventEndDate\": \"2024-03-20T07:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 513,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934529,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 514,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934434,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 515,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934435,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T22:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 516,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934341,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T22:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 517,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934372,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:45:00\",\n                \"EventEndDate\": \"2024-03-19T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 518,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935062,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:45:00\",\n                \"EventEndDate\": \"2024-03-19T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 519,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 933946,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T23:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 520,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934702,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T23:15:00\",\n                \"EventEndDate\": \"2024-03-19T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            }\n        ],\n        \"summaryByEventType\": [\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 54.25,\n                \"PercentHours\": 4.57,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescription\": \"Break\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 18.5,\n                \"PercentHours\": 1.56,\n                \"EventTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"EventTypeDescription\": \"Coaching\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 0.25,\n                \"PercentHours\": 0.02,\n                \"EventTypeId\": 8,\n                \"EventTypeName\": \"Late\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Tardy\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 75,\n                \"PercentHours\": 6.32,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescription\": \"Lunch\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 26.5,\n                \"PercentHours\": 2.23,\n                \"EventTypeId\": 5,\n                \"EventTypeName\": \"Overtime\",\n                \"Color\": \"#9400D3\",\n                \"EventTypeDescription\": \"Overtime\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"TotalHours\": 64,\n                \"PercentHours\": 5.39,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"TotalHours\": 948,\n                \"PercentHours\": 79.9,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescription\": \"Auto generated work type\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"TotalHours\": 1186.5,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescription\": \"\"\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"TotalHours\": 8,\n                \"PercentHours\": 0.67,\n                \"ReviewStatusId\": 0,\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\",\n                \"ReviewStatusName\": \"Denied\",\n                \"RowNumber\": 1\n            },\n            {\n                \"TotalHours\": 1170.5,\n                \"PercentHours\": 98.65,\n                \"ReviewStatusId\": 1,\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\",\n                \"ReviewStatusName\": \"Approved\",\n                \"RowNumber\": 2\n            },\n            {\n                \"TotalHours\": 8,\n                \"PercentHours\": 0.67,\n                \"ReviewStatusId\": 2,\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\",\n                \"ReviewStatusName\": \"Pending\",\n                \"RowNumber\": 3\n            },\n            {\n                \"TotalHours\": 1186.5,\n                \"PercentHours\": 100,\n                \"ReviewStatusId\": null,\n                \"Icon\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"RowNumber\": 4\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 54.25,\n                \"PercentHours\": 4.57,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 54.25,\n                \"PercentHours\": 4.57,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 13,\n                \"TotalHours\": 18.5,\n                \"PercentHours\": 1.56,\n                \"EventTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"EventTypeDescrition\": \"Coaching\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 14,\n                \"TotalHours\": 18.5,\n                \"PercentHours\": 1.56,\n                \"EventTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"EventTypeDescrition\": \"Coaching\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 15,\n                \"TotalHours\": 0.25,\n                \"PercentHours\": 0.02,\n                \"EventTypeId\": 8,\n                \"EventTypeName\": \"Late\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescrition\": \"Tardy\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"TotalHours\": 0.25,\n                \"PercentHours\": 0.02,\n                \"EventTypeId\": 8,\n                \"EventTypeName\": \"Late\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescrition\": \"Tardy\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 75,\n                \"PercentHours\": 6.32,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"TotalHours\": 75,\n                \"PercentHours\": 6.32,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 11,\n                \"TotalHours\": 26.5,\n                \"PercentHours\": 2.23,\n                \"EventTypeId\": 5,\n                \"EventTypeName\": \"Overtime\",\n                \"Color\": \"#9400D3\",\n                \"EventTypeDescrition\": \"Overtime\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 12,\n                \"TotalHours\": 26.5,\n                \"PercentHours\": 2.23,\n                \"EventTypeId\": 5,\n                \"EventTypeName\": \"Overtime\",\n                \"Color\": \"#9400D3\",\n                \"EventTypeDescrition\": \"Overtime\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 7,\n                \"TotalHours\": 8,\n                \"PercentHours\": 0.67,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"TotalHours\": 48,\n                \"PercentHours\": 4.05,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 9,\n                \"TotalHours\": 8,\n                \"PercentHours\": 0.67,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": 2,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            },\n            {\n                \"RowNumber\": 10,\n                \"TotalHours\": 64,\n                \"PercentHours\": 5.39,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 948,\n                \"PercentHours\": 79.9,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 948,\n                \"PercentHours\": 79.9,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 17,\n                \"TotalHours\": 1186.5,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescrition\": \"\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            }\n        ],\n        \"summaryByMonth\": [\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 54.25,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 54.25\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 18.5,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 18.5\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 8,\n                \"EventTypeName\": \"Late\",\n                \"Color\": \"#ff0000\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 0.2499,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 0.2499\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 75,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 75\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 5,\n                \"EventTypeName\": \"Overtime\",\n                \"Color\": \"#9400D3\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 26.5,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 26.5\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 64,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 64\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 948,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 948\n            },\n            {\n                \"Sequencer\": 2,\n                \"ExceptionTypeId\": null,\n                \"EventTypeName\": null,\n                \"Color\": null,\n                \"January\": 0,\n                \"February\": 0,\n                \"March\": 1186.5,\n                \"April\": 0,\n                \"May\": 0,\n                \"June\": 0,\n                \"July\": 0,\n                \"August\": 0,\n                \"September\": 0,\n                \"October\": 0,\n                \"November\": 0,\n                \"December\": 0,\n                \"Total\": 1186.5\n            }\n        ],\n        \"reportOptionsSummary\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"Name\": \"(GMT-06:00) Central Time (US & Canada)\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d8d9f22a-319b-4aec-aaf4-df2600534ff8","name":"2 - Supervisors","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventReport?scopeTypeId=2&scopeId=278&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&isRestrictToOffSite=false&isRestrictToOutOfQueue=false&isRestrictToSupervisorApproval=false&agentFilter=&locationFilter=&reviewStatusFilter=&timeZoneId=20&checkInactives=True&userId=1","host":["{{envName}}"],"path":["api","PublishedEventReport"],"query":[{"key":"scopeTypeId","value":"2","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"278","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"isRestrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"isRestrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"isRestrictToSupervisorApproval","value":"false","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"agentFilter","value":"","description":"REQUIRED: The ID of an agent to restrict the results to. You can get a full list of agent IDs using GET Agent. Accepts a Null/blank value."},{"key":"locationFilter","value":"","description":"REQUIRED: if supplied restrict reported events to those who's location value includes the provided string of characters.  IGNORED for time off requests. Accepts null/blank value."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"True","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxnvWeKt944inCLQ920KBTY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:19:29 GMT"},{"key":"Content-Length","value":"15369"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"eventDetails\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952694,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933874,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934203,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934206,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934204,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934205,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952695,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933875,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934207,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934210,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934208,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 12,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934209,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            }\n        ],\n        \"summaryByEventType\": [\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 1.5,\n                \"PercentHours\": 3.61,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescription\": \"Break\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.82,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescription\": \"Lunch\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 16,\n                \"PercentHours\": 38.55,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 22,\n                \"PercentHours\": 53.01,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescription\": \"Auto generated work type\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescription\": \"\"\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"ReviewStatusId\": 1,\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\",\n                \"ReviewStatusName\": \"Approved\",\n                \"RowNumber\": 1\n            },\n            {\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"ReviewStatusId\": null,\n                \"Icon\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"RowNumber\": 2\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 1.5,\n                \"PercentHours\": 3.61,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 1.5,\n                \"PercentHours\": 3.61,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.82,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.82,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 7,\n                \"TotalHours\": 16,\n                \"PercentHours\": 38.55,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"TotalHours\": 16,\n                \"PercentHours\": 38.55,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 22,\n                \"PercentHours\": 53.01,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 22,\n                \"PercentHours\": 53.01,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 9,\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescrition\": \"\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            }\n        ],\n        \"summaryByMonth\": [\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 1.5,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 1.5\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 2,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 2\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 16,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 16\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 22,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 22\n            },\n            {\n                \"Sequencer\": 2,\n                \"ExceptionTypeId\": null,\n                \"EventTypeName\": null,\n                \"Color\": null,\n                \"January\": 0,\n                \"February\": 0,\n                \"March\": 41.5,\n                \"April\": 0,\n                \"May\": 0,\n                \"June\": 0,\n                \"July\": 0,\n                \"August\": 0,\n                \"September\": 0,\n                \"October\": 0,\n                \"November\": 0,\n                \"December\": 0,\n                \"Total\": 41.5\n            }\n        ],\n        \"reportOptionsSummary\": [\n            {\n                \"PreferredScopeType\": 2,\n                \"PreferredScopeId\": 278,\n                \"ScopeTypeName\": \"Supervisor\",\n                \"ScopeIdName\": \"Areheart, Sam \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"Name\": \"(GMT-06:00) Central Time (US & Canada)\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"9d83efea-3382-4d8a-8759-fd838e244e9d","name":"3 - GroupMembers","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventReport?scopeTypeId=3&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&isRestrictToOffSite=false&isRestrictToOutOfQueue=false&isRestrictToSupervisorApproval=false&agentFilter=&locationFilter=&reviewStatusFilter=&timeZoneId=20&checkInactives=True&userId=1","host":["{{envName}}"],"path":["api","PublishedEventReport"],"query":[{"key":"scopeTypeId","value":"3","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"isRestrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"isRestrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"isRestrictToSupervisorApproval","value":"false","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"agentFilter","value":"","description":"REQUIRED: The ID of an agent to restrict the results to. You can get a full list of agent IDs using GET Agent. Accepts a Null/blank value."},{"key":"locationFilter","value":"","description":"REQUIRED: if supplied restrict reported events to those who's location value includes the provided string of characters.  IGNORED for time off requests. Accepts null/blank value."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"True","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ7aLg3ZIX9A1XIv/iIjavyg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:19:54 GMT"},{"key":"Content-Length","value":"21532"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"eventDetails\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933980,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934614,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:15:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934615,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934617,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:45:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934001,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-19T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934699,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934616,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934696,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934697,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T21:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934698,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T23:45:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933981,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 12,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934618,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 13,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934619,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 14,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934002,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T16:30:00\",\n                \"EventEndDate\": \"2024-03-20T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 15,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934621,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 16,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934620,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 17,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934700,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 18,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934701,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T20:30:00\",\n                \"EventEndDate\": \"2024-03-19T21:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 19,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934702,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T23:15:00\",\n                \"EventEndDate\": \"2024-03-19T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            }\n        ],\n        \"summaryByEventType\": [\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.68,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescription\": \"Break\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 0.75,\n                \"PercentHours\": 1.75,\n                \"EventTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"EventTypeDescription\": \"Coaching\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 4,\n                \"PercentHours\": 9.36,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescription\": \"Lunch\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 36,\n                \"PercentHours\": 84.21,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescription\": \"Auto generated work type\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 42.75,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescription\": \"\"\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"TotalHours\": 42.75,\n                \"PercentHours\": 100,\n                \"ReviewStatusId\": 1,\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\",\n                \"ReviewStatusName\": \"Approved\",\n                \"RowNumber\": 1\n            },\n            {\n                \"TotalHours\": 42.75,\n                \"PercentHours\": 100,\n                \"ReviewStatusId\": null,\n                \"Icon\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"RowNumber\": 2\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.68,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.68,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 7,\n                \"TotalHours\": 0.75,\n                \"PercentHours\": 1.75,\n                \"EventTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"EventTypeDescrition\": \"Coaching\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"TotalHours\": 0.75,\n                \"PercentHours\": 1.75,\n                \"EventTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"EventTypeDescrition\": \"Coaching\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 4,\n                \"PercentHours\": 9.36,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"TotalHours\": 4,\n                \"PercentHours\": 9.36,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 36,\n                \"PercentHours\": 84.21,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 36,\n                \"PercentHours\": 84.21,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 9,\n                \"TotalHours\": 42.75,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescrition\": \"\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            }\n        ],\n        \"summaryByMonth\": [\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 2,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 2\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 7,\n                \"EventTypeName\": \"Coaching\",\n                \"Color\": \"#8FBC8F\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 0.75,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 0.75\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 4,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 4\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 36,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 36\n            },\n            {\n                \"Sequencer\": 2,\n                \"ExceptionTypeId\": null,\n                \"EventTypeName\": null,\n                \"Color\": null,\n                \"January\": 0,\n                \"February\": 0,\n                \"March\": 42.75,\n                \"April\": 0,\n                \"May\": 0,\n                \"June\": 0,\n                \"July\": 0,\n                \"August\": 0,\n                \"September\": 0,\n                \"October\": 0,\n                \"November\": 0,\n                \"December\": 0,\n                \"Total\": 42.75\n            }\n        ],\n        \"reportOptionsSummary\": [\n            {\n                \"PreferredScopeType\": 3,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"User Group\",\n                \"ScopeIdName\": \"Team Leads and Peer Agents\",\n                \"ScopeIdDescription\": \"Safety Team\",\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"Name\": \"(GMT-06:00) Central Time (US & Canada)\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"ecaab9b3-650d-4913-8ea2-04a8a05b7d1a","name":"5 - Individual","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventReport?scopeTypeId=5&scopeId=278&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&isRestrictToOffSite=false&isRestrictToOutOfQueue=false&isRestrictToSupervisorApproval=false&agentFilter=&locationFilter=&reviewStatusFilter=&timeZoneId=20&checkInactives=True&userId=1","host":["{{envName}}"],"path":["api","PublishedEventReport"],"query":[{"key":"scopeTypeId","value":"5","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"278","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"isRestrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"isRestrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"isRestrictToSupervisorApproval","value":"false","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"agentFilter","value":"","description":"REQUIRED: The ID of an agent to restrict the results to. You can get a full list of agent IDs using GET Agent. Accepts a Null/blank value."},{"key":"locationFilter","value":"","description":"REQUIRED: if supplied restrict reported events to those who's location value includes the provided string of characters.  IGNORED for time off requests. Accepts null/blank value."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"True","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ3m9cJyd7rFzCoIC22zBJBM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:22:47 GMT"},{"key":"Content-Length","value":"15381"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"eventDetails\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952694,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933874,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934203,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934206,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934204,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934205,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952695,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933875,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934207,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934210,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934208,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            },\n            {\n                \"SequenceNumber\": 12,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934209,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20\n            }\n        ],\n        \"summaryByEventType\": [\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 1.5,\n                \"PercentHours\": 3.61,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescription\": \"Break\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.82,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescription\": \"Lunch\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 16,\n                \"PercentHours\": 38.55,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 22,\n                \"PercentHours\": 53.01,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescription\": \"Auto generated work type\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescription\": \"\"\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"ReviewStatusId\": 1,\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\",\n                \"ReviewStatusName\": \"Approved\",\n                \"RowNumber\": 1\n            },\n            {\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"ReviewStatusId\": null,\n                \"Icon\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"RowNumber\": 2\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 3,\n                \"TotalHours\": 1.5,\n                \"PercentHours\": 3.61,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"TotalHours\": 1.5,\n                \"PercentHours\": 3.61,\n                \"EventTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"EventTypeDescrition\": \"Break\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 5,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.82,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"TotalHours\": 2,\n                \"PercentHours\": 4.82,\n                \"EventTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"EventTypeDescrition\": \"Lunch\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 7,\n                \"TotalHours\": 16,\n                \"PercentHours\": 38.55,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"TotalHours\": 16,\n                \"PercentHours\": 38.55,\n                \"EventTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescrition\": \"Paid Time Off Request\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 1,\n                \"TotalHours\": 22,\n                \"PercentHours\": 53.01,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"TotalHours\": 22,\n                \"PercentHours\": 53.01,\n                \"EventTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"EventTypeDescrition\": \"Auto generated work type\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            },\n            {\n                \"RowNumber\": 9,\n                \"TotalHours\": 41.5,\n                \"PercentHours\": 100,\n                \"EventTypeId\": null,\n                \"EventTypeName\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescrition\": \"\",\n                \"ReviewStatusId\": null,\n                \"ReviewStatusName\": \"Total\",\n                \"Icon\": null\n            }\n        ],\n        \"summaryByMonth\": [\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 2,\n                \"EventTypeName\": \"Break\",\n                \"Color\": \"#00FFFF\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 1.5,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 1.5\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 3,\n                \"EventTypeName\": \"Lunch\",\n                \"Color\": \"#FF9C00\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 2,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 2\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 4,\n                \"EventTypeName\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 16,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 16\n            },\n            {\n                \"Sequencer\": 1,\n                \"ExceptionTypeId\": 1,\n                \"EventTypeName\": \"Work\",\n                \"Color\": \"#0000ff\",\n                \"January\": null,\n                \"February\": null,\n                \"March\": 22,\n                \"April\": null,\n                \"May\": null,\n                \"June\": null,\n                \"July\": null,\n                \"August\": null,\n                \"September\": null,\n                \"October\": null,\n                \"November\": null,\n                \"December\": null,\n                \"Total\": 22\n            },\n            {\n                \"Sequencer\": 2,\n                \"ExceptionTypeId\": null,\n                \"EventTypeName\": null,\n                \"Color\": null,\n                \"January\": 0,\n                \"February\": 0,\n                \"March\": 41.5,\n                \"April\": 0,\n                \"May\": 0,\n                \"June\": 0,\n                \"July\": 0,\n                \"August\": 0,\n                \"September\": 0,\n                \"October\": 0,\n                \"November\": 0,\n                \"December\": 0,\n                \"Total\": 41.5\n            }\n        ],\n        \"reportOptionsSummary\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 278,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"Areheart, Sam \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"Name\": \"(GMT-06:00) Central Time (US & Canada)\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b918fab6-2194-4652-89a1-1c7157293189"},{"name":"PublishedEventSummaryReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"fa86c85d-1e4e-45f8-8c2b-fad3a7380a49"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"14f17675-f634-444c-b0c7-89fe41ea7ce4"}}],"id":"7c52501f-1aca-4085-994d-6dea7db02378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c596d4b8-0f32-4d95-98ea-4874fed65723"}],"url":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=262144","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedEventSummaryReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"fromDate","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"thruDate","value":"3/19/2024"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value.</p>\n","type":"text/plain"},"key":"eventTypeId","value":""},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values.</p>\n","type":"text/plain"},"key":"restrictToOffSite","value":"false"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values.</p>\n","type":"text/plain"},"key":"restrictToOutOfQueue","value":"false"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values.</p>\n","type":"text/plain"},"key":"restrictToSupervisorApproval","value":"true"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value.</p>\n","type":"text/plain"},"key":"reviewStatusFilter","value":""},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values.</p>\n","type":"text/plain"},"key":"checkInactives","value":"true"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week.</p>\n","type":"text/plain"},"key":"reportMask","value":"262144"}],"variable":[]}},"response":[{"id":"2a09ed70-f872-4bd6-b2a1-7c141a58d0cf","name":"1 - Activities","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=1","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"1","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ1iQZ6j6mhv8tlvYsY4hG8I="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:34:30 GMT"},{"key":"Content-Length","value":"6009"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 1,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 56,\n                \"Cost\": 840,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 56,\n                \"Cost\": 840,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"27e78768-3700-4be6-80be-190eca9e091b","name":"2 - Supervisors","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=2&scopeId=278&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=1","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"2","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"278","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"1","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ3MzOOBpgWT/AZHKQgxYP+U="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:35:23 GMT"},{"key":"Content-Length","value":"4871"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 2,\n                \"PreferredScopeId\": 278,\n                \"ScopeTypeName\": \"Supervisor\",\n                \"ScopeIdName\": \"Areheart, Sam \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 1,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 16,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 16,\n                \"TotalPendingHours\": 0\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"74a8cf87-025c-4386-be0c-cc6de077efee","name":"3 - GroupMembers","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=3&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=1","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"3","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"1","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ1y9vOuNvr3TTpJlbKm+h7o="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:35:52 GMT"},{"key":"Content-Length","value":"4081"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 3,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"User Group\",\n                \"ScopeIdName\": \"Team Leads and Peer Agents\",\n                \"ScopeIdDescription\": \"Safety Team\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 1,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 0,\n                \"TotalPendingHours\": 0\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [],\n        \"eventTypes\": [],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": null,\n                \"PendingHours\": null,\n                \"PaidHours\": null,\n                \"Cost\": null,\n                \"UnpaidHours\": null,\n                \"AtWorkHours\": null,\n                \"NotAtWorkHours\": null,\n                \"InQueueHours\": null,\n                \"NotInQueueHours\": null,\n                \"NonShrinkageHours\": null,\n                \"DiscretionaryShrinkageHours\": null,\n                \"NonDiscretionaryShrinkageHours\": null,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"b46291a6-d0f3-4f2a-87a8-884a71fd5bc8","name":"4 - UserTags","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=4&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=1","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"4","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"1","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxJWXSqkFWVy9dK+9XBB468="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:36:27 GMT"},{"key":"Content-Length","value":"4108"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": null,\n                \"PreferredScopeId\": null,\n                \"ScopeTypeName\": \"Everyone\",\n                \"ScopeIdName\": \"All people defined\",\n                \"ScopeIdDescription\": \"All people defined\",\n                \"FirstDayOfScheduleWeek\": null,\n                \"ReportMask\": 1,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 0,\n                \"TotalPendingHours\": 0\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [],\n        \"eventTypes\": [],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": null\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": null\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": null\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": null\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": null\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": null\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": null\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": null,\n                \"PendingHours\": null,\n                \"PaidHours\": null,\n                \"Cost\": null,\n                \"UnpaidHours\": null,\n                \"AtWorkHours\": null,\n                \"NotAtWorkHours\": null,\n                \"InQueueHours\": null,\n                \"NotInQueueHours\": null,\n                \"NonShrinkageHours\": null,\n                \"DiscretionaryShrinkageHours\": null,\n                \"NonDiscretionaryShrinkageHours\": null,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"8c643ee4-135b-464f-96a4-30c6d2eb89dc","name":"5 - Individual","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=5&scopeId=278&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=1","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"5","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"278","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"1","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ4vVaYs8L4bcsM+r7vVfe2A="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:36:54 GMT"},{"key":"Content-Length","value":"4883"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 278,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"Areheart, Sam \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 1,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 16,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 16,\n                \"TotalPendingHours\": 0\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"97d552fb-f244-47c2-8de4-cbc4c8b35399","name":"RM1 - Monthly Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=1","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"1","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ4vVaYs8L4bcsM+r7vVfe2A="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:36:54 GMT"},{"key":"Content-Length","value":"4883"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 5,\n                \"PreferredScopeId\": 278,\n                \"ScopeTypeName\": \"Individual participant\",\n                \"ScopeIdName\": \"Areheart, Sam \",\n                \"ScopeIdDescription\": \"Sales/Service Rep\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 1,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 16,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 16,\n                \"TotalPendingHours\": 0\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"0f99064a-533d-4585-8e81-038388805ffb","name":"RM2 - yearly summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=2","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"2","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ4TgRTeQQ1xipWoNuHDpYRE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:38:11 GMT"},{"key":"Content-Length","value":"6009"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 2,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-01-01T00:00:00\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"d62d6673-01f2-47c5-ab69-8969385abb1b","name":"RM3 -","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=3","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"3","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ6jQ7cQ9R/rPkhk/kg1M8YI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:38:37 GMT"},{"key":"Content-Length","value":"6009"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 3,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 56,\n                \"Cost\": 840,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 56,\n                \"Cost\": 840,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"bb42080a-62af-44d7-9775-65e22c4acad4","name":"RM4 - weekly summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=4","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"4","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ/n5ltv6n+8oSZa74ITimcU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:38:54 GMT"},{"key":"Content-Length","value":"6009"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 4,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"96c6466c-4f69-48cf-b5c2-4e0f0f2e45f0","name":"RM8 - daily summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=8","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"8","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ2EncjT1xne1wNdOrMsh40I="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:39:12 GMT"},{"key":"Content-Length","value":"6413"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 8,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 8,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReportingDate\": \"2024-03-19T00:00:00\",\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 0,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"ReportingDate\": null,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"172c0460-b80b-4bd0-bf94-ed530dbef8f8","name":"RM16 - Day of Week Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=16","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"16","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZyxgXJZ3V0aZZlE2iDh1kEE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:40:33 GMT"},{"key":"Content-Length","value":"8431"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 16,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"DOW\": \"Monday\",\n                \"DOWId\": 1,\n                \"DOWOrder\": 1,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 8,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 128,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50\n            },\n            {\n                \"RowNumber\": 2,\n                \"DOW\": \"Tuesday\",\n                \"DOWId\": 2,\n                \"DOWOrder\": 2,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 0,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 96,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50\n            },\n            {\n                \"RowNumber\": 3,\n                \"DOW\": \"Wednesday\",\n                \"DOWId\": 3,\n                \"DOWOrder\": 3,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0\n            },\n            {\n                \"RowNumber\": 4,\n                \"DOW\": \"Thursday\",\n                \"DOWId\": 4,\n                \"DOWOrder\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0\n            },\n            {\n                \"RowNumber\": 5,\n                \"DOW\": \"Friday\",\n                \"DOWId\": 5,\n                \"DOWOrder\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0\n            },\n            {\n                \"RowNumber\": 6,\n                \"DOW\": \"Saturday\",\n                \"DOWId\": 6,\n                \"DOWOrder\": 6,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0\n            },\n            {\n                \"RowNumber\": 7,\n                \"DOW\": \"Sunday\",\n                \"DOWId\": 7,\n                \"DOWOrder\": 7,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0\n            },\n            {\n                \"RowNumber\": 2147483647,\n                \"DOW\": null,\n                \"DOWId\": null,\n                \"DOWOrder\": null,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 224,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"a492bbbb-cead-46a2-84d0-5622322927e6","name":"RM32 - Event Type Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=32","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"32","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZyL5n7OfuqbvFLBk67zdkKU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:40:50 GMT"},{"key":"Content-Length","value":"6114"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 32,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"EventTypeId\": 4,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"EventTypeId\": null,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"Total\",\n                \"Color\": \"#FFFFFF\",\n                \"EventTypeDescription\": \"\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"ff4ba5c2-7c3b-4d1d-83bb-d96f062ba295","name":"RM64 - Participant Summary","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=64","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"64","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZwFDaSEXCRyFh0wRVz76jnY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:41:11 GMT"},{"key":"Content-Length","value":"6791"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 64,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"AgentId\": 278,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 33.33,\n                \"FullName\": \"Areheart, Sam \"\n            },\n            {\n                \"AgentId\": 156,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 33.33,\n                \"FullName\": \"Azzarito, Deborah \"\n            },\n            {\n                \"AgentId\": 453,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 33.33,\n                \"FullName\": \"Badgett, Gregory \"\n            },\n            {\n                \"AgentId\": 449,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"FullName\": \"McBride, Natasha \"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"7d20092f-8067-4b9c-a1e9-475c5be98aa9","name":"RM128 - Event Type and Month","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=128","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"128","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ3+pC5P7TSKw4+W2om59FmQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:41:30 GMT"},{"key":"Content-Length","value":"5707"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 128,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"EventTypeId\": 4,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"61e81fe5-4551-4261-bc7a-a1303e1db009","name":"RM256 - Event Type and Year","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=256","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"256","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ/A/wfjlB6ob4fXqcIl8aw0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:42:11 GMT"},{"key":"Content-Length","value":"5707"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 256,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-01-01T00:00:00\",\n                \"EventTypeId\": 4,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"f61e3a18-5e25-4d69-a3a3-7ad01474f820","name":"RM512 - Event Type and Week","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=512","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"512","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ7eDBolgCOTBqdcS5cfjup0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:42:29 GMT"},{"key":"Content-Length","value":"5707"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 512,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"EventTypeId\": 4,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"8095f262-f425-488a-b5de-012894cc7b6f","name":"RM1024 - Event Type and Day","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=1024","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"1024","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxGKETtRoxcVaKb9Hdq+iTw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:42:53 GMT"},{"key":"Content-Length","value":"6206"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 1024,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"EventTypeId\": 4,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 8,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReportingDate\": \"2024-03-19T00:00:00\",\n                \"EventTypeId\": 4,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 0,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"812321e1-c779-44de-9054-b2b8af897e35","name":"RM2048 - Event Type and Day of Week","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=2048","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"2048","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ4lwFyeYR930Mim3mGJKbiE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:43:11 GMT"},{"key":"Content-Length","value":"8935"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 2048,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"EventTypeId\": 4,\n                \"ReportingDate\": \"1900-01-01T00:00:00\",\n                \"DOW\": \"Monday\",\n                \"DOWId\": 1,\n                \"DOWOrder\": 1,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 8,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"EventTypeId\": 4,\n                \"ReportingDate\": \"1900-01-02T00:00:00\",\n                \"DOW\": \"Tuesday\",\n                \"DOWId\": 2,\n                \"DOWOrder\": 2,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 0,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"EventTypeId\": 4,\n                \"ReportingDate\": \"1900-01-03T00:00:00\",\n                \"DOW\": \"Wednesday\",\n                \"DOWId\": 3,\n                \"DOWOrder\": 3,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"EventTypeId\": 4,\n                \"ReportingDate\": \"1900-01-04T00:00:00\",\n                \"DOW\": \"Thursday\",\n                \"DOWId\": 4,\n                \"DOWOrder\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"EventTypeId\": 4,\n                \"ReportingDate\": \"1900-01-05T00:00:00\",\n                \"DOW\": \"Friday\",\n                \"DOWId\": 5,\n                \"DOWOrder\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"EventTypeId\": 4,\n                \"ReportingDate\": \"1900-01-06T00:00:00\",\n                \"DOW\": \"Saturday\",\n                \"DOWId\": 6,\n                \"DOWOrder\": 6,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"EventTypeId\": 4,\n                \"ReportingDate\": \"1900-01-07T00:00:00\",\n                \"DOW\": \"Sunday\",\n                \"DOWId\": 7,\n                \"DOWOrder\": 7,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"4874c652-0bec-4132-842b-0ace8eb14924","name":"RM4096 - Participant and Event Type","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=4096","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"4096","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxUAU9kus7PFmo4pyk8B2YY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:43:33 GMT"},{"key":"Content-Length","value":"7105"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 4096,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"AgentId\": 278,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 33.33,\n                \"FullName\": \"Areheart, Sam \",\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"AgentId\": 156,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 33.33,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"AgentId\": 453,\n                \"ScheduledHours\": 16,\n                \"PendingHours\": 0,\n                \"PaidHours\": 16,\n                \"Cost\": 240,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 16,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 16,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 16,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 33.33,\n                \"FullName\": \"Badgett, Gregory \",\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            },\n            {\n                \"AgentId\": 449,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"FullName\": \"McBride, Natasha \",\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"64d6cf9a-98bd-453d-9748-b71ea55e52d4","name":"RM8192 - PTO Classification","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=8192","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"8192","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ698vH7pVjRZsY7+/q41NAc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:44:06 GMT"},{"key":"Content-Length","value":"6592"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 8192,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ClassificationId\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ClassificationId\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ClassificationId\": 3,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"43b157d7-4382-49f4-9f91-5c485994660c","name":"RM16384 - PTO Classification and Month","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=16384","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"16384","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ76B1u7lQ5tl1Pt5sPkgRsw="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:44:30 GMT"},{"key":"Content-Length","value":"6707"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 16384,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ClassificationId\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ClassificationId\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReportingDate\": \"2024-03-01T00:00:00\",\n                \"ClassificationId\": 3,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"8d748823-5c3b-4ef3-88ac-f6912c470821","name":"RM32768 - PTO Classification and Year","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=32768","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"32768","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ8KmoEm6BHtnXWNwNxMaCfE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:45:02 GMT"},{"key":"Content-Length","value":"6707"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 32768,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-01-01T00:00:00\",\n                \"ClassificationId\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReportingDate\": \"2024-01-01T00:00:00\",\n                \"ClassificationId\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReportingDate\": \"2024-01-01T00:00:00\",\n                \"ClassificationId\": 3,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"1ada242c-e801-4009-94b1-0762a0fd482a","name":"RM65536 - PTO Classification and Week","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=65536","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"65536","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZzFwvozFXEDWloYRCwgmxag="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:45:26 GMT"},{"key":"Content-Length","value":"6687"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 65536,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ClassificationId\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ClassificationId\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ClassificationId\": 3,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 8,\n                \"PaidHours\": 192,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"1e96d048-f371-4e59-90b1-834ac63632b9","name":"RM131072 - PTO Classification and Day","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=131072","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"131072","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ/Zqh2JMXzh3VMQUfcPSwtI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:45:48 GMT"},{"key":"Content-Length","value":"8204"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 131072,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ClassificationId\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ClassificationId\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReportingDate\": \"2024-03-18T00:00:00\",\n                \"ClassificationId\": 3,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 8,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"ReportingDate\": \"2024-03-19T00:00:00\",\n                \"ClassificationId\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"ReportingDate\": \"2024-03-19T00:00:00\",\n                \"ClassificationId\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"ReportingDate\": \"2024-03-19T00:00:00\",\n                \"ClassificationId\": 3,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 0,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"96ae0465-d8c2-4fa7-84c8-e3ddbf0671d0","name":"RM262144 - PTO Classification and Day of Week","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedEventSummaryReport?scopeTypeId=1&scopeId=1&fromDate=3/18/2024&thruDate=3/19/2024&eventTypeId=&restrictToOffSite=false&restrictToOutOfQueue=false&restrictToSupervisorApproval=true&reviewStatusFilter=&timeZoneId=20&checkInactives=true&userId=1&reportMask=262144","host":["{{envName}}"],"path":["api","PublishedEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"thruDate","value":"3/19/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: If supplied, restrict reported events to those types that are marked as off-site (at-work flag is false). Accepts True/False or Null/blank values."},{"key":"restrictToOutOfQueue","value":"false","description":"REQUIRED: If supplied, restrict reported events to those that are marked as out of queue. Accepts True/False or Null/blank values."},{"key":"restrictToSupervisorApproval","value":"true","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"checkInactives","value":"true","description":"REQUIRED: This filters out inactive users if set to true. Accepts true/false or null/blank values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"reportMask","value":"262144","description":"REQUIRED: This value determines which report you want to run. 1 = Monthly summary, 2 = yearly summary, 4 = weekly summary, 8 = daily summary, 16 = Day of Week summary, 32 = event type summary, 64 = participant summary, 128 event type and month, 256 = event type and year, 512 even type and week, 1024 = event type and day, 2048 = event type and day of week, 4096 = participant and event type, 8192 = pto classification, 16384 = pto classification and month, 32768 = pto classification and year, 65536 = pto classification and week, 131072 = pto classification and day, 262144 = pto classification and day of week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZzHSpLIY5pHw+eQKNt+i1bk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:46:11 GMT"},{"key":"Content-Length","value":"16483"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FirstDayOfScheduleWeek\": 1,\n                \"ReportMask\": 262144,\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-19T00:00:00\"\n            }\n        ],\n        \"summaryByEventTypeAttribute\": [\n            {\n                \"PaidHours\": 48,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalScheduledHours\": 48,\n                \"TotalPendingHours\": 8\n            }\n        ],\n        \"summaryByReviewStatus\": [\n            {\n                \"ReviewStatusId\": 1,\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"ReviewStatusName\": \"Approved\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"ReviewStatusId\": 0,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Denied\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"ReviewStatusId\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDisrectionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 16.67,\n                \"ReviewStatusName\": \"Pending\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"summaryByEventTypeAndReviewStatus\": [\n            {\n                \"RowNumber\": 1,\n                \"ReviewStatusId\": 1,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Approved\",\n                \"ScheduledHours\": 48,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 48,\n                \"Cost\": 720,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 48,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 48,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 48,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 100,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_ok.png\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ReviewStatusId\": 0,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Denied\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"DeniedHours\": 8,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_error.png\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ReviewStatusId\": 2,\n                \"EventTypeId\": 4,\n                \"ReviewStatusName\": \"Pending\",\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 8,\n                \"DeniedHours\": 0,\n                \"PaidHours\": 8,\n                \"Cost\": 120,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 8,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 8,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 8,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"PTO\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"Icon\": \"~/Images/Icons/g/64/view_unknown.png\"\n            }\n        ],\n        \"eventTypes\": [\n            {\n                \"EventTypeId\": 4,\n                \"Name\": \"PTO\",\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"ShrinkageType\": 1,\n                \"Description\": \"Paid Time Off Request\",\n                \"Color\": \"#228B22\"\n            }\n        ],\n        \"dayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ],\n        \"ptoClassificationList\": [\n            {\n                \"ClassificationId\": 4,\n                \"Name\": \"Floating Holiday\",\n                \"Description\": \"Unique Holidays per Agent\",\n                \"DefaultAllowedHours\": 24,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            },\n            {\n                \"ClassificationId\": 5,\n                \"Name\": \"Sick Day\",\n                \"Description\": \"Agent Illness\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 1,\n                \"ColorCode\": \"#ff0000\",\n                \"ShrinkageType\": 2\n            },\n            {\n                \"ClassificationId\": 3,\n                \"Name\": \"Vacation\",\n                \"Description\": \"PTO\",\n                \"DefaultAllowedHours\": 40,\n                \"ColorId\": 24,\n                \"ColorCode\": \"#228B22\",\n                \"ShrinkageType\": 1\n            }\n        ],\n        \"summaryReportData\": [\n            {\n                \"RowNumber\": 1,\n                \"ClassificationId\": 4,\n                \"ReportingDate\": \"1900-01-01T00:00:00\",\n                \"DOW\": \"Monday\",\n                \"DOWId\": 1,\n                \"DOWOrder\": 1,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 2,\n                \"ClassificationId\": 5,\n                \"ReportingDate\": \"1900-01-01T00:00:00\",\n                \"DOW\": \"Monday\",\n                \"DOWId\": 1,\n                \"DOWOrder\": 1,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 3,\n                \"ClassificationId\": 3,\n                \"ReportingDate\": \"1900-01-01T00:00:00\",\n                \"DOW\": \"Monday\",\n                \"DOWId\": 1,\n                \"DOWOrder\": 1,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 8,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            },\n            {\n                \"RowNumber\": 4,\n                \"ClassificationId\": 4,\n                \"ReportingDate\": \"1900-01-02T00:00:00\",\n                \"DOW\": \"Tuesday\",\n                \"DOWId\": 2,\n                \"DOWOrder\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 5,\n                \"ClassificationId\": 5,\n                \"ReportingDate\": \"1900-01-02T00:00:00\",\n                \"DOW\": \"Tuesday\",\n                \"DOWId\": 2,\n                \"DOWOrder\": 2,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 6,\n                \"ClassificationId\": 3,\n                \"ReportingDate\": \"1900-01-02T00:00:00\",\n                \"DOW\": \"Tuesday\",\n                \"DOWId\": 2,\n                \"DOWOrder\": 2,\n                \"ScheduledHours\": 24,\n                \"PendingHours\": 0,\n                \"PaidHours\": 24,\n                \"Cost\": 360,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 24,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 24,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 24,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 50,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            },\n            {\n                \"RowNumber\": 7,\n                \"ClassificationId\": 4,\n                \"ReportingDate\": \"1900-01-03T00:00:00\",\n                \"DOW\": \"Wednesday\",\n                \"DOWId\": 3,\n                \"DOWOrder\": 3,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 8,\n                \"ClassificationId\": 5,\n                \"ReportingDate\": \"1900-01-03T00:00:00\",\n                \"DOW\": \"Wednesday\",\n                \"DOWId\": 3,\n                \"DOWOrder\": 3,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 9,\n                \"ClassificationId\": 3,\n                \"ReportingDate\": \"1900-01-03T00:00:00\",\n                \"DOW\": \"Wednesday\",\n                \"DOWId\": 3,\n                \"DOWOrder\": 3,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            },\n            {\n                \"RowNumber\": 10,\n                \"ClassificationId\": 4,\n                \"ReportingDate\": \"1900-01-04T00:00:00\",\n                \"DOW\": \"Thursday\",\n                \"DOWId\": 4,\n                \"DOWOrder\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 11,\n                \"ClassificationId\": 5,\n                \"ReportingDate\": \"1900-01-04T00:00:00\",\n                \"DOW\": \"Thursday\",\n                \"DOWId\": 4,\n                \"DOWOrder\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 12,\n                \"ClassificationId\": 3,\n                \"ReportingDate\": \"1900-01-04T00:00:00\",\n                \"DOW\": \"Thursday\",\n                \"DOWId\": 4,\n                \"DOWOrder\": 4,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            },\n            {\n                \"RowNumber\": 13,\n                \"ClassificationId\": 4,\n                \"ReportingDate\": \"1900-01-05T00:00:00\",\n                \"DOW\": \"Friday\",\n                \"DOWId\": 5,\n                \"DOWOrder\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 14,\n                \"ClassificationId\": 5,\n                \"ReportingDate\": \"1900-01-05T00:00:00\",\n                \"DOW\": \"Friday\",\n                \"DOWId\": 5,\n                \"DOWOrder\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 15,\n                \"ClassificationId\": 3,\n                \"ReportingDate\": \"1900-01-05T00:00:00\",\n                \"DOW\": \"Friday\",\n                \"DOWId\": 5,\n                \"DOWOrder\": 5,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            },\n            {\n                \"RowNumber\": 16,\n                \"ClassificationId\": 4,\n                \"ReportingDate\": \"1900-01-06T00:00:00\",\n                \"DOW\": \"Saturday\",\n                \"DOWId\": 6,\n                \"DOWOrder\": 6,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 17,\n                \"ClassificationId\": 5,\n                \"ReportingDate\": \"1900-01-06T00:00:00\",\n                \"DOW\": \"Saturday\",\n                \"DOWId\": 6,\n                \"DOWOrder\": 6,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 18,\n                \"ClassificationId\": 3,\n                \"ReportingDate\": \"1900-01-06T00:00:00\",\n                \"DOW\": \"Saturday\",\n                \"DOWId\": 6,\n                \"DOWOrder\": 6,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            },\n            {\n                \"RowNumber\": 19,\n                \"ClassificationId\": 4,\n                \"ReportingDate\": \"1900-01-07T00:00:00\",\n                \"DOW\": \"Sunday\",\n                \"DOWId\": 7,\n                \"DOWOrder\": 7,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Floating Holiday\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"Unique Holidays per Agent\"\n            },\n            {\n                \"RowNumber\": 20,\n                \"ClassificationId\": 5,\n                \"ReportingDate\": \"1900-01-07T00:00:00\",\n                \"DOW\": \"Sunday\",\n                \"DOWId\": 7,\n                \"DOWOrder\": 7,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Sick Day\",\n                \"Color\": \"#ff0000\",\n                \"EventTypeDescription\": \"Agent Illness\"\n            },\n            {\n                \"RowNumber\": 21,\n                \"ClassificationId\": 3,\n                \"ReportingDate\": \"1900-01-07T00:00:00\",\n                \"DOW\": \"Sunday\",\n                \"DOWId\": 7,\n                \"DOWOrder\": 7,\n                \"ScheduledHours\": 0,\n                \"PendingHours\": 0,\n                \"PaidHours\": 0,\n                \"Cost\": 0,\n                \"UnpaidHours\": 0,\n                \"AtWorkHours\": 0,\n                \"NotAtWorkHours\": 0,\n                \"InQueueHours\": 0,\n                \"NotInQueueHours\": 0,\n                \"NonShrinkageHours\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"PercentScheduledHours\": 0,\n                \"Name\": \"Vacation\",\n                \"Color\": \"#228B22\",\n                \"EventTypeDescription\": \"PTO\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7c52501f-1aca-4085-994d-6dea7db02378"},{"name":"PublishedScheduleEventSummarySlimReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"0e6c1d1f-6aeb-4b46-8e69-623c4d1b96e2"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"8536387f-6f3f-493a-9b5a-d1f0d0ebd550"}}],"id":"0750dbdf-1d89-4601-b3e9-cb7104fc1290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"7fe8aedb-f582-4d87-9abc-c88938715a61"}],"url":"{{envName}}/api/PublishedScheduleEventSummarySlimReport?participantId=278&timeZoneId=20&userId=1&scheduleStart=2024-03-18&scheduleEnd=2024-03-20","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedScheduleEventSummarySlimReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent.</p>\n","type":"text/plain"},"key":"participantId","value":"278"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"scheduleStart","value":"2024-03-18"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"scheduleEnd","value":"2024-03-20"}],"variable":[]}},"response":[{"id":"dc47c1d6-75ce-42e2-a4da-58b266ad220d","name":"PublishedScheduleEventSummarySlimReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedScheduleEventSummarySlimReport?participantId=278&timeZoneId=20&userId=1&scheduleStart=2024-03-18&scheduleEnd=2024-03-20","host":["{{envName}}"],"path":["api","PublishedScheduleEventSummarySlimReport"],"query":[{"key":"participantId","value":"278","description":"REQUIRED: The ID of the specific participant. This is an agent ID and can be found using GET Agent."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"scheduleStart","value":"2024-03-18","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"scheduleEnd","value":"2024-03-20","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxG0KuNg4/gDCE7LZsypyZA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:50:16 GMT"},{"key":"Content-Length","value":"1575"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"executiveSummary\": [\n            {\n                \"TotalScheduledHours\": 24,\n                \"Column1\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TotalCost\": 360,\n                \"StartDate\": \"2024-03-18T00:00:00\",\n                \"EndDate\": \"2024-03-20T00:00:00\"\n            }\n        ],\n        \"scheduleDateSummary\": [\n            {\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"TotalHours\": 12,\n                \"Hours\": 12,\n                \"Minutes\": 0,\n                \"WeekDay\": 2,\n                \"TotalCost\": 180,\n                \"TotalPercent\": 50\n            },\n            {\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"TotalHours\": 12,\n                \"Hours\": 12,\n                \"Minutes\": 0,\n                \"WeekDay\": 3,\n                \"TotalCost\": 180,\n                \"TotalPercent\": 50\n            },\n            {\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 4,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            }\n        ],\n        \"paidSummary\": [\n            {\n                \"PaidText\": \"Paid\",\n                \"Paid\": true,\n                \"TotalHours\": 24,\n                \"TotalCost\": 360,\n                \"TotalPercent\": 100\n            }\n        ],\n        \"workSummary\": [\n            {\n                \"AtWorkText\": \"At Work\",\n                \"AtWork\": true,\n                \"TotalHours\": 8,\n                \"TotalCost\": 120,\n                \"TotalPercent\": 33.33\n            },\n            {\n                \"AtWorkText\": \"Not on Site\",\n                \"AtWork\": false,\n                \"TotalHours\": 16,\n                \"TotalCost\": 240,\n                \"TotalPercent\": 66.67\n            }\n        ],\n        \"queueSummary\": [\n            {\n                \"InQueueText\": \"In Queue\",\n                \"InQueue\": true,\n                \"TotalHours\": 7.25,\n                \"TotalCost\": 108.75,\n                \"TotalPercent\": 30.21\n            },\n            {\n                \"InQueueText\": \"Not In Queue\",\n                \"InQueue\": false,\n                \"TotalHours\": 16.75,\n                \"TotalCost\": 251.25,\n                \"TotalPercent\": 69.79\n            }\n        ],\n        \"eventTypeSummary\": [\n            {\n                \"ExceptionTypeID\": 2,\n                \"ExceptionTypeName\": \"Break\",\n                \"TotalHours\": 0.75,\n                \"TotalCost\": 11.25,\n                \"TotalPercent\": 3.13\n            },\n            {\n                \"ExceptionTypeID\": 4,\n                \"ExceptionTypeName\": \"PTO\",\n                \"TotalHours\": 16,\n                \"TotalCost\": 240,\n                \"TotalPercent\": 66.67\n            },\n            {\n                \"ExceptionTypeID\": 1,\n                \"ExceptionTypeName\": \"Work\",\n                \"TotalHours\": 7.25,\n                \"TotalCost\": 108.75,\n                \"TotalPercent\": 30.21\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"0750dbdf-1d89-4601-b3e9-cb7104fc1290"},{"name":"PublishedScheduleShrinkageReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"60141afc-0698-414a-80c0-f2fe536ac3fe"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"9601eb1a-3d6b-4d1f-83ee-4971eb8263fe"}}],"id":"ed9f9599-56e4-47b1-8e30-4f77f3d7fc3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c3552dc3-ee0b-4478-97f1-a6102456a98a"}],"url":"{{envName}}/api/PublishedScheduleShrinkageReport?StartDate=3/18/2024&EndDate=3/25/2024&scopeTypeId=1&scopeId=1&userId=1&TimeZoneId=20","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedScheduleShrinkageReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"StartDate","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"EndDate","value":"3/25/2024"},{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"TimeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"f090260f-444c-4501-9359-2a3a00a3822d","name":"PublishedScheduleShrinkageReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedScheduleShrinkageReport?StartDate=3/18/2024&EndDate=3/25/2024&scopeTypeId=1&scopeId=1&userId=1&TimeZoneId=20","host":["{{envName}}"],"path":["api","PublishedScheduleShrinkageReport"],"query":[{"key":"StartDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"EndDate","value":"3/25/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"TimeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ2igXnys6t9A9RYajzvtRAg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 20:58:52 GMT"},{"key":"Content-Length","value":"658483"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"parameterDetails\": [\n            {\n                \"StartDate\": \"2024-03-18T00:00:00\",\n                \"EndDate\": \"2024-03-25T00:00:00\",\n                \"ScopeTypeId\": 1,\n                \"ScopeId\": 1,\n                \"UserId\": 1\n            }\n        ],\n        \"summaryByInterval\": [\n            {\n                \"SlotTime\": \"2024-03-18T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T00:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T01:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T04:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T06:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T06:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T07:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T08:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:00:00\",\n                \"DiscretionaryShrinkage\": 36.363636363636367,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 36.363636363636367,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T09:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:00:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:30:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T10:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:00:00\",\n                \"DiscretionaryShrinkage\": 21.428571428571427,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.428571428571427,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T11:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:00:00\",\n                \"DiscretionaryShrinkage\": 25.000012500006246,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 4.1666520833260412,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 29.166664583332285,\n                \"TotalShrinkageHours\": 0.583333\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T12:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:00:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:00:00\",\n                \"DiscretionaryShrinkage\": 46.153846153846153,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 46.153846153846153,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:15:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:30:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T13:45:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T14:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:00:00\",\n                \"DiscretionaryShrinkage\": 18.181818181818183,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.181818181818183,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:00:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:30:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:30:00\",\n                \"DiscretionaryShrinkage\": 83.333333333333343,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 83.333333333333343,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T15:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T16:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T16:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T16:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T17:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:00:00\",\n                \"DiscretionaryShrinkage\": 50.00005000005,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 8.3333083333083344,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 58.333358333358333,\n                \"TotalShrinkageHours\": 0.583333\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T18:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T19:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T19:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T19:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T20:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T20:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-18T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T20:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T21:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T21:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T22:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T22:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-18T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T22:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T23:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-18T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-18T23:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T00:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T02:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T04:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T05:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T06:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T06:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T07:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T07:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:00:00\",\n                \"DiscretionaryShrinkage\": 55.555555555555557,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 55.555555555555557,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T08:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:00:00\",\n                \"DiscretionaryShrinkage\": 27.27272727272727,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 27.27272727272727,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T09:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:00:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T10:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:00:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T11:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:30:00\",\n                \"DiscretionaryShrinkage\": 62.5,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 62.5,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T12:45:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:00:00\",\n                \"DiscretionaryShrinkage\": 54.54545454545454,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 54.54545454545454,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T13:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T14:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:15:00\",\n                \"DiscretionaryShrinkage\": 85.714285714285708,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 85.714285714285708,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T15:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T16:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T16:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T17:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-19T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T18:00:00\",\n                \"DiscretionaryShrinkage\": 85.714334693905542,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 4.76188843536482,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 90.476223129270352,\n                \"TotalShrinkageHours\": 1.583333\n            },\n            {\n                \"SlotTime\": \"2024-03-19T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T18:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T19:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T19:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T19:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T20:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T20:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T20:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T21:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T21:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T22:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T22:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T22:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-19T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T23:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-19T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-19T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T00:00:00\",\n                \"DiscretionaryShrinkage\": 33.333377777837043,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 11.111081481441975,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 44.444459259279014,\n                \"TotalShrinkageHours\": 0.333333\n            },\n            {\n                \"SlotTime\": \"2024-03-20T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T00:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T01:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T01:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T02:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T04:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T06:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T06:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T06:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T07:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T08:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:00:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 12.727272727272727,\n                \"NonDiscretionaryShrinkageHours\": 0.35,\n                \"TotalShrinkage\": 21.818181818181817,\n                \"TotalShrinkageHours\": 0.6\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T09:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T10:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:00:00\",\n                \"DiscretionaryShrinkage\": 35.714285714285715,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 2.8571428571428572,\n                \"NonDiscretionaryShrinkageHours\": 0.1,\n                \"TotalShrinkage\": 38.571428571428577,\n                \"TotalShrinkageHours\": 1.35\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T11:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:00:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T12:45:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:00:00\",\n                \"DiscretionaryShrinkage\": 50.000025000012492,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 4.1666520833260412,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 54.166677083338534,\n                \"TotalShrinkageHours\": 1.083333\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T13:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T14:45:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T15:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T16:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T17:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T17:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T17:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 2\n            },\n            {\n                \"SlotTime\": \"2024-03-20T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T18:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T18:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T18:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T19:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T19:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T19:45:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T21:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-20T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T22:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-20T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-20T23:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-20T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T00:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T00:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T01:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T02:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T02:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T05:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T06:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T06:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T07:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:00:00\",\n                \"DiscretionaryShrinkage\": 62.5,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 62.5,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T08:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T09:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:00:00\",\n                \"DiscretionaryShrinkage\": 28.571444897968512,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 6.6666323809327892,\n                \"NonDiscretionaryShrinkageHours\": 0.116666,\n                \"TotalShrinkage\": 35.2380772789013,\n                \"TotalShrinkageHours\": 0.616666\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T10:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:15:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T11:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T12:45:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T13:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:00:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:00:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T14:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T15:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:00:00\",\n                \"DiscretionaryShrinkage\": 25.000025000025,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 13.333313333313335,\n                \"NonDiscretionaryShrinkageHours\": 0.133333,\n                \"TotalShrinkage\": 38.333338333338332,\n                \"TotalShrinkageHours\": 0.38333300000000003\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T16:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T17:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-21T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T18:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T18:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T18:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T19:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T19:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-21T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 26.666653333306666,\n                \"NonDiscretionaryShrinkageHours\": 0.133333,\n                \"TotalShrinkage\": 26.666653333306666,\n                \"TotalShrinkageHours\": 0.133333\n            },\n            {\n                \"SlotTime\": \"2024-03-21T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T20:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T20:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T21:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T21:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T22:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T23:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-21T23:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-21T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T00:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T01:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T05:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T06:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T06:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T08:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 6.666666666666667,\n                \"NonDiscretionaryShrinkageHours\": 0.1,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T09:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T10:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T11:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:00:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T12:45:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T13:45:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T14:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T15:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T16:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T17:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T18:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T18:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T19:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T19:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T20:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T20:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T21:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T22:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T22:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-22T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T23:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-22T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-22T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T00:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-23T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T01:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T02:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-23T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T05:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T06:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-23T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T06:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T07:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T07:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T08:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T09:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T10:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:15:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:30:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:45:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T11:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T12:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T13:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T14:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T15:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-23T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T16:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T16:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T18:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T18:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T20:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-23T23:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-23T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T00:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T01:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T02:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T03:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:15:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T04:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T05:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T06:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T07:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-24T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T08:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T08:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T08:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T09:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T09:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T11:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T11:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T12:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T13:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T13:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T13:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T14:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T14:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T14:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T15:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T15:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T16:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T16:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T17:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T17:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T18:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T18:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T19:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T19:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T20:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-24T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T22:00:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T22:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-24T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-24T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:15:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:30:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T00:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:30:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T01:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:15:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:30:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T02:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:15:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:30:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T03:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T04:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:15:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:30:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T05:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:30:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T06:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:00:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:15:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:30:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:45:00\",\n                \"DiscretionaryShrinkage\": 80,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 80,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T07:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T08:00:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T08:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T09:00:00\",\n                \"DiscretionaryShrinkage\": 36.363636363636367,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 36.363636363636367,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T09:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T09:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T10:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T10:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T10:45:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:00:00\",\n                \"DiscretionaryShrinkage\": 21.428571428571427,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.428571428571427,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T11:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T12:00:00\",\n                \"DiscretionaryShrinkage\": 28.571444897968512,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 4.76188843536482,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.583333\n            },\n            {\n                \"SlotTime\": \"2024-03-25T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T12:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T12:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T13:00:00\",\n                \"DiscretionaryShrinkage\": 46.153846153846153,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 46.153846153846153,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T13:15:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T13:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T14:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-03-25T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T14:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T14:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T15:00:00\",\n                \"DiscretionaryShrinkage\": 18.181818181818183,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.181818181818183,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T15:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T15:30:00\",\n                \"DiscretionaryShrinkage\": 85.714285714285708,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 85.714285714285708,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T16:00:00\",\n                \"DiscretionaryShrinkage\": 60,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 60,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T16:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T16:30:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T17:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T17:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T17:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:00:00\",\n                \"DiscretionaryShrinkage\": 60.0000480000384,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 6.6666453333162652,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 66.666693333354658,\n                \"TotalShrinkageHours\": 0.833333\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:30:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T18:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T19:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T19:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T19:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T20:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T20:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-03-25T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T20:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T21:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T21:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T22:30:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-25T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T22:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T23:15:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-03-25T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-25T23:45:00\",\n                \"DiscretionaryShrinkage\": 100,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 100,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-03-26T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-03-26T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"averageByInterval\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 11.379311877396679,\n                \"DiscretionaryShrinkageHours\": 0.1206896551724138,\n                \"NonDiscretionaryShrinkage\": 0.38314074073937848,\n                \"NonDiscretionaryShrinkageHours\": 0.0028735517241379313,\n                \"TotalShrinkage\": 11.762452618136059,\n                \"TotalShrinkageHours\": 0.12356320689655173\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 16.126126126126124,\n                \"DiscretionaryShrinkageHours\": 0.0945945945945946,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.126126126126124,\n                \"TotalShrinkageHours\": 0.0945945945945946\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 3.8596491228070176,\n                \"DiscretionaryShrinkageHours\": 0.052631578947368418,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8596491228070176,\n                \"TotalShrinkageHours\": 0.052631578947368418\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 3.8596491228070176,\n                \"DiscretionaryShrinkageHours\": 0.052631578947368418,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8596491228070176,\n                \"TotalShrinkageHours\": 0.052631578947368418\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 19.019607843137255,\n                \"DiscretionaryShrinkageHours\": 0.095588235294117641,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.019607843137255,\n                \"TotalShrinkageHours\": 0.095588235294117641\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 10.476190476190476,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.476190476190476,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 5.6410256410256414,\n                \"DiscretionaryShrinkageHours\": 0.076923076923076927,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.6410256410256414,\n                \"TotalShrinkageHours\": 0.076923076923076927\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 9.1358024691358022,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.1358024691358022,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 17.916666666666668,\n                \"DiscretionaryShrinkageHours\": 0.13541666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.916666666666668,\n                \"TotalShrinkageHours\": 0.13541666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 19.420289855072465,\n                \"DiscretionaryShrinkageHours\": 0.14130434782608695,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.420289855072465,\n                \"TotalShrinkageHours\": 0.14130434782608695\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 6.9841269841269842,\n                \"DiscretionaryShrinkageHours\": 0.095238095238095233,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9841269841269842,\n                \"TotalShrinkageHours\": 0.095238095238095233\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 6.9841269841269842,\n                \"DiscretionaryShrinkageHours\": 0.095238095238095233,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9841269841269842,\n                \"TotalShrinkageHours\": 0.095238095238095233\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 6.9841269841269842,\n                \"DiscretionaryShrinkageHours\": 0.095238095238095233,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9841269841269842,\n                \"TotalShrinkageHours\": 0.095238095238095233\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 6.9841269841269842,\n                \"DiscretionaryShrinkageHours\": 0.095238095238095233,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9841269841269842,\n                \"TotalShrinkageHours\": 0.095238095238095233\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 6.3768115942028993,\n                \"DiscretionaryShrinkageHours\": 0.086956521739130432,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.3768115942028993,\n                \"TotalShrinkageHours\": 0.086956521739130432\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 6.1111111111111116,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1111111111111116,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 14.166666666666666,\n                \"DiscretionaryShrinkageHours\": 0.14423076923076922,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.166666666666666,\n                \"TotalShrinkageHours\": 0.14423076923076922\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 5.806451612903226,\n                \"DiscretionaryShrinkageHours\": 0.064516129032258063,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.806451612903226,\n                \"TotalShrinkageHours\": 0.064516129032258063\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 5.88235294117647,\n                \"DiscretionaryShrinkageHours\": 0.058823529411764705,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88235294117647,\n                \"TotalShrinkageHours\": 0.058823529411764705\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 5.454545454545455,\n                \"DiscretionaryShrinkageHours\": 0.060606060606060608,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.454545454545455,\n                \"TotalShrinkageHours\": 0.060606060606060608\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 3.9639639639639643,\n                \"DiscretionaryShrinkageHours\": 0.054054054054054057,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.9639639639639643,\n                \"TotalShrinkageHours\": 0.054054054054054057\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 4.0740740740740744,\n                \"DiscretionaryShrinkageHours\": 0.055555555555555552,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.0740740740740744,\n                \"TotalShrinkageHours\": 0.055555555555555552\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 13.423423423423422,\n                \"DiscretionaryShrinkageHours\": 0.087837837837837843,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.423423423423422,\n                \"TotalShrinkageHours\": 0.087837837837837843\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 6.166666666666667,\n                \"DiscretionaryShrinkageHours\": 0.05625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.166666666666667,\n                \"TotalShrinkageHours\": 0.05625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 12.631578947368421,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.631578947368421,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 11.805555555555554,\n                \"DiscretionaryShrinkageHours\": 0.072916666666666671,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.805555555555554,\n                \"TotalShrinkageHours\": 0.072916666666666671\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 8.9333333333333336,\n                \"DiscretionaryShrinkageHours\": 0.06,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.9333333333333336,\n                \"TotalShrinkageHours\": 0.06\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 7.3469387755102051,\n                \"DiscretionaryShrinkageHours\": 0.051020408163265307,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.3469387755102051,\n                \"TotalShrinkageHours\": 0.051020408163265307\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 4.895833333333333,\n                \"DiscretionaryShrinkageHours\": 0.052083333333333336,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.895833333333333,\n                \"TotalShrinkageHours\": 0.052083333333333336\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 8.58974358974359,\n                \"DiscretionaryShrinkageHours\": 0.052884615384615384,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.58974358974359,\n                \"TotalShrinkageHours\": 0.052884615384615384\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 2.8758169934640523,\n                \"DiscretionaryShrinkageHours\": 0.0392156862745098,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.8758169934640523,\n                \"TotalShrinkageHours\": 0.0392156862745098\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 10.718954248366014,\n                \"DiscretionaryShrinkageHours\": 0.063725490196078427,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.718954248366014,\n                \"TotalShrinkageHours\": 0.063725490196078427\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 8.8397170462387855,\n                \"DiscretionaryShrinkageHours\": 0.15760869565217392,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.8397170462387855,\n                \"TotalShrinkageHours\": 0.15760869565217392\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 12.574955908289242,\n                \"DiscretionaryShrinkageHours\": 0.10185185185185185,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.574955908289242,\n                \"TotalShrinkageHours\": 0.10185185185185185\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 11.428571428571429,\n                \"DiscretionaryShrinkageHours\": 0.11320754716981132,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.428571428571429,\n                \"TotalShrinkageHours\": 0.11320754716981132\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 13.842940685045949,\n                \"DiscretionaryShrinkageHours\": 0.10964912280701754,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.842940685045949,\n                \"TotalShrinkageHours\": 0.10964912280701754\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 7.8066378066378057,\n                \"DiscretionaryShrinkageHours\": 0.14705882352941177,\n                \"NonDiscretionaryShrinkage\": 0.380273321449792,\n                \"NonDiscretionaryShrinkageHours\": 0.0088235294117647058,\n                \"TotalShrinkage\": 8.1869111280875977,\n                \"TotalShrinkageHours\": 0.15588235294117644\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 18.646616541353385,\n                \"DiscretionaryShrinkageHours\": 0.13157894736842105,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.646616541353385,\n                \"TotalShrinkageHours\": 0.13157894736842105\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 5.9482038429406847,\n                \"DiscretionaryShrinkageHours\": 0.08771929824561403,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.9482038429406847,\n                \"TotalShrinkageHours\": 0.08771929824561403\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 11.234866828087165,\n                \"DiscretionaryShrinkageHours\": 0.11016949152542373,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.234866828087165,\n                \"TotalShrinkageHours\": 0.11016949152542373\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 8.8715280328799651,\n                \"DiscretionaryShrinkageHours\": 0.11328125,\n                \"NonDiscretionaryShrinkage\": 0.10416613095207483,\n                \"NonDiscretionaryShrinkageHours\": 0.00182290625,\n                \"TotalShrinkage\": 8.97569416383204,\n                \"TotalShrinkageHours\": 0.11510415625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 12.401960784313726,\n                \"DiscretionaryShrinkageHours\": 0.091911764705882359,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.401960784313726,\n                \"TotalShrinkageHours\": 0.091911764705882359\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 10.545486851457001,\n                \"DiscretionaryShrinkageHours\": 0.10074626865671642,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.545486851457001,\n                \"TotalShrinkageHours\": 0.10074626865671642\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 9.9934768427919121,\n                \"DiscretionaryShrinkageHours\": 0.092465753424657529,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.9934768427919121,\n                \"TotalShrinkageHours\": 0.092465753424657529\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 6.58618376928236,\n                \"DiscretionaryShrinkageHours\": 0.12676056338028169,\n                \"NonDiscretionaryShrinkage\": 0.040241448692152917,\n                \"NonDiscretionaryShrinkageHours\": 0.0014084507042253522,\n                \"TotalShrinkage\": 6.6264252179745133,\n                \"TotalShrinkageHours\": 0.12816901408450704\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 11.286332714904145,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285714,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.286332714904145,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 7.5943104514533095,\n                \"DiscretionaryShrinkageHours\": 0.094155844155844159,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5943104514533095,\n                \"TotalShrinkageHours\": 0.094155844155844159\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 12.44122965641953,\n                \"DiscretionaryShrinkageHours\": 0.0949367088607595,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.44122965641953,\n                \"TotalShrinkageHours\": 0.0949367088607595\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 6.7619050821997178,\n                \"DiscretionaryShrinkageHours\": 0.077777777777777779,\n                \"NonDiscretionaryShrinkage\": 0.099206005763231783,\n                \"NonDiscretionaryShrinkageHours\": 0.0018518444444444446,\n                \"TotalShrinkage\": 6.8611110879629509,\n                \"TotalShrinkageHours\": 0.079629622222222224\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 6.7383512544802864,\n                \"DiscretionaryShrinkageHours\": 0.059139784946236562,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.7383512544802864,\n                \"TotalShrinkageHours\": 0.059139784946236562\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 10.550595238095237,\n                \"DiscretionaryShrinkageHours\": 0.10227272727272728,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.550595238095237,\n                \"TotalShrinkageHours\": 0.10227272727272728\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 10.503875968992247,\n                \"DiscretionaryShrinkageHours\": 0.093023255813953487,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.503875968992247,\n                \"TotalShrinkageHours\": 0.093023255813953487\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 8.445499801882649,\n                \"DiscretionaryShrinkageHours\": 0.12234042553191489,\n                \"NonDiscretionaryShrinkage\": 0.044326085992830222,\n                \"NonDiscretionaryShrinkageHours\": 0.00088652127659574471,\n                \"TotalShrinkage\": 8.4898258878754778,\n                \"TotalShrinkageHours\": 0.12322694680851064\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 7.02626411389298,\n                \"DiscretionaryShrinkageHours\": 0.074742268041237112,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.02626411389298,\n                \"TotalShrinkageHours\": 0.074742268041237112\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 5.4239552964042756,\n                \"DiscretionaryShrinkageHours\": 0.056122448979591837,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.4239552964042756,\n                \"TotalShrinkageHours\": 0.056122448979591837\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 3.8876488095238098,\n                \"DiscretionaryShrinkageHours\": 0.049479166666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8876488095238098,\n                \"TotalShrinkageHours\": 0.049479166666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 9.8257839721254356,\n                \"DiscretionaryShrinkageHours\": 0.13719512195121952,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.8257839721254356,\n                \"TotalShrinkageHours\": 0.13719512195121952\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 10.641025641025641,\n                \"DiscretionaryShrinkageHours\": 0.085164835164835168,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.641025641025641,\n                \"TotalShrinkageHours\": 0.085164835164835168\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 6.746954595791804,\n                \"DiscretionaryShrinkageHours\": 0.069767441860465115,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.746954595791804,\n                \"TotalShrinkageHours\": 0.069767441860465115\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 5.9299719887955185,\n                \"DiscretionaryShrinkageHours\": 0.070588235294117646,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.9299719887955185,\n                \"TotalShrinkageHours\": 0.070588235294117646\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 5.38376374583271,\n                \"DiscretionaryShrinkageHours\": 0.074712643678160925,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.38376374583271,\n                \"TotalShrinkageHours\": 0.074712643678160925\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 9.3285179240235419,\n                \"DiscretionaryShrinkageHours\": 0.098314606741573038,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.3285179240235419,\n                \"TotalShrinkageHours\": 0.098314606741573038\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 9.36823593073593,\n                \"DiscretionaryShrinkageHours\": 0.096590909090909088,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.36823593073593,\n                \"TotalShrinkageHours\": 0.096590909090909088\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 9.0005232862375717,\n                \"DiscretionaryShrinkageHours\": 0.082417582417582416,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0005232862375717,\n                \"TotalShrinkageHours\": 0.082417582417582416\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 5.1606428714862451,\n                \"DiscretionaryShrinkageHours\": 0.051204819277108432,\n                \"NonDiscretionaryShrinkage\": 0.16064232931702813,\n                \"NonDiscretionaryShrinkageHours\": 0.0016064216867469881,\n                \"TotalShrinkage\": 5.3212852008032723,\n                \"TotalShrinkageHours\": 0.052811240963855428\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 6.3218390804597711,\n                \"DiscretionaryShrinkageHours\": 0.043103448275862072,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.3218390804597711,\n                \"TotalShrinkageHours\": 0.043103448275862072\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 3.7209302325581395,\n                \"DiscretionaryShrinkageHours\": 0.029069767441860465,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.7209302325581395,\n                \"TotalShrinkageHours\": 0.029069767441860465\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 4.901960784313725,\n                \"DiscretionaryShrinkageHours\": 0.026470588235294117,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.901960784313725,\n                \"TotalShrinkageHours\": 0.026470588235294117\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 4.3478260869565206,\n                \"DiscretionaryShrinkageHours\": 0.02717391304347826,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.3478260869565206,\n                \"TotalShrinkageHours\": 0.02717391304347826\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 5.7017543859649118,\n                \"DiscretionaryShrinkageHours\": 0.026315789473684209,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.7017543859649118,\n                \"TotalShrinkageHours\": 0.026315789473684209\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 3.0141843971631204,\n                \"DiscretionaryShrinkageHours\": 0.018617021276595744,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.0141843971631204,\n                \"TotalShrinkageHours\": 0.018617021276595744\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 5.6666666666666661,\n                \"DiscretionaryShrinkageHours\": 0.0475,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.6666666666666661,\n                \"TotalShrinkageHours\": 0.0475\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 5.6387938946422018,\n                \"DiscretionaryShrinkageHours\": 0.04878048780487805,\n                \"NonDiscretionaryShrinkage\": 0.2409980744145051,\n                \"NonDiscretionaryShrinkageHours\": 0.0030487682926829273,\n                \"TotalShrinkage\": 5.8797919690567078,\n                \"TotalShrinkageHours\": 0.051829256097560977\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 3.6144578313253009,\n                \"DiscretionaryShrinkageHours\": 0.015060240963855422,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.6144578313253009,\n                \"TotalShrinkageHours\": 0.015060240963855422\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.028846153846153848,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.028846153846153848\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 8.1140350877192979,\n                \"DiscretionaryShrinkageHours\": 0.029605263157894735,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.1140350877192979,\n                \"TotalShrinkageHours\": 0.029605263157894735\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 4.9751243781094523,\n                \"DiscretionaryShrinkageHours\": 0.026119402985074626,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.9751243781094523,\n                \"TotalShrinkageHours\": 0.026119402985074626\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 1.1904761904761905,\n                \"DiscretionaryShrinkageHours\": 0.0071428571428571426,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.1904761904761905,\n                \"TotalShrinkageHours\": 0.0071428571428571426\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 7.3943661971830981,\n                \"DiscretionaryShrinkageHours\": 0.035211267605633804,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.3943661971830981,\n                \"TotalShrinkageHours\": 0.035211267605633804\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 4.1666666666666661,\n                \"DiscretionaryShrinkageHours\": 0.013888888888888888,\n                \"NonDiscretionaryShrinkage\": 0.37037018518481485,\n                \"NonDiscretionaryShrinkageHours\": 0.0018518472222222224,\n                \"TotalShrinkage\": 4.5370368518514805,\n                \"TotalShrinkageHours\": 0.015740736111111112\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 6.1643835616438354,\n                \"DiscretionaryShrinkageHours\": 0.030821917808219176,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1643835616438354,\n                \"TotalShrinkageHours\": 0.030821917808219176\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 4.0540540540540544,\n                \"DiscretionaryShrinkageHours\": 0.010135135135135136,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.0540540540540544,\n                \"TotalShrinkageHours\": 0.010135135135135136\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 4.6875,\n                \"DiscretionaryShrinkageHours\": 0.015625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.6875,\n                \"TotalShrinkageHours\": 0.015625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 2.459016393442623,\n                \"DiscretionaryShrinkageHours\": 0.00819672131147541,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.459016393442623,\n                \"TotalShrinkageHours\": 0.00819672131147541\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.020833333333333332,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.020833333333333332\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 5.0847457627118651,\n                \"DiscretionaryShrinkageHours\": 0.012711864406779662,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.0847457627118651,\n                \"TotalShrinkageHours\": 0.012711864406779662\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 1.6949152542372881,\n                \"DiscretionaryShrinkageHours\": 0.00423728813559322,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.6949152542372881,\n                \"TotalShrinkageHours\": 0.00423728813559322\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 5.2469135802469129,\n                \"DiscretionaryShrinkageHours\": 0.023148148148148147,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.2469135802469129,\n                \"TotalShrinkageHours\": 0.023148148148148147\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 8.47457627118644,\n                \"DiscretionaryShrinkageHours\": 0.0211864406779661,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.47457627118644,\n                \"TotalShrinkageHours\": 0.0211864406779661\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 7.2727272727272725,\n                \"DiscretionaryShrinkageHours\": 0.027272727272727271,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.2727272727272725,\n                \"TotalShrinkageHours\": 0.027272727272727271\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.046296296296296294,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.046296296296296294\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 6.8181818181818175,\n                \"DiscretionaryShrinkageHours\": 0.017045454545454544,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.8181818181818175,\n                \"TotalShrinkageHours\": 0.017045454545454544\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 4.5454545454545459,\n                \"DiscretionaryShrinkageHours\": 0.017045454545454544,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.5454545454545459,\n                \"TotalShrinkageHours\": 0.017045454545454544\n            }\n        ],\n        \"summaryByDate\": [\n            {\n                \"ReportDate\": \"2024-03-18T00:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 51.5,\n                \"NonDiscretionaryShrinkage\": 0.0323,\n                \"NonDiscretionaryShrinkageHours\": 0.166666,\n                \"TotalShrinkage\": 10.0323,\n                \"TotalShrinkageHours\": 51.666666,\n                \"WeekDayId\": 1,\n                \"TotalHours\": 514.999998\n            },\n            {\n                \"ReportDate\": \"2024-03-19T00:00:00\",\n                \"DiscretionaryShrinkage\": 10.3017,\n                \"DiscretionaryShrinkageHours\": 49.5,\n                \"NonDiscretionaryShrinkage\": 0.0173,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 10.319,\n                \"TotalShrinkageHours\": 49.583333,\n                \"WeekDayId\": 2,\n                \"TotalHours\": 480.499999\n            },\n            {\n                \"ReportDate\": \"2024-03-20T00:00:00\",\n                \"DiscretionaryShrinkage\": 10.654,\n                \"DiscretionaryShrinkageHours\": 50.5,\n                \"NonDiscretionaryShrinkage\": 0.13,\n                \"NonDiscretionaryShrinkageHours\": 0.616666,\n                \"TotalShrinkage\": 10.784,\n                \"TotalShrinkageHours\": 51.116666,\n                \"WeekDayId\": 3,\n                \"TotalHours\": 473.999998\n            },\n            {\n                \"ReportDate\": \"2024-03-21T00:00:00\",\n                \"DiscretionaryShrinkage\": 11.0332,\n                \"DiscretionaryShrinkageHours\": 47.25,\n                \"NonDiscretionaryShrinkage\": 0.0895,\n                \"NonDiscretionaryShrinkageHours\": 0.383332,\n                \"TotalShrinkage\": 11.1227,\n                \"TotalShrinkageHours\": 47.633332,\n                \"WeekDayId\": 4,\n                \"TotalHours\": 428.249997\n            },\n            {\n                \"ReportDate\": \"2024-03-22T00:00:00\",\n                \"DiscretionaryShrinkage\": 13.16,\n                \"DiscretionaryShrinkageHours\": 40.5,\n                \"NonDiscretionaryShrinkage\": 0.0324,\n                \"NonDiscretionaryShrinkageHours\": 0.1,\n                \"TotalShrinkage\": 13.1924,\n                \"TotalShrinkageHours\": 40.6,\n                \"WeekDayId\": 5,\n                \"TotalHours\": 307.75\n            },\n            {\n                \"ReportDate\": \"2024-03-23T00:00:00\",\n                \"DiscretionaryShrinkage\": 23.6538,\n                \"DiscretionaryShrinkageHours\": 30.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.6538,\n                \"TotalShrinkageHours\": 30.75,\n                \"WeekDayId\": 6,\n                \"TotalHours\": 130\n            },\n            {\n                \"ReportDate\": \"2024-03-24T00:00:00\",\n                \"DiscretionaryShrinkage\": 20.0231,\n                \"DiscretionaryShrinkageHours\": 43.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.0231,\n                \"TotalShrinkageHours\": 43.25,\n                \"WeekDayId\": 7,\n                \"TotalHours\": 216\n            },\n            {\n                \"ReportDate\": \"2024-03-25T00:00:00\",\n                \"DiscretionaryShrinkage\": 11.8414,\n                \"DiscretionaryShrinkageHours\": 59,\n                \"NonDiscretionaryShrinkage\": 0.0334,\n                \"NonDiscretionaryShrinkageHours\": 0.166666,\n                \"TotalShrinkage\": 11.8748,\n                \"TotalShrinkageHours\": 59.166666,\n                \"WeekDayId\": 1,\n                \"TotalHours\": 498.249998\n            }\n        ],\n        \"summaryByDOW\": [\n            {\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 10.905502140263517,\n                \"DiscretionaryShrinkageHours\": 110.5,\n                \"NonDiscretionaryShrinkage\": 0.032897310763966688,\n                \"NonDiscretionaryShrinkageHours\": 0.333332,\n                \"TotalShrinkage\": 10.938399451027484,\n                \"TotalShrinkageHours\": 110.833332\n            },\n            {\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 10.301769012074441,\n                \"DiscretionaryShrinkageHours\": 49.5,\n                \"NonDiscretionaryShrinkage\": 0.017342976102690897,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 10.319111988177133,\n                \"TotalShrinkageHours\": 49.583333\n            },\n            {\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10.654008483772188,\n                \"DiscretionaryShrinkageHours\": 50.5,\n                \"NonDiscretionaryShrinkage\": 0.13009831278522496,\n                \"NonDiscretionaryShrinkageHours\": 0.616666,\n                \"TotalShrinkage\": 10.784106796557412,\n                \"TotalShrinkageHours\": 51.116666\n            },\n            {\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 11.033275033508057,\n                \"DiscretionaryShrinkageHours\": 47.25,\n                \"NonDiscretionaryShrinkage\": 0.089511267410470052,\n                \"NonDiscretionaryShrinkageHours\": 0.383332,\n                \"TotalShrinkage\": 11.122786300918527,\n                \"TotalShrinkageHours\": 47.633332\n            },\n            {\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 13.160032493907393,\n                \"DiscretionaryShrinkageHours\": 40.5,\n                \"NonDiscretionaryShrinkage\": 0.032493907392363935,\n                \"NonDiscretionaryShrinkageHours\": 0.1,\n                \"TotalShrinkage\": 13.192526401299757,\n                \"TotalShrinkageHours\": 40.6\n            },\n            {\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 23.653846153846153,\n                \"DiscretionaryShrinkageHours\": 30.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.653846153846153,\n                \"TotalShrinkageHours\": 30.75\n            },\n            {\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 20.023148148148149,\n                \"DiscretionaryShrinkageHours\": 43.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.023148148148149,\n                \"TotalShrinkageHours\": 43.25\n            }\n        ],\n        \"averageByDOW\": [\n            {\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 10.9207,\n                \"DiscretionaryShrinkageHours\": 55.25,\n                \"NonDiscretionaryShrinkage\": 0.032850000000000004,\n                \"NonDiscretionaryShrinkageHours\": 0.166666,\n                \"TotalShrinkage\": 10.95355,\n                \"TotalShrinkageHours\": 55.416666\n            },\n            {\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 10.3017,\n                \"DiscretionaryShrinkageHours\": 49.5,\n                \"NonDiscretionaryShrinkage\": 0.0173,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 10.319,\n                \"TotalShrinkageHours\": 49.583333\n            },\n            {\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10.654,\n                \"DiscretionaryShrinkageHours\": 50.5,\n                \"NonDiscretionaryShrinkage\": 0.13,\n                \"NonDiscretionaryShrinkageHours\": 0.616666,\n                \"TotalShrinkage\": 10.784,\n                \"TotalShrinkageHours\": 51.116666\n            },\n            {\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 11.0332,\n                \"DiscretionaryShrinkageHours\": 47.25,\n                \"NonDiscretionaryShrinkage\": 0.0895,\n                \"NonDiscretionaryShrinkageHours\": 0.383332,\n                \"TotalShrinkage\": 11.1227,\n                \"TotalShrinkageHours\": 47.633332\n            },\n            {\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 13.16,\n                \"DiscretionaryShrinkageHours\": 40.5,\n                \"NonDiscretionaryShrinkage\": 0.0324,\n                \"NonDiscretionaryShrinkageHours\": 0.1,\n                \"TotalShrinkage\": 13.1924,\n                \"TotalShrinkageHours\": 40.6\n            },\n            {\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 23.6538,\n                \"DiscretionaryShrinkageHours\": 30.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.6538,\n                \"TotalShrinkageHours\": 30.75\n            },\n            {\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 20.0231,\n                \"DiscretionaryShrinkageHours\": 43.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.0231,\n                \"TotalShrinkageHours\": 43.25\n            }\n        ],\n        \"summaryByWeek\": [\n            {\n                \"ReportDate\": \"2024-03-18T00:00:00\",\n                \"DiscretionaryShrinkage\": 12.277091945215259,\n                \"DiscretionaryShrinkageHours\": 313.25,\n                \"NonDiscretionaryShrinkage\": 0.052909935498051917,\n                \"NonDiscretionaryShrinkageHours\": 1.349997,\n                \"TotalShrinkage\": 12.330001880713311,\n                \"TotalShrinkageHours\": 314.599997\n            },\n            {\n                \"ReportDate\": \"2024-03-25T00:00:00\",\n                \"DiscretionaryShrinkage\": 11.841445105234099,\n                \"DiscretionaryShrinkageHours\": 59,\n                \"NonDiscretionaryShrinkage\": 0.033450276100151631,\n                \"NonDiscretionaryShrinkageHours\": 0.166666,\n                \"TotalShrinkage\": 11.87489538133425,\n                \"TotalShrinkageHours\": 59.166666\n            }\n        ],\n        \"summaryByMonth\": [\n            {\n                \"ReportDate\": \"2024-03-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 12.205918557933989,\n                \"DiscretionaryShrinkageHours\": 372.25,\n                \"NonDiscretionaryShrinkage\": 0.049730732190280277,\n                \"NonDiscretionaryShrinkageHours\": 1.5166629999999999,\n                \"TotalShrinkage\": 12.25564929012427,\n                \"TotalShrinkageHours\": 373.766663\n            }\n        ],\n        \"summaryExecutive\": [\n            {\n                \"DiscretionaryShrinkage\": 12.205918557933989,\n                \"DiscretionaryShrinkageHours\": 372.25,\n                \"NonDiscretionaryShrinkage\": 0.049730732190280277,\n                \"NonDiscretionaryShrinkageHours\": 1.5166629999999999,\n                \"TotalShrinkage\": 12.25564929012427,\n                \"TotalShrinkageHours\": 373.766663\n            }\n        ],\n        \"mondayByIntervalTotal\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 85.714285714285708,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 85.714285714285708,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 23.076923076923077,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.076923076923077,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 16.216216216216218,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.216216216216218,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 13.888888888888889,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.888888888888889,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 8.8235294117647065,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.8235294117647065,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 8.8235294117647065,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.8235294117647065,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 22.916666666666664,\n                \"DiscretionaryShrinkageHours\": 2.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.916666666666664,\n                \"TotalShrinkageHours\": 2.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 14.583333333333334,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.583333333333334,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 9.375,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.375,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 4.6875,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.6875,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 10.9375,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.9375,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 10.606060606060606,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.606060606060606,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 10.975609756097562,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.975609756097562,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 8.536585365853659,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.536585365853659,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 10.975609756097562,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.975609756097562,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 6.0975609756097562,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.0975609756097562,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 8.1395356408870363,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0.77519076978518786,\n                \"NonDiscretionaryShrinkageHours\": 0.166666,\n                \"TotalShrinkage\": 8.9147264106722233,\n                \"TotalShrinkageHours\": 1.916666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 3.4883720930232558,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.4883720930232558,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 13.095238095238097,\n                \"DiscretionaryShrinkageHours\": 2.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.095238095238097,\n                \"TotalShrinkageHours\": 2.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 3.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 3.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 7.7777777777777777,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.7777777777777777,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 3.3333333333333335,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.3333333333333335,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 12.790697674418606,\n                \"DiscretionaryShrinkageHours\": 2.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.790697674418606,\n                \"TotalShrinkageHours\": 2.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 5.9523809523809517,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.9523809523809517,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 9.75609756097561,\n                \"DiscretionaryShrinkageHours\": 2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.75609756097561,\n                \"TotalShrinkageHours\": 2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 3.6585365853658534,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.6585365853658534,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 9.2105263157894726,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.2105263157894726,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 11.842105263157894,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.842105263157894,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 19.444444444444446,\n                \"DiscretionaryShrinkageHours\": 3.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.444444444444446,\n                \"TotalShrinkageHours\": 3.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 4.1666666666666661,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.1666666666666661,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 8.8235294117647065,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.8235294117647065,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 8.8235294117647065,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.8235294117647065,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 8.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.5714285714285712,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 5.9701492537313428,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.9701492537313428,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 1.4925373134328357,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.4925373134328357,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 5.9701492537313428,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.9701492537313428,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 4.4776119402985071,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.4776119402985071,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 8.9285727040818141,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 1.1904715986387997,\n                \"NonDiscretionaryShrinkageHours\": 0.166666,\n                \"TotalShrinkage\": 10.119044302720614,\n                \"TotalShrinkageHours\": 1.416666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 7.2727272727272725,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.2727272727272725,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 8.16326530612245,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.16326530612245,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 6.1224489795918364,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1224489795918364,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 8.88888888888889,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.88888888888889,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 4.8780487804878048,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.8780487804878048,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 4.8780487804878048,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.8780487804878048,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 18.75,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.75,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 6.4516129032258061,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.4516129032258061,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 7.4074074074074066,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.4074074074074066,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 4.3478260869565215,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.3478260869565215,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 19.047619047619047,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.047619047619047,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 9.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.5238095238095237,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 11.76470588235294,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76470588235294,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 18.75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.75,\n                \"TotalShrinkageHours\": 0.75\n            }\n        ],\n        \"mondayByIntervalAverage\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 70,\n                \"DiscretionaryShrinkageHours\": 0.375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 70,\n                \"TotalShrinkageHours\": 0.375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 75,\n                \"DiscretionaryShrinkageHours\": 0.375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 75,\n                \"TotalShrinkageHours\": 0.375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 53.333333333333336,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 53.333333333333336,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.14285714285714285,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.14285714285714285\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.14285714285714285,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.14285714285714285\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 13.333333333333334,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.333333333333334,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 8,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 18,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 27.27272727272727,\n                \"DiscretionaryShrinkageHours\": 0.1818181818181818,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 27.27272727272727,\n                \"TotalShrinkageHours\": 0.18181818181818182\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 5.7142857142857144,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.7142857142857144,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 5.7142857142857144,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.7142857142857144,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 17.5,\n                \"DiscretionaryShrinkageHours\": 0.09375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.5,\n                \"TotalShrinkageHours\": 0.09375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 4.2857142857142856,\n                \"DiscretionaryShrinkageHours\": 0.09375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.2857142857142856,\n                \"TotalShrinkageHours\": 0.09375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 12.962962962962962,\n                \"DiscretionaryShrinkageHours\": 0.069444444444444448,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.962962962962962,\n                \"TotalShrinkageHours\": 0.069444444444444448\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 2.083333333333333,\n                \"DiscretionaryShrinkageHours\": 0.046875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.083333333333333,\n                \"TotalShrinkageHours\": 0.046875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 2.083333333333333,\n                \"DiscretionaryShrinkageHours\": 0.046875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.083333333333333,\n                \"TotalShrinkageHours\": 0.046875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 6.6287878787878789,\n                \"DiscretionaryShrinkageHours\": 0.171875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.6287878787878789,\n                \"TotalShrinkageHours\": 0.171875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 12.962962962962966,\n                \"DiscretionaryShrinkageHours\": 0.097222222222222224,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.962962962962966,\n                \"TotalShrinkageHours\": 0.097222222222222224\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 1.8518518518518516,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.8518518518518516,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.1125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.1125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 4.4047619047619042,\n                \"DiscretionaryShrinkageHours\": 0.075,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.4047619047619042,\n                \"TotalShrinkageHours\": 0.075\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 1.6666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.0375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.6666666666666667,\n                \"TotalShrinkageHours\": 0.0375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 8.5416666666666661,\n                \"DiscretionaryShrinkageHours\": 0.0875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.5416666666666661,\n                \"TotalShrinkageHours\": 0.0875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 6.9444444444444438,\n                \"DiscretionaryShrinkageHours\": 0.072916666666666671,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9444444444444438,\n                \"TotalShrinkageHours\": 0.072916666666666671\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 3.1746031746031744,\n                \"DiscretionaryShrinkageHours\": 0.09375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.1746031746031744,\n                \"TotalShrinkageHours\": 0.09375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 8.9743589743589727,\n                \"DiscretionaryShrinkageHours\": 0.0673076923076923,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.9743589743589727,\n                \"TotalShrinkageHours\": 0.0673076923076923\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 5.4112554112554108,\n                \"DiscretionaryShrinkageHours\": 0.10227272727272728,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.4112554112554108,\n                \"TotalShrinkageHours\": 0.10227272727272728\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 9.7222222222222232,\n                \"DiscretionaryShrinkageHours\": 0.052083333333333336,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.7222222222222232,\n                \"TotalShrinkageHours\": 0.052083333333333336\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 3.7857152465991577,\n                \"DiscretionaryShrinkageHours\": 0.058333333333333334,\n                \"NonDiscretionaryShrinkage\": 0.29761801728969539,\n                \"NonDiscretionaryShrinkageHours\": 0.0055555333333333337,\n                \"TotalShrinkage\": 4.0833332638888535,\n                \"TotalShrinkageHours\": 0.063888866666666669\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 2,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 6.7032967032967035,\n                \"DiscretionaryShrinkageHours\": 0.10576923076923077,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.7032967032967035,\n                \"TotalShrinkageHours\": 0.10576923076923077\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.0673076923076923,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.0673076923076923\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 4.635989010989011,\n                \"DiscretionaryShrinkageHours\": 0.13392857142857145,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.635989010989011,\n                \"TotalShrinkageHours\": 0.13392857142857143\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 5.3385416666666661,\n                \"DiscretionaryShrinkageHours\": 0.0546875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.3385416666666661,\n                \"TotalShrinkageHours\": 0.0546875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 4.296875,\n                \"DiscretionaryShrinkageHours\": 0.0390625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.296875,\n                \"TotalShrinkageHours\": 0.0390625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 1.171875,\n                \"DiscretionaryShrinkageHours\": 0.0234375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.171875,\n                \"TotalShrinkageHours\": 0.0234375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 5.1282051282051277,\n                \"DiscretionaryShrinkageHours\": 0.10576923076923077,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.1282051282051277,\n                \"TotalShrinkageHours\": 0.10576923076923077\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 8.9743589743589727,\n                \"DiscretionaryShrinkageHours\": 0.04807692307692308,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.9743589743589727,\n                \"TotalShrinkageHours\": 0.04807692307692308\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 8.3874458874458888,\n                \"DiscretionaryShrinkageHours\": 0.0909090909090909,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3874458874458888,\n                \"TotalShrinkageHours\": 0.090909090909090912\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 1.3888888888888888,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.3888888888888888,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 3.3574380165289255,\n                \"DiscretionaryShrinkageHours\": 0.079545454545454544,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.3574380165289255,\n                \"TotalShrinkageHours\": 0.079545454545454544\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 10.11904761904762,\n                \"DiscretionaryShrinkageHours\": 0.09375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.11904761904762,\n                \"TotalShrinkageHours\": 0.09375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 8.6061507936507944,\n                \"DiscretionaryShrinkageHours\": 0.14583333333333334,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.6061507936507944,\n                \"TotalShrinkageHours\": 0.14583333333333334\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 1.3888888888888888,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.3888888888888888,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 4.5833333333333339,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.5833333333333339,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 4.4444444444444438,\n                \"DiscretionaryShrinkageHours\": 0.033333333333333333,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.4444444444444438,\n                \"TotalShrinkageHours\": 0.033333333333333333\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 3.225806451612903,\n                \"DiscretionaryShrinkageHours\": 0.0080645161290322578,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.225806451612903,\n                \"TotalShrinkageHours\": 0.0080645161290322578\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 4.4444444444444438,\n                \"DiscretionaryShrinkageHours\": 0.033333333333333333,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.4444444444444438,\n                \"TotalShrinkageHours\": 0.033333333333333333\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 3.645833333333333,\n                \"DiscretionaryShrinkageHours\": 0.0234375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.645833333333333,\n                \"TotalShrinkageHours\": 0.0234375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 3.9285749285745859,\n                \"DiscretionaryShrinkageHours\": 0.044642857142857137,\n                \"NonDiscretionaryShrinkage\": 0.53571263095087851,\n                \"NonDiscretionaryShrinkageHours\": 0.0059523571428571429,\n                \"TotalShrinkage\": 4.4642875595254639,\n                \"TotalShrinkageHours\": 0.050595214285714285\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.026785714285714288,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.026785714285714284\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 4.3859649122807012,\n                \"DiscretionaryShrinkageHours\": 0.026315789473684213,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.3859649122807012,\n                \"TotalShrinkageHours\": 0.026315789473684209\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 9.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.023809523809523812,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.5238095238095237,\n                \"TotalShrinkageHours\": 0.023809523809523808\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.023809523809523812,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.023809523809523808\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.019230769230769228,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.019230769230769232\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.011904761904761906,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.011904761904761904\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.055555555555555559,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.055555555555555552\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.0625\n            }\n        ],\n        \"tuesdayByIntervalTotal\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 26.315789473684209,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.315789473684209,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 15.789473684210526,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.789473684210526,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 21.875,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.875,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 15.625,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.625,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 15.625,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.625,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 15.789473684210526,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.789473684210526,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 15.789473684210526,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.789473684210526,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 7.8947368421052628,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.8947368421052628,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 16.216216216216218,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.216216216216218,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 10.526315789473683,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.526315789473683,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 10.526315789473683,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.526315789473683,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 21.621621621621621,\n                \"DiscretionaryShrinkageHours\": 2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.621621621621621,\n                \"TotalShrinkageHours\": 2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 10.810810810810811,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.810810810810811,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 22.5,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.5,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 7.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 7.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 7.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 18.421052631578945,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.421052631578945,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 13.513513513513514,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.513513513513514,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 13.513513513513514,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.513513513513514,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 24.324324324324326,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 24.324324324324326,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 8.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.5714285714285712,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 17.142857142857142,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.142857142857142,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 5.7142857142857144,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.7142857142857144,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 11.428571428571429,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.428571428571429,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 6.0606060606060606,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.0606060606060606,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 6.0606060606060606,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.0606060606060606,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 3.225806451612903,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.225806451612903,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 9.67741935483871,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.67741935483871,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 24.000003840000613,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 1.333328213332514,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 25.333332053333123,\n                \"TotalShrinkageHours\": 1.583333\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 4.3478260869565215,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.3478260869565215,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 9.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.5238095238095237,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"tuesdayByIntervalAverage\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 9.25925925925926,\n                \"DiscretionaryShrinkageHours\": 0.20833333333333334,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.25925925925926,\n                \"TotalShrinkageHours\": 0.20833333333333334\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 6.1224489795918364,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1224489795918364,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 6.1224489795918364,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1224489795918364,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 6.1224489795918364,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1224489795918364,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 11.688311688311687,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.688311688311687,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 20.408163265306122,\n                \"DiscretionaryShrinkageHours\": 0.14285714285714285,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.408163265306122,\n                \"TotalShrinkageHours\": 0.14285714285714285\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 6.1224489795918364,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1224489795918364,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 6.1224489795918364,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1224489795918364,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 11.604938271604937,\n                \"DiscretionaryShrinkageHours\": 0.19444444444444445,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.604938271604937,\n                \"TotalShrinkageHours\": 0.19444444444444445\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 10.317460317460318,\n                \"DiscretionaryShrinkageHours\": 0.11111111111111112,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.317460317460318,\n                \"TotalShrinkageHours\": 0.11111111111111111\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 8.0952380952380949,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.0952380952380949,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 12.987012987012989,\n                \"DiscretionaryShrinkageHours\": 0.13636363636363635,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.987012987012989,\n                \"TotalShrinkageHours\": 0.13636363636363635\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 3.8961038961038961,\n                \"DiscretionaryShrinkageHours\": 0.068181818181818177,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8961038961038961,\n                \"TotalShrinkageHours\": 0.068181818181818177\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 11.904761904761905,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.904761904761905,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 9.6153846153846168,\n                \"DiscretionaryShrinkageHours\": 0.076923076923076913,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.6153846153846168,\n                \"TotalShrinkageHours\": 0.076923076923076927\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 14.772727272727273,\n                \"DiscretionaryShrinkageHours\": 0.1818181818181818,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.772727272727273,\n                \"TotalShrinkageHours\": 0.18181818181818182\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 9.8484848484848477,\n                \"DiscretionaryShrinkageHours\": 0.0909090909090909,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.8484848484848477,\n                \"TotalShrinkageHours\": 0.090909090909090912\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 7.4925074925074924,\n                \"DiscretionaryShrinkageHours\": 0.17307692307692307,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.4925074925074924,\n                \"TotalShrinkageHours\": 0.17307692307692307\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 3.296703296703297,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.296703296703297,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 3.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.5714285714285712,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 3.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.5714285714285712,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 10.952380952380951,\n                \"DiscretionaryShrinkageHours\": 0.175,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.952380952380951,\n                \"TotalShrinkageHours\": 0.175\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.10416666666666667,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.10416666666666667\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 3.296703296703297,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.296703296703297,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 3.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.5714285714285712,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 5.7692307692307692,\n                \"DiscretionaryShrinkageHours\": 0.096153846153846159,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.7692307692307692,\n                \"TotalShrinkageHours\": 0.096153846153846159\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 11.208791208791208,\n                \"DiscretionaryShrinkageHours\": 0.17307692307692307,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.208791208791208,\n                \"TotalShrinkageHours\": 0.17307692307692307\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 3.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.5714285714285712,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 10.989010989010989,\n                \"DiscretionaryShrinkageHours\": 0.11538461538461539,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.989010989010989,\n                \"TotalShrinkageHours\": 0.11538461538461539\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 3.03030303030303,\n                \"DiscretionaryShrinkageHours\": 0.045454545454545449,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03030303030303,\n                \"TotalShrinkageHours\": 0.045454545454545456\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 5.1282051282051277,\n                \"DiscretionaryShrinkageHours\": 0.038461538461538457,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.1282051282051277,\n                \"TotalShrinkageHours\": 0.038461538461538464\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 3.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.017857142857142856,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.5714285714285712,\n                \"TotalShrinkageHours\": 0.017857142857142856\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.053571428571428575,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.053571428571428568\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 7.1428612244921279,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0.39682403628040164,\n                \"NonDiscretionaryShrinkageHours\": 0.0069444166666666664,\n                \"TotalShrinkage\": 7.5396852607725284,\n                \"TotalShrinkageHours\": 0.13194441666666668\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.020833333333333332,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.020833333333333332\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 6.06060606060606,\n                \"DiscretionaryShrinkageHours\": 0.045454545454545449,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.06060606060606,\n                \"TotalShrinkageHours\": 0.045454545454545456\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 3.8461538461538463,\n                \"DiscretionaryShrinkageHours\": 0.019230769230769228,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8461538461538463,\n                \"TotalShrinkageHours\": 0.019230769230769232\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.022727272727272724,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.022727272727272728\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.022727272727272724,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.022727272727272728\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"wednesdayByIntervalTotal\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 14.285722448984256,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 4.7618884353648205,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 19.047610884349076,\n                \"TotalShrinkageHours\": 0.333333\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 27.777777777777779,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 27.777777777777779,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 5.384615384615385,\n                \"NonDiscretionaryShrinkageHours\": 0.35,\n                \"TotalShrinkage\": 20.76923076923077,\n                \"TotalShrinkageHours\": 1.35\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 19.230769230769234,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.230769230769234,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 10.714285714285714,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.714285714285714,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 15.625,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.625,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 15.625,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.625,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 9.375,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.375,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 21.052631578947366,\n                \"DiscretionaryShrinkageHours\": 2,\n                \"NonDiscretionaryShrinkage\": 1.0526315789473684,\n                \"NonDiscretionaryShrinkageHours\": 0.1,\n                \"TotalShrinkage\": 22.105263157894736,\n                \"TotalShrinkageHours\": 2.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 10.526315789473683,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.526315789473683,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 13.157894736842104,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.157894736842104,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 13.157894736842104,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.157894736842104,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 10.526315789473683,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.526315789473683,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 23.684210526315788,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.684210526315788,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 17.500001750000173,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0.83333008333300818,\n                \"NonDiscretionaryShrinkageHours\": 0.083333,\n                \"TotalShrinkage\": 18.333331833333183,\n                \"TotalShrinkageHours\": 1.833333\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 7.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 7.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 15.789473684210526,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.789473684210526,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 10.810810810810811,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.810810810810811,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 16.216216216216218,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.216216216216218,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 8.1081081081081088,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.1081081081081088,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 13.888888888888889,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.888888888888889,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 11.76470588235294,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76470588235294,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 20.588235294117645,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.588235294117645,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 9.67741935483871,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.67741935483871,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 9.67741935483871,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.67741935483871,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 6.4516129032258061,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.4516129032258061,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 3.225806451612903,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.225806451612903,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 3.3333333333333335,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.3333333333333335,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 3.3333333333333335,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.3333333333333335,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 4.5454545454545459,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.5454545454545459,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 5.2631578947368416,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.2631578947368416,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 10.526315789473683,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.526315789473683,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 15.789473684210526,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.789473684210526,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 27.27272727272727,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 27.27272727272727,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"wednesdayByIntervalAverage\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 6.6666755555674087,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 2.2222162962883951,\n                \"NonDiscretionaryShrinkageHours\": 0.0166666,\n                \"TotalShrinkage\": 8.8888918518558047,\n                \"TotalShrinkageHours\": 0.066666599999999993\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.3,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.3\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 20.408163265306122,\n                \"DiscretionaryShrinkageHours\": 0.14285714285714285,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.408163265306122,\n                \"TotalShrinkageHours\": 0.14285714285714285\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 6.1224489795918364,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1224489795918364,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 17.857142857142858,\n                \"DiscretionaryShrinkageHours\": 0.15625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.857142857142858,\n                \"TotalShrinkageHours\": 0.15625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 7.4211502782931342,\n                \"DiscretionaryShrinkageHours\": 0.14285714285714285,\n                \"NonDiscretionaryShrinkage\": 1.8181818181818181,\n                \"NonDiscretionaryShrinkageHours\": 0.05,\n                \"TotalShrinkage\": 9.2393320964749535,\n                \"TotalShrinkageHours\": 0.19285714285714287\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 14.583333333333332,\n                \"DiscretionaryShrinkageHours\": 0.15625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.583333333333332,\n                \"TotalShrinkageHours\": 0.15625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 7.4074074074074066,\n                \"DiscretionaryShrinkageHours\": 0.11111111111111112,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.4074074074074066,\n                \"TotalShrinkageHours\": 0.11111111111111111\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 12.169312169312169,\n                \"DiscretionaryShrinkageHours\": 0.1388888888888889,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.169312169312169,\n                \"TotalShrinkageHours\": 0.1388888888888889\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 7.8571428571428568,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0.2857142857142857,\n                \"NonDiscretionaryShrinkageHours\": 0.01,\n                \"TotalShrinkage\": 8.1428571428571441,\n                \"TotalShrinkageHours\": 0.21000000000000002\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 8.4415584415584419,\n                \"DiscretionaryShrinkageHours\": 0.0909090909090909,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.4415584415584419,\n                \"TotalShrinkageHours\": 0.090909090909090912\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 11.904761904761905,\n                \"DiscretionaryShrinkageHours\": 0.10416666666666667,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.904761904761905,\n                \"TotalShrinkageHours\": 0.10416666666666667\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.11363636363636363,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.11363636363636363\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 10.897435897435896,\n                \"DiscretionaryShrinkageHours\": 0.096153846153846159,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.897435897435896,\n                \"TotalShrinkageHours\": 0.096153846153846159\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 8.9285714285714288,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.9285714285714288,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 11.25,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.25,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 7.1428589285723225,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0.29761800595186005,\n                \"NonDiscretionaryShrinkageHours\": 0.0059523571428571429,\n                \"TotalShrinkage\": 7.44047693452418,\n                \"TotalShrinkageHours\": 0.13095235714285716\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 3.0612244897959182,\n                \"DiscretionaryShrinkageHours\": 0.053571428571428575,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.0612244897959182,\n                \"TotalShrinkageHours\": 0.053571428571428568\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 2.8571428571428572,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.8571428571428572,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 4.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.066666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.5238095238095237,\n                \"TotalShrinkageHours\": 0.066666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 7.7380952380952381,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.7380952380952381,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 9.6153846153846168,\n                \"DiscretionaryShrinkageHours\": 0.11538461538461539,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.6153846153846168,\n                \"TotalShrinkageHours\": 0.11538461538461539\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 10.204081632653061,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.204081632653061,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 10.714285714285715,\n                \"DiscretionaryShrinkageHours\": 0.13636363636363635,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.714285714285715,\n                \"TotalShrinkageHours\": 0.13636363636363635\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 3.296703296703297,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.296703296703297,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.089285714285714274,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.089285714285714288\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 9.4505494505494525,\n                \"DiscretionaryShrinkageHours\": 0.13461538461538461,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.4505494505494525,\n                \"TotalShrinkageHours\": 0.13461538461538461\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 4.615384615384615,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.615384615384615,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 4.1666666666666661,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.1666666666666661,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.022727272727272724,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.022727272727272728\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 2.7777777777777777,\n                \"DiscretionaryShrinkageHours\": 0.020833333333333332,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.7777777777777777,\n                \"TotalShrinkageHours\": 0.020833333333333332\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.019230769230769228,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.019230769230769232\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.15384615384615383,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.15384615384615386\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.020833333333333332,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.020833333333333332\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 7.5,\n                \"DiscretionaryShrinkageHours\": 0.075,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5,\n                \"TotalShrinkageHours\": 0.075\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.09375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.09375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"thursdayByIntervalTotal\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 31.25,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 31.25,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 18.75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 31.25,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 31.25,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 19.047619047619047,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.047619047619047,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 21.739130434782609,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.739130434782609,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 13.043478260869565,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.043478260869565,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 17.857145408163628,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 1.6666573809510545,\n                \"NonDiscretionaryShrinkageHours\": 0.116666,\n                \"TotalShrinkage\": 19.523802789114679,\n                \"TotalShrinkageHours\": 1.366666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 10.344827586206897,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.344827586206897,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 13.793103448275861,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.793103448275861,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 14.705882352941178,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.705882352941178,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 20.588235294117645,\n                \"DiscretionaryShrinkageHours\": 1.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.588235294117645,\n                \"TotalShrinkageHours\": 1.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 14.705882352941178,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.705882352941178,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 11.76470588235294,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76470588235294,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 10.810810810810811,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.810810810810811,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 8.1081081081081088,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.1081081081081088,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 13.888888888888889,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.888888888888889,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 13.888888888888889,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.888888888888889,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 13.888888888888889,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.888888888888889,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 8.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.5714285714285712,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 26.47058823529412,\n                \"DiscretionaryShrinkageHours\": 2.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.47058823529412,\n                \"TotalShrinkageHours\": 2.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 18.181818181818183,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.181818181818183,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 9.375,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.375,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 9.67741935483871,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.67741935483871,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 12.903225806451612,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.903225806451612,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 10.344827586206897,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.344827586206897,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 20.689655172413794,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.689655172413794,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 3.7037042524006303,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 1.9753039963413333,\n                \"NonDiscretionaryShrinkageHours\": 0.133333,\n                \"TotalShrinkage\": 5.6790082487419635,\n                \"TotalShrinkageHours\": 0.38333300000000003\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 3.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.5714285714285712,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 7.4074074074074066,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.4074074074074066,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 3.7037037037037033,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.7037037037037033,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 9.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.5238095238095237,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 9.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.5238095238095237,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 10.526315789473683,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.526315789473683,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 10.526315789473683,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.526315789473683,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 3.3333258333314584,\n                \"NonDiscretionaryShrinkageHours\": 0.133333,\n                \"TotalShrinkage\": 3.3333258333314584,\n                \"TotalShrinkageHours\": 0.133333\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"thursdayByIntervalAverage\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 19.444444444444443,\n                \"DiscretionaryShrinkageHours\": 0.20833333333333334,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.444444444444443,\n                \"TotalShrinkageHours\": 0.20833333333333334\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 21.428571428571427,\n                \"DiscretionaryShrinkageHours\": 0.14285714285714285,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.428571428571427,\n                \"TotalShrinkageHours\": 0.14285714285714285\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 21.428571428571427,\n                \"DiscretionaryShrinkageHours\": 0.14285714285714285,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.428571428571427,\n                \"TotalShrinkageHours\": 0.14285714285714285\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.20833333333333334,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.20833333333333334\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 12.653063556852645,\n                \"DiscretionaryShrinkageHours\": 0.17857142857142855,\n                \"NonDiscretionaryShrinkage\": 0.95237605441896989,\n                \"NonDiscretionaryShrinkageHours\": 0.01666657142857143,\n                \"TotalShrinkage\": 13.605439611271613,\n                \"TotalShrinkageHours\": 0.195238\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 7.7777777777777777,\n                \"DiscretionaryShrinkageHours\": 0.1388888888888889,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.7777777777777777,\n                \"TotalShrinkageHours\": 0.1388888888888889\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 13,\n                \"DiscretionaryShrinkageHours\": 0.175,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13,\n                \"TotalShrinkageHours\": 0.175\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 9.1666666666666679,\n                \"DiscretionaryShrinkageHours\": 0.10416666666666667,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.1666666666666679,\n                \"TotalShrinkageHours\": 0.10416666666666667\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 9.1666666666666679,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.1666666666666679,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 6.1538461538461542,\n                \"DiscretionaryShrinkageHours\": 0.076923076923076913,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.1538461538461542,\n                \"TotalShrinkageHours\": 0.076923076923076927\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 5.3571428571428568,\n                \"DiscretionaryShrinkageHours\": 0.053571428571428575,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.3571428571428568,\n                \"TotalShrinkageHours\": 0.053571428571428568\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 10.897435897435896,\n                \"DiscretionaryShrinkageHours\": 0.096153846153846159,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.897435897435896,\n                \"TotalShrinkageHours\": 0.096153846153846159\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 10.416666666666668,\n                \"DiscretionaryShrinkageHours\": 0.10416666666666667,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.416666666666668,\n                \"TotalShrinkageHours\": 0.10416666666666667\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.096153846153846159,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.096153846153846159\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 3.8461538461538463,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8461538461538463,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 4.1666666666666661,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.1666666666666661,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 4.5454545454545459,\n                \"DiscretionaryShrinkageHours\": 0.068181818181818177,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.5454545454545459,\n                \"TotalShrinkageHours\": 0.068181818181818177\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 3.8461538461538463,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8461538461538463,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 3.8461538461538463,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8461538461538463,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 11.428571428571429,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.428571428571429,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 1.9230788461557693,\n                \"DiscretionaryShrinkageHours\": 0.019230769230769228,\n                \"NonDiscretionaryShrinkage\": 1.0256394871779488,\n                \"NonDiscretionaryShrinkageHours\": 0.010256384615384617,\n                \"TotalShrinkage\": 2.9487183333337179,\n                \"TotalShrinkageHours\": 0.02948715384615385\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 1.5384615384615386,\n                \"DiscretionaryShrinkageHours\": 0.019230769230769228,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 1.5384615384615386,\n                \"TotalShrinkageHours\": 0.019230769230769232\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.017857142857142856,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.017857142857142856\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 3.8461538461538463,\n                \"DiscretionaryShrinkageHours\": 0.019230769230769228,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.8461538461538463,\n                \"TotalShrinkageHours\": 0.019230769230769232\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.053571428571428575,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.053571428571428568\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 6.666666666666667,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.666666666666667,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.055555555555555559,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.055555555555555552\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.045454545454545449,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.045454545454545456\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 2.222221111108889,\n                \"NonDiscretionaryShrinkageHours\": 0.011111083333333334,\n                \"TotalShrinkage\": 2.222221111108889,\n                \"TotalShrinkageHours\": 0.011111083333333334\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.020833333333333332,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.020833333333333332\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 5.5555555555555554,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.5555555555555554,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"fridayByIntervalTotal\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 27.27272727272727,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 27.27272727272727,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 36.363636363636367,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 36.363636363636367,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 36.363636363636367,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 36.363636363636367,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 45.454545454545453,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 45.454545454545453,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 17.647058823529413,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 2.3529411764705883,\n                \"NonDiscretionaryShrinkageHours\": 0.1,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.85\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 23.52941176470588,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.52941176470588,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 13.043478260869565,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.043478260869565,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 17.391304347826086,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.391304347826086,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 20.833333333333336,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.833333333333336,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 19.230769230769234,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.230769230769234,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 19.230769230769234,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.230769230769234,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 19.230769230769234,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 19.230769230769234,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 23.076923076923077,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.076923076923077,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 11.538461538461538,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.538461538461538,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 11.538461538461538,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.538461538461538,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 24,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 24,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 16,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 20.833333333333336,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.833333333333336,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 20.833333333333336,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20.833333333333336,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 22.727272727272727,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.727272727272727,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 18.181818181818183,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.181818181818183,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 9.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.5238095238095237,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 9.5238095238095237,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.5238095238095237,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 4.7619047619047619,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.7619047619047619,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 5.2631578947368416,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.2631578947368416,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 15.789473684210526,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.789473684210526,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 5.88235294117647,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88235294117647,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 5.88235294117647,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88235294117647,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"fridayByIntervalAverage\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 32,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 32,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 22.000000000000004,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.000000000000004,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 32,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 32,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 1.3333333333333333,\n                \"NonDiscretionaryShrinkageHours\": 0.02,\n                \"TotalShrinkage\": 13.333333333333334,\n                \"TotalShrinkageHours\": 0.16999999999999998\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 8.5714285714285712,\n                \"DiscretionaryShrinkageHours\": 0.10714285714285715,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.5714285714285712,\n                \"TotalShrinkageHours\": 0.10714285714285714\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 7.5,\n                \"DiscretionaryShrinkageHours\": 0.09375,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.5,\n                \"TotalShrinkageHours\": 0.09375\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 21.875,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.875,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 13.541666666666666,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.541666666666666,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 17.777777777777779,\n                \"DiscretionaryShrinkageHours\": 0.1388888888888889,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.777777777777779,\n                \"TotalShrinkageHours\": 0.1388888888888889\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 12.222222222222223,\n                \"DiscretionaryShrinkageHours\": 0.1388888888888889,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.222222222222223,\n                \"TotalShrinkageHours\": 0.1388888888888889\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 16,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 11.000000000000002,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.000000000000002,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 12.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.666666666666664,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 12.272727272727273,\n                \"DiscretionaryShrinkageHours\": 0.13636363636363635,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.272727272727273,\n                \"TotalShrinkageHours\": 0.13636363636363635\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 10.416666666666668,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.416666666666668,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 10.416666666666668,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.416666666666668,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 5.7692307692307692,\n                \"DiscretionaryShrinkageHours\": 0.057692307692307696,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.7692307692307692,\n                \"TotalShrinkageHours\": 0.057692307692307696\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 8.9743589743589744,\n                \"DiscretionaryShrinkageHours\": 0.076923076923076913,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.9743589743589744,\n                \"TotalShrinkageHours\": 0.076923076923076927\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.076923076923076913,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.076923076923076927\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 11.428571428571429,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.428571428571429,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 11.515151515151514,\n                \"DiscretionaryShrinkageHours\": 0.11363636363636363,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.515151515151514,\n                \"TotalShrinkageHours\": 0.11363636363636363\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 11.805555555555554,\n                \"DiscretionaryShrinkageHours\": 0.10416666666666667,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.805555555555554,\n                \"TotalShrinkageHours\": 0.10416666666666667\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 11.363636363636363,\n                \"DiscretionaryShrinkageHours\": 0.11363636363636363,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.363636363636363,\n                \"TotalShrinkageHours\": 0.11363636363636363\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 13.333333333333334,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.333333333333334,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 4.1666666666666661,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.1666666666666661,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.038461538461538457,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.038461538461538464\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.019230769230769228,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.019230769230769232\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 4.5454545454545459,\n                \"DiscretionaryShrinkageHours\": 0.022727272727272724,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.5454545454545459,\n                \"TotalShrinkageHours\": 0.022727272727272728\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.020833333333333332,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.020833333333333332\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 6.8181818181818175,\n                \"DiscretionaryShrinkageHours\": 0.068181818181818177,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.8181818181818175,\n                \"TotalShrinkageHours\": 0.068181818181818177\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 4.1666666666666661,\n                \"DiscretionaryShrinkageHours\": 0.020833333333333332,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.1666666666666661,\n                \"TotalShrinkageHours\": 0.020833333333333332\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.017857142857142856,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.017857142857142856\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 4.5454545454545459,\n                \"DiscretionaryShrinkageHours\": 0.022727272727272724,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.5454545454545459,\n                \"TotalShrinkageHours\": 0.022727272727272728\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"saturdayByIntervalTotal\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 27.27272727272727,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 27.27272727272727,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 37.5,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 37.5,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 42.857142857142854,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 42.857142857142854,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"saturdayByIntervalAverage\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.035714285714285712,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.035714285714285712\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 32,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 32,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 32,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 32,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 29.166666666666668,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 29.166666666666668,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 29.166666666666668,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 29.166666666666668,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 12,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.1875,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.1875\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.15,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.15\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"sundayByIntervalTotal\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 71.428571428571431,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 71.428571428571431,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 85.714285714285708,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 85.714285714285708,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 57.142857142857139,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 57.142857142857139,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 44.444444444444443,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 44.444444444444443,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 55.555555555555557,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 55.555555555555557,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 38.461538461538467,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 38.461538461538467,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 30.76923076923077,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30.76923076923077,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 30.76923076923077,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30.76923076923077,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 30.76923076923077,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30.76923076923077,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 15.384615384615385,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.384615384615385,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 14.285714285714285,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.285714285714285,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 18.181818181818183,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.181818181818183,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 7.6923076923076925,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.6923076923076925,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 9.0909090909090917,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.0909090909090917,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 28.571428571428569,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.571428571428569,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"sundayByIntervalAverage\": [\n            {\n                \"SlotTime\": \"1900-01-01T00:00:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:15:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:30:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T00:45:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:00:00\",\n                \"DiscretionaryShrinkage\": 83.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 83.333333333333329,\n                \"TotalShrinkageHours\": 0.625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T01:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:00:00\",\n                \"DiscretionaryShrinkage\": 66.666666666666657,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 66.666666666666657,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T02:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:00:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:15:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:30:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T03:45:00\",\n                \"DiscretionaryShrinkage\": 33.333333333333329,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.333333333333329,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:00:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:15:00\",\n                \"DiscretionaryShrinkage\": 26.666666666666668,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 26.666666666666668,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T04:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:00:00\",\n                \"DiscretionaryShrinkage\": 22.222222222222221,\n                \"DiscretionaryShrinkageHours\": 0.33333333333333331,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.222222222222221,\n                \"TotalShrinkageHours\": 0.33333333333333331\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"1900-01-01T05:45:00\",\n                \"DiscretionaryShrinkage\": 41.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.3125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 41.666666666666664,\n                \"TotalShrinkageHours\": 0.3125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:00:00\",\n                \"DiscretionaryShrinkage\": 13.333333333333334,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.333333333333334,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:15:00\",\n                \"DiscretionaryShrinkage\": 13.333333333333334,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.333333333333334,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:30:00\",\n                \"DiscretionaryShrinkage\": 13.333333333333334,\n                \"DiscretionaryShrinkageHours\": 0.2,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.333333333333334,\n                \"TotalShrinkageHours\": 0.2\n            },\n            {\n                \"SlotTime\": \"1900-01-01T06:45:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.20833333333333334,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.20833333333333334\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:00:00\",\n                \"DiscretionaryShrinkage\": 17.5,\n                \"DiscretionaryShrinkageHours\": 0.20833333333333334,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.5,\n                \"TotalShrinkageHours\": 0.20833333333333334\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:15:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:30:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T07:45:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.16666666666666666,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.16666666666666666\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:30:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T08:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T09:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T11:45:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:15:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:30:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:00:00\",\n                \"DiscretionaryShrinkage\": 7.1428571428571423,\n                \"DiscretionaryShrinkageHours\": 0.071428571428571425,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.1428571428571423,\n                \"TotalShrinkageHours\": 0.071428571428571425\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T14:45:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:30:00\",\n                \"DiscretionaryShrinkage\": 11.111111111111111,\n                \"DiscretionaryShrinkageHours\": 0.02777777777777778,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.111111111111111,\n                \"TotalShrinkageHours\": 0.027777777777777776\n            },\n            {\n                \"SlotTime\": \"1900-01-01T15:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.025,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.025\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T16:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.0625,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.0625\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T17:45:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.03125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.03125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:00:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.125,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.125\n            },\n            {\n                \"SlotTime\": \"1900-01-01T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:00:00\",\n                \"DiscretionaryShrinkage\": 8.3333333333333321,\n                \"DiscretionaryShrinkageHours\": 0.041666666666666664,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.3333333333333321,\n                \"TotalShrinkageHours\": 0.041666666666666664\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:15:00\",\n                \"DiscretionaryShrinkage\": 16.666666666666664,\n                \"DiscretionaryShrinkageHours\": 0.083333333333333329,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.666666666666664,\n                \"TotalShrinkageHours\": 0.083333333333333329\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T20:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.1\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.05,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.05\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"1900-01-01T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ed9f9599-56e4-47b1-8e30-4f77f3d7fc3e"},{"name":"PublishedScheduleSubordinateReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"0a261669-1ee0-4d7a-9dba-50cb1796dd06"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"156efee8-50a1-4b04-a10a-892651314e79"}}],"id":"4a81f22c-dfdf-407a-86a3-0171f8430caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"d78e262a-9046-4bd9-bf63-1e55a16dbd51"}],"url":"{{envName}}/api/PublishedScheduleSubordinateReport?reportTime=3/18/2024&rootActivityId=1&forecastId=186&algorithmGroupId=1&duration=5&timeZoneId=20&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PublishedScheduleSubordinateReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines the date for the report. Format is YYYY-MM-DD or MM/DD/YYYY</p>\n","type":"text/plain"},"key":"reportTime","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: ID defining the root Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data.</p>\n","type":"text/plain"},"key":"rootActivityId","value":"1"},{"description":{"content":"<p>REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL.</p>\n","type":"text/plain"},"key":"forecastId","value":"186"},{"description":{"content":"<p>REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list.</p>\n","type":"text/plain"},"key":"algorithmGroupId","value":"1"},{"description":{"content":"<p>REQUIRED: The duration value in days.</p>\n","type":"text/plain"},"key":"duration","value":"5"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"ccd6e756-8f61-4fa2-adfc-3016d17097fe","name":"PublishedScheduleSubordinateReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/PublishedScheduleSubordinateReport?reportTime=3/18/2024&rootActivityId=1&forecastId=186&algorithmGroupId=1&duration=5&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","PublishedScheduleSubordinateReport"],"query":[{"key":"reportTime","value":"3/18/2024","description":"REQUIRED: Defines the date for the report. Format is YYYY-MM-DD or MM/DD/YYYY"},{"key":"rootActivityId","value":"1","description":"REQUIRED: ID defining the root Activty Level. Use GET Activity to get a full list of all Activities or use 1 in this call to get data from all activity levels. The value of this parameter can be left blank/NULL to retreive all activity level data."},{"key":"forecastId","value":"186","description":"REQUIRED: ID of the specific Forecast to use. Use GET WorkingForecast to get a list of Forecast IDs. If you are using a reportType of 2 (Published Forecast) you can leave the value blank/NULL."},{"key":"algorithmGroupId","value":"1","description":"REQUIRED: Defines which Forecast Algorithm to use. Use GET ForecastAlgorithmGroup to get a full list."},{"key":"duration","value":"5","description":"REQUIRED: The duration value in days."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ04yVll9sCChThzIbJPcDZc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:03:44 GMT"},{"key":"Content-Length","value":"9314"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ActivityName\": \"Billing\",\n            \"ActivityId\": 9,\n            \"ForecastedAHT\": 326,\n            \"ActualAHT\": 396,\n            \"ActualContacts\": 2,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 2.2244,\n            \"ForecastedContacts\": 2,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0.278,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0.278,\n            \"RowType\": 0,\n            \"ServiceMetric\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0.33333333333333331,\n            \"TotalAdjustedRequirements\": 2.7804,\n            \"ObservedServiceMetric\": 0\n        },\n        {\n            \"ActivityName\": \"New Customer Sales\",\n            \"ActivityId\": 10,\n            \"ForecastedAHT\": 204,\n            \"ActualAHT\": 202,\n            \"ActualContacts\": 1,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 1,\n            \"ForecastedContacts\": 2,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0.125,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0.125,\n            \"RowType\": 0,\n            \"ServiceMetric\": 0,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0.33333333333333331,\n            \"TotalAdjustedRequirements\": 1.25,\n            \"ObservedServiceMetric\": 0\n        },\n        {\n            \"ActivityName\": \"Customer Success\",\n            \"ActivityId\": 11,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0.33333333333333331,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        },\n        {\n            \"ActivityName\": \"Tier 1 support\",\n            \"ActivityId\": 12,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0.33333333333333331,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        },\n        {\n            \"ActivityName\": \"Tier 3\",\n            \"ActivityId\": 17,\n            \"ForecastedAHT\": 1036,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 3,\n            \"ForecastedContacts\": 1,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0.6,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0.4,\n            \"RowType\": 0,\n            \"ServiceMetric\": 0,\n            \"ServiceMetricSuffix\": \"  \",\n            \"ServiceMetricType\": 1,\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": 0,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 4,\n            \"ObservedServiceMetric\": 45\n        },\n        {\n            \"ActivityName\": \"Tier 2\",\n            \"ActivityId\": 18,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 45,\n            \"ServiceMetricSuffix\": \"  \",\n            \"ServiceMetricType\": 1,\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": 0,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 45\n        },\n        {\n            \"ActivityName\": \"Devloper support\",\n            \"ActivityId\": 19,\n            \"ForecastedAHT\": 124,\n            \"ActualAHT\": 50,\n            \"ActualContacts\": 1,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 1,\n            \"ForecastedContacts\": 1,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0.2,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0.133,\n            \"RowType\": 0,\n            \"ServiceMetric\": 0,\n            \"ServiceMetricSuffix\": \"  \",\n            \"ServiceMetricType\": 1,\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": 0,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 1.333,\n            \"ObservedServiceMetric\": 0\n        },\n        {\n            \"ActivityName\": \"Support Email \",\n            \"ActivityId\": 20,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 45,\n            \"ServiceMetricSuffix\": \"  \",\n            \"ServiceMetricType\": 1,\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": 0,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 45\n        },\n        {\n            \"ActivityName\": \"Sales Email\",\n            \"ActivityId\": 23,\n            \"ForecastedAHT\": 450,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 24,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 3,\n            \"ServiceParam1\": 24,\n            \"ServiceParam2\": 2,\n            \"ServiceParam3\": 1,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 24\n        },\n        {\n            \"ActivityName\": \"Sales Chat\",\n            \"ActivityId\": 24,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        },\n        {\n            \"ActivityName\": \"Support Chat\",\n            \"ActivityId\": 25,\n            \"ForecastedAHT\": 229,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 48,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 3,\n            \"ServiceParam1\": 48,\n            \"ServiceParam2\": 2,\n            \"ServiceParam3\": 1,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 48\n        },\n        {\n            \"ActivityName\": \"BPO A\",\n            \"ActivityId\": 65,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        },\n        {\n            \"ActivityName\": \"BPO B\",\n            \"ActivityId\": 66,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        },\n        {\n            \"ActivityName\": \"Virtual Activity\",\n            \"ActivityId\": 95,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        },\n        {\n            \"ActivityName\": \"BPO C\",\n            \"ActivityId\": 96,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        },\n        {\n            \"ActivityName\": \"Outbound \",\n            \"ActivityId\": 101,\n            \"ForecastedAHT\": 0,\n            \"ActualAHT\": 0,\n            \"ActualContacts\": 0,\n            \"ActualNotHandled\": 0,\n            \"AlgorithmId\": 1,\n            \"BaselineRequirements\": 0,\n            \"ForecastedContacts\": 0,\n            \"DOW\": 1,\n            \"DiscretionaryRequirements\": 0,\n            \"Hour\": 6,\n            \"IntervalTime\": \"2024-03-18T06:00:00\",\n            \"Minute\": 0,\n            \"NonDiscretionaryRequirements\": 0,\n            \"RowType\": 0,\n            \"ServiceMetric\": 80,\n            \"ServiceMetricSuffix\": \"% \",\n            \"ServiceMetricType\": 2,\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": 0,\n            \"ServiceParam4\": 0,\n            \"ServiceParam5\": 0,\n            \"StaffInQueue\": 0,\n            \"TotalAdjustedRequirements\": 0,\n            \"ObservedServiceMetric\": 80\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"4a81f22c-dfdf-407a-86a3-0171f8430caa"},{"name":"ScheduleBidInventoryEligibleAgentReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"2ec1e087-2a07-4e6f-ad2b-02e2d9c5251c"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"bb294adf-a6d3-466c-aa9d-a0876b8ad389"}}],"id":"76df5330-4f32-42a2-9b2d-983d93988c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"d6116f17-c46a-4a58-877a-70bc76cd9608"}],"url":"{{envName}}/api/ScheduleBidInventoryEligibleAgentReport?scheduleBidId=37&timeZoneId=20&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidInventoryEligibleAgentReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidId","value":"37"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"01110929-8d9b-4f76-a003-b1fcc1e1e2b1","name":"ScheduleBidInventoryEligibleAgentReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ScheduleBidInventoryEligibleAgentReport?scheduleBidId=37&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidInventoryEligibleAgentReport"],"query":[{"key":"scheduleBidId","value":"37","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.\n"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZz5Kue+kz0UT28tcXNffk+c="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:47:45 GMT"},{"key":"Content-Length","value":"128"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"76df5330-4f32-42a2-9b2d-983d93988c89"},{"name":"ScheduleBidInventoryEligibleItemReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"f8fc344f-9caf-4e0b-ab56-7d2aa2d73862"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"c6883c19-f8e9-4478-aac6-992bd15452f3"}}],"id":"cbf4e721-da07-45f1-981d-ddd3dfde1c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9db853f1-5117-4475-a82f-bf4ca340c037"}],"url":"{{envName}}/api/ScheduleBidInventoryEligibleItemReport?scheduleBidId=31&timeZoneId=20&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidInventoryEligibleItemReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidId","value":"31"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"c4460e46-a835-463b-8292-728c438f4aaa","name":"ScheduleBidInventoryEligibleItemReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ScheduleBidInventoryEligibleItemReport?scheduleBidId=31&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidInventoryEligibleItemReport"],"query":[{"key":"scheduleBidId","value":"31","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZwIOyrcqvoO5j5z8mK9GRQU="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:47:54 GMT"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"cbf4e721-da07-45f1-981d-ddd3dfde1c39"},{"name":"ScheduleBidInventoryReportByAgent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"0740a291-5447-4e70-b8c5-9713f029ffff"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"83e124d9-caf6-402b-bc52-2e8665d116b2"}}],"id":"e184df3e-d656-4396-a46c-04d122172ee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c81d3c08-bde8-47f9-b5f4-51f03054acc0"}],"url":"{{envName}}/api/ScheduleBidInventoryReportByAgent?scheduleBidId=31&agentId=1&includeOffPhonePeriods=true&timeZoneId=20&sourceCulture=en&sortOption=1&includeOpinionInSort=true&dayOffPreference=1&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidInventoryReportByAgent"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidId","value":"31"},{"description":{"content":"<p>REQUIRED: AgentID of user whose information you want. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"agentId","value":"1"},{"description":{"content":"<p>REQUIRED: This true/false value defines if times the agent is off phone should be included.</p>\n","type":"text/plain"},"key":"includeOffPhonePeriods","value":"true"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.</p>\n","type":"text/plain"},"key":"sourceCulture","value":"en"},{"description":{"content":"<p>REQURED: Use GET AgentScheduleSortOptions to get a list of sort options.</p>\n","type":"text/plain"},"key":"sortOption","value":"1"},{"description":{"content":"<p>REQUIRED: This true/false value determines if opionions should be included in the results.</p>\n","type":"text/plain"},"key":"includeOpinionInSort","value":"true"},{"description":{"content":"<p>REQUIRED: Determines which day off preference options to use. </p>\n","type":"text/plain"},"key":"dayOffPreference","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"52fe3510-4b39-4d12-a134-af2ed6adb52d","name":"ScheduleBidInventoryReportByAgent","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ScheduleBidInventoryReportByAgent?scheduleBidId=31&agentId=1&includeOffPhonePeriods=true&timeZoneId=20&sourceCulture=en&sortOption=1&includeOpinionInSort=true&dayOffPreference=1&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidInventoryReportByAgent"],"query":[{"key":"scheduleBidId","value":"31","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"agentId","value":"1","description":"REQUIRED: AgentID of user whose information you want. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"includeOffPhonePeriods","value":"true","description":"REQUIRED: This true/false value defines if times the agent is off phone should be included."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"sourceCulture","value":"en","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null."},{"key":"sortOption","value":"1","description":"REQURED: Use GET AgentScheduleSortOptions to get a list of sort options."},{"key":"includeOpinionInSort","value":"true","description":"REQUIRED: This true/false value determines if opionions should be included in the results."},{"key":"dayOffPreference","value":"1","description":"REQUIRED: Determines which day off preference options to use. "},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ9WIhdvosu3Z8zcg1edO7nY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:59:40 GMT"},{"key":"Content-Length","value":"128"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SourceCulture\": \"en\",\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"e184df3e-d656-4396-a46c-04d122172ee1"},{"name":"ScheduleBidResponseReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b99a8df2-d165-489a-a231-dbd1f2fe12ef"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"3611fb3f-188a-49ea-a575-ad2f02323786"}}],"id":"b1cf8798-5d0f-4f60-9e00-0aff12dfdb63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"dcd0f337-1800-400f-9ae4-f8960602f926"}],"url":"{{envName}}/api/ScheduleBidResponseReport?scheduleBidId=37&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidResponseReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidId","value":"37"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"a6b51d00-2f53-4d7c-add8-df280c6f8227","name":"ScheduleBidResponseReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ScheduleBidResponseReport?scheduleBidId=37&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidResponseReport"],"query":[{"key":"scheduleBidId","value":"37","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ/nMKyNxjteJNyup47MEpUE="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:55:34 GMT"},{"key":"Content-Length","value":"128"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b1cf8798-5d0f-4f60-9e00-0aff12dfdb63"},{"name":"ScheduleBidRosterReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"7d9e6cbf-332b-418d-9980-38f0df160d58"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"ad15aad5-85d1-4ab4-b9c4-6959f24e171b"}}],"id":"95de9f54-f95a-4516-8299-a5e00d643b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"b0b8567e-80b6-4aa3-aefb-beb95e0da8d1"}],"url":"{{envName}}/api/ScheduleBidRosterReport?scheduleBidID=37&timeZoneId=20&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleBidRosterReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList.</p>\n","type":"text/plain"},"key":"scheduleBidID","value":"37"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"dafdb220-7ed8-45bd-94f8-4926a36ef486","name":"ScheduleBidRosterReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/ScheduleBidRosterReport?scheduleBidID=37&timeZoneId=20&userId=1","host":["{{envName}}"],"path":["api","ScheduleBidRosterReport"],"query":[{"key":"scheduleBidID","value":"37","description":"REQUIRED: ScheduleBidID MUST be included to define the schedule bid. To get a list of all Schedule Bids and their IDs use GET ScheduleBidList."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ7QC+sjKZPtWSTYENDWdH2o="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:54:59 GMT"},{"key":"Content-Length","value":"128"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"95de9f54-f95a-4516-8299-a5e00d643b7c"},{"name":"WorkingForecastOverviewReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"73929006-703b-42b2-8c86-d8a5829cf6b0"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"63bfe317-0325-4571-b049-ca96ac412b71"}}],"id":"71cd4a28-5970-4f28-98d2-e413caa67834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"3c77bc5f-086a-4190-b262-0c07174c266a"}],"url":"{{envName}}/api/WorkingForecastOverviewReport?userId=1&forecastId=131&reportType=2&fromDate=3/18/2024&thruDate=3/20/2024","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingForecastOverviewReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs.</p>\n","type":"text/plain"},"key":"forecastId","value":"131"},{"description":{"content":"<p>REQUIRED: Defines the type of report to run. 1 = Interval summary, 2 = Service Metric Report</p>\n","type":"text/plain"},"key":"reportType","value":"2"},{"description":{"content":"<p>Defines the start date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"3/18/2024"},{"description":{"content":"<p>Defines the end date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"thruDate","value":"3/20/2024"}],"variable":[]}},"response":[{"id":"851b4a74-fc6d-4ff6-9f12-9f80105eba10","name":"1 - Shrinkage Report","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingForecastOverviewReport?userId=1&forecastId=131&reportType=1&fromDate=3/18/2024&thruDate=3/20/2024","host":["{{envName}}"],"path":["api","WorkingForecastOverviewReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"131","description":"ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs."},{"key":"reportType","value":"1","description":"REQUIRED: Defines the type of report to run. 1 = Interval summary, 2 = Service Metric Report"},{"key":"fromDate","value":"3/18/2024","description":"Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"3/20/2024","description":"Defines the end date for the report. Format is YYYY-MM-DD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZyGV+GT0XxRcVVGYNkg9qJc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:52:27 GMT"},{"key":"Content-Length","value":"470"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"Interval\": \"2024-03-18T00:00:00\",\n            \"DiscretionaryShrinkage\": 7.25,\n            \"NonDiscretionaryShrinkage\": 0.01,\n            \"TotalShrinkage\": 7.26\n        },\n        {\n            \"Interval\": \"2024-03-19T00:00:00\",\n            \"DiscretionaryShrinkage\": 7.35,\n            \"NonDiscretionaryShrinkage\": 0.06,\n            \"TotalShrinkage\": 7.4099999999999993\n        },\n        {\n            \"Interval\": \"2024-03-20T00:00:00\",\n            \"DiscretionaryShrinkage\": 7.71,\n            \"NonDiscretionaryShrinkage\": 0.04,\n            \"TotalShrinkage\": 7.75\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"fedadd9d-7e02-4d15-a40c-668e1789703b","name":"2 - Service Metric","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingForecastOverviewReport?userId=1&forecastId=131&reportType=2&fromDate=3/18/2024&thruDate=3/20/2024","host":["{{envName}}"],"path":["api","WorkingForecastOverviewReport"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"forecastId","value":"131","description":"ID of the specific Forecast to use. Use WorkingForecast to get a list of Forecast IDs."},{"key":"reportType","value":"2","description":"REQUIRED: Defines the type of report to run. 1 = Interval summary, 2 = Service Metric Report"},{"key":"fromDate","value":"3/18/2024","description":"Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"3/20/2024","description":"Defines the end date for the report. Format is YYYY-MM-DD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ8xXog8wkUbX1sDEUQlZd7g="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:52:45 GMT"},{"key":"Content-Length","value":"9865"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 9,\n            \"ActivityName\": \"Billing\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 9,\n            \"ActivityName\": \"Billing\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 9,\n            \"ActivityName\": \"Billing\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 10,\n            \"ActivityName\": \"New Customer Sales\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 10,\n            \"ActivityName\": \"New Customer Sales\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 10,\n            \"ActivityName\": \"New Customer Sales\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 11,\n            \"ActivityName\": \"Customer Success\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 11,\n            \"ActivityName\": \"Customer Success\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 11,\n            \"ActivityName\": \"Customer Success\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 12,\n            \"ActivityName\": \"Tier 1 support\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 12,\n            \"ActivityName\": \"Tier 1 support\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 12,\n            \"ActivityName\": \"Tier 1 support\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 17,\n            \"ActivityName\": \"Tier 3\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 17,\n            \"ActivityName\": \"Tier 3\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 17,\n            \"ActivityName\": \"Tier 3\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 18,\n            \"ActivityName\": \"Tier 2\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 18,\n            \"ActivityName\": \"Tier 2\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 18,\n            \"ActivityName\": \"Tier 2\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 19,\n            \"ActivityName\": \"Devloper support\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 19,\n            \"ActivityName\": \"Devloper support\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 19,\n            \"ActivityName\": \"Devloper support\",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 20,\n            \"ActivityName\": \"Support Email \",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 20,\n            \"ActivityName\": \"Support Email \",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 1,\n            \"ActivityId\": 20,\n            \"ActivityName\": \"Support Email \",\n            \"Revision\": 3,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 45,\n            \"ServiceParam2\": null,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 24,\n            \"ActivityName\": \"Sales Chat\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 24,\n            \"ActivityName\": \"Sales Chat\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 24,\n            \"ActivityName\": \"Sales Chat\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 65,\n            \"ActivityName\": \"BPO A\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 65,\n            \"ActivityName\": \"BPO A\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 65,\n            \"ActivityName\": \"BPO A\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 66,\n            \"ActivityName\": \"BPO B\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 66,\n            \"ActivityName\": \"BPO B\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 66,\n            \"ActivityName\": \"BPO B\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 96,\n            \"ActivityName\": \"BPO C\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 96,\n            \"ActivityName\": \"BPO C\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 96,\n            \"ActivityName\": \"BPO C\",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-20T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-18T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 101,\n            \"ActivityName\": \"Outbound \",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-18T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-19T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        },\n        {\n            \"ServiceType\": 2,\n            \"ActivityId\": 101,\n            \"ActivityName\": \"Outbound \",\n            \"Revision\": 2,\n            \"IntervalTime\": \"2024-03-19T00:00:00\",\n            \"IntervalEndTime\": \"2024-03-20T00:00:00\",\n            \"ServiceParam1\": 80,\n            \"ServiceParam2\": 20,\n            \"ServiceParam3\": null,\n            \"ServiceParam4\": null,\n            \"ServiceParam5\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"71cd4a28-5970-4f28-98d2-e413caa67834"},{"name":"WorkingScheduleEventReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"9bda8ef2-e342-45c7-bc16-fb7d9c057187"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"d6cd3493-acca-4379-af3f-cd9253252f5d"}}],"id":"e2cd892d-fb93-4e7e-ad56-9c949fbf6cc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c70598f0-7ce6-4ff6-867b-806a77ea2710"}],"url":"{{envName}}/api/WorkingScheduleEventReport?scopeTypeId=1&scopeId=1&scheduleId=405&fromDate=3/18/2024&thruDate=3/20/2024&eventTypeId=&isRestrictToOffSite=false&isRestrictToOutOfQueue=false&isRestrictToSupervisorApproval=false&agentFilter=&locationFilter=&reviewStatusFilter=&timeZoneId=20&includePublished=true&includeWorking=true&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingScheduleEventReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these).</p>\n","type":"text/plain"},"key":"scheduleId","value":"405"},{"description":{"content":"<p>Defines the start date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"3/18/2024"},{"description":{"content":"<p>Defines the end date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"thruDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value.</p>\n","type":"text/plain"},"key":"eventTypeId","value":""},{"description":{"content":"<p>REQUIRED: This true/false value defines if the results should be restricted to off site events.</p>\n","type":"text/plain"},"key":"isRestrictToOffSite","value":"false"},{"description":{"content":"<p>REQUIRED: Defines if results should be restricted to out of queue results. Expects a true/false value.</p>\n","type":"text/plain"},"key":"isRestrictToOutOfQueue","value":"false"},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values.</p>\n","type":"text/plain"},"key":"isRestrictToSupervisorApproval","value":"false"},{"description":{"content":"<p>REQUIRED: The ID of an agent to restrict the results to. You can get a full list of agent IDs using GET Agent. Accepts a Null/blank value.</p>\n","type":"text/plain"},"key":"agentFilter","value":""},{"description":{"content":"<p>REQUIRED: if supplied restrict reported events to those who's location value includes the provided string of characters.  IGNORED for time off requests. Accepts null/blank value.</p>\n","type":"text/plain"},"key":"locationFilter","value":""},{"description":{"content":"<p>REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value.</p>\n","type":"text/plain"},"key":"reviewStatusFilter","value":""},{"description":{"content":"<p>Timezone code in which to format the data. Expects integer value or null.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Determines if published schedule should be included in the results.</p>\n","type":"text/plain"},"key":"includePublished","value":"true"},{"description":{"content":"<p>REQUIRED: Determines if working schedule should be included in the results.</p>\n","type":"text/plain"},"key":"includeWorking","value":"true"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"33cc2281-fe7c-4b59-9efc-c0ab56eb824c","name":"WorkingScheduleEventReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingScheduleEventReport?scopeTypeId=1&scopeId=1&scheduleId=405&fromDate=3/18/2024&thruDate=3/20/2024&eventTypeId=&isRestrictToOffSite=false&isRestrictToOutOfQueue=false&isRestrictToSupervisorApproval=false&agentFilter=&locationFilter=&reviewStatusFilter=&timeZoneId=20&includePublished=true&includeWorking=true&userId=1","host":["{{envName}}"],"path":["api","WorkingScheduleEventReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"scheduleId","value":"405","description":"REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these)."},{"key":"fromDate","value":"3/18/2024","description":"Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"3/20/2024","description":"Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"eventTypeId","value":"","description":"REQUIRED: If supplied, restrict reported events to those of this type. Use GET EventType for a full list of event type IDs. Accepts NULL/blank value."},{"key":"isRestrictToOffSite","value":"false","description":"REQUIRED: This true/false value defines if the results should be restricted to off site events."},{"key":"isRestrictToOutOfQueue","value":"false","description":"REQUIRED: Defines if results should be restricted to out of queue results. Expects a true/false value."},{"key":"isRestrictToSupervisorApproval","value":"false","description":"REQUIRED: If supplied, restrict reported event to those types that require supervisor approval. Accepts True/False or Null/blank values."},{"key":"agentFilter","value":"","description":"REQUIRED: The ID of an agent to restrict the results to. You can get a full list of agent IDs using GET Agent. Accepts a Null/blank value."},{"key":"locationFilter","value":"","description":"REQUIRED: if supplied restrict reported events to those who's location value includes the provided string of characters.  IGNORED for time off requests. Accepts null/blank value."},{"key":"reviewStatusFilter","value":"","description":"REQUIRED: If supplied, restrict reported events to those that otherwise qualify AND have a matched review status value. Accepts null/blank value."},{"key":"timeZoneId","value":"20","description":"Timezone code in which to format the data. Expects integer value or null."},{"key":"includePublished","value":"true","description":"REQUIRED: Determines if published schedule should be included in the results."},{"key":"includeWorking","value":"true","description":"REQUIRED: Determines if working schedule should be included in the results."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ50YnVJNQArEtsrUbq/lj9k="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:46:18 GMT"},{"key":"Content-Length","value":"1155341"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"eventDetails\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 952747,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T00:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"Need some time off\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-18T23:17:43.627\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"McBride, Natasha  [Pending]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 2,\n                \"ReviewStatusName\": \"Pending\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934037,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T00:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934842,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T00:00:00\",\n                \"EventEndDate\": \"2024-03-18T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 931994,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T00:15:00\",\n                \"EventEndDate\": \"2024-03-18T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T08:55:26.757\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934839,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T01:15:00\",\n                \"EventEndDate\": \"2024-03-18T01:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 933881,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T02:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934160,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T02:00:00\",\n                \"EventEndDate\": \"2024-03-18T06:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934230,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T04:00:00\",\n                \"EventEndDate\": \"2024-03-18T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 933868,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T04:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 11.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935173,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T04:00:00\",\n                \"EventEndDate\": \"2024-03-18T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934840,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T04:15:00\",\n                \"EventEndDate\": \"2024-03-18T04:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 12,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 933912,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T05:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 13,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934034,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T05:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 14,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934830,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T05:30:00\",\n                \"EventEndDate\": \"2024-03-18T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 15,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934353,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T05:45:00\",\n                \"EventEndDate\": \"2024-03-18T06:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 16,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934231,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T06:00:00\",\n                \"EventEndDate\": \"2024-03-18T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 17,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934072,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T06:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 18,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934981,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T06:00:00\",\n                \"EventEndDate\": \"2024-03-18T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 19,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934841,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T06:15:00\",\n                \"EventEndDate\": \"2024-03-18T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 20,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934181,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T06:15:00\",\n                \"EventEndDate\": \"2024-03-18T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 21,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 933975,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 22,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934155,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 23,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934009,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 24,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 933871,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 25,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934106,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T07:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 6.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 26,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934350,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T07:45:00\",\n                \"EventEndDate\": \"2024-03-18T08:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 27,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952694,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 28,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952701,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 29,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952708,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 30,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934024,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 31,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934791,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 32,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934779,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 33,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934021,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 34,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934097,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 35,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935079,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 36,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 933892,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 37,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 933883,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 38,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 933962,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 39,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934978,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T08:00:00\",\n                \"EventEndDate\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 40,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934276,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T08:15:00\",\n                \"EventEndDate\": \"2024-03-18T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 41,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934827,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T08:15:00\",\n                \"EventEndDate\": \"2024-03-18T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 42,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934233,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T08:30:00\",\n                \"EventEndDate\": \"2024-03-18T09:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 43,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933874,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 44,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934028,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 45,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934807,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 46,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 933896,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 47,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 933956,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 48,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935168,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 49,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 933920,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 50,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 933880,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 51,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934728,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 52,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 933901,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 53,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 934115,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 54,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934182,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 55,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934193,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:00:00\",\n                \"EventEndDate\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 56,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934292,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:15:00\",\n                \"EventEndDate\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 57,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934595,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:15:00\",\n                \"EventEndDate\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 58,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935104,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:15:00\",\n                \"EventEndDate\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 59,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934937,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 60,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934061,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 61,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934053,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 62,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934905,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 63,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 934110,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 64,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934351,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T09:30:00\",\n                \"EventEndDate\": \"2024-03-18T10:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 65,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934776,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:45:00\",\n                \"EventEndDate\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 66,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935076,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:45:00\",\n                \"EventEndDate\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 67,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934273,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T09:45:00\",\n                \"EventEndDate\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 68,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934788,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 69,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 934132,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 4.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 70,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934042,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 71,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934861,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 72,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934016,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 73,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934543,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 74,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 934125,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 75,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934124,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 76,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934828,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T10:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 77,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934238,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:30:00\",\n                \"EventEndDate\": \"2024-03-18T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 78,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934232,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:30:00\",\n                \"EventEndDate\": \"2024-03-18T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 79,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934804,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 80,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934309,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 81,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934058,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T19:15:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 82,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934925,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T10:45:00\",\n                \"EventEndDate\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 83,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934139,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 84,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 933942,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 85,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933980,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 86,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934519,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 87,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 933877,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 88,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935112,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 89,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934226,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 90,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934729,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 91,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934165,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 92,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934979,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 93,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934019,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 94,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934004,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 95,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 933996,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 96,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 934080,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 97,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935013,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T11:00:00\",\n                \"EventEndDate\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 98,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934203,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 99,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 935145,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 100,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935127,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:15:00\",\n                \"EventEndDate\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 101,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934289,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 102,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934596,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 103,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934902,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 104,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934382,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 105,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934184,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 106,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934195,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 107,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935105,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T11:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 108,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934756,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T11:45:00\",\n                \"EventEndDate\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 109,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934076,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 110,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934789,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 111,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934777,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 112,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934934,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 113,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934858,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 114,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935077,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 115,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 933991,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 116,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934544,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 117,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 933971,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 118,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 952745,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-18T12:00:00\",\n                \"EventEndDate\": \"2024-03-18T12:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-18T17:00:07.583\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 119,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934520,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 120,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935114,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 121,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934829,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 122,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934240,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 123,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934768,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 124,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 935138,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 125,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 935137,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:30:00\",\n                \"EventEndDate\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 126,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934352,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:45:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 127,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934922,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T12:45:00\",\n                \"EventEndDate\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 128,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 935152,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 129,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934467,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 130,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934274,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 131,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 933906,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 132,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934383,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 133,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934227,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 134,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934046,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 135,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934877,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 136,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934980,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 137,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935128,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 138,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934708,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 139,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934676,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 140,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935010,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 141,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 933937,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T13:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 142,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934805,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:15:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 143,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934614,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:15:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 144,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934215,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:15:00\",\n                \"EventEndDate\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 145,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934206,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 146,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934935,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 147,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934329,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 148,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 935178,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 149,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934711,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T13:30:00\",\n                \"EventEndDate\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 150,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934311,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T13:45:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 151,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934290,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 152,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934597,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 153,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934859,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 154,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934656,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 155,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934730,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 156,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934757,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 157,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934874,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 158,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 933924,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T14:00:00\",\n                \"EventEndDate\": \"2024-03-18T23:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 159,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934994,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:15:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 160,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935113,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:15:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 161,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934731,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T14:15:00\",\n                \"EventEndDate\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 162,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934790,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 163,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935078,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 164,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934903,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 165,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934183,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T14:30:00\",\n                \"EventEndDate\": \"2024-03-18T14:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 166,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 933932,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 167,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934468,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 168,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934218,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 169,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 933879,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T01:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 170,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934545,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 171,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934769,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 172,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934194,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 173,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934709,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 174,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934923,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 175,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934677,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 176,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935011,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 177,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934526,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 178,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 933957,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 179,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934778,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:15:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 180,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934239,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:15:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 181,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934448,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:15:00\",\n                \"EventEndDate\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 182,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934806,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 183,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934615,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 184,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934275,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 185,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934326,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 186,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934310,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 187,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934579,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T15:30:00\",\n                \"EventEndDate\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 188,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934598,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:45:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 189,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934617,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:45:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 190,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934582,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T15:45:00\",\n                \"EventEndDate\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 191,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934204,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 192,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934995,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 193,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935059,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 194,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 934092,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 195,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934521,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 196,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934522,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 197,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934657,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 198,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934398,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:00:00\",\n                \"EventEndDate\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 199,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934936,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:15:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 200,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934904,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:15:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 201,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934228,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:15:00\",\n                \"EventEndDate\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 202,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934860,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 203,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934384,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 204,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934385,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 205,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934229,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 206,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934758,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 207,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934546,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 208,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934699,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 209,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934001,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T16:30:00\",\n                \"EventEndDate\": \"2024-03-19T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 210,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934470,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 211,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934875,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 212,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934580,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 213,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934451,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T16:45:00\",\n                \"EventEndDate\": \"2024-03-18T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 214,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934291,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 215,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 933967,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T17:00:00\",\n                \"EventEndDate\": \"2024-03-19T02:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 216,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935012,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:00:00\",\n                \"EventEndDate\": \"2024-03-18T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 217,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934428,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:15:00\",\n                \"EventEndDate\": \"2024-03-18T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 218,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934924,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:30:00\",\n                \"EventEndDate\": \"2024-03-18T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 219,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934449,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T17:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 220,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934523,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:30:00\",\n                \"EventEndDate\": \"2024-03-18T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 221,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934205,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 222,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934469,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 223,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934327,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T17:45:00\",\n                \"EventEndDate\": \"2024-03-18T18:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 224,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934997,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 225,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934178,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 226,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934616,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 227,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 934119,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T23:30:00\",\n                \"Duration\": 5.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 228,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 952746,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-18T23:00:10.593\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 229,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934759,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 230,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934771,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 231,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934678,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:00:00\",\n                \"EventEndDate\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 232,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935056,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:15:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 233,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934710,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:15:00\",\n                \"EventEndDate\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 234,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934216,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 235,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934658,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:30:00\",\n                \"EventEndDate\": \"2024-03-18T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 236,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934524,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T18:30:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 237,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934996,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:45:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 238,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934770,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T18:45:00\",\n                \"EventEndDate\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 239,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934563,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 240,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934156,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T23:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 241,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934581,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 242,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934399,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T19:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 243,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934659,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T19:15:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 244,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934401,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T19:15:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 245,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934679,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T19:15:00\",\n                \"EventEndDate\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 246,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934429,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T19:30:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 247,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935057,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T19:30:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 248,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 934223,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:30:00\",\n                \"EventEndDate\": \"2024-03-18T19:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 249,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934876,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T19:45:00\",\n                \"EventEndDate\": \"2024-03-18T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 250,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934157,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T20:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 251,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934696,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:00:00\",\n                \"EventEndDate\": \"2024-03-18T20:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 252,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 935132,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 253,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934217,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 254,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 934225,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 255,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934450,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:15:00\",\n                \"EventEndDate\": \"2024-03-18T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 256,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934328,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T20:30:00\",\n                \"EventEndDate\": \"2024-03-18T20:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 257,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934180,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-18T21:00:00\",\n                \"EventEndDate\": \"2024-03-18T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 258,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934697,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T21:00:00\",\n                \"EventEndDate\": \"2024-03-18T22:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 259,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934400,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T21:15:00\",\n                \"EventEndDate\": \"2024-03-18T21:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 260,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935169,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T21:30:00\",\n                \"EventEndDate\": \"2024-03-18T21:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 261,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934564,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-18T21:45:00\",\n                \"EventEndDate\": \"2024-03-18T22:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 262,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 933925,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-18T22:00:00\",\n                \"EventEndDate\": \"2024-03-19T07:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 263,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934430,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:15:00\",\n                \"EventEndDate\": \"2024-03-18T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 264,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935170,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:30:00\",\n                \"EventEndDate\": \"2024-03-18T22:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 265,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934525,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:30:00\",\n                \"EventEndDate\": \"2024-03-18T22:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 266,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935058,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T22:45:00\",\n                \"EventEndDate\": \"2024-03-18T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 267,\n                \"ParticipantId\": 128,\n                \"FullName\": \"Lee, Daniel \",\n                \"EventId\": 934224,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T23:15:00\",\n                \"EventEndDate\": \"2024-03-18T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lee, Daniel  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 268,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934431,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-18T23:45:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 269,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934698,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-18T23:45:00\",\n                \"EventEndDate\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 1\n            },\n            {\n                \"SequenceNumber\": 270,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934565,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 271,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934402,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 272,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 952748,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"Need some time off\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-18T23:17:43.627\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"McBride, Natasha  [Denied]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 273,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934038,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 274,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934846,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 275,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 933986,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T00:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 276,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934405,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T01:00:00\",\n                \"EventEndDate\": \"2024-03-19T01:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 277,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934566,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T01:15:00\",\n                \"EventEndDate\": \"2024-03-19T01:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 278,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934639,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T01:45:00\",\n                \"EventEndDate\": \"2024-03-19T02:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 279,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 933882,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 10.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 280,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934843,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T02:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 281,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934636,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T02:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 282,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934161,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T02:00:00\",\n                \"EventEndDate\": \"2024-03-19T06:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 283,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934403,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T02:30:00\",\n                \"EventEndDate\": \"2024-03-19T03:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 284,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934234,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 285,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934844,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T04:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 286,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934637,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T05:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 287,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935174,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T04:00:00\",\n                \"EventEndDate\": \"2024-03-19T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 288,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 933913,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T05:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 289,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934035,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T05:30:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 290,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934834,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T05:30:00\",\n                \"EventEndDate\": \"2024-03-19T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 291,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934404,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T05:30:00\",\n                \"EventEndDate\": \"2024-03-19T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 292,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 933885,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 293,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934235,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 294,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934073,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 295,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934985,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T06:00:00\",\n                \"EventEndDate\": \"2024-03-19T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 296,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934357,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T06:15:00\",\n                \"EventEndDate\": \"2024-03-19T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 297,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934845,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T06:30:00\",\n                \"EventEndDate\": \"2024-03-19T06:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 298,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 933976,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 299,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934130,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:45:00\",\n                \"Duration\": 4.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 300,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 933884,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 301,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934071,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 302,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934977,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T07:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 303,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934089,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T07:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 304,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934638,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T07:15:00\",\n                \"EventEndDate\": \"2024-03-19T07:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 305,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934354,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T07:45:00\",\n                \"EventEndDate\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 306,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934982,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T07:45:00\",\n                \"EventEndDate\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 307,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952695,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 308,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952702,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 309,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952709,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 310,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934025,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 311,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934098,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 312,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935083,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 313,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 933893,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 314,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934280,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 315,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934245,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 316,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934831,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 317,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 933963,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T08:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 318,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934237,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T08:30:00\",\n                \"EventEndDate\": \"2024-03-19T09:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 319,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933875,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 320,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934052,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 321,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934901,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 322,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935143,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 323,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 933921,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 324,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 933954,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 325,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934012,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 326,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934241,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 327,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934355,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 328,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 933930,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 329,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 934121,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 330,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 935046,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 331,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934039,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 332,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934974,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T09:15:00\",\n                \"EventEndDate\": \"2024-03-19T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 333,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934941,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 334,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934062,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 335,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934054,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 336,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934909,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 337,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 934111,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T09:30:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 338,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934389,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T09:45:00\",\n                \"EventEndDate\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 339,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934792,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 340,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 934133,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 4.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 341,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934599,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 342,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934865,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 343,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934043,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 344,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934029,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 345,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934246,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 346,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934547,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 347,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 934126,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 348,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934066,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 349,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934957,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T10:00:00\",\n                \"EventEndDate\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 350,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934277,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:15:00\",\n                \"EventEndDate\": \"2024-03-19T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 351,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934422,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:15:00\",\n                \"EventEndDate\": \"2024-03-19T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 352,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934832,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T10:30:00\",\n                \"EventEndDate\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 353,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934242,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:30:00\",\n                \"EventEndDate\": \"2024-03-19T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 354,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935080,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:45:00\",\n                \"EventEndDate\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 355,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934847,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T10:45:00\",\n                \"EventEndDate\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 356,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934898,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 357,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 933943,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 358,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933981,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 359,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935115,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 360,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934236,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 361,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934983,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 362,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934020,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 363,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934005,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 364,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 933997,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 365,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 934081,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 366,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935017,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T11:00:00\",\n                \"EventEndDate\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 367,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934207,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 368,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934386,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 369,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934511,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 370,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934740,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:15:00\",\n                \"EventEndDate\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 371,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934600,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 372,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934975,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 373,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 935047,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T11:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 374,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934938,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:45:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 375,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934862,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:45:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 376,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934906,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T11:45:00\",\n                \"EventEndDate\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 377,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934070,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 378,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934793,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 379,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934248,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 380,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 933992,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 381,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934548,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 382,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935134,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:00:00\",\n                \"EventEndDate\": \"2024-03-19T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 383,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935081,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:15:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 384,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934808,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:15:00\",\n                \"EventEndDate\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 385,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 935146,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 386,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934278,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 387,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935117,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 388,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934512,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T13:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 389,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934833,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 390,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934772,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 391,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 935139,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 392,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934954,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:30:00\",\n                \"EventEndDate\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 393,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934795,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 394,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934244,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 395,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934356,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 396,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934424,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 397,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934775,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T12:45:00\",\n                \"EventEndDate\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 398,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934210,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 399,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934471,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 400,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934618,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 401,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934387,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 402,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934047,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T21:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 403,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934881,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 404,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934984,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 405,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934712,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 406,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934116,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 407,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934849,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 408,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934680,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 409,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935014,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 410,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 933938,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T13:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 411,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934899,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:15:00\",\n                \"EventEndDate\": \"2024-03-19T13:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 412,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934741,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T13:45:00\",\n                \"EventEndDate\": \"2024-03-19T14:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 413,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934970,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 414,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934601,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 415,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934247,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 416,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934660,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 417,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934976,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 418,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 933909,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T23:15:00\",\n                \"Duration\": 9.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 419,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934955,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:00:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 420,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934939,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 421,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934863,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 422,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935082,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 423,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934811,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 424,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935116,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T14:15:00\",\n                \"EventEndDate\": \"2024-03-19T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 425,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934809,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:30:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 426,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934907,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T14:45:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 427,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 933933,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 428,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934794,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 429,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934472,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 430,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934103,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 7,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 7,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 431,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934243,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 432,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 933951,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 433,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934713,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 434,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935015,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 435,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934530,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 436,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 933958,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 437,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934900,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 438,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934279,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 439,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934423,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 440,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934549,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 441,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934878,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 442,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934681,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 443,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934452,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:15:00\",\n                \"EventEndDate\": \"2024-03-19T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 444,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934619,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 445,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934661,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 446,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934773,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T15:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 447,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934208,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 448,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934602,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 449,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934940,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 450,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934513,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 451,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934848,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T15:45:00\",\n                \"EventEndDate\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 452,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934971,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 453,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 933917,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T01:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 454,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 934093,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 455,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935063,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 456,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934179,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 457,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934388,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 458,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934338,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:00:00\",\n                \"EventEndDate\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 459,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934474,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:15:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 460,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934514,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:15:00\",\n                \"EventEndDate\": \"2024-03-19T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 461,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934663,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:30:00\",\n                \"EventEndDate\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 462,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934002,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T16:30:00\",\n                \"EventEndDate\": \"2024-03-20T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 463,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934621,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 464,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934864,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 465,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934908,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 466,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934810,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 467,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934743,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 468,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934550,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 469,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934956,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T16:45:00\",\n                \"EventEndDate\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 470,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 933968,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T17:00:00\",\n                \"EventEndDate\": \"2024-03-20T02:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 471,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934742,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 472,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 935129,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:00:00\",\n                \"EventEndDate\": \"2024-03-19T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 473,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934432,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:15:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 474,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934879,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T17:15:00\",\n                \"EventEndDate\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 475,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935016,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:15:00\",\n                \"EventEndDate\": \"2024-03-19T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 476,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934715,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T17:30:00\",\n                \"EventEndDate\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 477,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934453,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T17:30:00\",\n                \"EventEndDate\": \"2024-03-19T18:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 478,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934527,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:30:00\",\n                \"EventEndDate\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 479,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934209,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 480,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934370,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 481,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934774,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T17:45:00\",\n                \"EventEndDate\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 482,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934973,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 483,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934473,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 484,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934168,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 485,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 955404,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-19T23:00:25.243\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 486,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934620,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 487,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935060,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 488,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 935098,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 489,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934714,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 490,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934682,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:00:00\",\n                \"EventEndDate\": \"2024-03-19T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 491,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934339,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T18:30:00\",\n                \"EventEndDate\": \"2024-03-19T19:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 492,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934528,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T18:30:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 493,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934972,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T18:45:00\",\n                \"EventEndDate\": \"2024-03-19T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 494,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934147,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T19:00:00\",\n                \"EventEndDate\": \"2024-03-19T23:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 495,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934700,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:00:00\",\n                \"EventEndDate\": \"2024-03-19T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 496,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934433,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:15:00\",\n                \"EventEndDate\": \"2024-03-19T20:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 497,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934567,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:15:00\",\n                \"EventEndDate\": \"2024-03-19T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 498,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934662,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:15:00\",\n                \"EventEndDate\": \"2024-03-19T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 499,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935061,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:30:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 500,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 935099,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:30:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 501,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934371,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T19:45:00\",\n                \"EventEndDate\": \"2024-03-19T20:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 502,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934880,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T19:45:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 503,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934683,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T19:45:00\",\n                \"EventEndDate\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 504,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935181,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T20:00:00\",\n                \"EventEndDate\": \"2024-03-19T20:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 505,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934454,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T20:15:00\",\n                \"EventEndDate\": \"2024-03-19T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 506,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934701,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T20:30:00\",\n                \"EventEndDate\": \"2024-03-19T21:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 507,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935160,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T20:45:00\",\n                \"EventEndDate\": \"2024-03-19T21:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 508,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934502,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T21:00:00\",\n                \"EventEndDate\": \"2024-03-19T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 509,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934568,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-19T21:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 510,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934340,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T21:30:00\",\n                \"EventEndDate\": \"2024-03-19T21:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 511,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934455,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T21:45:00\",\n                \"EventEndDate\": \"2024-03-19T22:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 512,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 933926,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T22:00:00\",\n                \"EventEndDate\": \"2024-03-20T07:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 513,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934529,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:00:00\",\n                \"EventEndDate\": \"2024-03-19T22:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 514,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934434,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 515,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934435,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T22:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 516,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934341,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-19T22:15:00\",\n                \"EventEndDate\": \"2024-03-19T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 517,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934372,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:45:00\",\n                \"EventEndDate\": \"2024-03-19T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 518,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935062,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T22:45:00\",\n                \"EventEndDate\": \"2024-03-19T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 519,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 933946,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-19T23:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 520,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934702,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-19T23:15:00\",\n                \"EventEndDate\": \"2024-03-19T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 2\n            },\n            {\n                \"SequenceNumber\": 521,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934406,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T00:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 522,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 952749,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-20T00:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"Need some time off\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-18T23:17:43.627\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"McBride, Natasha  [Denied]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 0,\n                \"ReviewStatusName\": \"Denied\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 523,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 955405,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-20T00:00:00\",\n                \"EventEndDate\": \"2024-03-20T00:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-20T05:00:28.607\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 524,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 933984,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T00:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 525,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 933987,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T00:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 526,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934569,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T00:15:00\",\n                \"EventEndDate\": \"2024-03-20T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 527,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934703,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T00:15:00\",\n                \"EventEndDate\": \"2024-03-20T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 528,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934485,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T00:30:00\",\n                \"EventEndDate\": \"2024-03-20T00:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 529,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934373,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T00:45:00\",\n                \"EventEndDate\": \"2024-03-20T01:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 530,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934482,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T01:00:00\",\n                \"EventEndDate\": \"2024-03-20T01:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 531,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934643,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T01:15:00\",\n                \"EventEndDate\": \"2024-03-20T01:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 532,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934570,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T01:30:00\",\n                \"EventEndDate\": \"2024-03-20T01:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 533,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934629,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T01:45:00\",\n                \"EventEndDate\": \"2024-03-20T02:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 534,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934162,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T02:00:00\",\n                \"EventEndDate\": \"2024-03-20T06:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 535,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934640,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T02:15:00\",\n                \"EventEndDate\": \"2024-03-20T02:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 536,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934483,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T03:00:00\",\n                \"EventEndDate\": \"2024-03-20T04:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 537,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934407,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T03:15:00\",\n                \"EventEndDate\": \"2024-03-20T04:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 538,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934409,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T03:15:00\",\n                \"EventEndDate\": \"2024-03-20T03:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 539,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934067,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T04:00:00\",\n                \"EventEndDate\": \"2024-03-20T12:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 540,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934961,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T04:00:00\",\n                \"EventEndDate\": \"2024-03-20T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 541,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934631,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T04:00:00\",\n                \"EventEndDate\": \"2024-03-20T04:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 542,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 933869,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T04:00:00\",\n                \"EventEndDate\": \"2024-03-20T15:30:00\",\n                \"Duration\": 11.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 543,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935175,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T04:00:00\",\n                \"EventEndDate\": \"2024-03-20T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 544,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934641,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T04:15:00\",\n                \"EventEndDate\": \"2024-03-20T05:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 545,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 933914,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T05:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 546,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934036,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T05:30:00\",\n                \"EventEndDate\": \"2024-03-20T14:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 547,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934838,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T05:30:00\",\n                \"EventEndDate\": \"2024-03-20T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 548,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934484,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T06:00:00\",\n                \"EventEndDate\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 549,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 933886,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T06:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 550,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934408,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T06:00:00\",\n                \"EventEndDate\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 551,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934074,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T06:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 552,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934989,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T06:00:00\",\n                \"EventEndDate\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 553,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934185,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T06:00:00\",\n                \"EventEndDate\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 554,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934361,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T06:15:00\",\n                \"EventEndDate\": \"2024-03-20T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 555,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934630,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T06:15:00\",\n                \"EventEndDate\": \"2024-03-20T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 556,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934958,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T06:30:00\",\n                \"EventEndDate\": \"2024-03-20T06:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 557,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 933977,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T07:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 558,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934148,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T07:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 559,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934010,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T07:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 560,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934642,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T07:15:00\",\n                \"EventEndDate\": \"2024-03-20T07:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 561,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952696,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 562,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952703,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 563,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952710,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 564,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934799,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 565,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934026,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 566,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934099,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 567,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935087,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 568,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 933894,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 569,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934249,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 570,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934358,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 571,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 933964,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 572,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934986,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T08:00:00\",\n                \"EventEndDate\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 573,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934284,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T08:15:00\",\n                \"EventEndDate\": \"2024-03-20T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 574,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934835,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T08:15:00\",\n                \"EventEndDate\": \"2024-03-20T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 575,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935161,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T08:45:00\",\n                \"EventEndDate\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 576,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934186,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T08:45:00\",\n                \"EventEndDate\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 577,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 933876,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 578,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 933905,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 579,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934325,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 580,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 933897,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T19:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 581,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 933995,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 582,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 955407,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:12:00\",\n                \"Duration\": 0.2,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-20T14:00:35.28\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.2,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 583,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 955406,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:09:00\",\n                \"Duration\": 0.15,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-20T14:00:35.22\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.15,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 584,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 933922,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 585,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 933952,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 586,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934732,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 587,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934013,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 588,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 934172,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T12:30:00\",\n                \"Duration\": 3.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 3.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 589,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934050,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 590,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934893,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 591,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 934108,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T15:15:00\",\n                \"Duration\": 6.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 592,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934040,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 593,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934853,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T09:00:00\",\n                \"EventEndDate\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 594,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934603,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T09:15:00\",\n                \"EventEndDate\": \"2024-03-20T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 595,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935084,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T09:15:00\",\n                \"EventEndDate\": \"2024-03-20T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 596,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934959,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T09:15:00\",\n                \"EventEndDate\": \"2024-03-20T09:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 597,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934913,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T09:30:00\",\n                \"EventEndDate\": \"2024-03-20T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 598,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934055,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:30:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 599,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 934112,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T09:30:00\",\n                \"EventEndDate\": \"2024-03-20T15:30:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 600,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934281,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T09:45:00\",\n                \"EventEndDate\": \"2024-03-20T10:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 601,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934359,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T09:45:00\",\n                \"EventEndDate\": \"2024-03-20T10:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 602,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934796,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T10:00:00\",\n                \"EventEndDate\": \"2024-03-20T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 603,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 934134,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T10:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:15:00\",\n                \"Duration\": 4.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 604,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934044,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T10:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 605,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934869,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T10:00:00\",\n                \"EventEndDate\": \"2024-03-20T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 606,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934140,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T10:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 607,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934252,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T10:00:00\",\n                \"EventEndDate\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 608,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 934127,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T10:00:00\",\n                \"EventEndDate\": \"2024-03-20T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 609,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934890,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T10:15:00\",\n                \"EventEndDate\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 610,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934551,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T10:15:00\",\n                \"EventEndDate\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 611,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934836,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T10:30:00\",\n                \"EventEndDate\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 612,\n                \"ParticipantId\": 129,\n                \"FullName\": \"Lewis, Lisha \",\n                \"EventId\": 935185,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T10:30:00\",\n                \"EventEndDate\": \"2024-03-20T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Lisha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 613,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934850,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T10:30:00\",\n                \"EventEndDate\": \"2024-03-20T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 614,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934211,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T10:45:00\",\n                \"EventEndDate\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 615,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934322,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 616,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 933944,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 617,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933982,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 618,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934022,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 619,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 955408,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:06:00\",\n                \"Duration\": 0.1,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-20T16:00:36.24\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 620,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 933878,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T22:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 621,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935118,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 622,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934390,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 623,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934733,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T12:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 624,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934960,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 625,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934987,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 626,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935108,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 627,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934006,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 628,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 933998,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 629,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 934082,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T19:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 630,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935021,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T11:00:00\",\n                \"EventEndDate\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 631,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934672,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:15:00\",\n                \"EventEndDate\": \"2024-03-20T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 632,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934188,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T11:15:00\",\n                \"EventEndDate\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 633,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934293,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:30:00\",\n                \"EventEndDate\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 634,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934503,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:30:00\",\n                \"EventEndDate\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 635,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935085,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T11:45:00\",\n                \"EventEndDate\": \"2024-03-20T12:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 636,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934282,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T11:45:00\",\n                \"EventEndDate\": \"2024-03-20T12:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 637,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934910,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:45:00\",\n                \"EventEndDate\": \"2024-03-20T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 638,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934735,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T11:45:00\",\n                \"EventEndDate\": \"2024-03-20T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 639,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934744,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T11:45:00\",\n                \"EventEndDate\": \"2024-03-20T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 640,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934797,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T12:00:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 641,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934949,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T12:00:00\",\n                \"EventEndDate\": \"2024-03-20T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 642,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934064,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T12:00:00\",\n                \"EventEndDate\": \"2024-03-20T20:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 643,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934866,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:00:00\",\n                \"EventEndDate\": \"2024-03-20T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 644,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 933972,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T12:00:00\",\n                \"EventEndDate\": \"2024-03-20T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 645,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 935153,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:15:00\",\n                \"EventEndDate\": \"2024-03-20T12:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 646,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934250,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:15:00\",\n                \"EventEndDate\": \"2024-03-20T12:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 647,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934552,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T12:15:00\",\n                \"EventEndDate\": \"2024-03-20T13:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 648,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935120,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T12:30:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 649,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 935140,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:30:00\",\n                \"EventEndDate\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 650,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934214,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 651,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934475,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 652,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 935147,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 653,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934604,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 654,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934622,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 655,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934780,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 656,\n                \"ParticipantId\": 147,\n                \"FullName\": \"Kenney, Reye \",\n                \"EventId\": 934837,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kenney, Reye  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 657,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934360,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 658,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934851,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T12:45:00\",\n                \"EventEndDate\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 659,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934504,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 660,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934745,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 661,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934885,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 662,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934048,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T21:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 663,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 955410,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T13:05:00\",\n                \"Duration\": 0.0833,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-20T18:00:37.713\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.0833,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 664,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934988,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 665,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934716,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 666,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934684,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 667,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935018,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 668,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 933939,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T13:00:00\",\n                \"EventEndDate\": \"2024-03-20T22:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 669,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934673,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T13:15:00\",\n                \"EventEndDate\": \"2024-03-20T14:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 670,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934747,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T13:15:00\",\n                \"EventEndDate\": \"2024-03-20T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 671,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934323,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T13:30:00\",\n                \"EventEndDate\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 672,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934911,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T13:45:00\",\n                \"EventEndDate\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 673,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934219,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T13:45:00\",\n                \"EventEndDate\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 674,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934391,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T13:45:00\",\n                \"EventEndDate\": \"2024-03-20T14:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 675,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934891,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T13:45:00\",\n                \"EventEndDate\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 676,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934798,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 677,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934294,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T14:00:00\",\n                \"EventEndDate\": \"2024-03-20T15:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 678,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934734,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 679,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935109,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T14:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 680,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934187,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:00:00\",\n                \"EventEndDate\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 681,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 933903,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T14:00:00\",\n                \"EventEndDate\": \"2024-03-20T23:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 682,\n                \"ParticipantId\": 262,\n                \"FullName\": \"Watkins, Tracy \",\n                \"EventId\": 934174,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T14:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:30:00\",\n                \"Duration\": 2.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Watkins, Tracy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 2.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 683,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934605,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:15:00\",\n                \"EventEndDate\": \"2024-03-20T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 684,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934867,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T14:15:00\",\n                \"EventEndDate\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 685,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935086,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:15:00\",\n                \"EventEndDate\": \"2024-03-20T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 686,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935119,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:15:00\",\n                \"EventEndDate\": \"2024-03-20T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 687,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934946,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:30:00\",\n                \"EventEndDate\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 688,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934251,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:45:00\",\n                \"EventEndDate\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 689,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934882,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:45:00\",\n                \"EventEndDate\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 690,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934583,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T14:45:00\",\n                \"EventEndDate\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 691,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934719,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T14:45:00\",\n                \"EventEndDate\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 692,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934685,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T14:45:00\",\n                \"EventEndDate\": \"2024-03-20T15:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 693,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 933934,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T15:00:00\",\n                \"EventEndDate\": \"2024-03-21T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 694,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934476,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 695,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935019,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 696,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934534,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T15:00:00\",\n                \"EventEndDate\": \"2024-03-20T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 697,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 933959,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T15:00:00\",\n                \"EventEndDate\": \"2024-03-21T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 698,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934222,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T15:15:00\",\n                \"EventEndDate\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 699,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934553,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:15:00\",\n                \"EventEndDate\": \"2024-03-20T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 700,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934717,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T15:15:00\",\n                \"EventEndDate\": \"2024-03-20T16:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 701,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934456,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:15:00\",\n                \"EventEndDate\": \"2024-03-20T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 702,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934623,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T15:30:00\",\n                \"EventEndDate\": \"2024-03-20T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 703,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934283,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:30:00\",\n                \"EventEndDate\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 704,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934212,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:45:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 705,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934324,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:45:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 706,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934912,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:45:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 707,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934781,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T15:45:00\",\n                \"EventEndDate\": \"2024-03-20T16:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 708,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934674,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:45:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 709,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934892,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T15:45:00\",\n                \"EventEndDate\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 710,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934100,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T23:45:00\",\n                \"Duration\": 7.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 7.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 711,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 934094,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T16:00:00\",\n                \"EventEndDate\": \"2024-03-21T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 712,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935067,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 713,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934746,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 714,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 955409,\n                \"ExceptionTypeId\": 27,\n                \"EventStartDate\": \"2024-03-20T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": null,\n                \"Description\": \"Followup\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Follow-up Project\",\n                \"EventTypeDescription\": \"Customer Follow-up\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#E000E0\",\n                \"EventCreateDate\": \"2024-03-20T17:56:07.42\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 715,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934852,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T16:00:00\",\n                \"EventEndDate\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 716,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934947,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T16:15:00\",\n                \"EventEndDate\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 717,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934505,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T16:15:00\",\n                \"EventEndDate\": \"2024-03-20T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 718,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934315,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T16:15:00\",\n                \"EventEndDate\": \"2024-03-20T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 719,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934295,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T16:30:00\",\n                \"EventEndDate\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 720,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934392,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T16:30:00\",\n                \"EventEndDate\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 721,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934584,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T16:30:00\",\n                \"EventEndDate\": \"2024-03-20T17:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 722,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934003,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T16:30:00\",\n                \"EventEndDate\": \"2024-03-21T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 723,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935091,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T16:45:00\",\n                \"EventEndDate\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 724,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934868,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T16:45:00\",\n                \"EventEndDate\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 725,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934506,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T16:45:00\",\n                \"EventEndDate\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 726,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934554,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T16:45:00\",\n                \"EventEndDate\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 727,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934436,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:00:00\",\n                \"EventEndDate\": \"2024-03-20T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 728,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 933969,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T17:00:00\",\n                \"EventEndDate\": \"2024-03-21T02:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 729,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934883,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T17:00:00\",\n                \"EventEndDate\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 730,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934687,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T17:15:00\",\n                \"EventEndDate\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 731,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935020,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:15:00\",\n                \"EventEndDate\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 732,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934296,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T17:30:00\",\n                \"EventEndDate\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 733,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934675,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T17:30:00\",\n                \"EventEndDate\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 734,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934393,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T17:30:00\",\n                \"EventEndDate\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 735,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934707,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T17:30:00\",\n                \"EventEndDate\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 736,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934457,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T17:30:00\",\n                \"EventEndDate\": \"2024-03-20T18:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 737,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 934213,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 738,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934477,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 739,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935088,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 740,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934624,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 741,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935064,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 742,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934220,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 743,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934718,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 744,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934686,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T17:45:00\",\n                \"EventEndDate\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 745,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934783,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T18:00:00\",\n                \"EventEndDate\": \"2024-03-20T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 746,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934531,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T18:15:00\",\n                \"EventEndDate\": \"2024-03-20T18:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 747,\n                \"ParticipantId\": 423,\n                \"FullName\": \"Griffin, John \",\n                \"EventId\": 934782,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T18:30:00\",\n                \"EventEndDate\": \"2024-03-20T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Griffin, John  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 748,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934586,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T18:30:00\",\n                \"EventEndDate\": \"2024-03-20T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 749,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934625,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T18:45:00\",\n                \"EventEndDate\": \"2024-03-20T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 750,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934316,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T18:45:00\",\n                \"EventEndDate\": \"2024-03-20T19:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 751,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934704,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T18:45:00\",\n                \"EventEndDate\": \"2024-03-20T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 752,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934571,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T19:00:00\",\n                \"EventEndDate\": \"2024-03-20T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 753,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934149,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T19:00:00\",\n                \"EventEndDate\": \"2024-03-20T23:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 754,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934948,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T19:15:00\",\n                \"EventEndDate\": \"2024-03-20T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 755,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934585,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T19:15:00\",\n                \"EventEndDate\": \"2024-03-20T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 756,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934532,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T19:15:00\",\n                \"EventEndDate\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 757,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934437,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T19:30:00\",\n                \"EventEndDate\": \"2024-03-20T20:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 758,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934478,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T19:30:00\",\n                \"EventEndDate\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 759,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935065,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T19:30:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 760,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935089,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T19:45:00\",\n                \"EventEndDate\": \"2024-03-20T20:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 761,\n                \"ParticipantId\": 287,\n                \"FullName\": \"Haltiwanger, Debra \",\n                \"EventId\": 934221,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T19:45:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Haltiwanger, Debra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 762,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934884,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T19:45:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 763,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934458,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T19:45:00\",\n                \"EventEndDate\": \"2024-03-20T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 764,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934169,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T20:00:00\",\n                \"EventEndDate\": \"2024-03-20T23:45:00\",\n                \"Duration\": 3.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 3.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 765,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934164,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T20:00:00\",\n                \"EventEndDate\": \"2024-03-21T00:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 766,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934318,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T21:00:00\",\n                \"EventEndDate\": \"2024-03-20T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 767,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934705,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T21:00:00\",\n                \"EventEndDate\": \"2024-03-20T22:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 768,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935162,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T21:15:00\",\n                \"EventEndDate\": \"2024-03-20T21:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 769,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934317,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T21:15:00\",\n                \"EventEndDate\": \"2024-03-20T21:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 770,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934572,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-20T21:45:00\",\n                \"EventEndDate\": \"2024-03-20T22:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 771,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934459,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T21:45:00\",\n                \"EventEndDate\": \"2024-03-20T22:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 772,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935182,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T22:00:00\",\n                \"EventEndDate\": \"2024-03-20T22:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 773,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 933927,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T22:00:00\",\n                \"EventEndDate\": \"2024-03-21T07:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 774,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934438,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T22:15:00\",\n                \"EventEndDate\": \"2024-03-20T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 775,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934533,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T22:30:00\",\n                \"EventEndDate\": \"2024-03-20T22:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 776,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935090,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T22:45:00\",\n                \"EventEndDate\": \"2024-03-20T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 777,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935066,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T22:45:00\",\n                \"EventEndDate\": \"2024-03-20T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 778,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 935177,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T22:45:00\",\n                \"EventEndDate\": \"2024-03-20T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 779,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 933947,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-20T23:00:00\",\n                \"EventEndDate\": \"2024-03-21T08:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 780,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934439,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T23:15:00\",\n                \"EventEndDate\": \"2024-03-20T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 781,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934574,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-20T23:15:00\",\n                \"EventEndDate\": \"2024-03-20T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 782,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934706,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-20T23:30:00\",\n                \"EventEndDate\": \"2024-03-20T23:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 3\n            },\n            {\n                \"SequenceNumber\": 783,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 7,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-21T00:00:00\",\n                \"EventEndDate\": \"2024-03-21T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"\",\n                \"Description\": \"PTO comments\",\n                \"Locked\": false,\n                \"AllDay\": true,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2023-12-15T17:29:22.7\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice \",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 8,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 784,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934410,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T00:00:00\",\n                \"EventEndDate\": \"2024-03-21T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 785,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934031,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T00:00:00\",\n                \"EventEndDate\": \"2024-03-21T08:45:00\",\n                \"Duration\": 8.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 786,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 933988,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T00:00:00\",\n                \"EventEndDate\": \"2024-03-21T09:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 787,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934573,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T00:15:00\",\n                \"EventEndDate\": \"2024-03-21T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 788,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934170,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T00:15:00\",\n                \"EventEndDate\": \"2024-03-21T04:00:00\",\n                \"Duration\": 3.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 3.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 789,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934486,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T01:00:00\",\n                \"EventEndDate\": \"2024-03-21T01:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 790,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934413,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T01:45:00\",\n                \"EventEndDate\": \"2024-03-21T02:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 791,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934816,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T02:00:00\",\n                \"EventEndDate\": \"2024-03-21T02:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 792,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935183,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T02:15:00\",\n                \"EventEndDate\": \"2024-03-21T02:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 793,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934644,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T02:15:00\",\n                \"EventEndDate\": \"2024-03-21T02:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 794,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934487,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T02:30:00\",\n                \"EventEndDate\": \"2024-03-21T03:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 795,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934411,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T02:30:00\",\n                \"EventEndDate\": \"2024-03-21T03:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 796,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934647,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T03:45:00\",\n                \"EventEndDate\": \"2024-03-21T04:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 797,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934965,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T04:00:00\",\n                \"EventEndDate\": \"2024-03-21T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 798,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934068,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T04:00:00\",\n                \"EventEndDate\": \"2024-03-21T12:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 799,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934818,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T04:00:00\",\n                \"EventEndDate\": \"2024-03-21T04:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 800,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934645,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T04:15:00\",\n                \"EventEndDate\": \"2024-03-21T05:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 801,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 933915,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T05:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 802,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934412,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T05:30:00\",\n                \"EventEndDate\": \"2024-03-21T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 803,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934365,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T05:45:00\",\n                \"EventEndDate\": \"2024-03-21T06:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 804,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934488,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T06:00:00\",\n                \"EventEndDate\": \"2024-03-21T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 805,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 933887,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T06:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 806,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934962,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T06:00:00\",\n                \"EventEndDate\": \"2024-03-21T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 807,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934993,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T06:00:00\",\n                \"EventEndDate\": \"2024-03-21T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 808,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934075,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T06:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 809,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 933904,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T06:00:00\",\n                \"EventEndDate\": \"2024-03-21T15:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 810,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934489,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T06:15:00\",\n                \"EventEndDate\": \"2024-03-21T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 811,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934256,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T06:15:00\",\n                \"EventEndDate\": \"2024-03-21T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 812,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934817,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T06:45:00\",\n                \"EventEndDate\": \"2024-03-21T07:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 813,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 933978,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T07:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 814,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934150,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T07:00:00\",\n                \"EventEndDate\": \"2024-03-21T11:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 815,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934117,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T07:00:00\",\n                \"EventEndDate\": \"2024-03-21T13:00:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 816,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 933872,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T07:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 817,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934609,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T07:15:00\",\n                \"EventEndDate\": \"2024-03-21T07:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 818,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934646,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T07:45:00\",\n                \"EventEndDate\": \"2024-03-21T08:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 819,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952697,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 820,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952704,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 821,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952711,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 822,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934027,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 823,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934085,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 824,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935033,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 825,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934362,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 826,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 933965,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 827,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934990,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T08:00:00\",\n                \"EventEndDate\": \"2024-03-21T08:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 828,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934253,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T08:30:00\",\n                \"EventEndDate\": \"2024-03-21T08:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 829,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934963,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T08:30:00\",\n                \"EventEndDate\": \"2024-03-21T09:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 830,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934319,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T08:30:00\",\n                \"EventEndDate\": \"2024-03-21T08:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 831,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934196,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T08:45:00\",\n                \"EventEndDate\": \"2024-03-21T09:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 832,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 933923,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T09:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 833,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 933953,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T09:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 834,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 933899,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T09:00:00\",\n                \"EventEndDate\": \"2024-03-21T19:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 835,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934051,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T09:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 836,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934897,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T09:00:00\",\n                \"EventEndDate\": \"2024-03-21T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 837,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 934109,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T09:00:00\",\n                \"EventEndDate\": \"2024-03-21T15:00:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 838,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934131,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-21T09:00:00\",\n                \"EventEndDate\": \"2024-03-21T13:45:00\",\n                \"Duration\": 4.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 839,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934606,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T09:15:00\",\n                \"EventEndDate\": \"2024-03-21T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 840,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935030,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T09:30:00\",\n                \"EventEndDate\": \"2024-03-21T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 841,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934917,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T09:30:00\",\n                \"EventEndDate\": \"2024-03-21T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 842,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934056,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T09:30:00\",\n                \"EventEndDate\": \"2024-03-21T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 843,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935163,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T09:30:00\",\n                \"EventEndDate\": \"2024-03-21T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 844,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 934113,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T09:30:00\",\n                \"EventEndDate\": \"2024-03-21T15:30:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 845,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934363,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T09:30:00\",\n                \"EventEndDate\": \"2024-03-21T10:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 846,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934800,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 847,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 934135,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:15:00\",\n                \"Duration\": 4.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 848,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934045,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 849,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934873,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 850,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934141,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 851,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 935130,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 852,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934102,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:30:00\",\n                \"Duration\": 7.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 7.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 853,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 955411,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T10:07:00\",\n                \"Duration\": 0.1167,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-21T15:00:50.97\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.1167,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 854,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 934128,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T10:00:00\",\n                \"EventEndDate\": \"2024-03-21T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 855,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934555,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T10:15:00\",\n                \"EventEndDate\": \"2024-03-21T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 856,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934929,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T10:30:00\",\n                \"EventEndDate\": \"2024-03-21T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 857,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934059,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T10:30:00\",\n                \"EventEndDate\": \"2024-03-21T19:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 858,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 935144,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T10:45:00\",\n                \"EventEndDate\": \"2024-03-21T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 859,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934803,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 860,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 933945,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 861,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 933983,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 862,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934254,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T12:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 863,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935121,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 864,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934964,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 865,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934991,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T11:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 866,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 933907,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T20:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 867,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934007,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 868,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 933999,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T20:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 869,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 934083,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T19:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 870,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935025,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T11:00:00\",\n                \"EventEndDate\": \"2024-03-21T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 871,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934394,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:15:00\",\n                \"EventEndDate\": \"2024-03-21T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 872,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934507,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:15:00\",\n                \"EventEndDate\": \"2024-03-21T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 873,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934894,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:15:00\",\n                \"EventEndDate\": \"2024-03-21T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 874,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934321,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T11:15:00\",\n                \"EventEndDate\": \"2024-03-21T11:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 875,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935095,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:15:00\",\n                \"EventEndDate\": \"2024-03-21T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 876,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935031,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T11:30:00\",\n                \"EventEndDate\": \"2024-03-21T12:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 877,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934301,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:30:00\",\n                \"EventEndDate\": \"2024-03-21T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 878,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935110,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:30:00\",\n                \"EventEndDate\": \"2024-03-21T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 879,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934198,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T11:30:00\",\n                \"EventEndDate\": \"2024-03-21T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 880,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934607,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T11:45:00\",\n                \"EventEndDate\": \"2024-03-21T12:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 881,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934914,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T11:45:00\",\n                \"EventEndDate\": \"2024-03-21T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 882,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 935001,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T12:00:00\",\n                \"EventEndDate\": \"2024-03-21T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 883,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934077,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T12:00:00\",\n                \"EventEndDate\": \"2024-03-21T20:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 884,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934801,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T12:00:00\",\n                \"EventEndDate\": \"2024-03-21T13:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 885,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934870,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T12:00:00\",\n                \"EventEndDate\": \"2024-03-21T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 886,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 933993,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T12:00:00\",\n                \"EventEndDate\": \"2024-03-21T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 887,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 933902,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T12:00:00\",\n                \"EventEndDate\": \"2024-03-21T21:30:00\",\n                \"Duration\": 9.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 888,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 933974,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T12:00:00\",\n                \"EventEndDate\": \"2024-03-21T21:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 889,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934556,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T12:15:00\",\n                \"EventEndDate\": \"2024-03-21T13:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 890,\n                \"ParticipantId\": 402,\n                \"FullName\": \"Burns, Barbara \",\n                \"EventId\": 935148,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T12:30:00\",\n                \"EventEndDate\": \"2024-03-21T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Burns, Barbara  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 891,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935123,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T12:30:00\",\n                \"EventEndDate\": \"2024-03-21T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 892,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 935141,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T12:30:00\",\n                \"EventEndDate\": \"2024-03-21T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 893,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934395,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T12:45:00\",\n                \"EventEndDate\": \"2024-03-21T13:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 894,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934508,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T12:45:00\",\n                \"EventEndDate\": \"2024-03-21T13:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 895,\n                \"ParticipantId\": 318,\n                \"FullName\": \"Malvoisin, Fernando \",\n                \"EventId\": 934364,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T12:45:00\",\n                \"EventEndDate\": \"2024-03-21T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Malvoisin, Fernando  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 896,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934333,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T12:45:00\",\n                \"EventEndDate\": \"2024-03-21T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 897,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934720,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T12:45:00\",\n                \"EventEndDate\": \"2024-03-21T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 898,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934992,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:00:00\",\n                \"EventEndDate\": \"2024-03-21T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 899,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935111,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T13:00:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 900,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935097,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T13:00:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 901,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935022,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:00:00\",\n                \"EventEndDate\": \"2024-03-21T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 902,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 933940,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T13:00:00\",\n                \"EventEndDate\": \"2024-03-21T22:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 903,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934479,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:15:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 904,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934626,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:15:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 905,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 935154,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:15:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 906,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934330,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:15:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 907,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934926,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:15:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 908,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934688,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T13:15:00\",\n                \"EventEndDate\": \"2024-03-21T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 909,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934302,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T13:30:00\",\n                \"EventEndDate\": \"2024-03-21T14:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 910,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934895,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T13:30:00\",\n                \"EventEndDate\": \"2024-03-21T14:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 911,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 934802,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 912,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 935032,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 913,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934915,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 914,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934255,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 915,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934664,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 916,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934591,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 917,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934320,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 918,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 933918,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T14:00:00\",\n                \"EventEndDate\": \"2024-03-21T23:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 919,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934998,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:15:00\",\n                \"EventEndDate\": \"2024-03-21T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 920,\n                \"ParticipantId\": 371,\n                \"FullName\": \"Cathy, Kelly \",\n                \"EventId\": 934608,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:15:00\",\n                \"EventEndDate\": \"2024-03-21T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cathy, Kelly  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 921,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935122,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:15:00\",\n                \"EventEndDate\": \"2024-03-21T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 922,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934312,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:15:00\",\n                \"EventEndDate\": \"2024-03-21T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 923,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934871,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T14:45:00\",\n                \"EventEndDate\": \"2024-03-21T15:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 924,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934197,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T14:45:00\",\n                \"EventEndDate\": \"2024-03-21T15:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 925,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 933935,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T15:00:00\",\n                \"EventEndDate\": \"2024-03-22T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 926,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934480,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T15:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 927,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935023,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T15:00:00\",\n                \"EventEndDate\": \"2024-03-21T15:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 928,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934538,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T15:00:00\",\n                \"EventEndDate\": \"2024-03-21T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 929,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 933960,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T15:00:00\",\n                \"EventEndDate\": \"2024-03-22T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 930,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934721,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T15:15:00\",\n                \"EventEndDate\": \"2024-03-21T16:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 931,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934460,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T15:15:00\",\n                \"EventEndDate\": \"2024-03-21T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 932,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934627,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T15:30:00\",\n                \"EventEndDate\": \"2024-03-21T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 933,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934927,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T15:30:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 934,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934689,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T15:30:00\",\n                \"EventEndDate\": \"2024-03-21T16:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 935,\n                \"ParticipantId\": 107,\n                \"FullName\": \"Martinez, Cristian \",\n                \"EventId\": 934896,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T15:45:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Martinez, Cristian  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 936,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934557,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T15:45:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 937,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935096,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T15:45:00\",\n                \"EventEndDate\": \"2024-03-21T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 938,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935075,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T16:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 939,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 934096,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T16:00:00\",\n                \"EventEndDate\": \"2024-03-22T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 940,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934030,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T16:00:00\",\n                \"EventEndDate\": \"2024-03-22T01:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 941,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934815,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T16:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 942,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 955412,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-21T16:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:08:00\",\n                \"Duration\": 0.1333,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-21T21:00:54.747\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.1333,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 943,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934665,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T16:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 944,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934374,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T16:00:00\",\n                \"EventEndDate\": \"2024-03-21T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 945,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934916,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T16:15:00\",\n                \"EventEndDate\": \"2024-03-21T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 946,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934396,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T16:15:00\",\n                \"EventEndDate\": \"2024-03-21T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 947,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934509,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T16:15:00\",\n                \"EventEndDate\": \"2024-03-21T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 948,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934999,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T16:30:00\",\n                \"EventEndDate\": \"2024-03-21T17:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 949,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934303,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T16:30:00\",\n                \"EventEndDate\": \"2024-03-21T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 950,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934592,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T16:30:00\",\n                \"EventEndDate\": \"2024-03-21T17:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 951,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934331,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T16:30:00\",\n                \"EventEndDate\": \"2024-03-21T17:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 952,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 933955,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T16:30:00\",\n                \"EventEndDate\": \"2024-03-22T01:30:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 953,\n                \"ParticipantId\": 68,\n                \"FullName\": \"Florez, Oscar \",\n                \"EventId\": 934872,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T16:45:00\",\n                \"EventEndDate\": \"2024-03-21T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Florez, Oscar  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 954,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934558,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T16:45:00\",\n                \"EventEndDate\": \"2024-03-21T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 955,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934314,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T16:45:00\",\n                \"EventEndDate\": \"2024-03-21T17:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 956,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934928,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T16:45:00\",\n                \"EventEndDate\": \"2024-03-21T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 957,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 933970,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T17:00:00\",\n                \"EventEndDate\": \"2024-03-22T02:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 958,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934510,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T17:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 959,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935024,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T17:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 960,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934535,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T17:00:00\",\n                \"EventEndDate\": \"2024-03-21T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 961,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934440,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T17:15:00\",\n                \"EventEndDate\": \"2024-03-21T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 962,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934481,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T17:30:00\",\n                \"EventEndDate\": \"2024-03-21T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 963,\n                \"ParticipantId\": 246,\n                \"FullName\": \"Houck, Matthew \",\n                \"EventId\": 934397,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T17:30:00\",\n                \"EventEndDate\": \"2024-03-21T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Houck, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 964,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934304,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T17:30:00\",\n                \"EventEndDate\": \"2024-03-21T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 965,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934691,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T17:30:00\",\n                \"EventEndDate\": \"2024-03-21T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 966,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934461,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T17:30:00\",\n                \"EventEndDate\": \"2024-03-21T18:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 967,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935072,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T17:45:00\",\n                \"EventEndDate\": \"2024-03-21T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 968,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934722,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T17:45:00\",\n                \"EventEndDate\": \"2024-03-21T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 969,\n                \"ParticipantId\": 409,\n                \"FullName\": \"Schmidt, Peter \",\n                \"EventId\": 934690,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T17:45:00\",\n                \"EventEndDate\": \"2024-03-21T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schmidt, Peter  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 970,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935055,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T18:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 971,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934091,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T18:00:00\",\n                \"EventEndDate\": \"2024-03-22T02:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 972,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934812,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T18:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 973,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934177,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-21T18:00:00\",\n                \"EventEndDate\": \"2024-03-21T19:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 974,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934332,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T18:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 975,\n                \"ParticipantId\": 401,\n                \"FullName\": \"Richbourg, Mandy \",\n                \"EventId\": 934723,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T18:00:00\",\n                \"EventEndDate\": \"2024-03-21T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richbourg, Mandy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 976,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 935000,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T18:30:00\",\n                \"EventEndDate\": \"2024-03-21T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 977,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934666,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T18:30:00\",\n                \"EventEndDate\": \"2024-03-21T18:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 978,\n                \"ParticipantId\": 382,\n                \"FullName\": \"Duncan, Matthew \",\n                \"EventId\": 934628,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T18:45:00\",\n                \"EventEndDate\": \"2024-03-21T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Duncan, Matthew  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 979,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934375,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T18:45:00\",\n                \"EventEndDate\": \"2024-03-21T19:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 980,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934515,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T18:45:00\",\n                \"EventEndDate\": \"2024-03-21T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 981,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934575,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T19:00:00\",\n                \"EventEndDate\": \"2024-03-21T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 982,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934151,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T19:00:00\",\n                \"EventEndDate\": \"2024-03-21T23:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 983,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934593,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T19:00:00\",\n                \"EventEndDate\": \"2024-03-21T19:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 984,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934536,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T19:00:00\",\n                \"EventEndDate\": \"2024-03-21T19:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 985,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934441,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T19:30:00\",\n                \"EventEndDate\": \"2024-03-21T20:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 986,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935073,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T19:30:00\",\n                \"EventEndDate\": \"2024-03-21T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 987,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935052,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T19:45:00\",\n                \"EventEndDate\": \"2024-03-21T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 988,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934313,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T19:45:00\",\n                \"EventEndDate\": \"2024-03-21T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 989,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934813,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T20:00:00\",\n                \"EventEndDate\": \"2024-03-21T21:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 990,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934163,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T20:00:00\",\n                \"EventEndDate\": \"2024-03-22T00:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 991,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 955413,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-21T20:00:00\",\n                \"EventEndDate\": \"2024-03-21T20:08:00\",\n                \"Duration\": 0.1333,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-22T01:00:56.907\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.1333,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 992,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934462,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T20:15:00\",\n                \"EventEndDate\": \"2024-03-21T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 993,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935164,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T20:45:00\",\n                \"EventEndDate\": \"2024-03-21T21:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 994,\n                \"ParticipantId\": 407,\n                \"FullName\": \"Hipps, Casandra \",\n                \"EventId\": 934667,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T20:45:00\",\n                \"EventEndDate\": \"2024-03-21T21:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hipps, Casandra  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 995,\n                \"ParticipantId\": 370,\n                \"FullName\": \"Nelson, Candice \",\n                \"EventId\": 934594,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T20:45:00\",\n                \"EventEndDate\": \"2024-03-21T21:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Nelson, Candice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 996,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934376,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T21:00:00\",\n                \"EventEndDate\": \"2024-03-21T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 997,\n                \"ParticipantId\": 240,\n                \"FullName\": \"Richert, Jessica \",\n                \"EventId\": 934377,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T21:00:00\",\n                \"EventEndDate\": \"2024-03-21T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Richert, Jessica  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 998,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934516,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T21:00:00\",\n                \"EventEndDate\": \"2024-03-21T22:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 999,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935176,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T21:15:00\",\n                \"EventEndDate\": \"2024-03-21T21:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1000,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934576,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T21:30:00\",\n                \"EventEndDate\": \"2024-03-21T22:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1001,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935053,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-21T21:30:00\",\n                \"EventEndDate\": \"2024-03-21T22:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1002,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934814,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T22:00:00\",\n                \"EventEndDate\": \"2024-03-21T22:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1003,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 933928,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T22:00:00\",\n                \"EventEndDate\": \"2024-03-22T07:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1004,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934442,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T22:15:00\",\n                \"EventEndDate\": \"2024-03-21T22:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1005,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934443,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T22:30:00\",\n                \"EventEndDate\": \"2024-03-21T22:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1006,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934537,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T22:30:00\",\n                \"EventEndDate\": \"2024-03-21T22:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1007,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935074,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T22:45:00\",\n                \"EventEndDate\": \"2024-03-21T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1008,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 933948,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-21T23:00:00\",\n                \"EventEndDate\": \"2024-03-22T08:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1009,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934578,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-21T23:00:00\",\n                \"EventEndDate\": \"2024-03-21T23:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1010,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935054,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T23:15:00\",\n                \"EventEndDate\": \"2024-03-21T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1011,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934517,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-21T23:30:00\",\n                \"EventEndDate\": \"2024-03-21T23:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 4\n            },\n            {\n                \"SequenceNumber\": 1012,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934577,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T00:15:00\",\n                \"EventEndDate\": \"2024-03-22T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1013,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934414,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T00:15:00\",\n                \"EventEndDate\": \"2024-03-22T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1014,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934490,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T01:00:00\",\n                \"EventEndDate\": \"2024-03-22T01:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1015,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934518,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T01:15:00\",\n                \"EventEndDate\": \"2024-03-22T01:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1016,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934415,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T02:30:00\",\n                \"EventEndDate\": \"2024-03-22T03:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1017,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934491,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T02:45:00\",\n                \"EventEndDate\": \"2024-03-22T03:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1018,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934417,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T03:15:00\",\n                \"EventEndDate\": \"2024-03-22T03:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1019,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934069,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T04:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1020,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934969,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T04:00:00\",\n                \"EventEndDate\": \"2024-03-22T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1021,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934144,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T04:00:00\",\n                \"EventEndDate\": \"2024-03-22T08:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1022,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 933870,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T04:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:30:00\",\n                \"Duration\": 11.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1023,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934492,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T05:30:00\",\n                \"EventEndDate\": \"2024-03-22T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1024,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934416,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T05:30:00\",\n                \"EventEndDate\": \"2024-03-22T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1025,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934493,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T05:45:00\",\n                \"EventEndDate\": \"2024-03-22T06:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1026,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 933888,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T06:00:00\",\n                \"EventEndDate\": \"2024-03-22T16:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1027,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 935157,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T06:00:00\",\n                \"EventEndDate\": \"2024-03-22T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1028,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 934107,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T06:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:30:00\",\n                \"Duration\": 6.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1029,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934260,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T06:15:00\",\n                \"EventEndDate\": \"2024-03-22T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1030,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934966,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T06:30:00\",\n                \"EventEndDate\": \"2024-03-22T06:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1031,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934189,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T06:30:00\",\n                \"EventEndDate\": \"2024-03-22T06:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1032,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 934120,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T07:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1033,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 933873,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T07:00:00\",\n                \"EventEndDate\": \"2024-03-22T18:00:00\",\n                \"Duration\": 11,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 11,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1034,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952698,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-22T08:00:00\",\n                \"EventEndDate\": \"2024-03-22T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1035,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952705,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-22T08:00:00\",\n                \"EventEndDate\": \"2024-03-22T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1036,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952712,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-22T08:00:00\",\n                \"EventEndDate\": \"2024-03-22T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1037,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934137,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T08:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1038,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 933895,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T08:00:00\",\n                \"EventEndDate\": \"2024-03-22T18:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1039,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 933966,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T08:00:00\",\n                \"EventEndDate\": \"2024-03-22T17:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1040,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934288,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T08:15:00\",\n                \"EventEndDate\": \"2024-03-22T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1041,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 935106,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T08:15:00\",\n                \"EventEndDate\": \"2024-03-22T08:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1042,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934257,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T08:30:00\",\n                \"EventEndDate\": \"2024-03-22T08:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1043,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934967,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T08:30:00\",\n                \"EventEndDate\": \"2024-03-22T09:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1044,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 935133,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T08:45:00\",\n                \"EventEndDate\": \"2024-03-22T09:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1045,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934562,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T08:45:00\",\n                \"EventEndDate\": \"2024-03-22T09:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1046,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934190,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T08:45:00\",\n                \"EventEndDate\": \"2024-03-22T09:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1047,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934065,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1048,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934953,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1049,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 933898,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T19:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1050,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934105,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:30:00\",\n                \"Duration\": 6.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1051,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934014,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1052,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 934086,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T17:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1053,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935037,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1054,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934857,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T09:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1055,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934041,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T17:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1056,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 955414,\n                \"ExceptionTypeId\": 8,\n                \"EventStartDate\": \"2024-03-22T09:00:00\",\n                \"EventEndDate\": \"2024-03-22T09:06:00\",\n                \"Duration\": 0.1,\n                \"Location\": null,\n                \"Description\": \"Created by soft checkin monitor\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 150,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Late\",\n                \"EventTypeDescription\": \"Tardy\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#ff0000\",\n                \"EventCreateDate\": \"2024-03-22T14:00:05.413\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1057,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934199,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T09:15:00\",\n                \"EventEndDate\": \"2024-03-22T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1058,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934063,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:30:00\",\n                \"EventEndDate\": \"2024-03-22T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1059,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934945,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T09:30:00\",\n                \"EventEndDate\": \"2024-03-22T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1060,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934921,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T09:30:00\",\n                \"EventEndDate\": \"2024-03-22T09:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1061,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934057,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:30:00\",\n                \"EventEndDate\": \"2024-03-22T18:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1062,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 934114,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T09:30:00\",\n                \"EventEndDate\": \"2024-03-22T15:30:00\",\n                \"Duration\": 6,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1063,\n                \"ParticipantId\": 171,\n                \"FullName\": \"Newton, Mary \",\n                \"EventId\": 935107,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T09:45:00\",\n                \"EventEndDate\": \"2024-03-22T10:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Newton, Mary  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1064,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 935150,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T10:00:00\",\n                \"EventEndDate\": \"2024-03-22T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1065,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 934142,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T10:00:00\",\n                \"EventEndDate\": \"2024-03-22T14:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1066,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934017,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T10:00:00\",\n                \"EventEndDate\": \"2024-03-22T19:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1067,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 934129,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T10:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1068,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934559,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T10:15:00\",\n                \"EventEndDate\": \"2024-03-22T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1069,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934285,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T10:30:00\",\n                \"EventEndDate\": \"2024-03-22T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1070,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934192,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T10:30:00\",\n                \"EventEndDate\": \"2024-03-22T11:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1071,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934060,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T10:30:00\",\n                \"EventEndDate\": \"2024-03-22T19:00:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1072,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934933,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T10:30:00\",\n                \"EventEndDate\": \"2024-03-22T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1073,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935034,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T10:45:00\",\n                \"EventEndDate\": \"2024-03-22T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1074,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934854,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T10:45:00\",\n                \"EventEndDate\": \"2024-03-22T11:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1075,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935124,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T11:00:00\",\n                \"EventEndDate\": \"2024-03-22T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1076,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934167,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T11:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1077,\n                \"ParticipantId\": 145,\n                \"FullName\": \"Mosley, Kerry \",\n                \"EventId\": 934968,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T11:00:00\",\n                \"EventEndDate\": \"2024-03-22T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mosley, Kerry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1078,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935029,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T11:00:00\",\n                \"EventEndDate\": \"2024-03-22T11:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1079,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 934084,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T11:00:00\",\n                \"EventEndDate\": \"2024-03-22T19:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1080,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934950,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T11:15:00\",\n                \"EventEndDate\": \"2024-03-22T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1081,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934748,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T11:15:00\",\n                \"EventEndDate\": \"2024-03-22T11:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1082,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934297,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T11:30:00\",\n                \"EventEndDate\": \"2024-03-22T11:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1083,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934202,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T11:30:00\",\n                \"EventEndDate\": \"2024-03-22T12:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1084,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934918,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T11:45:00\",\n                \"EventEndDate\": \"2024-03-22T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1085,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934258,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T11:45:00\",\n                \"EventEndDate\": \"2024-03-22T12:45:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1086,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934930,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T11:45:00\",\n                \"EventEndDate\": \"2024-03-22T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1087,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934826,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T12:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1088,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934033,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T12:00:00\",\n                \"EventEndDate\": \"2024-03-22T20:45:00\",\n                \"Duration\": 8.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1089,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934942,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T12:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1090,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 935102,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T12:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1091,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934760,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T12:00:00\",\n                \"EventEndDate\": \"2024-03-22T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1092,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934171,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-22T12:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:30:00\",\n                \"Duration\": 3.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 3.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1093,\n                \"ParticipantId\": 405,\n                \"FullName\": \"Greene, Tiffany \",\n                \"EventId\": 935155,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T12:15:00\",\n                \"EventEndDate\": \"2024-03-22T12:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Greene, Tiffany  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1094,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934763,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T12:15:00\",\n                \"EventEndDate\": \"2024-03-22T12:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1095,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934560,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T12:15:00\",\n                \"EventEndDate\": \"2024-03-22T13:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1096,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935126,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T12:30:00\",\n                \"EventEndDate\": \"2024-03-22T13:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1097,\n                \"ParticipantId\": 132,\n                \"FullName\": \"Sutherland, Todd \",\n                \"EventId\": 935142,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T12:30:00\",\n                \"EventEndDate\": \"2024-03-22T12:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sutherland, Todd  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1098,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935035,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T12:45:00\",\n                \"EventEndDate\": \"2024-03-22T13:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1099,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934951,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T13:00:00\",\n                \"EventEndDate\": \"2024-03-22T13:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1100,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934286,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T13:00:00\",\n                \"EventEndDate\": \"2024-03-22T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1101,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 935103,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T13:00:00\",\n                \"EventEndDate\": \"2024-03-22T13:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1102,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934889,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T13:00:00\",\n                \"EventEndDate\": \"2024-03-22T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1103,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934049,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T13:00:00\",\n                \"EventEndDate\": \"2024-03-22T21:30:00\",\n                \"Duration\": 8.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1104,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935026,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T13:00:00\",\n                \"EventEndDate\": \"2024-03-22T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1105,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 933941,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T13:00:00\",\n                \"EventEndDate\": \"2024-03-22T22:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1106,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934751,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T13:15:00\",\n                \"EventEndDate\": \"2024-03-22T13:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1107,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934855,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T13:15:00\",\n                \"EventEndDate\": \"2024-03-22T13:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1108,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934943,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T13:30:00\",\n                \"EventEndDate\": \"2024-03-22T14:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1109,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 935180,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T13:30:00\",\n                \"EventEndDate\": \"2024-03-22T13:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1110,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934749,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T13:30:00\",\n                \"EventEndDate\": \"2024-03-22T14:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1111,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934823,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T13:45:00\",\n                \"EventEndDate\": \"2024-03-22T14:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1112,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934298,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T14:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1113,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934259,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T14:00:00\",\n                \"EventEndDate\": \"2024-03-22T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1114,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934761,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T14:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1115,\n                \"ParticipantId\": 185,\n                \"FullName\": \"Prioleau, Sherry \",\n                \"EventId\": 934191,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T14:00:00\",\n                \"EventEndDate\": \"2024-03-22T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Prioleau, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1116,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 935184,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T14:00:00\",\n                \"EventEndDate\": \"2024-03-22T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1117,\n                \"ParticipantId\": 250,\n                \"FullName\": \"Horne, Andy \",\n                \"EventId\": 935125,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T14:15:00\",\n                \"EventEndDate\": \"2024-03-22T14:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Horne, Andy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1118,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934919,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T14:30:00\",\n                \"EventEndDate\": \"2024-03-22T15:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1119,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934931,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T14:30:00\",\n                \"EventEndDate\": \"2024-03-22T15:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1120,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934886,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T15:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1121,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934200,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T15:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1122,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 933961,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T15:00:00\",\n                \"EventEndDate\": \"2024-03-23T00:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1123,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934542,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T15:00:00\",\n                \"EventEndDate\": \"2024-03-22T15:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1124,\n                \"ParticipantId\": 449,\n                \"FullName\": \"McBride, Natasha \",\n                \"EventId\": 934561,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T15:15:00\",\n                \"EventEndDate\": \"2024-03-22T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"McBride, Natasha  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1125,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935027,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T15:15:00\",\n                \"EventEndDate\": \"2024-03-22T15:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1126,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934463,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T15:15:00\",\n                \"EventEndDate\": \"2024-03-22T15:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1127,\n                \"ParticipantId\": 353,\n                \"FullName\": \"Fraley, Ashley \",\n                \"EventId\": 934287,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T15:30:00\",\n                \"EventEndDate\": \"2024-03-22T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fraley, Ashley  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1128,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 934104,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-22T15:30:00\",\n                \"EventEndDate\": \"2024-03-22T22:00:00\",\n                \"Duration\": 6.5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 6.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1129,\n                \"ParticipantId\": 195,\n                \"FullName\": \"Olsen, Kristin \",\n                \"EventId\": 935036,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T15:30:00\",\n                \"EventEndDate\": \"2024-03-22T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Olsen, Kristin  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1130,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 933891,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T15:30:00\",\n                \"EventEndDate\": \"2024-03-23T01:30:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1131,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934856,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T15:45:00\",\n                \"EventEndDate\": \"2024-03-22T16:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1132,\n                \"ParticipantId\": 27,\n                \"FullName\": \"Blakely, Latrice \",\n                \"EventId\": 934952,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T16:00:00\",\n                \"EventEndDate\": \"2024-03-22T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Blakely, Latrice  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1133,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 933910,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T16:00:00\",\n                \"EventEndDate\": \"2024-03-23T01:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1134,\n                \"ParticipantId\": 51,\n                \"FullName\": \"Dyer, Amanda \",\n                \"EventId\": 934944,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T16:00:00\",\n                \"EventEndDate\": \"2024-03-22T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dyer, Amanda  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1135,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935071,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T16:00:00\",\n                \"EventEndDate\": \"2024-03-22T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1136,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 934095,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T16:00:00\",\n                \"EventEndDate\": \"2024-03-23T00:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1137,\n                \"ParticipantId\": 71,\n                \"FullName\": \"Granda, Luis \",\n                \"EventId\": 934920,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T16:15:00\",\n                \"EventEndDate\": \"2024-03-22T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Granda, Luis  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1138,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934750,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T16:15:00\",\n                \"EventEndDate\": \"2024-03-22T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1139,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934299,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T16:30:00\",\n                \"EventEndDate\": \"2024-03-22T16:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1140,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934824,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T16:45:00\",\n                \"EventEndDate\": \"2024-03-22T17:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1141,\n                \"ParticipantId\": 450,\n                \"FullName\": \"Renfroe, Dave \",\n                \"EventId\": 934201,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T16:45:00\",\n                \"EventEndDate\": \"2024-03-22T17:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Renfroe, Dave  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1142,\n                \"ParticipantId\": 61,\n                \"FullName\": \"Ridenhour, Stephan \",\n                \"EventId\": 934932,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T17:00:00\",\n                \"EventEndDate\": \"2024-03-22T17:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Ridenhour, Stephan  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1143,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935068,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T17:15:00\",\n                \"EventEndDate\": \"2024-03-22T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1144,\n                \"ParticipantId\": 354,\n                \"FullName\": \"Lewis, Greg \",\n                \"EventId\": 934762,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T17:15:00\",\n                \"EventEndDate\": \"2024-03-22T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Lewis, Greg  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1145,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934887,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T17:15:00\",\n                \"EventEndDate\": \"2024-03-22T17:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1146,\n                \"ParticipantId\": 36,\n                \"FullName\": \"Stalnaker, Mary Beth \",\n                \"EventId\": 935028,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T17:15:00\",\n                \"EventEndDate\": \"2024-03-22T17:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Stalnaker, Mary Beth  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1147,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934300,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T17:30:00\",\n                \"EventEndDate\": \"2024-03-22T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1148,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934464,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T17:30:00\",\n                \"EventEndDate\": \"2024-03-22T18:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1149,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934539,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T17:30:00\",\n                \"EventEndDate\": \"2024-03-22T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1150,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 935100,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T17:45:00\",\n                \"EventEndDate\": \"2024-03-22T18:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1151,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934145,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T18:00:00\",\n                \"EventEndDate\": \"2024-03-22T22:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1152,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934342,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T18:00:00\",\n                \"EventEndDate\": \"2024-03-22T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1153,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934540,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T18:30:00\",\n                \"EventEndDate\": \"2024-03-22T19:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1154,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934825,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T18:45:00\",\n                \"EventEndDate\": \"2024-03-22T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1155,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934269,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T19:15:00\",\n                \"EventEndDate\": \"2024-03-22T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1156,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935069,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T19:30:00\",\n                \"EventEndDate\": \"2024-03-22T20:00:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1157,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 935158,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T19:45:00\",\n                \"EventEndDate\": \"2024-03-22T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1158,\n                \"ParticipantId\": 135,\n                \"FullName\": \"Montes, David \",\n                \"EventId\": 934888,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T19:45:00\",\n                \"EventEndDate\": \"2024-03-22T20:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Montes, David  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1159,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934343,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T20:00:00\",\n                \"EventEndDate\": \"2024-03-22T21:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1160,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 934159,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T20:00:00\",\n                \"EventEndDate\": \"2024-03-23T00:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1161,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934465,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T20:15:00\",\n                \"EventEndDate\": \"2024-03-22T20:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1162,\n                \"ParticipantId\": 418,\n                \"FullName\": \"Hunter, Satika \",\n                \"EventId\": 935101,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T20:30:00\",\n                \"EventEndDate\": \"2024-03-22T20:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Hunter, Satika  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1163,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934270,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-22T21:00:00\",\n                \"EventEndDate\": \"2024-03-22T22:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1164,\n                \"ParticipantId\": 455,\n                \"FullName\": \"Sticha, Carmen \",\n                \"EventId\": 934466,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T21:00:00\",\n                \"EventEndDate\": \"2024-03-22T21:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sticha, Carmen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1165,\n                \"ParticipantId\": 429,\n                \"FullName\": \"Turner, Bruce \",\n                \"EventId\": 934541,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T21:45:00\",\n                \"EventEndDate\": \"2024-03-22T22:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Turner, Bruce  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1166,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 934175,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-22T22:00:00\",\n                \"EventEndDate\": \"2024-03-23T00:00:00\",\n                \"Duration\": 2,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 2,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1167,\n                \"ParticipantId\": 144,\n                \"FullName\": \"Fowler, Wendy \",\n                \"EventId\": 935172,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T22:00:00\",\n                \"EventEndDate\": \"2024-03-22T22:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Fowler, Wendy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1168,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 933929,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T22:00:00\",\n                \"EventEndDate\": \"2024-03-23T07:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1169,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934344,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T22:45:00\",\n                \"EventEndDate\": \"2024-03-22T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1170,\n                \"ParticipantId\": 136,\n                \"FullName\": \"Finn, Mike \",\n                \"EventId\": 935070,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T22:45:00\",\n                \"EventEndDate\": \"2024-03-22T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Finn, Mike  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1171,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934272,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T22:45:00\",\n                \"EventEndDate\": \"2024-03-22T23:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1172,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 933949,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-22T23:00:00\",\n                \"EventEndDate\": \"2024-03-23T08:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1173,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934345,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-22T23:15:00\",\n                \"EventEndDate\": \"2024-03-22T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1174,\n                \"ParticipantId\": 432,\n                \"FullName\": \"Dunbar, Bill \",\n                \"EventId\": 935187,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-22T23:15:00\",\n                \"EventEndDate\": \"2024-03-22T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Dunbar, Bill  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 5\n            },\n            {\n                \"SequenceNumber\": 1175,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934418,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T00:00:00\",\n                \"EventEndDate\": \"2024-03-23T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1176,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 933989,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T00:00:00\",\n                \"EventEndDate\": \"2024-03-23T09:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1177,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934078,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T00:00:00\",\n                \"EventEndDate\": \"2024-03-23T08:15:00\",\n                \"Duration\": 8.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1178,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935005,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T00:00:00\",\n                \"EventEndDate\": \"2024-03-23T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1179,\n                \"ParticipantId\": 414,\n                \"FullName\": \"Schrum, Joe \",\n                \"EventId\": 934271,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T00:00:00\",\n                \"EventEndDate\": \"2024-03-23T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Schrum, Joe  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1180,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934651,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T00:15:00\",\n                \"EventEndDate\": \"2024-03-23T00:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1181,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934494,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T01:00:00\",\n                \"EventEndDate\": \"2024-03-23T01:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1182,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934648,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T02:15:00\",\n                \"EventEndDate\": \"2024-03-23T02:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1183,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935002,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T02:15:00\",\n                \"EventEndDate\": \"2024-03-23T02:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1184,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934419,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T02:30:00\",\n                \"EventEndDate\": \"2024-03-23T03:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1185,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934495,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T03:00:00\",\n                \"EventEndDate\": \"2024-03-23T04:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1186,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934421,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T03:15:00\",\n                \"EventEndDate\": \"2024-03-23T03:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1187,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935003,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T03:45:00\",\n                \"EventEndDate\": \"2024-03-23T04:15:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1188,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934497,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T04:00:00\",\n                \"EventEndDate\": \"2024-03-23T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1189,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 935045,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T04:00:00\",\n                \"EventEndDate\": \"2024-03-23T04:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1190,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 934088,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T04:00:00\",\n                \"EventEndDate\": \"2024-03-23T12:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1191,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934649,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T04:15:00\",\n                \"EventEndDate\": \"2024-03-23T05:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1192,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 934152,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T05:00:00\",\n                \"EventEndDate\": \"2024-03-23T09:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1193,\n                \"ParticipantId\": 271,\n                \"FullName\": \"Mack, Janelle \",\n                \"EventId\": 934420,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T05:30:00\",\n                \"EventEndDate\": \"2024-03-23T05:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Mack, Janelle  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1194,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 934496,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T06:00:00\",\n                \"EventEndDate\": \"2024-03-23T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1195,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 933889,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T06:00:00\",\n                \"EventEndDate\": \"2024-03-23T16:00:00\",\n                \"Duration\": 10,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 10,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1196,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 935042,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T06:00:00\",\n                \"EventEndDate\": \"2024-03-23T06:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1197,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934264,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T06:15:00\",\n                \"EventEndDate\": \"2024-03-23T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1198,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935004,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T06:15:00\",\n                \"EventEndDate\": \"2024-03-23T06:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1199,\n                \"ParticipantId\": 80,\n                \"FullName\": \"Guzman, Denise \",\n                \"EventId\": 935165,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T07:00:00\",\n                \"EventEndDate\": \"2024-03-23T07:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Guzman, Denise  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1200,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 934153,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T07:00:00\",\n                \"EventEndDate\": \"2024-03-23T11:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1201,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 934650,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T07:15:00\",\n                \"EventEndDate\": \"2024-03-23T07:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1202,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952699,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-23T08:00:00\",\n                \"EventEndDate\": \"2024-03-23T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.063\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1203,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952706,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-23T08:00:00\",\n                \"EventEndDate\": \"2024-03-23T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.12\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1204,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952713,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-23T08:00:00\",\n                \"EventEndDate\": \"2024-03-23T16:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test3\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:48:34.19\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1205,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 934146,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T08:00:00\",\n                \"EventEndDate\": \"2024-03-23T12:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1206,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 934158,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T08:00:00\",\n                \"EventEndDate\": \"2024-03-23T12:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1207,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 935043,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T08:00:00\",\n                \"EventEndDate\": \"2024-03-23T08:30:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1208,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934261,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T08:30:00\",\n                \"EventEndDate\": \"2024-03-23T08:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1209,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934138,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T09:00:00\",\n                \"EventEndDate\": \"2024-03-23T13:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1210,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934015,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T09:00:00\",\n                \"EventEndDate\": \"2024-03-23T18:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1211,\n                \"ParticipantId\": 58,\n                \"FullName\": \"Rollison, Karen \",\n                \"EventId\": 935166,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T09:15:00\",\n                \"EventEndDate\": \"2024-03-23T09:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rollison, Karen  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1212,\n                \"ParticipantId\": 352,\n                \"FullName\": \"Newman, Jean \",\n                \"EventId\": 935044,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T10:00:00\",\n                \"EventEndDate\": \"2024-03-23T10:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Newman, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1213,\n                \"ParticipantId\": 155,\n                \"FullName\": \"Goldfarb, Brett \",\n                \"EventId\": 935171,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T10:15:00\",\n                \"EventEndDate\": \"2024-03-23T10:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Goldfarb, Brett  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1214,\n                \"ParticipantId\": 387,\n                \"FullName\": \"Cassleman, Sherry \",\n                \"EventId\": 935159,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T10:30:00\",\n                \"EventEndDate\": \"2024-03-23T10:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Cassleman, Sherry  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1215,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934262,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T11:00:00\",\n                \"EventEndDate\": \"2024-03-23T12:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1216,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 934166,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T11:00:00\",\n                \"EventEndDate\": \"2024-03-23T15:00:00\",\n                \"Duration\": 4,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1217,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 934136,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T11:00:00\",\n                \"EventEndDate\": \"2024-03-23T15:15:00\",\n                \"Duration\": 4.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 4.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1218,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 935151,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T11:45:00\",\n                \"EventEndDate\": \"2024-03-23T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1219,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934752,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T11:45:00\",\n                \"EventEndDate\": \"2024-03-23T12:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1220,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934822,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T12:00:00\",\n                \"EventEndDate\": \"2024-03-23T12:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1221,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934032,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T12:00:00\",\n                \"EventEndDate\": \"2024-03-23T20:45:00\",\n                \"Duration\": 8.75,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.75,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1222,\n                \"ParticipantId\": 397,\n                \"FullName\": \"Huntre, Laquista \",\n                \"EventId\": 935179,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T12:45:00\",\n                \"EventEndDate\": \"2024-03-23T13:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Huntre, Laquista  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1223,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 934176,\n                \"ExceptionTypeId\": 5,\n                \"EventStartDate\": \"2024-03-23T13:00:00\",\n                \"EventEndDate\": \"2024-03-23T14:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Overtime\",\n                \"EventTypeDescription\": \"Overtime\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#9400D3\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1224,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 934123,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T13:00:00\",\n                \"EventEndDate\": \"2024-03-23T18:00:00\",\n                \"Duration\": 5,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1225,\n                \"ParticipantId\": 440,\n                \"FullName\": \"Pollock, Mitch \",\n                \"EventId\": 935149,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T13:00:00\",\n                \"EventEndDate\": \"2024-03-23T13:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Pollock, Mitch  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1226,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934753,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T13:15:00\",\n                \"EventEndDate\": \"2024-03-23T14:15:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1227,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934819,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T13:45:00\",\n                \"EventEndDate\": \"2024-03-23T14:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1228,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 934090,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T14:00:00\",\n                \"EventEndDate\": \"2024-03-23T22:00:00\",\n                \"Duration\": 8,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1229,\n                \"ParticipantId\": 91,\n                \"FullName\": \"Heinly, Gesela \",\n                \"EventId\": 934263,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T14:00:00\",\n                \"EventEndDate\": \"2024-03-23T14:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Heinly, Gesela  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1230,\n                \"ParticipantId\": 391,\n                \"FullName\": \"Carabo, Randy \",\n                \"EventId\": 935136,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T15:30:00\",\n                \"EventEndDate\": \"2024-03-23T15:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Carabo, Randy  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1231,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 935048,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T16:00:00\",\n                \"EventEndDate\": \"2024-03-23T16:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1232,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 933911,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T16:00:00\",\n                \"EventEndDate\": \"2024-03-24T01:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1233,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934820,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T16:15:00\",\n                \"EventEndDate\": \"2024-03-23T16:45:00\",\n                \"Duration\": 0.5,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.5,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1234,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934754,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T16:15:00\",\n                \"EventEndDate\": \"2024-03-23T16:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1235,\n                \"ParticipantId\": 361,\n                \"FullName\": \"Kinsella, Mark \",\n                \"EventId\": 934755,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T17:30:00\",\n                \"EventEndDate\": \"2024-03-23T17:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Kinsella, Mark  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1236,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 935049,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T18:00:00\",\n                \"EventEndDate\": \"2024-03-23T19:00:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1237,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934346,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T18:00:00\",\n                \"EventEndDate\": \"2024-03-23T18:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1238,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 934821,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T18:45:00\",\n                \"EventEndDate\": \"2024-03-23T19:00:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1239,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 935051,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T19:15:00\",\n                \"EventEndDate\": \"2024-03-23T19:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1240,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934347,\n                \"ExceptionTypeId\": 3,\n                \"EventStartDate\": \"2024-03-23T19:30:00\",\n                \"EventEndDate\": \"2024-03-23T20:30:00\",\n                \"Duration\": 1,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Lunch\",\n                \"EventTypeDescription\": \"Lunch\",\n                \"EventTypePaid\": false,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#FF9C00\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 1,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1241,\n                \"ParticipantId\": 467,\n                \"FullName\": \"Brown, Chanell \",\n                \"EventId\": 935050,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T20:00:00\",\n                \"EventEndDate\": \"2024-03-23T20:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Brown, Chanell  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1242,\n                \"ParticipantId\": 479,\n                \"FullName\": \"Bickley, Sharon \",\n                \"EventId\": 933950,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-23T23:00:00\",\n                \"EventEndDate\": \"2024-03-24T08:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Bickley, Sharon  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1243,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934349,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-23T23:15:00\",\n                \"EventEndDate\": \"2024-03-23T23:30:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1244,\n                \"ParticipantId\": 306,\n                \"FullName\": \"Crislip, Traci \",\n                \"EventId\": 934348,\n                \"ExceptionTypeId\": 2,\n                \"EventStartDate\": \"2024-03-23T23:30:00\",\n                \"EventEndDate\": \"2024-03-23T23:45:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 100,\n                \"IsConstrainedByWork\": true,\n                \"EventTypeName\": \"Break\",\n                \"EventTypeDescription\": \"Break\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#00FFFF\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Crislip, Traci  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 6\n            },\n            {\n                \"SequenceNumber\": 1245,\n                \"ParticipantId\": 278,\n                \"FullName\": \"Areheart, Sam \",\n                \"EventId\": 952714,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-24T00:00:00\",\n                \"EventEndDate\": \"2024-03-24T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test4\",\n                \"Locked\": null,\n                \"AllDay\": true,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:49:12.01\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Areheart, Sam  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 7\n            },\n            {\n                \"SequenceNumber\": 1246,\n                \"ParticipantId\": 156,\n                \"FullName\": \"Azzarito, Deborah \",\n                \"EventId\": 952721,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-24T00:00:00\",\n                \"EventEndDate\": \"2024-03-24T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test4\",\n                \"Locked\": null,\n                \"AllDay\": true,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:49:12.737\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Azzarito, Deborah  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 7\n            },\n            {\n                \"SequenceNumber\": 1247,\n                \"ParticipantId\": 453,\n                \"FullName\": \"Badgett, Gregory \",\n                \"EventId\": 952728,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-24T00:00:00\",\n                \"EventEndDate\": \"2024-03-24T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test4\",\n                \"Locked\": null,\n                \"AllDay\": true,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:49:13.68\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Badgett, Gregory  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 7\n            },\n            {\n                \"SequenceNumber\": 1248,\n                \"ParticipantId\": 451,\n                \"FullName\": \"Barton, Jean \",\n                \"EventId\": 952735,\n                \"ExceptionTypeId\": 4,\n                \"EventStartDate\": \"2024-03-24T00:00:00\",\n                \"EventEndDate\": \"2024-03-24T08:00:00\",\n                \"Duration\": 8,\n                \"Location\": null,\n                \"Description\": \"test4\",\n                \"Locked\": null,\n                \"AllDay\": true,\n                \"Priority\": 200,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"PTO\",\n                \"EventTypeDescription\": \"Paid Time Off Request\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": false,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": true,\n                \"EventTypeAvailableForCallback\": false,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#228B22\",\n                \"EventCreateDate\": \"2024-03-14T15:49:14.56\",\n                \"EventTimeZoneId\": null,\n                \"MembershipList\": \"Barton, Jean  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": true,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 7\n            },\n            {\n                \"SequenceNumber\": 1249,\n                \"ParticipantId\": 392,\n                \"FullName\": \"Rodriguez, Clarisa \",\n                \"EventId\": 933990,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-24T00:00:00\",\n                \"EventEndDate\": \"2024-03-24T09:00:00\",\n                \"Duration\": 9,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Rodriguez, Clarisa  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 9,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 7\n            },\n            {\n                \"SequenceNumber\": 1250,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 934079,\n                \"ExceptionTypeId\": 1,\n                \"EventStartDate\": \"2024-03-24T00:00:00\",\n                \"EventEndDate\": \"2024-03-24T08:15:00\",\n                \"Duration\": 8.25,\n                \"Location\": \"Workstation\",\n                \"Description\": \"Scheduled Work\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Work\",\n                \"EventTypeDescription\": \"Auto generated work type\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": true,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": true,\n                \"EventTypeIsQueueAdherence\": true,\n                \"Color\": \"#0000ff\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 8.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 7\n            },\n            {\n                \"SequenceNumber\": 1251,\n                \"ParticipantId\": 65,\n                \"FullName\": \"Sanchez, Maria \",\n                \"EventId\": 935009,\n                \"ExceptionTypeId\": 7,\n                \"EventStartDate\": \"2024-03-24T00:00:00\",\n                \"EventEndDate\": \"2024-03-24T00:15:00\",\n                \"Duration\": 0.25,\n                \"Location\": \"\",\n                \"Description\": \"Off phone interval\",\n                \"Locked\": null,\n                \"AllDay\": false,\n                \"Priority\": 1,\n                \"IsConstrainedByWork\": false,\n                \"EventTypeName\": \"Coaching\",\n                \"EventTypeDescription\": \"Coaching\",\n                \"EventTypePaid\": true,\n                \"EventTypeAtWork\": true,\n                \"EventTypeInQueue\": false,\n                \"EventTypeApprovalRequired\": false,\n                \"EventTypeAvailableForCallback\": true,\n                \"EventTypeIsDefaultWorkType\": false,\n                \"EventTypeIsQueueAdherence\": false,\n                \"Color\": \"#8FBC8F\",\n                \"EventCreateDate\": \"2024-02-01T09:00:13.693\",\n                \"EventTimeZoneId\": 20,\n                \"MembershipList\": \"Sanchez, Maria  [Approved]\",\n                \"IsPublished\": true,\n                \"MemberCount\": 1,\n                \"ReviewStatusId\": 1,\n                \"ReviewStatusName\": \"Approved\",\n                \"IsReviewable\": false,\n                \"EventPatternTypeId\": 1,\n                \"EventDuration\": 0.25,\n                \"TimeZoneId\": 20,\n                \"IsPublished1\": true,\n                \"EventStartDOW\": 7\n            }\n        ],\n        \"reportOptionsSummary\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"Column1\": \"2024-03-18T00:00:00\",\n                \"Column2\": \"2024-03-24T00:00:00\",\n                \"Column3\": 20,\n                \"Name\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ScheduleName\": \"Holiday 2024 Bid\"\n            }\n        ],\n        \"reportedDaysOfWeek\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"e2cd892d-fb93-4e7e-ad56-9c949fbf6cc5"},{"name":"WorkingScheduleEventSummaryReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"345b1324-53ee-4a24-81d8-e7f3b5ecad36"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"eac55178-2f3a-4b1b-bd61-50111251ee29"}}],"id":"797e5427-a831-4c25-8b65-2a797bc8ee6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"82146429-3eee-441d-8117-ed8ecfc9969a"}],"url":"{{envName}}/api/WorkingScheduleEventSummaryReport?scopeTypeId=1&scopeId=1&scheduleId=405&restrictToOutQueue=false&restrictToOffSite=false&timeZoneId=20&includeATI=true&useScheduledDuration=false&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingScheduleEventSummaryReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these).</p>\n","type":"text/plain"},"key":"scheduleId","value":"405"},{"description":{"content":"<p>REQUIRED: Defines if results should be restricted to out of queue results. Expects a true/false value.</p>\n","type":"text/plain"},"key":"restrictToOutQueue","value":"false"},{"description":{"content":"<p>REQUIRED: This true/false value defines if the results should be restricted to off site events.</p>\n","type":"text/plain"},"key":"restrictToOffSite","value":"false"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: This true/false value determines if ATI values should be included with the rest of the results.</p>\n","type":"text/plain"},"key":"includeATI","value":"true"},{"description":{"content":"<p>REQUIRED: Defines if the scheduled duration must be used. Expects true/false values.</p>\n","type":"text/plain"},"key":"useScheduledDuration","value":"false"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"740ad72d-5adc-4c74-a2d4-1b3cac833863","name":"WorkingScheduleEventSummaryReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingScheduleEventSummaryReport?scopeTypeId=1&scopeId=1&scheduleId=405&restrictToOutQueue=false&restrictToOffSite=false&timeZoneId=20&includeATI=true&useScheduledDuration=false&userId=1","host":["{{envName}}"],"path":["api","WorkingScheduleEventSummaryReport"],"query":[{"key":"scopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"scheduleId","value":"405","description":"REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these)."},{"key":"restrictToOutQueue","value":"false","description":"REQUIRED: Defines if results should be restricted to out of queue results. Expects a true/false value."},{"key":"restrictToOffSite","value":"false","description":"REQUIRED: This true/false value defines if the results should be restricted to off site events."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"includeATI","value":"true","description":"REQUIRED: This true/false value determines if ATI values should be included with the rest of the results."},{"key":"useScheduledDuration","value":"false","description":"REQUIRED: Defines if the scheduled duration must be used. Expects true/false values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ2ApN8coUFVoixG3A767itk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:39:46 GMT"},{"key":"Content-Length","value":"551178"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"SummaryByPersonAnd\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": null,\n                \"ParticipantTypeId\": null,\n                \"FullName\": \"ZZZZZZZZZ\",\n                \"EventTypeName\": \"\",\n                \"Total\": 2669,\n                \"SortSequencer\": 2147483647,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 40035,\n                \"Duration\": \" 2669:00\",\n                \"PercentHours\": 100\n            }\n        ],\n        \"SummaryByPersonAndEventType\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 34,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"EventTypeName\": \"\",\n                \"Total\": 34,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 510,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"EventTypeName\": \"Work\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 0,\n                \"ExceptionTypeID\": 1,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": null\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"EventTypeName\": \"\",\n                \"Total\": 42.5,\n                \"SortSequencer\": 1,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 637.5,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": null,\n                \"ParticipantTypeId\": null,\n                \"FullName\": \"ZZZZZZZZZ\",\n                \"EventTypeName\": \"\",\n                \"Total\": 2669,\n                \"SortSequencer\": 2147483647,\n                \"ExceptionTypeID\": null,\n                \"ColorCode\": \"\",\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"TotalCost\": 40035,\n                \"Duration\": \" 2669:00\",\n                \"PercentHours\": 100\n            }\n        ],\n        \"SummaryByPersonAndPaidAndEventType\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 34,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 510,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 510,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 510,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 510,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 510,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 510,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": true,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"Paid\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            }\n        ],\n        \"SummaryByPersonAndDateAndEventType\": [\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 34,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"Cost\": 510,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 34:00\",\n                \"PercentHours\": 1.27\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            },\n            {\n                \"SequenceNumber\": 1,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 2,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 3,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 4,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 5,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 6,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 7,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 8,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 9,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 10,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 8.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 127.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 08:30\",\n                \"PercentHours\": 0.32\n            },\n            {\n                \"SequenceNumber\": 11,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 42.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"Cost\": 637.5,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"Duration\": \" 42:30\",\n                \"PercentHours\": 1.59\n            }\n        ],\n        \"SummaryByPaidAndEventType\": [\n            {\n                \"DataSet\": \"4\",\n                \"SequenceNumber\": 1,\n                \"Paid\": true,\n                \"PayStatus\": \"Paid\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"ColorCode\": \"#0000ff\",\n                \"InQueue\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 2669:00\",\n                \"PercentHours\": 100\n            },\n            {\n                \"DataSet\": \"4\",\n                \"SequenceNumber\": 2,\n                \"Paid\": true,\n                \"PayStatus\": \"Paid\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 2669:00\",\n                \"PercentHours\": 100\n            },\n            {\n                \"DataSet\": \"4\",\n                \"SequenceNumber\": 1,\n                \"Paid\": null,\n                \"PayStatus\": \"Total\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"ColorCode\": null,\n                \"InQueue\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 2669:00\",\n                \"PercentHours\": 100\n            }\n        ],\n        \"SummaryByInQueueAndEventType\": [\n            {\n                \"DataSet\": \"5\",\n                \"SequenceNumber\": 1,\n                \"InQueue\": true,\n                \"QueueStatus\": \"In queue\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"AtWork\": true,\n                \"Duration\": \" 2669:00\"\n            },\n            {\n                \"DataSet\": \"5\",\n                \"SequenceNumber\": 2,\n                \"InQueue\": true,\n                \"QueueStatus\": \"In queue\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": null,\n                \"Paid\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 2669:00\"\n            },\n            {\n                \"DataSet\": \"5\",\n                \"SequenceNumber\": 1,\n                \"InQueue\": null,\n                \"QueueStatus\": \"Total\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": null,\n                \"Paid\": null,\n                \"AtWork\": null,\n                \"Duration\": \" 2669:00\"\n            }\n        ],\n        \"SummaryByAtWorkAndEventType\": [\n            {\n                \"RecordSet\": \"6\",\n                \"SequenceNumber\": 1,\n                \"AtWork\": true,\n                \"WorkStatus\": \"At work\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": \"#0000ff\",\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 2669:00\"\n            },\n            {\n                \"RecordSet\": \"6\",\n                \"SequenceNumber\": 2,\n                \"AtWork\": true,\n                \"WorkStatus\": \"At work\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 2669:00\"\n            },\n            {\n                \"RecordSet\": \"6\",\n                \"SequenceNumber\": 1,\n                \"AtWork\": null,\n                \"WorkStatus\": \"Total\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 2669:00\"\n            }\n        ],\n        \"SummaryByScheduleDateAndEventType\": [\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 442,\n                \"Cost\": 6630,\n                \"PercentHours\": 16.56,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 442:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 2,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 442,\n                \"Cost\": 6630,\n                \"PercentHours\": 16.56,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 442:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 467.5,\n                \"Cost\": 7012.5,\n                \"PercentHours\": 17.52,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 467:30\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 2,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 467.5,\n                \"Cost\": 7012.5,\n                \"PercentHours\": 17.52,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 467:30\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 544:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 2,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 544:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 544:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 2,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 544:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 323,\n                \"Cost\": 4845,\n                \"PercentHours\": 12.1,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 323:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 2,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 323,\n                \"Cost\": 4845,\n                \"PercentHours\": 12.1,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 323:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 178.5,\n                \"Cost\": 2677.5,\n                \"PercentHours\": 6.69,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 178:30\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 2,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 178.5,\n                \"Cost\": 2677.5,\n                \"PercentHours\": 6.69,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 178:30\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 170,\n                \"Cost\": 2550,\n                \"PercentHours\": 6.37,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 170:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 2,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 170,\n                \"Cost\": 2550,\n                \"PercentHours\": 6.37,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 170:00\"\n            },\n            {\n                \"DataSet\": \"7\",\n                \"SequenceNumber\": 1,\n                \"ScheduleDate\": null,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 2669:00\"\n            }\n        ],\n        \"SummaryByEventTypeAndPerson\": [\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 1,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 1\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 2,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 10\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 3,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 11\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 4,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 12\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 5,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 13\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 6,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 14\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 7,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 15\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 8,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 16\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 9,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 17\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 10,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 18\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 11,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 19\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 12,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 2\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 13,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 20\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 14,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 21\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 15,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 22\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 16,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 23\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 17,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 24\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 18,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 25\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 19,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 26\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 20,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 27\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 21,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 28\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 22,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 29\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 23,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 3\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 24,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 30\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 25,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 34,\n                \"Cost\": 510,\n                \"FullName\": \"Customer Services Instance 31\",\n                \"PercentHours\": 1.27,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 34:00\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 26,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 32\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 27,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 4\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 28,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 5\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 29,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 6\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 30,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 7\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 31,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 8\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 32,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Customer Services Instance 9\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 33,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 1\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 34,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 10\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 35,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 34,\n                \"Cost\": 510,\n                \"FullName\": \"Multimedia agents Instance 11\",\n                \"PercentHours\": 1.27,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 34:00\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 36,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 12\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 37,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 13\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 38,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 14\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 39,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 34,\n                \"Cost\": 510,\n                \"FullName\": \"Multimedia agents Instance 15\",\n                \"PercentHours\": 1.27,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 34:00\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 40,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 34,\n                \"Cost\": 510,\n                \"FullName\": \"Multimedia agents Instance 16\",\n                \"PercentHours\": 1.27,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 34:00\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 41,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 17\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 42,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 18\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 43,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 19\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 44,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 2\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 45,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 20\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 46,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 21\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 47,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 22\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 48,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 23\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 49,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 34,\n                \"Cost\": 510,\n                \"FullName\": \"Multimedia agents Instance 24\",\n                \"PercentHours\": 1.27,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 34:00\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 50,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 25\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 51,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 26\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 52,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 34,\n                \"Cost\": 510,\n                \"FullName\": \"Multimedia agents Instance 27\",\n                \"PercentHours\": 1.27,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 34:00\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 53,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 28\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 54,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 29\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 55,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 3\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 56,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 30\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 57,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 31\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 58,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 32\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 59,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 4\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 60,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 5\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 61,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 6\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 62,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 7\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 63,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 8\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 64,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"Total\": 42.5,\n                \"Cost\": 637.5,\n                \"FullName\": \"Multimedia agents Instance 9\",\n                \"PercentHours\": 1.59,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 42:30\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 65,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ParticipantId\": null,\n                \"ParticipantTypeId\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"FullName\": \"\",\n                \"PercentHours\": 100,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 2669:00\"\n            },\n            {\n                \"DataSet\": \"8\",\n                \"SequenceNumber\": 1,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"ParticipantId\": null,\n                \"ParticipantTypeId\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"FullName\": \"\",\n                \"PercentHours\": 100,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 2669:00\"\n            }\n        ],\n        \"SummaryByEventTypeAndScheduleDate\": [\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 1,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"Total\": 442,\n                \"Cost\": 6630,\n                \"PercentHours\": 16.56,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 442:00\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 2,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"Total\": 467.5,\n                \"Cost\": 7012.5,\n                \"PercentHours\": 17.52,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 467:30\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 3,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 544:00\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 4,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 544:00\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 5,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"Total\": 323,\n                \"Cost\": 4845,\n                \"PercentHours\": 12.1,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 323:00\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 6,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"Total\": 178.5,\n                \"Cost\": 2677.5,\n                \"PercentHours\": 6.69,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 178:30\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 7,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"Total\": 170,\n                \"Cost\": 2550,\n                \"PercentHours\": 6.37,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 170:00\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 8,\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"ScheduleDate\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": \"#0000ff\",\n                \"AtWork\": true,\n                \"Paid\": true,\n                \"InQueue\": true,\n                \"Duration\": \" 2669:00\"\n            },\n            {\n                \"DataSet\": \"9\",\n                \"SequenceNumber\": 1,\n                \"EventTypeName\": null,\n                \"ExceptionTypeID\": null,\n                \"ScheduleDate\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100,\n                \"ColorCode\": null,\n                \"AtWork\": null,\n                \"Paid\": null,\n                \"InQueue\": null,\n                \"Duration\": \" 2669:00\"\n            }\n        ],\n        \"EventDetails\": [\n            {\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824401,\n                \"AgentScheduleIntervalId\": -2099824401,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925738,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824376,\n                \"AgentScheduleIntervalId\": -2099824376,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925763,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824421,\n                \"AgentScheduleIntervalId\": -2099824421,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925718,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824276,\n                \"AgentScheduleIntervalId\": -2099824276,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925863,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824221,\n                \"AgentScheduleIntervalId\": -2099824221,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925918,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824251,\n                \"AgentScheduleIntervalId\": -2099824251,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925888,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824436,\n                \"AgentScheduleIntervalId\": -2099824436,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925703,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824446,\n                \"AgentScheduleIntervalId\": -2099824446,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925693,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824356,\n                \"AgentScheduleIntervalId\": -2099824356,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925783,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824331,\n                \"AgentScheduleIntervalId\": -2099824331,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925808,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824451,\n                \"AgentScheduleIntervalId\": -2099824451,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925688,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824466,\n                \"AgentScheduleIntervalId\": -2099824466,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925673,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824476,\n                \"AgentScheduleIntervalId\": -2099824476,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925663,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T07:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824406,\n                \"AgentScheduleIntervalId\": -2099824406,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925733,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824486,\n                \"AgentScheduleIntervalId\": -2099824486,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925653,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824496,\n                \"AgentScheduleIntervalId\": -2099824496,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925643,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824366,\n                \"AgentScheduleIntervalId\": -2099824366,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925773,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824371,\n                \"AgentScheduleIntervalId\": -2099824371,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925768,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T08:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824506,\n                \"AgentScheduleIntervalId\": -2099824506,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925633,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T08:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824516,\n                \"AgentScheduleIntervalId\": -2099824516,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925623,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T08:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824361,\n                \"AgentScheduleIntervalId\": -2099824361,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925778,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T08:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824521,\n                \"AgentScheduleIntervalId\": -2099824521,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925618,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824336,\n                \"AgentScheduleIntervalId\": -2099824336,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925803,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T09:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824526,\n                \"AgentScheduleIntervalId\": -2099824526,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925613,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824426,\n                \"AgentScheduleIntervalId\": -2099824426,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925713,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824501,\n                \"AgentScheduleIntervalId\": -2099824501,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925638,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824531,\n                \"AgentScheduleIntervalId\": -2099824531,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925608,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824511,\n                \"AgentScheduleIntervalId\": -2099824511,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925628,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824491,\n                \"AgentScheduleIntervalId\": -2099824491,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925648,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824296,\n                \"AgentScheduleIntervalId\": -2099824296,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925843,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T11:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824471,\n                \"AgentScheduleIntervalId\": -2099824471,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925668,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T11:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824386,\n                \"AgentScheduleIntervalId\": -2099824386,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925753,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824481,\n                \"AgentScheduleIntervalId\": -2099824481,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925658,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T12:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824461,\n                \"AgentScheduleIntervalId\": -2099824461,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925678,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824226,\n                \"AgentScheduleIntervalId\": -2099824226,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925913,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T13:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824346,\n                \"AgentScheduleIntervalId\": -2099824346,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925793,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824246,\n                \"AgentScheduleIntervalId\": -2099824246,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925893,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824411,\n                \"AgentScheduleIntervalId\": -2099824411,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925728,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824441,\n                \"AgentScheduleIntervalId\": -2099824441,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925698,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T15:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-09T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824456,\n                \"AgentScheduleIntervalId\": -2099824456,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925683,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824316,\n                \"AgentScheduleIntervalId\": -2099824316,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925823,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824301,\n                \"AgentScheduleIntervalId\": -2099824301,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925838,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824431,\n                \"AgentScheduleIntervalId\": -2099824431,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925708,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T16:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T00:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824416,\n                \"AgentScheduleIntervalId\": -2099824416,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925723,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T16:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824396,\n                \"AgentScheduleIntervalId\": -2099824396,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925743,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T17:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T02:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824326,\n                \"AgentScheduleIntervalId\": -2099824326,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925813,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824261,\n                \"AgentScheduleIntervalId\": -2099824261,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925878,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824216,\n                \"AgentScheduleIntervalId\": -2099824216,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925923,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T20:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824351,\n                \"AgentScheduleIntervalId\": -2099824351,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925788,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T22:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824306,\n                \"AgentScheduleIntervalId\": -2099824306,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925833,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T22:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824241,\n                \"AgentScheduleIntervalId\": -2099824241,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925898,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824281,\n                \"AgentScheduleIntervalId\": -2099824281,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925858,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-09T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824220,\n                \"AgentScheduleIntervalId\": -2099824220,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925919,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824275,\n                \"AgentScheduleIntervalId\": -2099824275,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925864,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824250,\n                \"AgentScheduleIntervalId\": -2099824250,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925889,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824375,\n                \"AgentScheduleIntervalId\": -2099824375,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925764,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824400,\n                \"AgentScheduleIntervalId\": -2099824400,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925739,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824420,\n                \"AgentScheduleIntervalId\": -2099824420,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925719,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824435,\n                \"AgentScheduleIntervalId\": -2099824435,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925704,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824445,\n                \"AgentScheduleIntervalId\": -2099824445,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925694,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824341,\n                \"AgentScheduleIntervalId\": -2099824341,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925798,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824355,\n                \"AgentScheduleIntervalId\": -2099824355,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925784,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824330,\n                \"AgentScheduleIntervalId\": -2099824330,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925809,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824450,\n                \"AgentScheduleIntervalId\": -2099824450,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925689,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824465,\n                \"AgentScheduleIntervalId\": -2099824465,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925674,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824475,\n                \"AgentScheduleIntervalId\": -2099824475,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925664,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T07:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824405,\n                \"AgentScheduleIntervalId\": -2099824405,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925734,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824485,\n                \"AgentScheduleIntervalId\": -2099824485,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925654,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824495,\n                \"AgentScheduleIntervalId\": -2099824495,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925644,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824365,\n                \"AgentScheduleIntervalId\": -2099824365,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925774,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824321,\n                \"AgentScheduleIntervalId\": -2099824321,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925818,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T07:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824370,\n                \"AgentScheduleIntervalId\": -2099824370,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925769,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T08:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824505,\n                \"AgentScheduleIntervalId\": -2099824505,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925634,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T08:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824515,\n                \"AgentScheduleIntervalId\": -2099824515,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925624,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T08:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824360,\n                \"AgentScheduleIntervalId\": -2099824360,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925779,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T08:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824520,\n                \"AgentScheduleIntervalId\": -2099824520,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925619,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824335,\n                \"AgentScheduleIntervalId\": -2099824335,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925804,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T09:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824525,\n                \"AgentScheduleIntervalId\": -2099824525,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925614,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824425,\n                \"AgentScheduleIntervalId\": -2099824425,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925714,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824500,\n                \"AgentScheduleIntervalId\": -2099824500,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925639,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824530,\n                \"AgentScheduleIntervalId\": -2099824530,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925609,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824510,\n                \"AgentScheduleIntervalId\": -2099824510,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925629,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824490,\n                \"AgentScheduleIntervalId\": -2099824490,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925649,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824295,\n                \"AgentScheduleIntervalId\": -2099824295,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925844,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T11:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824470,\n                \"AgentScheduleIntervalId\": -2099824470,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925669,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T11:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824385,\n                \"AgentScheduleIntervalId\": -2099824385,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925754,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824480,\n                \"AgentScheduleIntervalId\": -2099824480,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925659,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T12:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824460,\n                \"AgentScheduleIntervalId\": -2099824460,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925679,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824225,\n                \"AgentScheduleIntervalId\": -2099824225,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925914,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T13:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824345,\n                \"AgentScheduleIntervalId\": -2099824345,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925794,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824245,\n                \"AgentScheduleIntervalId\": -2099824245,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925894,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824410,\n                \"AgentScheduleIntervalId\": -2099824410,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925729,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824440,\n                \"AgentScheduleIntervalId\": -2099824440,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925699,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T15:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-10T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824455,\n                \"AgentScheduleIntervalId\": -2099824455,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925684,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824286,\n                \"AgentScheduleIntervalId\": -2099824286,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925853,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824300,\n                \"AgentScheduleIntervalId\": -2099824300,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925839,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824315,\n                \"AgentScheduleIntervalId\": -2099824315,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925824,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824430,\n                \"AgentScheduleIntervalId\": -2099824430,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925709,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T16:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T00:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824415,\n                \"AgentScheduleIntervalId\": -2099824415,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925724,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T16:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824395,\n                \"AgentScheduleIntervalId\": -2099824395,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925744,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T17:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T02:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824260,\n                \"AgentScheduleIntervalId\": -2099824260,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925879,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824325,\n                \"AgentScheduleIntervalId\": -2099824325,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925814,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824215,\n                \"AgentScheduleIntervalId\": -2099824215,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925924,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T20:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824350,\n                \"AgentScheduleIntervalId\": -2099824350,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925789,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T22:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824305,\n                \"AgentScheduleIntervalId\": -2099824305,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925834,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T22:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824240,\n                \"AgentScheduleIntervalId\": -2099824240,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925899,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824280,\n                \"AgentScheduleIntervalId\": -2099824280,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925859,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-10T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824219,\n                \"AgentScheduleIntervalId\": -2099824219,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925920,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824274,\n                \"AgentScheduleIntervalId\": -2099824274,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925865,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824249,\n                \"AgentScheduleIntervalId\": -2099824249,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925890,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824311,\n                \"AgentScheduleIntervalId\": -2099824311,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925828,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824374,\n                \"AgentScheduleIntervalId\": -2099824374,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925765,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824399,\n                \"AgentScheduleIntervalId\": -2099824399,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925740,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824419,\n                \"AgentScheduleIntervalId\": -2099824419,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925720,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824434,\n                \"AgentScheduleIntervalId\": -2099824434,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925705,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824444,\n                \"AgentScheduleIntervalId\": -2099824444,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925695,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824354,\n                \"AgentScheduleIntervalId\": -2099824354,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925785,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824340,\n                \"AgentScheduleIntervalId\": -2099824340,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925799,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824329,\n                \"AgentScheduleIntervalId\": -2099824329,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925810,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824449,\n                \"AgentScheduleIntervalId\": -2099824449,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925690,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824464,\n                \"AgentScheduleIntervalId\": -2099824464,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925675,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824474,\n                \"AgentScheduleIntervalId\": -2099824474,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925665,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T07:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824404,\n                \"AgentScheduleIntervalId\": -2099824404,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925735,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824236,\n                \"AgentScheduleIntervalId\": -2099824236,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925903,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824364,\n                \"AgentScheduleIntervalId\": -2099824364,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925775,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824484,\n                \"AgentScheduleIntervalId\": -2099824484,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925655,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824494,\n                \"AgentScheduleIntervalId\": -2099824494,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925645,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824320,\n                \"AgentScheduleIntervalId\": -2099824320,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925819,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T07:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824369,\n                \"AgentScheduleIntervalId\": -2099824369,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925770,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T08:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824504,\n                \"AgentScheduleIntervalId\": -2099824504,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925635,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T08:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824514,\n                \"AgentScheduleIntervalId\": -2099824514,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925625,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T08:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824359,\n                \"AgentScheduleIntervalId\": -2099824359,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925780,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T08:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824519,\n                \"AgentScheduleIntervalId\": -2099824519,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925620,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824334,\n                \"AgentScheduleIntervalId\": -2099824334,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925805,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T09:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824524,\n                \"AgentScheduleIntervalId\": -2099824524,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925615,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824424,\n                \"AgentScheduleIntervalId\": -2099824424,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925715,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824499,\n                \"AgentScheduleIntervalId\": -2099824499,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925640,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824529,\n                \"AgentScheduleIntervalId\": -2099824529,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925610,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824509,\n                \"AgentScheduleIntervalId\": -2099824509,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925630,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824489,\n                \"AgentScheduleIntervalId\": -2099824489,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925650,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824294,\n                \"AgentScheduleIntervalId\": -2099824294,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925845,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T11:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824469,\n                \"AgentScheduleIntervalId\": -2099824469,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925670,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T11:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824384,\n                \"AgentScheduleIntervalId\": -2099824384,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925755,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824479,\n                \"AgentScheduleIntervalId\": -2099824479,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925660,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T12:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824459,\n                \"AgentScheduleIntervalId\": -2099824459,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925680,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824224,\n                \"AgentScheduleIntervalId\": -2099824224,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925915,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T13:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824256,\n                \"AgentScheduleIntervalId\": -2099824256,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824344,\n                \"AgentScheduleIntervalId\": -2099824344,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925795,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824244,\n                \"AgentScheduleIntervalId\": -2099824244,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925895,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824381,\n                \"AgentScheduleIntervalId\": -2099824381,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925758,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824409,\n                \"AgentScheduleIntervalId\": -2099824409,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925730,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824271,\n                \"AgentScheduleIntervalId\": -2099824271,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925868,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824439,\n                \"AgentScheduleIntervalId\": -2099824439,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925700,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T15:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-11T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824454,\n                \"AgentScheduleIntervalId\": -2099824454,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925685,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824285,\n                \"AgentScheduleIntervalId\": -2099824285,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925854,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824299,\n                \"AgentScheduleIntervalId\": -2099824299,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925840,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824314,\n                \"AgentScheduleIntervalId\": -2099824314,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925825,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824429,\n                \"AgentScheduleIntervalId\": -2099824429,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925710,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T16:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T00:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824414,\n                \"AgentScheduleIntervalId\": -2099824414,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925725,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T16:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824394,\n                \"AgentScheduleIntervalId\": -2099824394,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925745,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T17:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T02:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824259,\n                \"AgentScheduleIntervalId\": -2099824259,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925880,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824324,\n                \"AgentScheduleIntervalId\": -2099824324,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925815,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824214,\n                \"AgentScheduleIntervalId\": -2099824214,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925925,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T20:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824349,\n                \"AgentScheduleIntervalId\": -2099824349,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925790,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T22:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824291,\n                \"AgentScheduleIntervalId\": -2099824291,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925848,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T22:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824304,\n                \"AgentScheduleIntervalId\": -2099824304,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925835,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T22:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824266,\n                \"AgentScheduleIntervalId\": -2099824266,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925873,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824239,\n                \"AgentScheduleIntervalId\": -2099824239,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925900,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824279,\n                \"AgentScheduleIntervalId\": -2099824279,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925860,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824231,\n                \"AgentScheduleIntervalId\": -2099824231,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925908,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824391,\n                \"AgentScheduleIntervalId\": -2099824391,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925748,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-11T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824418,\n                \"AgentScheduleIntervalId\": -2099824418,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925721,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824373,\n                \"AgentScheduleIntervalId\": -2099824373,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925766,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824398,\n                \"AgentScheduleIntervalId\": -2099824398,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925741,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824218,\n                \"AgentScheduleIntervalId\": -2099824218,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925921,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824273,\n                \"AgentScheduleIntervalId\": -2099824273,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925866,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824310,\n                \"AgentScheduleIntervalId\": -2099824310,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925829,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824248,\n                \"AgentScheduleIntervalId\": -2099824248,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925891,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824433,\n                \"AgentScheduleIntervalId\": -2099824433,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925706,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824443,\n                \"AgentScheduleIntervalId\": -2099824443,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925696,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824339,\n                \"AgentScheduleIntervalId\": -2099824339,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925800,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824353,\n                \"AgentScheduleIntervalId\": -2099824353,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925786,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824328,\n                \"AgentScheduleIntervalId\": -2099824328,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925811,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824448,\n                \"AgentScheduleIntervalId\": -2099824448,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925691,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824463,\n                \"AgentScheduleIntervalId\": -2099824463,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925676,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824473,\n                \"AgentScheduleIntervalId\": -2099824473,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925666,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T07:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824403,\n                \"AgentScheduleIntervalId\": -2099824403,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925736,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824235,\n                \"AgentScheduleIntervalId\": -2099824235,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925904,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824363,\n                \"AgentScheduleIntervalId\": -2099824363,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925776,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824483,\n                \"AgentScheduleIntervalId\": -2099824483,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925656,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824493,\n                \"AgentScheduleIntervalId\": -2099824493,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925646,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824319,\n                \"AgentScheduleIntervalId\": -2099824319,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925820,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T07:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824368,\n                \"AgentScheduleIntervalId\": -2099824368,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925771,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T08:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824503,\n                \"AgentScheduleIntervalId\": -2099824503,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925636,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T08:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824513,\n                \"AgentScheduleIntervalId\": -2099824513,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925626,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T08:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824358,\n                \"AgentScheduleIntervalId\": -2099824358,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925781,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T08:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824518,\n                \"AgentScheduleIntervalId\": -2099824518,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925621,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824333,\n                \"AgentScheduleIntervalId\": -2099824333,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925806,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T09:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824523,\n                \"AgentScheduleIntervalId\": -2099824523,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925616,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824423,\n                \"AgentScheduleIntervalId\": -2099824423,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925716,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824498,\n                \"AgentScheduleIntervalId\": -2099824498,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925641,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824528,\n                \"AgentScheduleIntervalId\": -2099824528,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925611,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824508,\n                \"AgentScheduleIntervalId\": -2099824508,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925631,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824488,\n                \"AgentScheduleIntervalId\": -2099824488,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925651,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824293,\n                \"AgentScheduleIntervalId\": -2099824293,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925846,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T11:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824468,\n                \"AgentScheduleIntervalId\": -2099824468,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925671,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T11:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824383,\n                \"AgentScheduleIntervalId\": -2099824383,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925756,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824478,\n                \"AgentScheduleIntervalId\": -2099824478,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925661,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T12:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824458,\n                \"AgentScheduleIntervalId\": -2099824458,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925681,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824223,\n                \"AgentScheduleIntervalId\": -2099824223,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925916,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T13:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824255,\n                \"AgentScheduleIntervalId\": -2099824255,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925884,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824343,\n                \"AgentScheduleIntervalId\": -2099824343,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925796,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824243,\n                \"AgentScheduleIntervalId\": -2099824243,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925896,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824380,\n                \"AgentScheduleIntervalId\": -2099824380,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925759,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824408,\n                \"AgentScheduleIntervalId\": -2099824408,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925731,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824270,\n                \"AgentScheduleIntervalId\": -2099824270,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925869,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824438,\n                \"AgentScheduleIntervalId\": -2099824438,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925701,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T15:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-12T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824453,\n                \"AgentScheduleIntervalId\": -2099824453,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925686,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824284,\n                \"AgentScheduleIntervalId\": -2099824284,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925855,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824298,\n                \"AgentScheduleIntervalId\": -2099824298,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925841,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824313,\n                \"AgentScheduleIntervalId\": -2099824313,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925826,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824428,\n                \"AgentScheduleIntervalId\": -2099824428,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925711,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T16:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T00:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824413,\n                \"AgentScheduleIntervalId\": -2099824413,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925726,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T16:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824393,\n                \"AgentScheduleIntervalId\": -2099824393,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925746,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T17:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T02:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824258,\n                \"AgentScheduleIntervalId\": -2099824258,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925881,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824323,\n                \"AgentScheduleIntervalId\": -2099824323,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925816,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824213,\n                \"AgentScheduleIntervalId\": -2099824213,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925926,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T20:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824348,\n                \"AgentScheduleIntervalId\": -2099824348,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925791,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T22:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824290,\n                \"AgentScheduleIntervalId\": -2099824290,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925849,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T22:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824303,\n                \"AgentScheduleIntervalId\": -2099824303,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925836,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T22:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824265,\n                \"AgentScheduleIntervalId\": -2099824265,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925874,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824238,\n                \"AgentScheduleIntervalId\": -2099824238,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925901,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824278,\n                \"AgentScheduleIntervalId\": -2099824278,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925861,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824230,\n                \"AgentScheduleIntervalId\": -2099824230,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925909,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824390,\n                \"AgentScheduleIntervalId\": -2099824390,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925749,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-12T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824417,\n                \"AgentScheduleIntervalId\": -2099824417,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925722,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824372,\n                \"AgentScheduleIntervalId\": -2099824372,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925767,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824309,\n                \"AgentScheduleIntervalId\": -2099824309,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925830,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824338,\n                \"AgentScheduleIntervalId\": -2099824338,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925801,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824442,\n                \"AgentScheduleIntervalId\": -2099824442,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925697,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824234,\n                \"AgentScheduleIntervalId\": -2099824234,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925905,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824362,\n                \"AgentScheduleIntervalId\": -2099824362,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925777,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824492,\n                \"AgentScheduleIntervalId\": -2099824492,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925647,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824318,\n                \"AgentScheduleIntervalId\": -2099824318,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925821,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T07:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824367,\n                \"AgentScheduleIntervalId\": -2099824367,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925772,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T08:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824502,\n                \"AgentScheduleIntervalId\": -2099824502,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925637,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T08:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824512,\n                \"AgentScheduleIntervalId\": -2099824512,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925627,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T08:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824357,\n                \"AgentScheduleIntervalId\": -2099824357,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925782,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T08:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824517,\n                \"AgentScheduleIntervalId\": -2099824517,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925622,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824332,\n                \"AgentScheduleIntervalId\": -2099824332,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925807,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T09:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824522,\n                \"AgentScheduleIntervalId\": -2099824522,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925617,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824527,\n                \"AgentScheduleIntervalId\": -2099824527,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925612,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824487,\n                \"AgentScheduleIntervalId\": -2099824487,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925652,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T10:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824382,\n                \"AgentScheduleIntervalId\": -2099824382,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925757,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824477,\n                \"AgentScheduleIntervalId\": -2099824477,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925662,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T12:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824457,\n                \"AgentScheduleIntervalId\": -2099824457,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925682,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824222,\n                \"AgentScheduleIntervalId\": -2099824222,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925917,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T13:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824254,\n                \"AgentScheduleIntervalId\": -2099824254,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925885,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824342,\n                \"AgentScheduleIntervalId\": -2099824342,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925797,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824379,\n                \"AgentScheduleIntervalId\": -2099824379,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925760,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824407,\n                \"AgentScheduleIntervalId\": -2099824407,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925732,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824269,\n                \"AgentScheduleIntervalId\": -2099824269,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925870,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-13T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824283,\n                \"AgentScheduleIntervalId\": -2099824283,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925856,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824312,\n                \"AgentScheduleIntervalId\": -2099824312,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925827,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824427,\n                \"AgentScheduleIntervalId\": -2099824427,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925712,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T16:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T00:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824322,\n                \"AgentScheduleIntervalId\": -2099824322,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925817,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T20:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824212,\n                \"AgentScheduleIntervalId\": -2099824212,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925927,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T20:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824347,\n                \"AgentScheduleIntervalId\": -2099824347,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925792,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T22:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824289,\n                \"AgentScheduleIntervalId\": -2099824289,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925850,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T22:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824277,\n                \"AgentScheduleIntervalId\": -2099824277,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925862,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824229,\n                \"AgentScheduleIntervalId\": -2099824229,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925910,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824264,\n                \"AgentScheduleIntervalId\": -2099824264,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925875,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824389,\n                \"AgentScheduleIntervalId\": -2099824389,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925750,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-13T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824397,\n                \"AgentScheduleIntervalId\": -2099824397,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925742,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824308,\n                \"AgentScheduleIntervalId\": -2099824308,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925831,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824247,\n                \"AgentScheduleIntervalId\": -2099824247,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925892,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824337,\n                \"AgentScheduleIntervalId\": -2099824337,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925802,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824352,\n                \"AgentScheduleIntervalId\": -2099824352,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925787,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824447,\n                \"AgentScheduleIntervalId\": -2099824447,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925692,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824472,\n                \"AgentScheduleIntervalId\": -2099824472,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925667,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T07:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824233,\n                \"AgentScheduleIntervalId\": -2099824233,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925906,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824317,\n                \"AgentScheduleIntervalId\": -2099824317,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925822,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T07:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824422,\n                \"AgentScheduleIntervalId\": -2099824422,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925717,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824253,\n                \"AgentScheduleIntervalId\": -2099824253,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925886,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824242,\n                \"AgentScheduleIntervalId\": -2099824242,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925897,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824378,\n                \"AgentScheduleIntervalId\": -2099824378,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925761,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824268,\n                \"AgentScheduleIntervalId\": -2099824268,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925871,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-14T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824282,\n                \"AgentScheduleIntervalId\": -2099824282,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925857,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824392,\n                \"AgentScheduleIntervalId\": -2099824392,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925747,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T17:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T02:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824288,\n                \"AgentScheduleIntervalId\": -2099824288,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925851,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T22:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824302,\n                \"AgentScheduleIntervalId\": -2099824302,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925837,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T22:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824263,\n                \"AgentScheduleIntervalId\": -2099824263,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925876,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824228,\n                \"AgentScheduleIntervalId\": -2099824228,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925911,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824388,\n                \"AgentScheduleIntervalId\": -2099824388,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925751,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-14T23:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824217,\n                \"AgentScheduleIntervalId\": -2099824217,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925922,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824272,\n                \"AgentScheduleIntervalId\": -2099824272,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925867,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824307,\n                \"AgentScheduleIntervalId\": -2099824307,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925832,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T05:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824432,\n                \"AgentScheduleIntervalId\": -2099824432,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925707,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824327,\n                \"AgentScheduleIntervalId\": -2099824327,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925812,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T06:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824462,\n                \"AgentScheduleIntervalId\": -2099824462,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925677,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T06:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824402,\n                \"AgentScheduleIntervalId\": -2099824402,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925737,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824232,\n                \"AgentScheduleIntervalId\": -2099824232,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925907,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T07:15:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824482,\n                \"AgentScheduleIntervalId\": -2099824482,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925657,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T07:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824497,\n                \"AgentScheduleIntervalId\": -2099824497,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925642,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824507,\n                \"AgentScheduleIntervalId\": -2099824507,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925632,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824292,\n                \"AgentScheduleIntervalId\": -2099824292,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925847,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T11:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824467,\n                \"AgentScheduleIntervalId\": -2099824467,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925672,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T11:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824252,\n                \"AgentScheduleIntervalId\": -2099824252,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925887,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T13:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824377,\n                \"AgentScheduleIntervalId\": -2099824377,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925762,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T14:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824267,\n                \"AgentScheduleIntervalId\": -2099824267,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925872,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T14:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824437,\n                \"AgentScheduleIntervalId\": -2099824437,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925702,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T15:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-15T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824452,\n                \"AgentScheduleIntervalId\": -2099824452,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925687,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T15:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-16T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824297,\n                \"AgentScheduleIntervalId\": -2099824297,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925842,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T16:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-16T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            },\n            {\n                \"ParticipantId\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"AgentScheduleId\": -2099824412,\n                \"AgentScheduleIntervalId\": -2099824412,\n                \"ScheduleId\": 405,\n                \"ExceptionID\": 925727,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-12-15T16:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-12-16T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"ScheduleDuration\": 8.5\n            }\n        ],\n        \"ExecutiveSummaryByScheduleDate\": [\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"Total\": 442,\n                \"Cost\": 6630,\n                \"PercentHours\": 16.56\n            },\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"Total\": 467.5,\n                \"Cost\": 7012.5,\n                \"PercentHours\": 17.52\n            },\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38\n            },\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"Total\": 544,\n                \"Cost\": 8160,\n                \"PercentHours\": 20.38\n            },\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"Total\": 323,\n                \"Cost\": 4845,\n                \"PercentHours\": 12.1\n            },\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"Total\": 178.5,\n                \"Cost\": 2677.5,\n                \"PercentHours\": 6.69\n            },\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"Total\": 170,\n                \"Cost\": 2550,\n                \"PercentHours\": 6.37\n            },\n            {\n                \"DataSet\": \"11\",\n                \"ScheduleDate\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            }\n        ],\n        \"ExecutiveSummaryByEventType\": [\n            {\n                \"DataSet\": \"12\",\n                \"EventTypeName\": \"Work\",\n                \"ExceptionTypeID\": 1,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            },\n            {\n                \"DataSet\": \"12\",\n                \"EventTypeName\": \"\",\n                \"ExceptionTypeID\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            }\n        ],\n        \"ExecutiveSummaryByAtWorkStatus\": [\n            {\n                \"DataSet\": \"13\",\n                \"AtWork\": true,\n                \"AtWorkStatus\": \"At work\",\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            },\n            {\n                \"DataSet\": \"13\",\n                \"AtWork\": null,\n                \"AtWorkStatus\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            }\n        ],\n        \"ExecutiveSummaryByInQueueStatus\": [\n            {\n                \"DataSet\": \"14\",\n                \"InQueue\": true,\n                \"InQueueStatus\": \"In queue\",\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            },\n            {\n                \"DataSet\": \"14\",\n                \"InQueue\": null,\n                \"InQueueStatus\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            }\n        ],\n        \"ExecutiveSummaryByPaidStatus\": [\n            {\n                \"DataSet\": \"15\",\n                \"Paid\": true,\n                \"PayStatus\": \"Paid\",\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            },\n            {\n                \"DataSet\": \"15\",\n                \"Paid\": null,\n                \"PayStatus\": null,\n                \"Total\": 2669,\n                \"Cost\": 40035,\n                \"PercentHours\": 100\n            }\n        ],\n        \"ReportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"Column1\": \"2024-12-09T00:00:00\",\n                \"Column2\": \"2024-12-15T00:00:00\",\n                \"Column3\": 20,\n                \"Name\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"ScheduleName\": \"Holiday 2024 Bid\"\n            }\n        ],\n        \"DayList\": [\n            {\n                \"sa_day_id\": 1,\n                \"day_abbrev\": \"Mon\",\n                \"day_name\": \"Monday\",\n                \"day_init\": \"M\",\n                \"display_ordinal\": 1\n            },\n            {\n                \"sa_day_id\": 2,\n                \"day_abbrev\": \"Tue\",\n                \"day_name\": \"Tuesday\",\n                \"day_init\": \"T\",\n                \"display_ordinal\": 2\n            },\n            {\n                \"sa_day_id\": 3,\n                \"day_abbrev\": \"Wed\",\n                \"day_name\": \"Wednesday\",\n                \"day_init\": \"W\",\n                \"display_ordinal\": 3\n            },\n            {\n                \"sa_day_id\": 4,\n                \"day_abbrev\": \"Thu\",\n                \"day_name\": \"Thursday\",\n                \"day_init\": \"R\",\n                \"display_ordinal\": 4\n            },\n            {\n                \"sa_day_id\": 5,\n                \"day_abbrev\": \"Fri\",\n                \"day_name\": \"Friday\",\n                \"day_init\": \"F\",\n                \"display_ordinal\": 5\n            },\n            {\n                \"sa_day_id\": 6,\n                \"day_abbrev\": \"Sat\",\n                \"day_name\": \"Saturday\",\n                \"day_init\": \"S\",\n                \"display_ordinal\": 6\n            },\n            {\n                \"sa_day_id\": 7,\n                \"day_abbrev\": \"Sun\",\n                \"day_name\": \"Sunday\",\n                \"day_init\": \"U\",\n                \"display_ordinal\": 7\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"797e5427-a831-4c25-8b65-2a797bc8ee6d"},{"name":"WorkingScheduleEventSummarySlimReportByParticipant","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"9c52f03d-cac6-4ad7-9b68-150a7e2124f3"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"b20cae45-52bd-4b9a-8a03-f81616a9a830"}}],"id":"eec7e9e3-9f64-4da0-a360-ed0ef3138339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"15ce4470-00fa-479b-a7d0-392658fd7608"}],"url":"{{envName}}/api/WorkingScheduleEventSummarySlimReportByParticipant?scheduleId=405&timeZoneId=20&participantId=1&participantTypeId=0&userId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingScheduleEventSummarySlimReportByParticipant"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these).</p>\n","type":"text/plain"},"key":"scheduleId","value":"405"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 5, individuals,, you can use an agent's ID.</p>\n","type":"text/plain"},"key":"participantId","value":"1"},{"description":{"content":"<p>REQUIRED: The Participant Type defined by an internally generated number.</p>\n","type":"text/plain"},"key":"participantTypeId","value":"0"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"c0f6657c-e261-4ed5-8681-2a74a9837b65","name":"WorkingScheduleEventSummarySlimReportByParticipant","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingScheduleEventSummarySlimReportByParticipant?scheduleId=405&timeZoneId=20&participantId=1&participantTypeId=0&userId=1","host":["{{envName}}"],"path":["api","WorkingScheduleEventSummarySlimReportByParticipant"],"query":[{"key":"scheduleId","value":"405","description":"REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these)."},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"participantId","value":"1","description":"REQUIRED: Working in tandem with the participantTypeId, participantId defines which ID to use. For example with participantTypeId 5, individuals,, you can use an agent's ID."},{"key":"participantTypeId","value":"0","description":"REQUIRED: The Participant Type defined by an internally generated number."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ/FpzZ2d52V7DSQgcNPlbGg="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:38:38 GMT"},{"key":"Content-Length","value":"1199"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"executiveSummary\": [\n            {\n                \"TotalScheduledHours\": 0,\n                \"Column1\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TotalCost\": 0\n            }\n        ],\n        \"scheduleDateSummary\": [\n            {\n                \"ScheduleDate\": \"2024-12-09T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 2,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            },\n            {\n                \"ScheduleDate\": \"2024-12-10T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 3,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            },\n            {\n                \"ScheduleDate\": \"2024-12-11T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 4,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            },\n            {\n                \"ScheduleDate\": \"2024-12-12T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 5,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            },\n            {\n                \"ScheduleDate\": \"2024-12-13T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 6,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            },\n            {\n                \"ScheduleDate\": \"2024-12-14T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 7,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            },\n            {\n                \"ScheduleDate\": \"2024-12-15T00:00:00\",\n                \"TotalHours\": 0,\n                \"Hours\": 0,\n                \"Minutes\": 0,\n                \"WeekDay\": 1,\n                \"TotalCost\": 0,\n                \"TotalPercent\": 0\n            }\n        ],\n        \"paidSummary\": [],\n        \"workSummary\": [],\n        \"queueSummary\": [],\n        \"eventTypeSummary\": []\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"eec7e9e3-9f64-4da0-a360-ed0ef3138339"},{"name":"WorkingScheduleReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"530e1fe3-342a-491a-bada-e9a4ef3e10f9"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"ec4851e2-8075-470e-b61d-521dbb7f66ef"}}],"id":"ca7cc76d-e633-419b-a40a-b443ef1fc4dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"c3c3dd78-677b-4b6b-b914-65e32ad3bb5d"}],"url":"{{envName}}/api/WorkingScheduleReport?scheduleId=405&scopeType=1&scopeId=1&fromDate=3/18/2024&thruDate=3/20/2024&sortOption=1&isCustomSortOption=false&suppressNoSchedules=false&timeZoneId=20&classificationId=1&userId=1&includeATI=true&includePublishedSchedule=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingScheduleReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these).</p>\n","type":"text/plain"},"key":"scheduleId","value":"405"},{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"scopeType","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"scopeId","value":"1"},{"description":{"content":"<p>REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"3/18/2024"},{"description":{"content":"<p>REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"thruDate","value":"3/20/2024"},{"description":{"content":"<p>REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time</p>\n","type":"text/plain"},"key":"sortOption","value":"1"},{"description":{"content":"<p>REQUIRED: Sort by Agent Custom Field value. Requires true or false.</p>\n","type":"text/plain"},"key":"isCustomSortOption","value":"false"},{"description":{"content":"<p>REQUIRED: Suppress results where no schedule is found. Field accepts true or false</p>\n","type":"text/plain"},"key":"suppressNoSchedules","value":"false"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"timeZoneId","value":"20"},{"description":{"content":"<p>REQUIRED: Employee Classification ID. Typically this represents values like full time, part time, temp. Can be left blank. Use GET EmployeeClassification to get a list of all available values.</p>\n","type":"text/plain"},"key":"classificationId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: This true/false value determines if ATI values should be included with the rest of the results.</p>\n","type":"text/plain"},"key":"includeATI","value":"true"},{"description":{"content":"<p>REQUIRED: Determines if the published schedule should be included with the results.</p>\n","type":"text/plain"},"key":"includePublishedSchedule","value":"true"}],"variable":[]}},"response":[{"id":"46cc2c69-4498-4c5c-bf52-3458c9f18141","name":"WorkingScheduleReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingScheduleReport?scheduleId=405&scopeType=1&scopeId=1&fromDate=3/18/2024&thruDate=3/20/2024&sortOption=1&isCustomSortOption=false&suppressNoSchedules=false&timeZoneId=20&classificationId=1&userId=1&includeATI=true&includePublishedSchedule=true","host":["{{envName}}"],"path":["api","WorkingScheduleReport"],"query":[{"key":"scheduleId","value":"405","description":"REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these)."},{"key":"scopeType","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"scopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"fromDate","value":"3/18/2024","description":"REQUIRED: Defines the start date for the report. Format is YYYY-MM-DD"},{"key":"thruDate","value":"3/20/2024","description":"REQUIRED: Defines the end date for the report. Format is YYYY-MM-DD"},{"key":"sortOption","value":"1","description":"REQUIRED: Defines how to sort the data. 1 = Agent Name, 2 = Employee_ID, 3 = hire_date, 4 = tiebreaker, 5 = Minimum Start Time"},{"key":"isCustomSortOption","value":"false","description":"REQUIRED: Sort by Agent Custom Field value. Requires true or false."},{"key":"suppressNoSchedules","value":"false","description":"REQUIRED: Suppress results where no schedule is found. Field accepts true or false"},{"key":"timeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."},{"key":"classificationId","value":"1","description":"REQUIRED: Employee Classification ID. Typically this represents values like full time, part time, temp. Can be left blank. Use GET EmployeeClassification to get a list of all available values."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"includeATI","value":"true","description":"REQUIRED: This true/false value determines if ATI values should be included with the rest of the results."},{"key":"includePublishedSchedule","value":"true","description":"REQUIRED: Determines if the published schedule should be included with the results."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZxMXIpGiDNRL36aAa/CC3Jk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:30:11 GMT"},{"key":"Content-Length","value":"589292"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"rowHeaders\": [\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmployeeId\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmployeeId\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 278,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmployeeId\": \"SCA21218\",\n                \"agentname\": \"Areheart, Sam \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmployeeId\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmployeeId\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 156,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmployeeId\": \"dka21094\",\n                \"agentname\": \"Azzarito, Deborah \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 453,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"GAB21254\",\n                \"agentname\": \"Badgett, Gregory \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 451,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"JBarton\",\n                \"agentname\": \"Barton, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-07-10T00:00:00\",\n                \"EmployeeId\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-07-10T00:00:00\",\n                \"EmployeeId\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 479,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-07-10T00:00:00\",\n                \"EmployeeId\": \"SBickley\",\n                \"agentname\": \"Bickley, Sharon \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-12-01T00:00:00\",\n                \"EmployeeId\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-12-01T00:00:00\",\n                \"EmployeeId\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 27,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-12-01T00:00:00\",\n                \"EmployeeId\": \"LNB21249\",\n                \"agentname\": \"Blakely, Latrice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 467,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"cab17889\",\n                \"agentname\": \"Brown, Chanell \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 402,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"BBurns\",\n                \"agentname\": \"Burns, Barbara \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 391,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"rcarabo\",\n                \"agentname\": \"Carabo, Randy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 387,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"sfc17890\",\n                \"agentname\": \"Cassleman, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-02-20T00:00:00\",\n                \"EmployeeId\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-02-20T00:00:00\",\n                \"EmployeeId\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 371,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-02-20T00:00:00\",\n                \"EmployeeId\": \"CXP21252\",\n                \"agentname\": \"Cathy, Kelly \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-09-19T00:00:00\",\n                \"EmployeeId\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-09-19T00:00:00\",\n                \"EmployeeId\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 306,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-09-19T00:00:00\",\n                \"EmployeeId\": \"tcislip\",\n                \"agentname\": \"Crislip, Traci \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 1\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 1\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 13,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16578,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 1\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 10\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 10\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 14,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16587,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 10\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 11\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 11\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 15,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16588,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 11\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 12\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 12\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 16,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16589,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 12\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 13\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 13\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 17,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16590,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 13\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 14\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 14\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 18,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16591,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 14\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 15\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 15\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 19,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16592,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 15\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 16\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 16\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 20,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16593,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 16\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 17\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 17\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 21,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16594,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 17\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 18\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 18\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 22,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16595,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 18\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 19\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 19\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 23,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16596,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 19\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 2\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 2\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 24,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16579,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 2\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 20\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 20\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 25,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16597,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 20\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 21\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 21\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 26,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16598,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 21\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 22\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 22\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 27,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16599,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 22\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 23\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 23\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 28,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16600,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 23\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 24\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 24\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 29,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16601,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 24\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 25\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 25\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 30,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16602,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 25\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 26\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 26\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 31,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16603,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 26\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 27\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 27\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 32,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16604,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 27\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 28\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 28\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 33,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16605,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 28\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 29\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 29\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 34,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16606,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 29\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 3\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 3\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 35,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16580,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 3\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 30\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 30\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 36,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16607,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 30\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 31\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 31\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 37,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16608,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 31\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 32\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 32\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 38,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16609,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 32\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 4\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 4\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 39,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16581,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 4\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 5\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 5\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 40,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16582,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 5\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 6\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 6\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 41,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16583,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 6\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 7\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 7\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 42,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16584,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 7\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 8\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 8\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 43,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16585,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 8\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 9\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 9\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 44,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16586,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Customer Services Instance 9\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 432,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"wdunbar\",\n                \"agentname\": \"Dunbar, Bill \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2005-09-26T00:00:00\",\n                \"EmployeeId\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2005-09-26T00:00:00\",\n                \"EmployeeId\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 382,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2005-09-26T00:00:00\",\n                \"EmployeeId\": \"63438\",\n                \"agentname\": \"Duncan, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-07-16T00:00:00\",\n                \"EmployeeId\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-07-16T00:00:00\",\n                \"EmployeeId\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 51,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-07-16T00:00:00\",\n                \"EmployeeId\": \"ABD21223\",\n                \"agentname\": \"Dyer, Amanda \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-07-29T00:00:00\",\n                \"EmployeeId\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-07-29T00:00:00\",\n                \"EmployeeId\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 136,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-07-29T00:00:00\",\n                \"EmployeeId\": \"1084742\",\n                \"agentname\": \"Finn, Mike \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-04-13T00:00:00\",\n                \"EmployeeId\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-04-13T00:00:00\",\n                \"EmployeeId\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 68,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-04-13T00:00:00\",\n                \"EmployeeId\": \"OAF21012\",\n                \"agentname\": \"Florez, Oscar \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmployeeId\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmployeeId\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 144,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmployeeId\": \"1343546\",\n                \"agentname\": \"Fowler, Wendy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 353,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"ANF21228\",\n                \"agentname\": \"Fraley, Ashley \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmployeeId\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmployeeId\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 155,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-21T00:00:00\",\n                \"EmployeeId\": \"9019637\",\n                \"agentname\": \"Goldfarb, Brett \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-08-12T00:00:00\",\n                \"EmployeeId\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-08-12T00:00:00\",\n                \"EmployeeId\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 71,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-08-12T00:00:00\",\n                \"EmployeeId\": \"lgranda\",\n                \"agentname\": \"Granda, Luis \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 405,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"TLG17964\",\n                \"agentname\": \"Greene, Tiffany \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 423,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"JHG17920\",\n                \"agentname\": \"Griffin, John \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-08-15T00:00:00\",\n                \"EmployeeId\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-08-15T00:00:00\",\n                \"EmployeeId\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 287,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-08-15T00:00:00\",\n                \"EmployeeId\": \"DWH21013\",\n                \"agentname\": \"Haltiwanger, Debra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2010-01-18T00:00:00\",\n                \"EmployeeId\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2010-01-18T00:00:00\",\n                \"EmployeeId\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 91,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2010-01-18T00:00:00\",\n                \"EmployeeId\": \"gah21056\",\n                \"agentname\": \"Heinly, Gesela \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 407,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"CBH17940\",\n                \"agentname\": \"Hipps, Casandra \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-05-23T00:00:00\",\n                \"EmployeeId\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-05-23T00:00:00\",\n                \"EmployeeId\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 250,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-05-23T00:00:00\",\n                \"EmployeeId\": \"WAH21278\",\n                \"agentname\": \"Horne, Andy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-04-25T00:00:00\",\n                \"EmployeeId\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-04-25T00:00:00\",\n                \"EmployeeId\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 246,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-04-25T00:00:00\",\n                \"EmployeeId\": \"MDH21220\",\n                \"agentname\": \"Houck, Matthew \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 397,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"LAH21227\",\n                \"agentname\": \"Huntre, Laquista \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2012-07-13T00:00:00\",\n                \"EmployeeId\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2012-07-13T00:00:00\",\n                \"EmployeeId\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 147,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2012-07-13T00:00:00\",\n                \"EmployeeId\": \"0214540\",\n                \"agentname\": \"Kenney, Reye \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-19T00:00:00\",\n                \"EmployeeId\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-19T00:00:00\",\n                \"EmployeeId\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 361,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-19T00:00:00\",\n                \"EmployeeId\": \"35334\",\n                \"agentname\": \"Kinsella, Mark \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-12-06T00:00:00\",\n                \"EmployeeId\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-12-06T00:00:00\",\n                \"EmployeeId\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 128,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-12-06T00:00:00\",\n                \"EmployeeId\": \"DDW21253\",\n                \"agentname\": \"Lee, Daniel \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 354,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"glewis\",\n                \"agentname\": \"Lewis, Greg \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-10T00:00:00\",\n                \"EmployeeId\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-10T00:00:00\",\n                \"EmployeeId\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 129,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-09-10T00:00:00\",\n                \"EmployeeId\": \"LXL17691\",\n                \"agentname\": \"Lewis, Lisha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmployeeId\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmployeeId\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 271,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-11T00:00:00\",\n                \"EmployeeId\": \"JKM17984\",\n                \"agentname\": \"Mack, Janelle \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-10-10T00:00:00\",\n                \"EmployeeId\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-10-10T00:00:00\",\n                \"EmployeeId\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 318,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-10-10T00:00:00\",\n                \"EmployeeId\": \"SGM17983\",\n                \"agentname\": \"Malvoisin, Fernando \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-02-24T00:00:00\",\n                \"EmployeeId\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-02-24T00:00:00\",\n                \"EmployeeId\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 107,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-02-24T00:00:00\",\n                \"EmployeeId\": \"MXO17963\",\n                \"agentname\": \"Martinez, Cristian \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-10T00:00:00\",\n                \"EmployeeId\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-10T00:00:00\",\n                \"EmployeeId\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 449,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-07-10T00:00:00\",\n                \"EmployeeId\": \"NNM17965\",\n                \"agentname\": \"McBride, Natasha \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-08-10T00:00:00\",\n                \"EmployeeId\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-08-10T00:00:00\",\n                \"EmployeeId\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 135,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-08-10T00:00:00\",\n                \"EmployeeId\": \"DAM 21159\",\n                \"agentname\": \"Montes, David \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-01-12T00:00:00\",\n                \"EmployeeId\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-01-12T00:00:00\",\n                \"EmployeeId\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 145,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-01-12T00:00:00\",\n                \"EmployeeId\": \"kmosley\",\n                \"agentname\": \"Mosley, Kerry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 1\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 1\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 73,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16610,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 1\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 10\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 10\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 74,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16619,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 10\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 11\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 11\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 75,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16620,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 11\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 76,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 12\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 76,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 12\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 76,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16621,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 12\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 13\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 13\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 77,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16622,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 13\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 78,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 14\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 78,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 14\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 78,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16623,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 14\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 79,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 15\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 79,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 15\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 79,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16624,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 15\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 16\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 16\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 80,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16625,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 16\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 81,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 17\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 81,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 17\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 81,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16626,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 17\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 18\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 18\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 82,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16627,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 18\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 19\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 19\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 83,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16628,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 19\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 84,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 2\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 84,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 2\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 84,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16611,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 2\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 20\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 20\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 85,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16629,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 20\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 86,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 21\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 86,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 21\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 86,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16630,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 21\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 22\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 22\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 87,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16631,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 22\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 88,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 23\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 88,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 23\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 88,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16632,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 23\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 89,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 24\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 89,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 24\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 89,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16633,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 24\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 90,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 25\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 90,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 25\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 90,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16634,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 25\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 91,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 26\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 91,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 26\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 91,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16635,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 26\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 92,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 27\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 92,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 27\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 92,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16636,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 27\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 93,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 28\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 93,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 28\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 93,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16637,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 28\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 94,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 29\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 94,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 29\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 94,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16638,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 29\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 95,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 3\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 95,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 3\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 95,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16612,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 3\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 96,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 30\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 96,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 30\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 96,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16639,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 30\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 97,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 31\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 97,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 31\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 97,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16640,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 31\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 98,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 32\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 98,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 32\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 98,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16641,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 32\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 99,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 4\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 99,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 4\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 99,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16613,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 4\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 100,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 5\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 100,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 5\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 100,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16614,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 5\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 101,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 6\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 101,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 6\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 101,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16615,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 6\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 102,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 7\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 102,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 7\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 102,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16616,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 7\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 103,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 8\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 103,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 8\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 103,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16617,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 8\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 104,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 9\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 104,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 9\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 104,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 16618,\n                \"ParticipantTypeId\": 2,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 1,\n                \"HireDate\": \"2024-05-08T16:30:09.563\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Multimedia agents Instance 9\",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-02-09T00:00:00\",\n                \"EmployeeId\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-02-09T00:00:00\",\n                \"EmployeeId\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 370,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-02-09T00:00:00\",\n                \"EmployeeId\": \"cnelson\",\n                \"agentname\": \"Nelson, Candice \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 352,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-01-16T00:00:00\",\n                \"EmployeeId\": \"jnewman\",\n                \"agentname\": \"Newman, Jean \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-11-09T00:00:00\",\n                \"EmployeeId\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-11-09T00:00:00\",\n                \"EmployeeId\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 171,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-11-09T00:00:00\",\n                \"EmployeeId\": \"MFN17962\",\n                \"agentname\": \"Newton, Mary \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-03-14T00:00:00\",\n                \"EmployeeId\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-03-14T00:00:00\",\n                \"EmployeeId\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 195,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-03-14T00:00:00\",\n                \"EmployeeId\": \"KDO21010\",\n                \"agentname\": \"Olsen, Kristin \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 440,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"MXP21277\",\n                \"agentname\": \"Pollock, Mitch \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-02-01T00:00:00\",\n                \"EmployeeId\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-02-01T00:00:00\",\n                \"EmployeeId\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 185,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-02-01T00:00:00\",\n                \"EmployeeId\": \"SYP21221\",\n                \"agentname\": \"Prioleau, Sherry \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 450,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": 1,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"drenfroe\",\n                \"agentname\": \"Renfroe, Dave \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 401,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"MLR21274\",\n                \"agentname\": \"Richbourg, Mandy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmployeeId\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmployeeId\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 240,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-04-11T00:00:00\",\n                \"EmployeeId\": \"JFR17923\",\n                \"agentname\": \"Richert, Jessica \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-07-06T00:00:00\",\n                \"EmployeeId\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-07-06T00:00:00\",\n                \"EmployeeId\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 61,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2015-07-06T00:00:00\",\n                \"EmployeeId\": \"sridenhour\",\n                \"agentname\": \"Ridenhour, Stephan \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 392,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-03-13T00:00:00\",\n                \"EmployeeId\": \"crodriguez\",\n                \"agentname\": \"Rodriguez, Clarisa \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-11-10T00:00:00\",\n                \"EmployeeId\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-11-10T00:00:00\",\n                \"EmployeeId\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 58,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-11-10T00:00:00\",\n                \"EmployeeId\": \"KSR21073\",\n                \"agentname\": \"Rollison, Karen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2011-01-01T00:00:00\",\n                \"EmployeeId\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2011-01-01T00:00:00\",\n                \"EmployeeId\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 65,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2011-01-01T00:00:00\",\n                \"EmployeeId\": \"MFB21273\",\n                \"agentname\": \"Sanchez, Maria \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2010-02-25T00:00:00\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2010-02-25T00:00:00\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 409,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2010-02-25T00:00:00\",\n                \"EmployeeId\": null,\n                \"agentname\": \"Schmidt, Peter \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 414,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-04-10T00:00:00\",\n                \"EmployeeId\": \"JHSchrum\",\n                \"agentname\": \"Schrum, Joe \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-07-25T00:00:00\",\n                \"EmployeeId\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-07-25T00:00:00\",\n                \"EmployeeId\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 36,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2013-07-25T00:00:00\",\n                \"EmployeeId\": \"mstalnaker\",\n                \"agentname\": \"Stalnaker, Mary Beth \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 455,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-06-12T00:00:00\",\n                \"EmployeeId\": \"cms17891\",\n                \"agentname\": \"Sticha, Carmen \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmployeeId\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmployeeId\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 132,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2014-09-29T00:00:00\",\n                \"EmployeeId\": \"1342647\",\n                \"agentname\": \"Sutherland, Todd \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 429,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2017-05-15T00:00:00\",\n                \"EmployeeId\": \"bturner\",\n                \"agentname\": \"Turner, Bruce \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 1,\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-06-13T00:00:00\",\n                \"EmployeeId\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 2,\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-06-13T00:00:00\",\n                \"EmployeeId\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 3,\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"sa_agent_id\": 262,\n                \"ParticipantTypeId\": 0,\n                \"RoleId\": 100,\n                \"ClassificationId\": null,\n                \"Tiebreak\": 0,\n                \"HireDate\": \"2016-06-13T00:00:00\",\n                \"EmployeeId\": \"twatkins\",\n                \"agentname\": \"Watkins, Tracy \",\n                \"ScheduleStartTime\": null,\n                \"Locked\": null,\n                \"SortValue\": null\n            }\n        ],\n        \"workingScheduleIntervals\": [],\n        \"reportParameters\": [\n            {\n                \"PreferredScopeType\": 1,\n                \"PreferredScopeId\": 1,\n                \"ScopeTypeName\": \"Activity\",\n                \"ScopeIdName\": \"CommunityWFM\",\n                \"ScopeIdDescription\": \"Company Name\",\n                \"FromDate\": \"2024-03-18T00:00:00\",\n                \"ThruDate\": \"2024-03-20T00:00:00\",\n                \"TimeZoneName\": \"(GMT-06:00) Central Time (US & Canada)\",\n                \"TimeZoneId\": 20\n            }\n        ],\n        \"scheduleDates\": [\n            {\n                \"ScheduleDate\": \"2024-03-18T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-03-18T06:00:00\",\n                \"ScheduleDateRow\": 1\n            },\n            {\n                \"ScheduleDate\": \"2024-03-19T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-03-19T06:00:00\",\n                \"ScheduleDateRow\": 2\n            },\n            {\n                \"ScheduleDate\": \"2024-03-20T00:00:00\",\n                \"ScheduleDateUTC\": \"2024-03-20T06:00:00\",\n                \"ScheduleDateRow\": 3\n            }\n        ],\n        \"publishedScheduleIntervals\": [\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331617,\n                \"ExceptionID\": 933868,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T04:00:00\",\n                \"Duration\": 11.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331634,\n                \"ExceptionID\": 933885,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 331663,\n                \"ExceptionID\": 933914,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T05:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 331670,\n                \"ExceptionID\": 933921,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 331674,\n                \"ExceptionID\": 933925,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T07:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 331674,\n                \"ExceptionID\": 933925,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T07:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331718,\n                \"ExceptionID\": 933969,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 331726,\n                \"ExceptionID\": 933977,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T07:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 331744,\n                \"ExceptionID\": 933995,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 331769,\n                \"ExceptionID\": 934020,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 331793,\n                \"ExceptionID\": 934044,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 331799,\n                \"ExceptionID\": 934050,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 331873,\n                \"ExceptionID\": 934124,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 331909,\n                \"ExceptionID\": 934160,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T02:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T06:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T06:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 331923,\n                \"ExceptionID\": 934174,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 2.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331935,\n                \"ExceptionID\": 934186,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331960,\n                \"ExceptionID\": 934211,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331965,\n                \"ExceptionID\": 934216,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331985,\n                \"ExceptionID\": 934236,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331993,\n                \"ExceptionID\": 934244,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331997,\n                \"ExceptionID\": 934248,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332022,\n                \"ExceptionID\": 934273,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332027,\n                \"ExceptionID\": 934278,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332058,\n                \"ExceptionID\": 934309,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332066,\n                \"ExceptionID\": 934317,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T21:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332090,\n                \"ExceptionID\": 934341,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T22:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T22:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332100,\n                \"ExceptionID\": 934351,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T09:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332107,\n                \"ExceptionID\": 934358,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332121,\n                \"ExceptionID\": 934372,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T23:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332140,\n                \"ExceptionID\": 934391,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332156,\n                \"ExceptionID\": 934407,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T03:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T03:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332172,\n                \"ExceptionID\": 934423,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332181,\n                \"ExceptionID\": 934432,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332197,\n                \"ExceptionID\": 934448,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332204,\n                \"ExceptionID\": 934455,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T21:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332226,\n                \"ExceptionID\": 934477,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332231,\n                \"ExceptionID\": 934482,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332275,\n                \"ExceptionID\": 934526,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332280,\n                \"ExceptionID\": 934531,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T18:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332294,\n                \"ExceptionID\": 934545,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332314,\n                \"ExceptionID\": 934565,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332321,\n                \"ExceptionID\": 934572,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T21:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332333,\n                \"ExceptionID\": 934584,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332348,\n                \"ExceptionID\": 934599,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332369,\n                \"ExceptionID\": 934620,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332387,\n                \"ExceptionID\": 934638,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T07:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T07:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332423,\n                \"ExceptionID\": 934674,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332427,\n                \"ExceptionID\": 934678,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332432,\n                \"ExceptionID\": 934683,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332448,\n                \"ExceptionID\": 934699,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332455,\n                \"ExceptionID\": 934706,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T23:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332468,\n                \"ExceptionID\": 934719,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332479,\n                \"ExceptionID\": 934730,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332494,\n                \"ExceptionID\": 934745,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 332505,\n                \"ExceptionID\": 934756,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332517,\n                \"ExceptionID\": 934768,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332524,\n                \"ExceptionID\": 934775,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 332527,\n                \"ExceptionID\": 934778,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332529,\n                \"ExceptionID\": 934780,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332538,\n                \"ExceptionID\": 934789,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332545,\n                \"ExceptionID\": 934796,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332585,\n                \"ExceptionID\": 934836,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332591,\n                \"ExceptionID\": 934842,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T00:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332599,\n                \"ExceptionID\": 934850,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332612,\n                \"ExceptionID\": 934863,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332632,\n                \"ExceptionID\": 934883,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332642,\n                \"ExceptionID\": 934893,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332662,\n                \"ExceptionID\": 934913,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332688,\n                \"ExceptionID\": 934939,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 332704,\n                \"ExceptionID\": 934955,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T14:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332709,\n                \"ExceptionID\": 934960,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332733,\n                \"ExceptionID\": 934984,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332761,\n                \"ExceptionID\": 935012,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332766,\n                \"ExceptionID\": 935017,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 332796,\n                \"ExceptionID\": 935047,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332806,\n                \"ExceptionID\": 935057,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332827,\n                \"ExceptionID\": 935078,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332834,\n                \"ExceptionID\": 935085,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332838,\n                \"ExceptionID\": 935089,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332847,\n                \"ExceptionID\": 935098,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332853,\n                \"ExceptionID\": 935104,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332865,\n                \"ExceptionID\": 935116,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 332896,\n                \"ExceptionID\": 935147,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 332923,\n                \"ExceptionID\": 935174,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T04:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 341164,\n                \"ExceptionID\": 952695,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 341172,\n                \"ExceptionID\": 952703,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 341214,\n                \"ExceptionID\": 952745,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.0833,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T12:05:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:05:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332202,\n                \"ExceptionID\": 934453,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T17:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332219,\n                \"ExceptionID\": 934470,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332179,\n                \"ExceptionID\": 934430,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T22:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T22:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T22:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 341178,\n                \"ExceptionID\": 952709,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332731,\n                \"ExceptionID\": 934982,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T07:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332738,\n                \"ExceptionID\": 934989,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331933,\n                \"ExceptionID\": 934184,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 332726,\n                \"ExceptionID\": 934977,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T07:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T07:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T07:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 331870,\n                \"ExceptionID\": 934121,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332522,\n                \"ExceptionID\": 934773,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T15:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332147,\n                \"ExceptionID\": 934398,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 331658,\n                \"ExceptionID\": 933909,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T14:00:00\",\n                \"Duration\": 9.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T23:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T23:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 331917,\n                \"ExceptionID\": 934168,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332064,\n                \"ExceptionID\": 934315,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332133,\n                \"ExceptionID\": 934384,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332138,\n                \"ExceptionID\": 934389,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T09:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332863,\n                \"ExceptionID\": 935114,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 331861,\n                \"ExceptionID\": 934112,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:30:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332273,\n                \"ExceptionID\": 934524,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 331708,\n                \"ExceptionID\": 933959,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332154,\n                \"ExceptionID\": 934405,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T01:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T01:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T01:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T01:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331623,\n                \"ExceptionID\": 933874,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331953,\n                \"ExceptionID\": 934204,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331958,\n                \"ExceptionID\": 934209,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332453,\n                \"ExceptionID\": 934704,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332078,\n                \"ExceptionID\": 934329,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 332559,\n                \"ExceptionID\": 934810,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331970,\n                \"ExceptionID\": 934221,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332919,\n                \"ExceptionID\": 935170,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T22:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T22:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T22:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 331750,\n                \"ExceptionID\": 934001,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T01:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 331750,\n                \"ExceptionID\": 934001,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T01:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 331661,\n                \"ExceptionID\": 933912,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T05:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332105,\n                \"ExceptionID\": 934356,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332425,\n                \"ExceptionID\": 934676,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 331746,\n                \"ExceptionID\": 933997,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332589,\n                \"ExceptionID\": 934840,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T04:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T04:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T04:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332380,\n                \"ExceptionID\": 934631,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"PublishedIntervalId\": 332673,\n                \"ExceptionID\": 934924,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332409,\n                \"ExceptionID\": 934660,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332421,\n                \"ExceptionID\": 934672,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332655,\n                \"ExceptionID\": 934906,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332660,\n                \"ExceptionID\": 934911,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 332894,\n                \"ExceptionID\": 935145,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331995,\n                \"ExceptionID\": 934246,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332640,\n                \"ExceptionID\": 934891,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332461,\n                \"ExceptionID\": 934712,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332466,\n                \"ExceptionID\": 934717,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331991,\n                \"ExceptionID\": 934242,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 331692,\n                \"ExceptionID\": 933943,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332901,\n                \"ExceptionID\": 935152,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332625,\n                \"ExceptionID\": 934876,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332630,\n                \"ExceptionID\": 934881,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332484,\n                \"ExceptionID\": 934735,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332825,\n                \"ExceptionID\": 935076,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332832,\n                \"ExceptionID\": 935083,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T08:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331983,\n                \"ExceptionID\": 934234,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T04:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332392,\n                \"ExceptionID\": 934643,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T01:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332707,\n                \"ExceptionID\": 934958,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332578,\n                \"ExceptionID\": 934829,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 331785,\n                \"ExceptionID\": 934036,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T05:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 331810,\n                \"ExceptionID\": 934061,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332686,\n                \"ExceptionID\": 934937,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332698,\n                \"ExceptionID\": 934949,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332042,\n                \"ExceptionID\": 934293,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332597,\n                \"ExceptionID\": 934848,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 330410,\n                \"ExceptionID\": 931341,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-17T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-17T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T02:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331063,\n                \"ExceptionID\": 931994,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T00:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331716,\n                \"ExceptionID\": 933967,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T02:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331716,\n                \"ExceptionID\": 933967,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T02:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332319,\n                \"ExceptionID\": 934570,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T01:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332353,\n                \"ExceptionID\": 934604,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332367,\n                \"ExceptionID\": 934618,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332374,\n                \"ExceptionID\": 934625,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332647,\n                \"ExceptionID\": 934898,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332759,\n                \"ExceptionID\": 935010,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332610,\n                \"ExceptionID\": 934861,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332617,\n                \"ExceptionID\": 934868,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 331724,\n                \"ExceptionID\": 933975,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T07:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332346,\n                \"ExceptionID\": 934597,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332032,\n                \"ExceptionID\": 934283,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332492,\n                \"ExceptionID\": 934743,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332331,\n                \"ExceptionID\": 934582,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332811,\n                \"ExceptionID\": 935062,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T23:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332816,\n                \"ExceptionID\": 935067,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332186,\n                \"ExceptionID\": 934437,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332543,\n                \"ExceptionID\": 934794,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332721,\n                \"ExceptionID\": 934972,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332292,\n                \"ExceptionID\": 934543,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332299,\n                \"ExceptionID\": 934550,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 331682,\n                \"ExceptionID\": 933933,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 341179,\n                \"ExceptionID\": 952710,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 331686,\n                \"ExceptionID\": 933937,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332521,\n                \"ExceptionID\": 934772,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 332930,\n                \"ExceptionID\": 935181,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T20:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 342546,\n                \"ExceptionID\": 955404,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.0833,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:05:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:05:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 331771,\n                \"ExceptionID\": 934022,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 331707,\n                \"ExceptionID\": 933958,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332277,\n                \"ExceptionID\": 934528,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T18:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332452,\n                \"ExceptionID\": 934703,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332075,\n                \"ExceptionID\": 934326,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332296,\n                \"ExceptionID\": 934547,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332303,\n                \"ExceptionID\": 934554,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 331620,\n                \"ExceptionID\": 933871,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T07:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 331943,\n                \"ExceptionID\": 934194,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 342549,\n                \"ExceptionID\": 955407,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.2,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:12:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:12:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 331745,\n                \"ExceptionID\": 933996,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332429,\n                \"ExceptionID\": 934680,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 331889,\n                \"ExceptionID\": 934140,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332406,\n                \"ExceptionID\": 934657,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 331741,\n                \"ExceptionID\": 933992,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T12:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T21:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 331755,\n                \"ExceptionID\": 934006,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332465,\n                \"ExceptionID\": 934716,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 332269,\n                \"ExceptionID\": 934520,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T12:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 331759,\n                \"ExceptionID\": 934010,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T07:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332483,\n                \"ExceptionID\": 934734,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332458,\n                \"ExceptionID\": 934709,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332391,\n                \"ExceptionID\": 934642,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T07:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T07:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T07:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T07:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332318,\n                \"ExceptionID\": 934569,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T00:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332371,\n                \"ExceptionID\": 934622,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332366,\n                \"ExceptionID\": 934617,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332345,\n                \"ExceptionID\": 934596,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T11:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332350,\n                \"ExceptionID\": 934601,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332730,\n                \"ExceptionID\": 934981,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T06:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 331720,\n                \"ExceptionID\": 933971,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T21:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332330,\n                \"ExceptionID\": 934581,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 331823,\n                \"ExceptionID\": 934074,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331932,\n                \"ExceptionID\": 934183,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 332725,\n                \"ExceptionID\": 934976,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 332883,\n                \"ExceptionID\": 935134,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332496,\n                \"ExceptionID\": 934747,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T13:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332087,\n                \"ExceptionID\": 934338,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332137,\n                \"ExceptionID\": 934388,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332862,\n                \"ExceptionID\": 935113,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 331860,\n                \"ExceptionID\": 934111,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:30:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332031,\n                \"ExceptionID\": 934282,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332556,\n                \"ExceptionID\": 934807,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 331801,\n                \"ExceptionID\": 934052,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332593,\n                \"ExceptionID\": 934844,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T04:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T04:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T04:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332024,\n                \"ExceptionID\": 934275,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332074,\n                \"ExceptionID\": 934325,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332763,\n                \"ExceptionID\": 935014,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332770,\n                \"ExceptionID\": 935021,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332685,\n                \"ExceptionID\": 934936,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332690,\n                \"ExceptionID\": 934941,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332697,\n                \"ExceptionID\": 934948,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332596,\n                \"ExceptionID\": 934847,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"PublishedIntervalId\": 332672,\n                \"ExceptionID\": 934923,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 331911,\n                \"ExceptionID\": 934162,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T02:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T06:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332104,\n                \"ExceptionID\": 934355,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332109,\n                \"ExceptionID\": 934360,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332609,\n                \"ExceptionID\": 934860,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332616,\n                \"ExceptionID\": 934867,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 331802,\n                \"ExceptionID\": 934053,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332652,\n                \"ExceptionID\": 934903,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332659,\n                \"ExceptionID\": 934910,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332436,\n                \"ExceptionID\": 934687,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332445,\n                \"ExceptionID\": 934696,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T20:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331999,\n                \"ExceptionID\": 934250,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332639,\n                \"ExceptionID\": 934890,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331990,\n                \"ExceptionID\": 934241,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 331874,\n                \"ExceptionID\": 934125,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332629,\n                \"ExceptionID\": 934880,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332808,\n                \"ExceptionID\": 935059,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332815,\n                \"ExceptionID\": 935066,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332831,\n                \"ExceptionID\": 935082,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332836,\n                \"ExceptionID\": 935087,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331982,\n                \"ExceptionID\": 934233,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T08:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331957,\n                \"ExceptionID\": 934208,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 332558,\n                \"ExceptionID\": 934809,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T14:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332582,\n                \"ExceptionID\": 934833,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 331825,\n                \"ExceptionID\": 934076,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332746,\n                \"ExceptionID\": 934997,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 341170,\n                \"ExceptionID\": 952701,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332720,\n                \"ExceptionID\": 934971,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332153,\n                \"ExceptionID\": 934404,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T05:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332542,\n                \"ExceptionID\": 934793,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332233,\n                \"ExceptionID\": 934484,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 331691,\n                \"ExceptionID\": 933942,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332223,\n                \"ExceptionID\": 934474,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332201,\n                \"ExceptionID\": 934452,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332206,\n                \"ExceptionID\": 934457,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332178,\n                \"ExceptionID\": 934429,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T19:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 331712,\n                \"ExceptionID\": 933963,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332301,\n                \"ExceptionID\": 934552,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332519,\n                \"ExceptionID\": 934770,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332282,\n                \"ExceptionID\": 934533,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 331752,\n                \"ExceptionID\": 934003,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-21T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 331655,\n                \"ExceptionID\": 933906,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 9.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T22:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 331852,\n                \"ExceptionID\": 934103,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 7,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332531,\n                \"ExceptionID\": 934782,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T18:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 342550,\n                \"ExceptionID\": 955408,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.1,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T11:06:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:06:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332450,\n                \"ExceptionID\": 934701,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T20:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T20:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T21:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332434,\n                \"ExceptionID\": 934685,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332411,\n                \"ExceptionID\": 934662,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 331882,\n                \"ExceptionID\": 934133,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 4.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 331753,\n                \"ExceptionID\": 934004,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332463,\n                \"ExceptionID\": 934714,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332481,\n                \"ExceptionID\": 934732,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 331736,\n                \"ExceptionID\": 933987,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332389,\n                \"ExceptionID\": 934640,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T02:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T02:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T02:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T02:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 331645,\n                \"ExceptionID\": 933896,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332039,\n                \"ExceptionID\": 934290,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332044,\n                \"ExceptionID\": 934295,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332316,\n                \"ExceptionID\": 934567,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332323,\n                \"ExceptionID\": 934574,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 331773,\n                \"ExceptionID\": 934024,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332540,\n                \"ExceptionID\": 934791,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332364,\n                \"ExceptionID\": 934615,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332335,\n                \"ExceptionID\": 934586,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T18:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332489,\n                \"ExceptionID\": 934740,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 331929,\n                \"ExceptionID\": 934180,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-18T21:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T21:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T21:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332328,\n                \"ExceptionID\": 934579,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 331642,\n                \"ExceptionID\": 933893,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332029,\n                \"ExceptionID\": 934280,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T08:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 332507,\n                \"ExceptionID\": 934758,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 331786,\n                \"ExceptionID\": 934037,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T00:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 331730,\n                \"ExceptionID\": 933981,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332840,\n                \"ExceptionID\": 935091,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332102,\n                \"ExceptionID\": 934353,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T05:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T06:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T05:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T06:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331955,\n                \"ExceptionID\": 934206,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331625,\n                \"ExceptionID\": 933876,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331962,\n                \"ExceptionID\": 934213,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331967,\n                \"ExceptionID\": 934218,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332151,\n                \"ExceptionID\": 934402,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 331676,\n                \"ExceptionID\": 933927,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332158,\n                \"ExceptionID\": 934409,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T03:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T03:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T03:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 331821,\n                \"ExceptionID\": 934072,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332728,\n                \"ExceptionID\": 934979,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332735,\n                \"ExceptionID\": 934986,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331930,\n                \"ExceptionID\": 934181,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T06:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331928,\n                \"ExceptionID\": 934179,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 128,\n                \"AgentName\": \"Lee, Daniel \",\n                \"PublishedIntervalId\": 331973,\n                \"ExceptionID\": 934224,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T23:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331632,\n                \"ExceptionID\": 933883,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331988,\n                \"ExceptionID\": 934239,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332867,\n                \"ExceptionID\": 935118,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 332706,\n                \"ExceptionID\": 934957,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 332888,\n                \"ExceptionID\": 935139,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 331796,\n                \"ExceptionID\": 934047,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T21:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332627,\n                \"ExceptionID\": 934878,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332634,\n                \"ExceptionID\": 934885,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332142,\n                \"ExceptionID\": 934393,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 342548,\n                \"ExceptionID\": 955406,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.15,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:09:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:09:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 331842,\n                \"ExceptionID\": 934093,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332813,\n                \"ExceptionID\": 935064,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 331927,\n                \"ExceptionID\": 934178,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332554,\n                \"ExceptionID\": 934805,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332649,\n                \"ExceptionID\": 934900,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332135,\n                \"ExceptionID\": 934386,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 331654,\n                \"ExceptionID\": 933905,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332072,\n                \"ExceptionID\": 934323,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 331830,\n                \"ExceptionID\": 934081,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332768,\n                \"ExceptionID\": 935019,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332683,\n                \"ExceptionID\": 934934,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332695,\n                \"ExceptionID\": 934946,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 331789,\n                \"ExceptionID\": 934040,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332601,\n                \"ExceptionID\": 934852,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"PublishedIntervalId\": 331865,\n                \"ExceptionID\": 934116,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332607,\n                \"ExceptionID\": 934858,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332614,\n                \"ExceptionID\": 934865,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 332857,\n                \"ExceptionID\": 935108,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332149,\n                \"ExceptionID\": 934400,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T21:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T21:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T21:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332657,\n                \"ExceptionID\": 934908,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332060,\n                \"ExceptionID\": 934311,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331816,\n                \"ExceptionID\": 934067,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332580,\n                \"ExceptionID\": 934831,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T08:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332587,\n                \"ExceptionID\": 934838,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T05:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 155,\n                \"AgentName\": \"Goldfarb, Brett \",\n                \"PublishedIntervalId\": 332881,\n                \"ExceptionID\": 935132,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T20:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332744,\n                \"ExceptionID\": 934995,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 332723,\n                \"ExceptionID\": 934974,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331937,\n                \"ExceptionID\": 934188,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 332876,\n                \"ExceptionID\": 935127,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 331846,\n                \"ExceptionID\": 934097,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332829,\n                \"ExceptionID\": 935080,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331980,\n                \"ExceptionID\": 934231,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T06:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331631,\n                \"ExceptionID\": 933882,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T02:00:00\",\n                \"Duration\": 10.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332188,\n                \"ExceptionID\": 934439,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332199,\n                \"ExceptionID\": 934450,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T20:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332216,\n                \"ExceptionID\": 934467,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332221,\n                \"ExceptionID\": 934472,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332547,\n                \"ExceptionID\": 934798,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332183,\n                \"ExceptionID\": 934434,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T22:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T22:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332544,\n                \"ExceptionID\": 934795,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332187,\n                \"ExceptionID\": 934438,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332203,\n                \"ExceptionID\": 934454,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T20:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 332528,\n                \"ExceptionID\": 934779,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 331918,\n                \"ExceptionID\": 934169,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T20:00:00\",\n                \"Duration\": 3.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332281,\n                \"ExceptionID\": 934532,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332530,\n                \"ExceptionID\": 934781,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332274,\n                \"ExceptionID\": 934525,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T22:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T22:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T22:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 331751,\n                \"ExceptionID\": 934002,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332449,\n                \"ExceptionID\": 934700,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T19:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T19:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 331751,\n                \"ExceptionID\": 934002,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T16:30:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332426,\n                \"ExceptionID\": 934677,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 331747,\n                \"ExceptionID\": 933998,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332433,\n                \"ExceptionID\": 934684,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332410,\n                \"ExceptionID\": 934661,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T15:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332422,\n                \"ExceptionID\": 934673,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T13:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332462,\n                \"ExceptionID\": 934713,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 332895,\n                \"ExceptionID\": 935146,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332388,\n                \"ExceptionID\": 934639,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T01:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T01:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T02:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332480,\n                \"ExceptionID\": 934731,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332043,\n                \"ExceptionID\": 934294,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332315,\n                \"ExceptionID\": 934566,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T01:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T01:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T01:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332368,\n                \"ExceptionID\": 934619,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T15:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332354,\n                \"ExceptionID\": 934605,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332347,\n                \"ExceptionID\": 934598,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 331725,\n                \"ExceptionID\": 933976,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T07:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332493,\n                \"ExceptionID\": 934744,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 331641,\n                \"ExceptionID\": 933892,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332028,\n                \"ExceptionID\": 934279,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 332506,\n                \"ExceptionID\": 934757,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 331662,\n                \"ExceptionID\": 933913,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T05:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T05:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332106,\n                \"ExceptionID\": 934357,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T06:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332590,\n                \"ExceptionID\": 934841,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T06:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 331849,\n                \"ExceptionID\": 934100,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 7.75,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T23:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332122,\n                \"ExceptionID\": 934373,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T00:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332839,\n                \"ExceptionID\": 935090,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332101,\n                \"ExceptionID\": 934352,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331971,\n                \"ExceptionID\": 934222,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 331906,\n                \"ExceptionID\": 934157,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T20:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331624,\n                \"ExceptionID\": 933875,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331961,\n                \"ExceptionID\": 934212,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 341165,\n                \"ExceptionID\": 952696,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332157,\n                \"ExceptionID\": 934408,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331954,\n                \"ExceptionID\": 934205,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 331815,\n                \"ExceptionID\": 934066,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 332703,\n                \"ExceptionID\": 934954,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 331671,\n                \"ExceptionID\": 933922,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332141,\n                \"ExceptionID\": 934392,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332864,\n                \"ExceptionID\": 935115,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332065,\n                \"ExceptionID\": 934316,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T18:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332134,\n                \"ExceptionID\": 934385,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332148,\n                \"ExceptionID\": 934399,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T19:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331618,\n                \"ExceptionID\": 933869,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 11.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332727,\n                \"ExceptionID\": 934978,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332656,\n                \"ExceptionID\": 934907,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T14:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331996,\n                \"ExceptionID\": 934247,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331635,\n                \"ExceptionID\": 933886,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332059,\n                \"ExceptionID\": 934310,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331820,\n                \"ExceptionID\": 934071,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-19T07:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332173,\n                \"ExceptionID\": 934424,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 128,\n                \"AgentName\": \"Lee, Daniel \",\n                \"PublishedIntervalId\": 331972,\n                \"ExceptionID\": 934223,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T19:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331987,\n                \"ExceptionID\": 934238,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331992,\n                \"ExceptionID\": 934243,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 332887,\n                \"ExceptionID\": 935138,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 331795,\n                \"ExceptionID\": 934046,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T21:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332626,\n                \"ExceptionID\": 934877,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332633,\n                \"ExceptionID\": 934884,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 342552,\n                \"ExceptionID\": 955410,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.0833,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T13:05:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:05:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331630,\n                \"ExceptionID\": 933881,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T02:00:00\",\n                \"Duration\": 10.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331979,\n                \"ExceptionID\": 934230,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T04:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331986,\n                \"ExceptionID\": 934237,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T08:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332553,\n                \"ExceptionID\": 934804,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332648,\n                \"ExceptionID\": 934899,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T13:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332071,\n                \"ExceptionID\": 934322,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332760,\n                \"ExceptionID\": 935011,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332767,\n                \"ExceptionID\": 935018,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332687,\n                \"ExceptionID\": 934938,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 331788,\n                \"ExceptionID\": 934039,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332600,\n                \"ExceptionID\": 934851,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"PublishedIntervalId\": 332878,\n                \"ExceptionID\": 935129,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 332924,\n                \"ExceptionID\": 935175,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332618,\n                \"ExceptionID\": 934869,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 331841,\n                \"ExceptionID\": 934092,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332805,\n                \"ExceptionID\": 935056,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332812,\n                \"ExceptionID\": 935063,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332833,\n                \"ExceptionID\": 935084,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332708,\n                \"ExceptionID\": 934959,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332579,\n                \"ExceptionID\": 934830,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T05:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332586,\n                \"ExceptionID\": 934837,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 155,\n                \"AgentName\": \"Goldfarb, Brett \",\n                \"PublishedIntervalId\": 341215,\n                \"ExceptionID\": 952746,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.0833,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:05:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:05:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332293,\n                \"ExceptionID\": 934544,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332300,\n                \"ExceptionID\": 934551,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 331768,\n                \"ExceptionID\": 934019,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332518,\n                \"ExceptionID\": 934769,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332523,\n                \"ExceptionID\": 934774,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 331838,\n                \"ExceptionID\": 934089,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T07:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 332251,\n                \"ExceptionID\": 934502,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T21:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T21:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T21:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332539,\n                \"ExceptionID\": 934790,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332180,\n                \"ExceptionID\": 934431,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T23:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T23:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332220,\n                \"ExceptionID\": 934471,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 331693,\n                \"ExceptionID\": 933944,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332227,\n                \"ExceptionID\": 934478,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T19:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 331888,\n                \"ExceptionID\": 934139,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 332795,\n                \"ExceptionID\": 935046,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332537,\n                \"ExceptionID\": 934788,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332298,\n                \"ExceptionID\": 934549,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 342551,\n                \"ExceptionID\": 955409,\n                \"ExceptionTypeID\": 27,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 150,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#E000E0\",\n                \"ExceptionTypeName\": \"Follow-up Project\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Followup\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332431,\n                \"ExceptionID\": 934682,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332447,\n                \"ExceptionID\": 934698,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T23:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T23:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332373,\n                \"ExceptionID\": 934624,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332313,\n                \"ExceptionID\": 934564,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T21:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T22:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331717,\n                \"ExceptionID\": 933968,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 331717,\n                \"ExceptionID\": 933968,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T17:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332320,\n                \"ExceptionID\": 934571,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332041,\n                \"ExceptionID\": 934292,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332386,\n                \"ExceptionID\": 934637,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T04:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T05:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T05:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332478,\n                \"ExceptionID\": 934729,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332460,\n                \"ExceptionID\": 934711,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 332886,\n                \"ExceptionID\": 935137,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332155,\n                \"ExceptionID\": 934406,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331952,\n                \"ExceptionID\": 934203,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331959,\n                \"ExceptionID\": 934210,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331964,\n                \"ExceptionID\": 934215,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 332560,\n                \"ExceptionID\": 934811,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331627,\n                \"ExceptionID\": 933878,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331969,\n                \"ExceptionID\": 934220,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332120,\n                \"ExceptionID\": 934371,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T19:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332837,\n                \"ExceptionID\": 935088,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332099,\n                \"ExceptionID\": 934350,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T07:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T07:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332588,\n                \"ExceptionID\": 934839,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T01:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T01:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T01:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332595,\n                \"ExceptionID\": 934846,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T00:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T00:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 331733,\n                \"ExceptionID\": 933984,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332379,\n                \"ExceptionID\": 934630,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332026,\n                \"ExceptionID\": 934277,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332033,\n                \"ExceptionID\": 934284,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 331913,\n                \"ExceptionID\": 934164,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T20:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 331914,\n                \"ExceptionID\": 934165,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332491,\n                \"ExceptionID\": 934742,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 331762,\n                \"ExceptionID\": 934013,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332332,\n                \"ExceptionID\": 934583,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 331669,\n                \"ExceptionID\": 933920,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332132,\n                \"ExceptionID\": 934383,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332139,\n                \"ExceptionID\": 934390,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332826,\n                \"ExceptionID\": 935077,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 331848,\n                \"ExceptionID\": 934099,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332577,\n                \"ExceptionID\": 934828,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T10:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 331784,\n                \"ExceptionID\": 934035,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T05:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332584,\n                \"ExceptionID\": 934835,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332722,\n                \"ExceptionID\": 934973,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332732,\n                \"ExceptionID\": 934983,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332737,\n                \"ExceptionID\": 934988,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 331775,\n                \"ExceptionID\": 934026,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 341177,\n                \"ExceptionID\": 952708,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332765,\n                \"ExceptionID\": 935016,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 331811,\n                \"ExceptionID\": 934062,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 331696,\n                \"ExceptionID\": 933947,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 331855,\n                \"ExceptionID\": 934106,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T07:30:00\",\n                \"Duration\": 6.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T07:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332598,\n                \"ExceptionID\": 934849,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"PublishedIntervalId\": 332674,\n                \"ExceptionID\": 934925,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T10:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 332922,\n                \"ExceptionID\": 935173,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T04:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 331792,\n                \"ExceptionID\": 934043,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332611,\n                \"ExceptionID\": 934862,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332654,\n                \"ExceptionID\": 934905,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 331804,\n                \"ExceptionID\": 934055,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332661,\n                \"ExceptionID\": 934912,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331994,\n                \"ExceptionID\": 934245,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T08:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 332001,\n                \"ExceptionID\": 934252,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332171,\n                \"ExceptionID\": 934422,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 332641,\n                \"ExceptionID\": 934892,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 128,\n                \"AgentName\": \"Lee, Daniel \",\n                \"PublishedIntervalId\": 331628,\n                \"ExceptionID\": 933879,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 10.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T01:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 128,\n                \"AgentName\": \"Lee, Daniel \",\n                \"PublishedIntervalId\": 331628,\n                \"ExceptionID\": 933879,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 10.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T01:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T01:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332218,\n                \"ExceptionID\": 934469,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332225,\n                \"ExceptionID\": 934476,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331921,\n                \"ExceptionID\": 934172,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 3.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 331876,\n                \"ExceptionID\": 934127,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332624,\n                \"ExceptionID\": 934875,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 331688,\n                \"ExceptionID\": 933939,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332208,\n                \"ExceptionID\": 934459,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T21:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332631,\n                \"ExceptionID\": 934882,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332185,\n                \"ExceptionID\": 934436,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332810,\n                \"ExceptionID\": 935061,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331984,\n                \"ExceptionID\": 934235,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T06:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331934,\n                \"ExceptionID\": 934185,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 331864,\n                \"ExceptionID\": 934115,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 331857,\n                \"ExceptionID\": 934108,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 6.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332089,\n                \"ExceptionID\": 934340,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T21:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T21:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T21:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T21:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 331652,\n                \"ExceptionID\": 933903,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 9.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332869,\n                \"ExceptionID\": 935120,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332352,\n                \"ExceptionID\": 934603,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 331777,\n                \"ExceptionID\": 934028,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332467,\n                \"ExceptionID\": 934718,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 332271,\n                \"ExceptionID\": 934522,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332408,\n                \"ExceptionID\": 934659,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332454,\n                \"ExceptionID\": 934705,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T21:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332077,\n                \"ExceptionID\": 934328,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T20:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T20:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332272,\n                \"ExceptionID\": 934523,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332279,\n                \"ExceptionID\": 934530,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 332526,\n                \"ExceptionID\": 934777,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 109,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 440,\n                \"AgentName\": \"Pollock, Mitch \",\n                \"PublishedIntervalId\": 332520,\n                \"ExceptionID\": 934771,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332200,\n                \"ExceptionID\": 934451,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 331687,\n                \"ExceptionID\": 933938,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332207,\n                \"ExceptionID\": 934458,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 332931,\n                \"ExceptionID\": 935182,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T22:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332278,\n                \"ExceptionID\": 934529,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T22:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 331770,\n                \"ExceptionID\": 934021,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 45,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 432,\n                \"AgentName\": \"Dunbar, Bill \",\n                \"PublishedIntervalId\": 332525,\n                \"ExceptionID\": 934776,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332076,\n                \"ExceptionID\": 934327,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T17:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332532,\n                \"ExceptionID\": 934783,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 331706,\n                \"ExceptionID\": 933957,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332430,\n                \"ExceptionID\": 934681,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T15:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332446,\n                \"ExceptionID\": 934697,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T21:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 331705,\n                \"ExceptionID\": 933956,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 332270,\n                \"ExceptionID\": 934521,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 331740,\n                \"ExceptionID\": 933991,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T12:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T21:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332407,\n                \"ExceptionID\": 934658,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 331754,\n                \"ExceptionID\": 934005,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 331883,\n                \"ExceptionID\": 934134,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T10:00:00\",\n                \"Duration\": 4.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332459,\n                \"ExceptionID\": 934710,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332385,\n                \"ExceptionID\": 934636,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T02:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T02:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T02:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 332390,\n                \"ExceptionID\": 934641,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T04:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T05:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T05:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332477,\n                \"ExceptionID\": 934728,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 331646,\n                \"ExceptionID\": 933897,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332317,\n                \"ExceptionID\": 934568,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T21:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T22:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T21:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332040,\n                \"ExceptionID\": 934291,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 331731,\n                \"ExceptionID\": 933982,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332372,\n                \"ExceptionID\": 934623,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T15:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 10,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 387,\n                \"AgentName\": \"Cassleman, Sherry \",\n                \"PublishedIntervalId\": 332312,\n                \"ExceptionID\": 934563,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T19:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332365,\n                \"ExceptionID\": 934616,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 331721,\n                \"ExceptionID\": 933972,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T21:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332344,\n                \"ExceptionID\": 934595,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332351,\n                \"ExceptionID\": 934602,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332329,\n                \"ExceptionID\": 934580,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T16:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 331761,\n                \"ExceptionID\": 934012,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332490,\n                \"ExceptionID\": 934741,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T13:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332025,\n                \"ExceptionID\": 934276,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 331643,\n                \"ExceptionID\": 933894,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332030,\n                \"ExceptionID\": 934281,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T09:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 332508,\n                \"ExceptionID\": 934759,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 331787,\n                \"ExceptionID\": 934038,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T00:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T08:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332594,\n                \"ExceptionID\": 934845,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T06:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T06:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T06:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T06:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332378,\n                \"ExceptionID\": 934629,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T01:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T02:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T01:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T02:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332103,\n                \"ExceptionID\": 934354,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T07:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332110,\n                \"ExceptionID\": 934361,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T06:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T06:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T06:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T06:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 332119,\n                \"ExceptionID\": 934370,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331778,\n                \"ExceptionID\": 934029,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331968,\n                \"ExceptionID\": 934219,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T13:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331963,\n                \"ExceptionID\": 934214,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331626,\n                \"ExceptionID\": 933877,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 11,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T22:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T22:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332868,\n                \"ExceptionID\": 935119,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 331859,\n                \"ExceptionID\": 934110,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:30:00\",\n                \"Duration\": 6,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332861,\n                \"ExceptionID\": 935112,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332131,\n                \"ExceptionID\": 934382,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 332858,\n                \"ExceptionID\": 935109,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332088,\n                \"ExceptionID\": 934339,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T18:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T19:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 108,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 195,\n                \"AgentName\": \"Olsen, Kristin \",\n                \"PublishedIntervalId\": 332877,\n                \"ExceptionID\": 935128,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332736,\n                \"ExceptionID\": 934987,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T11:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331931,\n                \"ExceptionID\": 934182,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 332724,\n                \"ExceptionID\": 934975,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T11:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332729,\n                \"ExceptionID\": 934980,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 331822,\n                \"ExceptionID\": 934073,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T06:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332745,\n                \"ExceptionID\": 934996,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T18:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 331819,\n                \"ExceptionID\": 934070,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 331783,\n                \"ExceptionID\": 934034,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T05:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332576,\n                \"ExceptionID\": 934827,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T08:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T08:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332583,\n                \"ExceptionID\": 934834,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T05:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T05:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T05:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T05:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 52,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 155,\n                \"AgentName\": \"Goldfarb, Brett \",\n                \"PublishedIntervalId\": 331868,\n                \"ExceptionID\": 934119,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T18:00:00\",\n                \"Duration\": 5.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T23:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 331847,\n                \"ExceptionID\": 934098,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332830,\n                \"ExceptionID\": 935081,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332217,\n                \"ExceptionID\": 934468,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332177,\n                \"ExceptionID\": 934428,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332184,\n                \"ExceptionID\": 934435,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T22:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T22:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T22:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 331683,\n                \"ExceptionID\": 933934,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332809,\n                \"ExceptionID\": 935060,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 332000,\n                \"ExceptionID\": 934251,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 331650,\n                \"ExceptionID\": 933901,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 9.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331989,\n                \"ExceptionID\": 934240,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332602,\n                \"ExceptionID\": 934853,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T09:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"PublishedIntervalId\": 332671,\n                \"ExceptionID\": 934922,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332073,\n                \"ExceptionID\": 934324,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332764,\n                \"ExceptionID\": 935015,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 331831,\n                \"ExceptionID\": 934082,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332769,\n                \"ExceptionID\": 935020,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332684,\n                \"ExceptionID\": 934935,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 331791,\n                \"ExceptionID\": 934042,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 331875,\n                \"ExceptionID\": 934126,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T15:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332623,\n                \"ExceptionID\": 934874,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332615,\n                \"ExceptionID\": 934866,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332653,\n                \"ExceptionID\": 934904,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T16:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 331803,\n                \"ExceptionID\": 934054,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:30:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332297,\n                \"ExceptionID\": 934548,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 331713,\n                \"ExceptionID\": 933964,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 331944,\n                \"ExceptionID\": 934195,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T11:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 331695,\n                \"ExceptionID\": 933946,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332234,\n                \"ExceptionID\": 934485,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T00:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T00:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 331774,\n                \"ExceptionID\": 934025,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332541,\n                \"ExceptionID\": 934792,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T10:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T10:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T10:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332548,\n                \"ExceptionID\": 934799,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332224,\n                \"ExceptionID\": 934475,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 331695,\n                \"ExceptionID\": 933946,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T23:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T08:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T23:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 4,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 451,\n                \"AgentName\": \"Barton, Jean \",\n                \"PublishedIntervalId\": 332546,\n                \"ExceptionID\": 934797,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 5,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 479,\n                \"AgentName\": \"Bickley, Sharon \",\n                \"PublishedIntervalId\": 332232,\n                \"ExceptionID\": 934483,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T03:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T03:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332276,\n                \"ExceptionID\": 934527,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 123,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 429,\n                \"AgentName\": \"Turner, Bruce \",\n                \"PublishedIntervalId\": 332283,\n                \"ExceptionID\": 934534,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T15:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 55,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 423,\n                \"AgentName\": \"Griffin, John \",\n                \"PublishedIntervalId\": 332848,\n                \"ExceptionID\": 935099,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332451,\n                \"ExceptionID\": 934702,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T23:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T23:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T23:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T23:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 119,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 414,\n                \"AgentName\": \"Schrum, Joe \",\n                \"PublishedIntervalId\": 332456,\n                \"ExceptionID\": 934707,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332435,\n                \"ExceptionID\": 934686,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T17:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T18:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332412,\n                \"ExceptionID\": 934663,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332424,\n                \"ExceptionID\": 934675,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 118,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 409,\n                \"AgentName\": \"Schmidt, Peter \",\n                \"PublishedIntervalId\": 332428,\n                \"ExceptionID\": 934679,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 332902,\n                \"ExceptionID\": 935153,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 58,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 407,\n                \"AgentName\": \"Hipps, Casandra \",\n                \"PublishedIntervalId\": 332405,\n                \"ExceptionID\": 934656,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332464,\n                \"ExceptionID\": 934715,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 8,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 402,\n                \"AgentName\": \"Burns, Barbara \",\n                \"PublishedIntervalId\": 331881,\n                \"ExceptionID\": 934132,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 4.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 54,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 405,\n                \"AgentName\": \"Greene, Tiffany \",\n                \"PublishedIntervalId\": 332268,\n                \"ExceptionID\": 934519,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 332482,\n                \"ExceptionID\": 934733,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T11:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 112,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 401,\n                \"AgentName\": \"Richbourg, Mandy \",\n                \"PublishedIntervalId\": 332457,\n                \"ExceptionID\": 934708,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 61,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 397,\n                \"AgentName\": \"Huntre, Laquista \",\n                \"PublishedIntervalId\": 331758,\n                \"ExceptionID\": 934009,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T07:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332045,\n                \"ExceptionID\": 934296,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T17:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T17:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 115,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 392,\n                \"AgentName\": \"Rodriguez, Clarisa \",\n                \"PublishedIntervalId\": 331735,\n                \"ExceptionID\": 933986,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T00:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T09:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 9,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 391,\n                \"AgentName\": \"Carabo, Randy \",\n                \"PublishedIntervalId\": 332038,\n                \"ExceptionID\": 934289,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 331729,\n                \"ExceptionID\": 933980,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332363,\n                \"ExceptionID\": 934614,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 46,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 382,\n                \"AgentName\": \"Duncan, Matthew \",\n                \"PublishedIntervalId\": 332370,\n                \"ExceptionID\": 934621,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 11,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 371,\n                \"AgentName\": \"Cathy, Kelly \",\n                \"PublishedIntervalId\": 332349,\n                \"ExceptionID\": 934600,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T11:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 105,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 370,\n                \"AgentName\": \"Nelson, Candice \",\n                \"PublishedIntervalId\": 332334,\n                \"ExceptionID\": 934585,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332927,\n                \"ExceptionID\": 935178,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T13:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T13:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T13:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 63,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 361,\n                \"AgentName\": \"Kinsella, Mark \",\n                \"PublishedIntervalId\": 332495,\n                \"ExceptionID\": 934746,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 331765,\n                \"ExceptionID\": 934016,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T10:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 65,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 354,\n                \"AgentName\": \"Lewis, Greg \",\n                \"PublishedIntervalId\": 332926,\n                \"ExceptionID\": 935177,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T23:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 342547,\n                \"ExceptionID\": 955405,\n                \"ExceptionTypeID\": 8,\n                \"StartTime\": \"2024-03-20T00:00:00\",\n                \"Duration\": 0.0833,\n                \"Priority\": 150,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#ff0000\",\n                \"ExceptionTypeName\": \"Late\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Created by soft checkin monitor\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T00:05:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:05:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 51,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 353,\n                \"AgentName\": \"Fraley, Ashley \",\n                \"PublishedIntervalId\": 332023,\n                \"ExceptionID\": 934274,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 68,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 318,\n                \"AgentName\": \"Malvoisin, Fernando \",\n                \"PublishedIntervalId\": 332108,\n                \"ExceptionID\": 934359,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T09:45:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T09:45:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 106,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 352,\n                \"AgentName\": \"Newman, Jean \",\n                \"PublishedIntervalId\": 332592,\n                \"ExceptionID\": 934843,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T02:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T02:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T02:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 331666,\n                \"ExceptionID\": 933917,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 12,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 306,\n                \"AgentName\": \"Crislip, Traci \",\n                \"PublishedIntervalId\": 331666,\n                \"ExceptionID\": 933917,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T16:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T01:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T01:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 331966,\n                \"ExceptionID\": 934217,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T20:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 56,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 287,\n                \"AgentName\": \"Haltiwanger, Debra \",\n                \"PublishedIntervalId\": 332557,\n                \"ExceptionID\": 934808,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T12:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T12:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 331675,\n                \"ExceptionID\": 933926,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 332152,\n                \"ExceptionID\": 934403,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T02:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T03:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T02:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T03:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 67,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 271,\n                \"AgentName\": \"Mack, Janelle \",\n                \"PublishedIntervalId\": 331675,\n                \"ExceptionID\": 933926,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T22:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T07:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T22:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T07:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 341163,\n                \"ExceptionID\": 952694,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 1,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 278,\n                \"AgentName\": \"Areheart, Sam \",\n                \"PublishedIntervalId\": 331956,\n                \"ExceptionID\": 934207,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T11:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T11:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:30:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 124,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 262,\n                \"AgentName\": \"Watkins, Tracy \",\n                \"PublishedIntervalId\": 332705,\n                \"ExceptionID\": 934956,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 59,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 250,\n                \"AgentName\": \"Horne, Andy \",\n                \"PublishedIntervalId\": 332866,\n                \"ExceptionID\": 935117,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T12:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T13:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 110,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 185,\n                \"AgentName\": \"Prioleau, Sherry \",\n                \"PublishedIntervalId\": 331936,\n                \"ExceptionID\": 934187,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 60,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 246,\n                \"AgentName\": \"Houck, Matthew \",\n                \"PublishedIntervalId\": 332136,\n                \"ExceptionID\": 934387,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T13:00:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 331673,\n                \"ExceptionID\": 933924,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T23:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332150,\n                \"ExceptionID\": 934401,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T19:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T19:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 113,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 240,\n                \"AgentName\": \"Richert, Jessica \",\n                \"PublishedIntervalId\": 332067,\n                \"ExceptionID\": 934318,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T21:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T21:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T21:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 332628,\n                \"ExceptionID\": 934879,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T17:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T17:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 71,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 135,\n                \"AgentName\": \"Montes, David \",\n                \"PublishedIntervalId\": 331797,\n                \"ExceptionID\": 934048,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T13:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T21:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T13:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T21:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332807,\n                \"ExceptionID\": 935058,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T22:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T23:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T22:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T23:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 331843,\n                \"ExceptionID\": 934094,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T16:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-21T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:00:00\",\n                \"EndTimeDisplay\": \"2024-03-21T00:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 48,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 136,\n                \"AgentName\": \"Finn, Mike \",\n                \"PublishedIntervalId\": 332814,\n                \"ExceptionID\": 935065,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T19:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T20:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T19:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:00:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332828,\n                \"ExceptionID\": 935079,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T08:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 50,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 144,\n                \"AgentName\": \"Fowler, Wendy \",\n                \"PublishedIntervalId\": 332835,\n                \"ExceptionID\": 935086,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T14:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 331981,\n                \"ExceptionID\": 934232,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T10:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 72,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 145,\n                \"AgentName\": \"Mosley, Kerry \",\n                \"PublishedIntervalId\": 332710,\n                \"ExceptionID\": 934961,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-20T04:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T04:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T04:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T04:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 62,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 147,\n                \"AgentName\": \"Kenney, Reye \",\n                \"PublishedIntervalId\": 332581,\n                \"ExceptionID\": 934832,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T10:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T11:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T11:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332555,\n                \"ExceptionID\": 934806,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T15:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T15:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T15:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 6,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 27,\n                \"AgentName\": \"Blakely, Latrice \",\n                \"PublishedIntervalId\": 332650,\n                \"ExceptionID\": 934901,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 107,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 171,\n                \"AgentName\": \"Newton, Mary \",\n                \"PublishedIntervalId\": 332734,\n                \"ExceptionID\": 934985,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T06:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T06:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T06:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T06:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 331829,\n                \"ExceptionID\": 934080,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T19:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 120,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 36,\n                \"AgentName\": \"Stalnaker, Mary Beth \",\n                \"PublishedIntervalId\": 332762,\n                \"ExceptionID\": 935013,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T11:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332689,\n                \"ExceptionID\": 934940,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T15:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 331813,\n                \"ExceptionID\": 934064,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-20T12:00:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T20:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T20:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 47,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 51,\n                \"AgentName\": \"Dyer, Amanda \",\n                \"PublishedIntervalId\": 332696,\n                \"ExceptionID\": 934947,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-20T16:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T16:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T16:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 116,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 58,\n                \"AgentName\": \"Rollison, Karen \",\n                \"PublishedIntervalId\": 332854,\n                \"ExceptionID\": 935105,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T12:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T12:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 114,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 61,\n                \"AgentName\": \"Ridenhour, Stephan \",\n                \"PublishedIntervalId\": 331807,\n                \"ExceptionID\": 934058,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T10:45:00\",\n                \"Duration\": 8.5,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T19:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T10:45:00\",\n                \"EndTimeDisplay\": \"2024-03-18T19:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 117,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 65,\n                \"AgentName\": \"Sanchez, Maria \",\n                \"PublishedIntervalId\": 331910,\n                \"ExceptionID\": 934161,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T02:00:00\",\n                \"Duration\": 4,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T06:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T02:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T06:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332608,\n                \"ExceptionID\": 934859,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T14:00:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 49,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 68,\n                \"AgentName\": \"Florez, Oscar \",\n                \"PublishedIntervalId\": 332613,\n                \"ExceptionID\": 934864,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T16:45:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T16:45:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332743,\n                \"ExceptionID\": 934994,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T14:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T14:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T14:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T14:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 332719,\n                \"ExceptionID\": 934970,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T14:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T14:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T14:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T14:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 2,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 156,\n                \"AgentName\": \"Azzarito, Deborah \",\n                \"PublishedIntervalId\": 341171,\n                \"ExceptionID\": 952702,\n                \"ExceptionTypeID\": 4,\n                \"StartTime\": \"2024-03-19T08:00:00\",\n                \"Duration\": 8,\n                \"Priority\": 200,\n                \"AtWork\": false,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#228B22\",\n                \"ExceptionTypeName\": \"PTO\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"test3\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T16:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T16:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332651,\n                \"ExceptionID\": 934902,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T11:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T11:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T11:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T11:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 53,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 71,\n                \"AgentName\": \"Granda, Luis \",\n                \"PublishedIntervalId\": 332658,\n                \"ExceptionID\": 934909,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-19T09:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T09:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:30:00\",\n                \"EndTimeDisplay\": \"2024-03-19T09:45:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 57,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 91,\n                \"AgentName\": \"Heinly, Gesela \",\n                \"PublishedIntervalId\": 331998,\n                \"ExceptionID\": 934249,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T08:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T08:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T08:15:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 69,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 107,\n                \"AgentName\": \"Martinez, Cristian \",\n                \"PublishedIntervalId\": 331679,\n                \"ExceptionID\": 933930,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T09:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T18:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 64,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 128,\n                \"AgentName\": \"Lee, Daniel \",\n                \"PublishedIntervalId\": 331974,\n                \"ExceptionID\": 934225,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T20:15:00\",\n                \"Duration\": 0.5,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T20:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T20:15:00\",\n                \"EndTimeDisplay\": \"2024-03-18T20:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 331633,\n                \"ExceptionID\": 933884,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-19T07:00:00\",\n                \"Duration\": 10,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T07:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T17:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 66,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 129,\n                \"AgentName\": \"Lewis, Lisha \",\n                \"PublishedIntervalId\": 332934,\n                \"ExceptionID\": 935185,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T10:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T10:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T10:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T10:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 122,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 132,\n                \"AgentName\": \"Sutherland, Todd \",\n                \"PublishedIntervalId\": 332889,\n                \"ExceptionID\": 935140,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T12:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T12:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T12:30:00\",\n                \"EndTimeDisplay\": \"2024-03-20T12:45:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332205,\n                \"ExceptionID\": 934456,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 7,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 467,\n                \"AgentName\": \"Brown, Chanell \",\n                \"PublishedIntervalId\": 332222,\n                \"ExceptionID\": 934473,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-19T18:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T18:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T18:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T18:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 121,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 455,\n                \"AgentName\": \"Sticha, Carmen \",\n                \"PublishedIntervalId\": 332198,\n                \"ExceptionID\": 934449,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-18T17:30:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T18:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T17:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T18:30:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 331681,\n                \"ExceptionID\": 933932,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-19T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-19T00:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 3,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 453,\n                \"AgentName\": \"Badgett, Gregory \",\n                \"PublishedIntervalId\": 332182,\n                \"ExceptionID\": 934433,\n                \"ExceptionTypeID\": 3,\n                \"StartTime\": \"2024-03-19T19:15:00\",\n                \"Duration\": 1,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": false,\n                \"Color\": \"#FF9C00\",\n                \"ExceptionTypeName\": \"Lunch\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-19T20:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T19:15:00\",\n                \"EndTimeDisplay\": \"2024-03-19T20:15:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 2,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 331700,\n                \"ExceptionID\": 933951,\n                \"ExceptionTypeID\": 5,\n                \"StartTime\": \"2024-03-19T15:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#9400D3\",\n                \"ExceptionTypeName\": \"Overtime\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-20T00:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-19T15:00:00\",\n                \"EndTimeDisplay\": \"2024-03-20T00:00:00\",\n                \"ScheduleDate\": \"2024-03-19T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 3,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332302,\n                \"ExceptionID\": 934553,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-20T15:15:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-20T15:30:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-20T15:15:00\",\n                \"EndTimeDisplay\": \"2024-03-20T15:30:00\",\n                \"ScheduleDate\": \"2024-03-20T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 111,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 450,\n                \"AgentName\": \"Renfroe, Dave \",\n                \"PublishedIntervalId\": 331942,\n                \"ExceptionID\": 934193,\n                \"ExceptionTypeID\": 2,\n                \"StartTime\": \"2024-03-18T09:00:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 100,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#00FFFF\",\n                \"ExceptionTypeName\": \"Break\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T09:15:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T09:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T09:15:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 331711,\n                \"ExceptionID\": 933962,\n                \"ExceptionTypeID\": 1,\n                \"StartTime\": \"2024-03-18T08:00:00\",\n                \"Duration\": 9,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": true,\n                \"Paid\": true,\n                \"Color\": \"#0000ff\",\n                \"ExceptionTypeName\": \"Work\",\n                \"ExceptionLocation\": \"Workstation\",\n                \"ExceptionDescription\": \"Scheduled Work\",\n                \"IsWorkingInterval\": true,\n                \"IsQueueAdherence\": true,\n                \"IntervalEnd\": \"2024-03-18T17:00:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T08:00:00\",\n                \"EndTimeDisplay\": \"2024-03-18T17:00:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            },\n            {\n                \"ParticipantRowNumber\": 70,\n                \"ScheduleDateRowNumber\": 1,\n                \"AgentID\": 449,\n                \"AgentName\": \"McBride, Natasha \",\n                \"PublishedIntervalId\": 332295,\n                \"ExceptionID\": 934546,\n                \"ExceptionTypeID\": 7,\n                \"StartTime\": \"2024-03-18T16:30:00\",\n                \"Duration\": 0.25,\n                \"Priority\": 1,\n                \"AtWork\": true,\n                \"InQueue\": false,\n                \"Paid\": true,\n                \"Color\": \"#8FBC8F\",\n                \"ExceptionTypeName\": \"Coaching\",\n                \"ExceptionLocation\": \"\",\n                \"ExceptionDescription\": \"Off phone interval\",\n                \"IsWorkingInterval\": false,\n                \"IsQueueAdherence\": false,\n                \"IntervalEnd\": \"2024-03-18T16:45:00\",\n                \"TimeZoneId\": 20,\n                \"StartTimeDisplay\": \"2024-03-18T16:30:00\",\n                \"EndTimeDisplay\": \"2024-03-18T16:45:00\",\n                \"ScheduleDate\": \"2024-03-18T00:00:00\"\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"ca7cc76d-e633-419b-a40a-b443ef1fc4dc"},{"name":"WorkingScheduleShrinkageReport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"16974ca6-9eae-4045-bd67-b59f453fc680"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"f8b43773-71d7-4541-b88c-a47eb00ef3bc"}}],"id":"c92debf9-619a-4d0b-b262-6fee8ccb5be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"fd88969b-155c-44ef-aac1-d9dd84a8485f"}],"url":"{{envName}}/api/WorkingScheduleShrinkageReport?ScheduleId=405&ScopeTypeId=1&ScopeId=1&userId=1&TimeZoneId=20","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","WorkingScheduleShrinkageReport"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these), or leave blank to use the published schedule.</p>\n","type":"text/plain"},"key":"ScheduleId","value":"405"},{"description":{"content":"<p>REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual</p>\n","type":"text/plain"},"key":"ScopeTypeId","value":"1"},{"description":{"content":"<p>REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777.</p>\n","type":"text/plain"},"key":"ScopeId","value":"1"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone.</p>\n","type":"text/plain"},"key":"TimeZoneId","value":"20"}],"variable":[]}},"response":[{"id":"f50f0dc4-28a5-41e1-a541-55d0d99135a2","name":"WorkingScheduleShrinkageReport","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/WorkingScheduleShrinkageReport?ScheduleId=405&ScopeTypeId=1&ScopeId=1&userId=1&TimeZoneId=20","host":["{{envName}}"],"path":["api","WorkingScheduleShrinkageReport"],"query":[{"key":"ScheduleId","value":"405","description":"REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these), or leave blank to use the published schedule."},{"key":"ScopeTypeId","value":"1","description":"REQUIRED: Defines scope of the report. 1 = Activities, 2 = Supervisors, 3 = GroupMembers, 4 = UserTags, 5 = Individual"},{"key":"ScopeId","value":"1","description":"REQUIRED: ID relative to the selected scope. For example using Scope Type 5 the Scope ID can be an agent ID such as Agent 777."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"},{"key":"TimeZoneId","value":"20","description":"REQUIRED: Timezone code in which to format the data. Expects integer value or null. Find TimezoneIDs with GET TimeZone."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHNA0VBRQ2bZ+79bXdF2bqDHwn57jzYpBI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 08 May 2024 21:26:51 GMT"},{"key":"Content-Length","value":"328922"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"parameterReturnTable\": [\n            {\n                \"ScheduleId\": 405,\n                \"TimeZoneId\": 20,\n                \"ScopeId\": 1,\n                \"ScopeTypeId\": 1,\n                \"UserId\": 1,\n                \"FirstDOW\": 1,\n                \"ScheduleStart\": \"2024-12-09T00:00:00\",\n                \"ScheduleEnd\": \"2024-12-15T00:00:00\",\n                \"ActivityName\": \"Sales Email\"\n            }\n        ],\n        \"summaryByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-09T05:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T05:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T05:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T05:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 15.79,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.79,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 4.35,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.35,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 14.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 3.45,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.45,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 13.79,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.79,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 3.45,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.45,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 3.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 15.63,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.63,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 12.12,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.12,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 6.9,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 3.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.41,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.41,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 18.75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 23.08,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.08,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T00:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T00:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T00:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T00:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 15.79,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.79,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 4.17,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.17,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.9,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 10.34,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.34,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 3.23,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.23,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 12.12,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.12,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 2.94,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.94,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 8.57,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.57,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.71,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.71,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 8.57,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.57,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 3.23,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.23,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 9.38,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.38,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 3.45,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.45,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 3.57,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.57,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.9,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 10.71,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.71,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 3.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 18.52,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.52,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 11.54,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.54,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 4.35,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.35,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 17.39,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.39,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 21.43,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.43,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:00:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:15:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:30:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:45:00\",\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T00:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T00:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T00:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T00:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 23.53,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.53,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 4.35,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.35,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 3.23,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.23,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 3.13,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.13,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 6.06,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.06,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 11.43,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.43,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 2.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 2.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 7.89,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.89,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 17.65,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.65,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 2.94,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.94,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 8.82,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.82,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 3.13,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.13,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 9.68,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.68,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10.34,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.34,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:00:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:15:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:30:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:45:00\",\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T00:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T00:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T00:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T00:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 4.17,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.17,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 16,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 7.41,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.41,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 9.38,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.38,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.06,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.06,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 10.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 2.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 10.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 2.63,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.63,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 10.53,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.53,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 8.82,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.82,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 8.82,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.82,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 8.57,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.57,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 3.13,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.13,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.06,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.06,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 10.34,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.34,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 10.53,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.53,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:00:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:15:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:30:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:45:00\",\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T00:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T00:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T00:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T00:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 17.65,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.65,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 10.53,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.53,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 17.39,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.39,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 13.64,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.64,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:00:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:15:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:30:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:45:00\",\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T00:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T00:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T00:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T00:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 22.22,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.22,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 28.57,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.57,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 33.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 33.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:00:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:15:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:30:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:45:00\",\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T00:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T00:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 33.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T00:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-15T00:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 22.22,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.22,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 36.36,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 36.36,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:00:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:15:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:30:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:45:00\",\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 28.57,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.57,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:30:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:45:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T07:00:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T07:15:00\",\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"summaryByDOW\": [\n            {\n                \"WeekDayId\": 1,\n                \"DiscretionaryShrinkage\": 5.9,\n                \"DiscretionaryShrinkageHours\": 25.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.9,\n                \"TotalShrinkageHours\": 25.75\n            },\n            {\n                \"WeekDayId\": 2,\n                \"DiscretionaryShrinkage\": 5.94,\n                \"DiscretionaryShrinkageHours\": 27.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.94,\n                \"TotalShrinkageHours\": 27.75\n            },\n            {\n                \"WeekDayId\": 3,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 30.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 30.25\n            },\n            {\n                \"WeekDayId\": 4,\n                \"DiscretionaryShrinkage\": 5.84,\n                \"DiscretionaryShrinkageHours\": 31.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.84,\n                \"TotalShrinkageHours\": 31.75\n            },\n            {\n                \"WeekDayId\": 5,\n                \"DiscretionaryShrinkage\": 5.92,\n                \"DiscretionaryShrinkageHours\": 20.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.92,\n                \"TotalShrinkageHours\": 20.5\n            },\n            {\n                \"WeekDayId\": 6,\n                \"DiscretionaryShrinkage\": 5.79,\n                \"DiscretionaryShrinkageHours\": 11.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.79,\n                \"TotalShrinkageHours\": 11.25\n            },\n            {\n                \"WeekDayId\": 7,\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 12.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 12.75\n            }\n        ],\n        \"summaryExecutive\": [\n            {\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 160,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 160\n            }\n        ],\n        \"mondayByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-09T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:30:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T06:45:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:00:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:15:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T07:45:00\",\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:15:00\",\n                \"DiscretionaryShrinkage\": 15.79,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.79,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T08:45:00\",\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:15:00\",\n                \"DiscretionaryShrinkage\": 4.35,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.35,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T09:45:00\",\n                \"DiscretionaryShrinkage\": 14.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:30:00\",\n                \"DiscretionaryShrinkage\": 3.45,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.45,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T10:45:00\",\n                \"DiscretionaryShrinkage\": 13.79,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.79,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:15:00\",\n                \"DiscretionaryShrinkage\": 3.45,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.45,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:30:00\",\n                \"DiscretionaryShrinkage\": 3.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T11:45:00\",\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:00:00\",\n                \"DiscretionaryShrinkage\": 15.63,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.63,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:30:00\",\n                \"DiscretionaryShrinkage\": 12.12,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.12,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T12:45:00\",\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:30:00\",\n                \"DiscretionaryShrinkage\": 6.9,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T13:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:15:00\",\n                \"DiscretionaryShrinkage\": 3.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:30:00\",\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:00:00\",\n                \"DiscretionaryShrinkage\": 7.41,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.41,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:30:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T15:45:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:00:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:15:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:30:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-09T16:45:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:00:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:30:00\",\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T17:45:00\",\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:00:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T18:45:00\",\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:15:00\",\n                \"DiscretionaryShrinkage\": 18.75,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.75,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T19:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:15:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:30:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:30:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T21:45:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:00:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:15:00\",\n                \"DiscretionaryShrinkage\": 23.08,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.08,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:30:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:00:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:15:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:30:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-09T23:45:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:30:00\",\n                \"DiscretionaryShrinkage\": 28.57,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.57,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-16T00:45:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:15:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:00:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T04:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:30:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-16T05:45:00\",\n                \"DiscretionaryShrinkage\": 40,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 40,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-16T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"tuesdayByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-10T00:00:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T00:15:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T00:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T00:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T02:45:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:30:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:15:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:30:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T06:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:00:00\",\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T07:45:00\",\n                \"DiscretionaryShrinkage\": 15.79,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.79,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:00:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:15:00\",\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:00:00\",\n                \"DiscretionaryShrinkage\": 4.17,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.17,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:15:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:30:00\",\n                \"DiscretionaryShrinkage\": 6.9,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T09:45:00\",\n                \"DiscretionaryShrinkage\": 10.34,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.34,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:15:00\",\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:30:00\",\n                \"DiscretionaryShrinkage\": 3.23,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.23,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:15:00\",\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:30:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T11:45:00\",\n                \"DiscretionaryShrinkage\": 12.12,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.12,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:00:00\",\n                \"DiscretionaryShrinkage\": 2.94,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.94,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:15:00\",\n                \"DiscretionaryShrinkage\": 8.57,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.57,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:30:00\",\n                \"DiscretionaryShrinkage\": 5.71,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.71,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T12:45:00\",\n                \"DiscretionaryShrinkage\": 8.57,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.57,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:15:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:30:00\",\n                \"DiscretionaryShrinkage\": 3.23,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.23,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T13:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:30:00\",\n                \"DiscretionaryShrinkage\": 9.38,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.38,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T14:45:00\",\n                \"DiscretionaryShrinkage\": 3.45,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.45,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:15:00\",\n                \"DiscretionaryShrinkage\": 3.57,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.57,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:30:00\",\n                \"DiscretionaryShrinkage\": 6.9,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.9,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T15:45:00\",\n                \"DiscretionaryShrinkage\": 10.71,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.71,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:00:00\",\n                \"DiscretionaryShrinkage\": 3.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:15:00\",\n                \"DiscretionaryShrinkage\": 18.52,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.52,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T16:45:00\",\n                \"DiscretionaryShrinkage\": 11.54,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.54,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:00:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:30:00\",\n                \"DiscretionaryShrinkage\": 4.35,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.35,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T17:45:00\",\n                \"DiscretionaryShrinkage\": 17.39,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.39,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:00:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:15:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:30:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:00:00\",\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:30:00\",\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T19:45:00\",\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:15:00\",\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:30:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:15:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:30:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T21:45:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:00:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:15:00\",\n                \"DiscretionaryShrinkage\": 21.43,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 21.43,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:30:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:00:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:15:00\",\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:30:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-10T23:45:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            }\n        ],\n        \"wednesdayByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-11T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T00:15:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T00:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T00:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T02:45:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:30:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:15:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:30:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:15:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:30:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T05:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:30:00\",\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T06:45:00\",\n                \"DiscretionaryShrinkage\": 23.53,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 23.53,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:00:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:15:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T07:45:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:15:00\",\n                \"DiscretionaryShrinkage\": 4.35,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.35,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:30:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T08:45:00\",\n                \"DiscretionaryShrinkage\": 4,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:00:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:30:00\",\n                \"DiscretionaryShrinkage\": 3.23,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.23,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T09:45:00\",\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:15:00\",\n                \"DiscretionaryShrinkage\": 3.13,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.13,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T10:45:00\",\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:00:00\",\n                \"DiscretionaryShrinkage\": 6.06,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.06,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:15:00\",\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:30:00\",\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T11:45:00\",\n                \"DiscretionaryShrinkage\": 11.43,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.43,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:00:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:15:00\",\n                \"DiscretionaryShrinkage\": 10.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:30:00\",\n                \"DiscretionaryShrinkage\": 2.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T12:45:00\",\n                \"DiscretionaryShrinkage\": 2.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:15:00\",\n                \"DiscretionaryShrinkage\": 7.89,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.89,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:30:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T13:45:00\",\n                \"DiscretionaryShrinkage\": 17.65,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.65,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:00:00\",\n                \"DiscretionaryShrinkage\": 2.94,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.94,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:15:00\",\n                \"DiscretionaryShrinkage\": 8.82,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.82,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T14:45:00\",\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:00:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:15:00\",\n                \"DiscretionaryShrinkage\": 3.13,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.13,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T15:45:00\",\n                \"DiscretionaryShrinkage\": 9.68,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.68,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T16:45:00\",\n                \"DiscretionaryShrinkage\": 10.34,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.34,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:00:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:30:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-11T17:45:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:30:00\",\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:15:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:15:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:30:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T20:45:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:00:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:15:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:30:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T21:45:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:00:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:15:00\",\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:30:00\",\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T22:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:00:00\",\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:15:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:30:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-11T23:45:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            }\n        ],\n        \"thursdayByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-12T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T00:15:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T00:30:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T00:45:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:00:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:15:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T02:45:00\",\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:30:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:15:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:30:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T05:45:00\",\n                \"DiscretionaryShrinkage\": 13.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:00:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:15:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:30:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T06:45:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:00:00\",\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:15:00\",\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T07:45:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:30:00\",\n                \"DiscretionaryShrinkage\": 4.17,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.17,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T08:45:00\",\n                \"DiscretionaryShrinkage\": 16,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:00:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:15:00\",\n                \"DiscretionaryShrinkage\": 7.41,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.41,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T09:45:00\",\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:15:00\",\n                \"DiscretionaryShrinkage\": 9.38,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.38,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T10:45:00\",\n                \"DiscretionaryShrinkage\": 6.06,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.06,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:00:00\",\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:30:00\",\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T11:45:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 1.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 1.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:15:00\",\n                \"DiscretionaryShrinkage\": 10.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:30:00\",\n                \"DiscretionaryShrinkage\": 2.7,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.7,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T12:45:00\",\n                \"DiscretionaryShrinkage\": 10.81,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.81,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:00:00\",\n                \"DiscretionaryShrinkage\": 2.63,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 2.63,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:15:00\",\n                \"DiscretionaryShrinkage\": 10.53,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.53,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T13:45:00\",\n                \"DiscretionaryShrinkage\": 5.88,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.88,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:00:00\",\n                \"DiscretionaryShrinkage\": 8.82,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.82,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:15:00\",\n                \"DiscretionaryShrinkage\": 8.82,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.82,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:30:00\",\n                \"DiscretionaryShrinkage\": 8.57,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.57,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T14:45:00\",\n                \"DiscretionaryShrinkage\": 3.03,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.03,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:00:00\",\n                \"DiscretionaryShrinkage\": 3.13,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 3.13,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:30:00\",\n                \"DiscretionaryShrinkage\": 6.06,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.06,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T15:45:00\",\n                \"DiscretionaryShrinkage\": 6.45,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.45,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:00:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:15:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 1.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 1.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T16:45:00\",\n                \"DiscretionaryShrinkage\": 10.34,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.34,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:00:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:30:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T17:45:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:00:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:00:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:15:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:30:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T20:45:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:00:00\",\n                \"DiscretionaryShrinkage\": 10.53,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.53,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:15:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:30:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T21:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:00:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:30:00\",\n                \"DiscretionaryShrinkage\": 11.76,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.76,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T22:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:00:00\",\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:15:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:30:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-12T23:45:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            }\n        ],\n        \"fridayByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-13T00:00:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T00:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T00:30:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T00:45:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:00:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:15:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T02:45:00\",\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:30:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:30:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:15:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:30:00\",\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T05:45:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:15:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:30:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T06:45:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T07:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:15:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T08:45:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:00:00\",\n                \"DiscretionaryShrinkage\": 7.14,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.14,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:15:00\",\n                \"DiscretionaryShrinkage\": 6.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:00:00\",\n                \"DiscretionaryShrinkage\": 17.65,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.65,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:30:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:00:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:30:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T11:45:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:00:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:15:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:30:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T12:45:00\",\n                \"DiscretionaryShrinkage\": 5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:30:00\",\n                \"DiscretionaryShrinkage\": 10.53,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10.53,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:00:00\",\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:15:00\",\n                \"DiscretionaryShrinkage\": 9.52,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.52,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:30:00\",\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T14:45:00\",\n                \"DiscretionaryShrinkage\": 4.55,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.55,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:30:00\",\n                \"DiscretionaryShrinkage\": 17.39,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 17.39,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-13T15:45:00\",\n                \"DiscretionaryShrinkage\": 13.64,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 13.64,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:00:00\",\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:15:00\",\n                \"DiscretionaryShrinkage\": 4.76,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 4.76,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:30:00\",\n                \"DiscretionaryShrinkage\": 15,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-13T16:45:00\",\n                \"DiscretionaryShrinkage\": 5.26,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.26,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:00:00\",\n                \"DiscretionaryShrinkage\": 5.56,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 5.56,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:30:00\",\n                \"DiscretionaryShrinkage\": 6.25,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 6.25,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:00:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T18:45:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:15:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T19:45:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:00:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:15:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:30:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:15:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:30:00\",\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T21:45:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T22:45:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:15:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:30:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-13T23:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            }\n        ],\n        \"saturdayByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-14T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T00:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T00:30:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T00:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T02:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:15:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:30:00\",\n                \"DiscretionaryShrinkage\": 22.22,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.22,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T05:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:00:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:30:00\",\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T06:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:15:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T07:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:00:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:30:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T08:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:15:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:30:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T11:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:30:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T12:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:30:00\",\n                \"DiscretionaryShrinkage\": 28.57,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 28.57,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T13:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T14:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:00:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:15:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T16:45:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:00:00\",\n                \"DiscretionaryShrinkage\": 33.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T19:45:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:15:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:00:00\",\n                \"DiscretionaryShrinkage\": 33.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:15:00\",\n                \"DiscretionaryShrinkage\": 16.67,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 16.67,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T21:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T22:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:00:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-14T23:45:00\",\n                \"DiscretionaryShrinkage\": 14.29,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 14.29,\n                \"TotalShrinkageHours\": 0.25\n            }\n        ],\n        \"sundayByInterval\": [\n            {\n                \"SlotTime\": \"2024-12-15T00:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T00:15:00\",\n                \"DiscretionaryShrinkage\": 33.33,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 33.33,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T00:30:00\",\n                \"DiscretionaryShrinkage\": 50,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 50,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-15T00:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T01:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T02:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T03:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T04:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:30:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T05:45:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:30:00\",\n                \"DiscretionaryShrinkage\": 18.18,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 18.18,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T06:45:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T07:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:15:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:30:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T08:45:00\",\n                \"DiscretionaryShrinkage\": 22.22,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 22.22,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:00:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T09:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T10:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:30:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T11:45:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:15:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T12:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:00:00\",\n                \"DiscretionaryShrinkage\": 7.69,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 7.69,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:15:00\",\n                \"DiscretionaryShrinkage\": 15.38,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 15.38,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T13:45:00\",\n                \"DiscretionaryShrinkage\": 36.36,\n                \"DiscretionaryShrinkageHours\": 1,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 36.36,\n                \"TotalShrinkageHours\": 1\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T14:45:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:30:00\",\n                \"DiscretionaryShrinkage\": 8.33,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 8.33,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T15:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:15:00\",\n                \"DiscretionaryShrinkage\": 30,\n                \"DiscretionaryShrinkageHours\": 0.75,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 30,\n                \"TotalShrinkageHours\": 0.75\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T16:45:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:00:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:30:00\",\n                \"DiscretionaryShrinkage\": 9.09,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 9.09,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T17:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:00:00\",\n                \"DiscretionaryShrinkage\": 20,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 20,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:15:00\",\n                \"DiscretionaryShrinkage\": 10,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 10,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T18:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:15:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T19:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:15:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T20:45:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:15:00\",\n                \"DiscretionaryShrinkage\": 25,\n                \"DiscretionaryShrinkageHours\": 0.5,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 25,\n                \"TotalShrinkageHours\": 0.5\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T21:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:30:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T22:45:00\",\n                \"DiscretionaryShrinkage\": 12.5,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 12.5,\n                \"TotalShrinkageHours\": 0.25\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:00:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:15:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:30:00\",\n                \"DiscretionaryShrinkage\": 0,\n                \"DiscretionaryShrinkageHours\": 0,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 0,\n                \"TotalShrinkageHours\": 0\n            },\n            {\n                \"SlotTime\": \"2024-12-15T23:45:00\",\n                \"DiscretionaryShrinkage\": 11.11,\n                \"DiscretionaryShrinkageHours\": 0.25,\n                \"NonDiscretionaryShrinkage\": 0,\n                \"NonDiscretionaryShrinkageHours\": 0,\n                \"TotalShrinkage\": 11.11,\n                \"TotalShrinkageHours\": 0.25\n            }\n        ]\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c92debf9-619a-4d0b-b262-6fee8ccb5be7"}],"id":"83f2a7e0-6015-4400-bbe0-6c6eb58eb282","description":"<p>The Reports endpoints allow you to execute the various stock reports in CommuintyWFM.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><p><a href=\"https://developer.communitywfm.com/#103b2323-b7b1-4c9c-97cb-4b8c53a3c3ce\">GET ForecastReport</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#b918fab6-2194-4652-89a1-1c7157293189\">GET PublishedEventReport</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#7c52501f-1aca-4085-994d-6dea7db02378\">GET PublishedEventSummaryReport</a></p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#867a0505-20eb-4659-a6ca-ed433a370620\">GET ContactVolumeReport</a></p>\n</li>\n</ul>\n","_postman_id":"83f2a7e0-6015-4400-bbe0-6c6eb58eb282","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Common Resources","item":[{"name":"AgentDatasourceXref","event":[{"listen":"prerequest","script":{"id":"f669a728-9ceb-42ea-a612-87ade6421002","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"30fa180f-cdf1-4dc4-890f-1ecad8f58e44","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2359100a-3883-4775-acd4-54e30bee541a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/AgentDatasourceXref?agentId=278&dataSourceId=&userId=1","description":"<p>Returns agent data source ref list based on the agentId.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","AgentDatasourceXref"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The ID of the agent whose information you want. A full list of agent IDs can be obtained from GET Agent</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules.</p>\n","type":"text/plain"},"key":"dataSourceId","value":""},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"b78215f3-034e-4071-b339-e7e5d7239d86","name":"List of Datasources","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/AgentDatasourceXref?agentId=278&dataSourceId=&userId=1","host":["{{envName}}"],"path":["api","AgentDatasourceXref"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: The ID of the agent whose information you want. A full list of agent IDs can be obtained from GET Agent"},{"key":"dataSourceId","value":"","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMnYIWWdFUGNMTfDl537Q/HM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 05 May 2025 16:49:42 GMT"},{"key":"Content-Length","value":"5249"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_ent_acd_id\": 13,\n            \"sa_acd_id\": 3,\n            \"description\": \"CMS Enterprise ACD\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"Name\": \"Avaya ACD\",\n            \"Version\": \"1\",\n            \"logo_url\": \"avaya.gif\",\n            \"sa_agent_id\": 278,\n            \"login_id\": \"1234\",\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"sa_acd_id\": 8,\n            \"description\": \"Community Cloud Connect\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"Name\": \"I3\",\n            \"Version\": \"1\",\n            \"logo_url\": \"i3.gif\",\n            \"sa_agent_id\": 278,\n            \"login_id\": \"habdulrahim\",\n            \"IsDefaultLogin\": true,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 34,\n            \"sa_acd_id\": 46,\n            \"description\": \"8x8\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"8x8\",\n            \"Version\": \"1\",\n            \"logo_url\": \"8x8.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 25,\n            \"sa_acd_id\": 43,\n            \"description\": \"Amazon Connect\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"AWS Amazon Connect\",\n            \"Version\": \"1\",\n            \"logo_url\": \"awsconnect.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 14,\n            \"sa_acd_id\": 32,\n            \"description\": \"Back office Contacts fed to Community API\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"Name\": \"Community WFM\",\n            \"Version\": \"4.0\",\n            \"logo_url\": \"justlogo.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 21,\n            \"sa_acd_id\": 29,\n            \"description\": \"Broadsoft\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Broadsoft Broadworks\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"broadsoft.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 33,\n            \"sa_acd_id\": 12,\n            \"description\": \"Cisco UCCE\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Cisco IPCC Enterprise\",\n            \"Version\": \"5\",\n            \"logo_url\": \"cisco.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 36,\n            \"sa_acd_id\": 24,\n            \"description\": \"Data source name\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"inContact\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"incontact.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 17,\n            \"sa_acd_id\": 2,\n            \"description\": \"Enghouse interactive\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"Name\": \"Zeacom\",\n            \"Version\": \"1\",\n            \"logo_url\": \"zeacom.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 41,\n            \"sa_acd_id\": 49,\n            \"description\": \"Genesys Cloud\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"GenesysCloud\",\n            \"Version\": \"1\",\n            \"logo_url\": \"GenesysCloud.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 24,\n            \"sa_acd_id\": 25,\n            \"description\": \"Mitel\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Mitel\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"mitel.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 43,\n            \"sa_acd_id\": 50,\n            \"description\": \"Nextiva NCC\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Nextiva NCC\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"Nextiva.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 26,\n            \"sa_acd_id\": 44,\n            \"description\": \"Sharpen\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Sharpen\",\n            \"Version\": \"1\",\n            \"logo_url\": \"sharpen.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 35,\n            \"sa_acd_id\": 36,\n            \"description\": \"Shoretel\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"ShoreTel Event Feed\",\n            \"Version\": \"6.0\",\n            \"logo_url\": \"shoretel.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 28,\n            \"sa_acd_id\": 32,\n            \"description\": \"Smartz Solutions connector\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Community WFM\",\n            \"Version\": \"4.0\",\n            \"logo_url\": \"justlogo.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 38,\n            \"sa_acd_id\": 40,\n            \"description\": \"SWCData source name\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"LiveVox\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"livevoxlogo.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 40,\n            \"sa_acd_id\": 53,\n            \"description\": \"TalkDesk\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"TalkDesk\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"TalkDesk.jpg\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 44,\n            \"sa_acd_id\": 48,\n            \"description\": \"Twilio\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Twilio\",\n            \"Version\": \"1\",\n            \"logo_url\": \"twilio.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 12,\n            \"sa_acd_id\": 14,\n            \"description\": \"UCCX Data Feed\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"Name\": \"Cisco Express\",\n            \"Version\": \"5\",\n            \"logo_url\": \"cisco.gif\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 47,\n            \"sa_acd_id\": 52,\n            \"description\": \"webex\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Webex\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"webex.jpg\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        },\n        {\n            \"sa_ent_acd_id\": 42,\n            \"sa_acd_id\": 51,\n            \"description\": \"Zoom\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"Name\": \"Zoom\",\n            \"Version\": \"1.0\",\n            \"logo_url\": \"zoomlogo.png\",\n            \"sa_agent_id\": null,\n            \"login_id\": null,\n            \"IsDefaultLogin\": false,\n            \"DataSourceAccessible\": 1\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"639e480b-a2f3-4f4c-8800-876647603501","name":"Specific Datasource","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/AgentDatasourceXref?agentId=278&dataSourceId=1&userId=1","host":["{{envName}}"],"path":["api","AgentDatasourceXref"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: The ID of the agent whose information you want. A full list of agent IDs can be obtained from GET Agent"},{"key":"dataSourceId","value":"1","description":"REQUIRED: The scheduleId you want to work with. You can use GET WorkingSchedule or GET WorkingScheduleList to get a list of available schedules."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcEiPfPy01SuqdC93XWLYipY="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 19:40:06 GMT"},{"key":"Content-Length","value":"200"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"IsDefault\": true,\n        \"DataSourceId\": 1,\n        \"LoginId\": \"habdulrahim\",\n        \"AgentId\": 278,\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2359100a-3883-4775-acd4-54e30bee541a"},{"name":"CollectionPoint","id":"79c5a2df-419e-4bd1-8fd6-898fadf54b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{envName}}/api/CollectionPoint/?dataSourceId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CollectionPoint",""],"host":["{{envName}}"],"query":[{"key":"dataSourceId","value":"1"}],"variable":[]}},"response":[{"id":"70350f9f-75c6-4a06-9c93-f2d532566726","name":"CollectionPoint","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{envName}}/api/CollectionPoint/?dataSourceId=1","host":["{{envName}}"],"path":["api","CollectionPoint",""],"query":[{"key":"dataSourceId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMhEIR0MeiSk7s87njR/l2wc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 05 May 2025 16:27:36 GMT"},{"key":"Content-Length","value":"2845"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"SkillId\": 39,\n            \"Name\": \"Billing\",\n            \"Description\": \"Billing\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Billing\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:32:21.123\",\n            \"LastUpdate\": \"2018-01-05T06:43:20.76\"\n        },\n        {\n            \"SkillId\": 2,\n            \"Name\": \"Developer support\",\n            \"Description\": \"Developer support\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Developer support\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:26:20.91\",\n            \"LastUpdate\": \"2018-01-05T06:47:46.453\"\n        },\n        {\n            \"SkillId\": 38,\n            \"Name\": \"Operator\",\n            \"Description\": \"Operator\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Operator\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:32:15.887\",\n            \"LastUpdate\": \"2018-01-05T06:50:16.81\"\n        },\n        {\n            \"SkillId\": 8,\n            \"Name\": \"Research\",\n            \"Description\": \"Research\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Research\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:27:14.687\",\n            \"LastUpdate\": \"2018-01-05T06:46:50.783\"\n        },\n        {\n            \"SkillId\": 1,\n            \"Name\": \"Retention\",\n            \"Description\": \"Retention\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Retention\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-02T12:30:19.73\",\n            \"LastUpdate\": \"2018-01-05T06:43:56.797\"\n        },\n        {\n            \"SkillId\": 32,\n            \"Name\": \"Sales\",\n            \"Description\": \"Sales\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Sales\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:31:25.743\",\n            \"LastUpdate\": \"2018-01-05T06:45:19.41\"\n        },\n        {\n            \"SkillId\": 41,\n            \"Name\": \"Sales Chat\",\n            \"Description\": \"Sales Chat\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Sales Chat\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:33:02.873\",\n            \"LastUpdate\": \"2018-01-05T06:46:02.713\"\n        },\n        {\n            \"SkillId\": 4,\n            \"Name\": \"Sales Email\",\n            \"Description\": \"Sales Email\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Sales Email\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:26:52.39\",\n            \"LastUpdate\": \"2018-01-05T06:46:23.99\"\n        },\n        {\n            \"SkillId\": 27,\n            \"Name\": \"Supervisor\",\n            \"Description\": \"Supervisor\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Supervisor\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:30:57.403\",\n            \"LastUpdate\": \"2018-01-05T06:47:14.267\"\n        },\n        {\n            \"SkillId\": 23,\n            \"Name\": \"Support chat\",\n            \"Description\": \"Support chat\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Support chat\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:30:32.57\",\n            \"LastUpdate\": \"2018-01-05T06:49:03.38\"\n        },\n        {\n            \"SkillId\": 30,\n            \"Name\": \"Support Email\",\n            \"Description\": \"Support Email\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Support Email\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:31:12.91\",\n            \"LastUpdate\": \"2018-01-05T06:49:21.867\"\n        },\n        {\n            \"SkillId\": 9,\n            \"Name\": \"Tier 2\",\n            \"Description\": \"Tier 2\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Tier 2\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:27:18.493\",\n            \"LastUpdate\": \"2018-01-05T06:48:11.563\"\n        },\n        {\n            \"SkillId\": 51,\n            \"Name\": \"Tier 3\",\n            \"Description\": \"Tier 3\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Tier 3\",\n            \"Active\": true,\n            \"CreateDate\": \"2016-01-27T11:45:32.813\",\n            \"LastUpdate\": \"2018-01-05T06:48:34.69\"\n        },\n        {\n            \"SkillId\": 37,\n            \"Name\": \"Trouble\",\n            \"Description\": \"Trouble\",\n            \"EnterpriseACDId\": 1,\n            \"ACDSkillId\": \"Trouble\",\n            \"Active\": true,\n            \"CreateDate\": \"2015-09-10T09:32:07.2\",\n            \"LastUpdate\": \"2018-01-05T06:45:40.367\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"79c5a2df-419e-4bd1-8fd6-898fadf54b5f"},{"name":"CollectionPoint","id":"7ee03a86-cf57-4205-85c6-aefd266b1a55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: Determines the type of action. 1 = Insert, 2 = Update, 3 = Delete</p>\n","type":"text","uuid":"21bba330-0035-4ab0-b7f9-6b491ead3879"},{"key":"CollectionPointId","value":"","description":"<p>REQUIRED on UPDATE/DELETE: The CollectionPointId created during the insert process. Is left NULL during INSERT.</p>\n","type":"text","uuid":"8a7f6183-0108-4bf4-891c-12c4d99a14a4"},{"key":"dataSourceId","value":"1","description":"<p>REQUIRED: The Data Source to which to add/update/delete the Collection Point. </p>\n","type":"text","uuid":"9754b782-3f54-4a2a-8777-3de9dc80b59e"},{"key":"name","value":"testName","description":"<p>REQUIRED for INSERT and UPDATE: The name of the Collection Point to INSERT/UPDATE</p>\n","type":"text","uuid":"e8ce7a55-44d4-4d7d-8065-a4ec2b1e8e90"},{"key":"description","value":"testDesc","description":"<p>REQUIRED for INSERT and UPDATE: The description of the Collection Point to INSERT/UPDATE</p>\n","type":"text","uuid":"3c40dd4c-a2a3-4978-8a92-49722f75bd0c"},{"key":"deviceId","value":"testID","description":"<p>REQUIRED for INSERT and UPDATE: The deviceID of the Collection Point to INSERT/UPDATE</p>\n","type":"text","uuid":"767b3368-4f63-4c52-a970-d0ee598a6584"},{"key":"isActive","value":"true","description":"<p>REQUIRED for INSERT and UPDATE: A True/False value to indicate if the Collection Point is currently active or not. </p>\n","type":"text","uuid":"efc3242e-6b5c-485b-9ba8-b8f5f8bb78c3"},{"key":"userId","value":"1","description":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text","uuid":"7c141d7b-2774-451a-b5ab-0b1d960ac821"}]},"url":"{{envName}}/api/CollectionPoint/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CollectionPoint",""],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"cb2ed7b0-345d-47bc-89e7-28dfb91824fb","name":"1 - INSERT","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: Determines the type of action. 1 = Insert, 2 = Update, 3 = Delete","type":"text","uuid":"21bba330-0035-4ab0-b7f9-6b491ead3879"},{"key":"CollectionPointId","value":"","description":"REQUIRED on UPDATE/DELETE","type":"text","uuid":"8a7f6183-0108-4bf4-891c-12c4d99a14a4"},{"key":"dataSourceId","value":"1","description":"REQUIRED: The Data Source to which to add/update/delete the Collection Point. ","type":"text","uuid":"9754b782-3f54-4a2a-8777-3de9dc80b59e"},{"key":"name","value":"TESTNAME","description":"REQUIRED for INSERT and UPDATE: The name of the Collection Point to INSERT/UPDATE","type":"text","uuid":"e8ce7a55-44d4-4d7d-8065-a4ec2b1e8e90"},{"key":"description","value":"TestDesc","description":"REQUIRED for INSERT and UPDATE: The description of the Collection Point to INSERT/UPDATE","type":"text","uuid":"3c40dd4c-a2a3-4978-8a92-49722f75bd0c"},{"key":"deviceId","value":"TestID","description":"REQUIRED for INSERT and UPDATE: The deviceID of the Collection Point to INSERT/UPDATE","type":"text","uuid":"767b3368-4f63-4c52-a970-d0ee598a6584"},{"key":"isActive","value":"true","description":"REQUIRED for INSERT and UPDATE: A True/False value to indicate if the Collection Point is currently active or not. ","type":"text","uuid":"efc3242e-6b5c-485b-9ba8-b8f5f8bb78c3"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text","uuid":"7c141d7b-2774-451a-b5ab-0b1d960ac821"}]},"url":"{{envName}}/api/CollectionPoint/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMni7Qq6VMo7wmf24ka7sE5M="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 05 May 2025 16:28:04 GMT"},{"key":"Content-Length","value":"250"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"TESTNAME\",\n        \"Description\": \"TestDesc\",\n        \"CollectionPointId\": 59,\n        \"AcdSkillId\": \"TestID\",\n        \"DataSourceId\": 1,\n        \"Active\": true,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"7848040f-7614-4aca-b0f4-367fd351ae4f","name":"2 - UPDATE","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: Determines the type of action. 1 = Insert, 2 = Update, 3 = Delete","type":"text","uuid":"21bba330-0035-4ab0-b7f9-6b491ead3879"},{"key":"CollectionPointId","value":"59","description":"REQUIRED on UPDATE/DELETE: The CollectionPointId created during the insert process. Is left NULL during INSERT.","type":"text","uuid":"8a7f6183-0108-4bf4-891c-12c4d99a14a4"},{"key":"dataSourceId","value":"1","description":"REQUIRED: The Data Source to which to add/update/delete the Collection Point. ","type":"text","uuid":"9754b782-3f54-4a2a-8777-3de9dc80b59e"},{"key":"name","value":"testName","description":"REQUIRED for INSERT and UPDATE: The name of the Collection Point to INSERT/UPDATE","type":"text","uuid":"e8ce7a55-44d4-4d7d-8065-a4ec2b1e8e90"},{"key":"description","value":"New Description","description":"REQUIRED for INSERT and UPDATE: The description of the Collection Point to INSERT/UPDATE","type":"text","uuid":"3c40dd4c-a2a3-4978-8a92-49722f75bd0c"},{"key":"deviceId","value":"TestID","description":"REQUIRED for INSERT and UPDATE: The deviceID of the Collection Point to INSERT/UPDATE","type":"text","uuid":"767b3368-4f63-4c52-a970-d0ee598a6584"},{"key":"isActive","value":"true","description":"REQUIRED for INSERT and UPDATE: A True/False value to indicate if the Collection Point is currently active or not. ","type":"text","uuid":"efc3242e-6b5c-485b-9ba8-b8f5f8bb78c3"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text","uuid":"7c141d7b-2774-451a-b5ab-0b1d960ac821"}]},"url":"{{envName}}/api/CollectionPoint/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMuyQ2cICzcQr7U/ffZjYp/Q="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 05 May 2025 16:30:26 GMT"},{"key":"Content-Length","value":"257"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"testName\",\n        \"Description\": \"New Description\",\n        \"CollectionPointId\": 59,\n        \"AcdSkillId\": \"TestID\",\n        \"DataSourceId\": 1,\n        \"Active\": true,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"76aae6cd-29e7-4707-ae6f-5d0e95239794","name":"3 - DELETE","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: Determines the type of action. 1 = Insert, 2 = Update, 3 = Delete","type":"text","uuid":"21bba330-0035-4ab0-b7f9-6b491ead3879"},{"key":"CollectionPointId","value":"59","description":"REQUIRED on UPDATE/DELETE: The CollectionPointId created during the insert process. Is left NULL during INSERT.","type":"text","uuid":"8a7f6183-0108-4bf4-891c-12c4d99a14a4"},{"key":"dataSourceId","value":"1","description":"REQUIRED: The Data Source to which to add/update/delete the Collection Point. ","type":"text","uuid":"9754b782-3f54-4a2a-8777-3de9dc80b59e"},{"key":"name","value":"testName","description":"REQUIRED for INSERT and UPDATE: The name of the Collection Point to INSERT/UPDATE","type":"text","uuid":"e8ce7a55-44d4-4d7d-8065-a4ec2b1e8e90"},{"key":"description","value":"New Description","description":"REQUIRED for INSERT and UPDATE: The description of the Collection Point to INSERT/UPDATE","type":"text","uuid":"3c40dd4c-a2a3-4978-8a92-49722f75bd0c"},{"key":"deviceId","value":"TestID","description":"REQUIRED for INSERT and UPDATE: The deviceID of the Collection Point to INSERT/UPDATE","type":"text","uuid":"767b3368-4f63-4c52-a970-d0ee598a6584"},{"key":"isActive","value":"true","description":"REQUIRED for INSERT and UPDATE: A True/False value to indicate if the Collection Point is currently active or not. ","type":"text","uuid":"efc3242e-6b5c-485b-9ba8-b8f5f8bb78c3"},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList","type":"text","uuid":"7c141d7b-2774-451a-b5ab-0b1d960ac821"}]},"url":"{{envName}}/api/CollectionPoint/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMtO7klYFSiU2D6FSfx+YtSM="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 05 May 2025 16:31:02 GMT"},{"key":"Content-Length","value":"237"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": null,\n        \"Description\": null,\n        \"CollectionPointId\": 59,\n        \"AcdSkillId\": null,\n        \"DataSourceId\": null,\n        \"Active\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"7ee03a86-cf57-4205-85c6-aefd266b1a55"},{"name":"Color","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"f33cda9d-26ee-4f49-910c-5760cdf7188d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"5f9ff744-b901-4322-a583-31e56fe216e0"}}],"id":"45e9944c-08c0-425f-9ce8-5efcfa75a931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/Color","description":"<p>The color endpoint is a simple endpoint which, when used, will return a list of available colors.</p>\n<p>You can also add the ID to the end of the endpoint address for a single color. See the included examples for more details.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Color"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"a25068c6-f9f7-4f37-976e-447051d980cb","name":"Color List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/Color"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2UF++YZCJWfksxvxYO4fgik="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 18:27:02 GMT"},{"key":"Content-Length","value":"3032"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_color_id\": 1,\n            \"name\": \"Red\",\n            \"html_code\": \"#ff0000\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 2,\n            \"name\": \"Lime Green\",\n            \"html_code\": \"#00ff00\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 3,\n            \"name\": \"Blue\",\n            \"html_code\": \"#0000ff\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 4,\n            \"name\": \"Lavender\",\n            \"html_code\": \"#ccccff\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 5,\n            \"name\": \"Black\",\n            \"html_code\": \"#000000\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 7,\n            \"name\": \"Aqua\",\n            \"html_code\": \"#00FFFF\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 8,\n            \"name\": \"Orange\",\n            \"html_code\": \"#FF9C00\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 9,\n            \"name\": \"Yellow\",\n            \"html_code\": \"#E0E040\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 15,\n            \"name\": \"Grey\",\n            \"html_code\": \"#A9A9A9\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 16,\n            \"name\": \"Pink\",\n            \"html_code\": \"#E000E0\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 17,\n            \"name\": \"Light Salmon\",\n            \"html_code\": \"#FFA07A\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 18,\n            \"name\": \"Crimson\",\n            \"html_code\": \"#DC143C\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 19,\n            \"name\": \"Dark Violet\",\n            \"html_code\": \"#9400D3\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 20,\n            \"name\": \"Purple\",\n            \"html_code\": \"#800080\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 21,\n            \"name\": \"Orchid\",\n            \"html_code\": \"#DA70D6\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 22,\n            \"name\": \"Gold\",\n            \"html_code\": \"#FFD700\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 23,\n            \"name\": \"Dark Green\",\n            \"html_code\": \"#006400\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 24,\n            \"name\": \"Forest Green\",\n            \"html_code\": \"#228B22\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 25,\n            \"name\": \"Spring Green\",\n            \"html_code\": \"#00FF7F\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 26,\n            \"name\": \"Dark Sea Green\",\n            \"html_code\": \"#8FBC8F\",\n            \"IsReferenced\": true\n        },\n        {\n            \"sa_color_id\": 27,\n            \"name\": \"Sea Green\",\n            \"html_code\": \"#2E8B57\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 28,\n            \"name\": \"Olive\",\n            \"html_code\": \"#808000\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 29,\n            \"name\": \"Dark Olive Green\",\n            \"html_code\": \"#556B2F\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 30,\n            \"name\": \"Olive Drab\",\n            \"html_code\": \"#6B8E23\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 31,\n            \"name\": \"Aqua Marine\",\n            \"html_code\": \"#7FFFD4\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 32,\n            \"name\": \"Cadet Blue\",\n            \"html_code\": \"#5F9EA0\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 33,\n            \"name\": \"Teal\",\n            \"html_code\": \"#008080\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 34,\n            \"name\": \"Sky Blue\",\n            \"html_code\": \"#87CEEB\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 35,\n            \"name\": \"Steel Blue\",\n            \"html_code\": \"#4682B4\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 37,\n            \"name\": \"Midnight Blue\",\n            \"html_code\": \"#191970\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 38,\n            \"name\": \"Dim Gray\",\n            \"html_code\": \"#A9A9A9\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 39,\n            \"name\": \"Dark Gray\",\n            \"html_code\": \"#696969\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 40,\n            \"name\": \"Brown\",\n            \"html_code\": \"#8B4513\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 41,\n            \"name\": \"Chocolate\",\n            \"html_code\": \"#A0522D\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 42,\n            \"name\": \"Khaki\",\n            \"html_code\": \"#F0E68C\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 43,\n            \"name\": \"Dark Khaki\",\n            \"html_code\": \"#BDB76B\",\n            \"IsReferenced\": false\n        },\n        {\n            \"sa_color_id\": 44,\n            \"name\": \"Tan\",\n            \"html_code\": \"#D2B48C\",\n            \"IsReferenced\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"dbfea698-95eb-40fc-b90a-149f0dab0726","name":"Color #2 only","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/Color/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2beP4VYO8bEFhaTajcD0lB8="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 18:28:43 GMT"},{"key":"Content-Length","value":"184"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"Lime Green\",\n        \"HtmlCode\": \"#00ff00\",\n        \"ColorId\": 2,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"45e9944c-08c0-425f-9ce8-5efcfa75a931"},{"name":"Color","event":[{"listen":"prerequest","script":{"id":"3cc858eb-1725-4a40-b9b7-2ae80f75b185","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"f2934a2e-1387-4073-b0f0-6c3571f980c6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3490e5e4-ff12-4fbc-a84c-bf707afe41a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"<p>REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n"},{"key":"id","value":"","type":"text","description":"<p>REQUIRED on UPDATE and DELETE: The ID of the specific color you want to update or remove. This ID is created automatically during INSERT so it is not needed during transaction 1. </p>\n","disabled":true},{"key":"colorCode","value":"#011E33","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: The HTML color code associated with the color. This field accepts string values. </p>\n"},{"key":"name","value":"Deep Sea Blue","type":"text","description":"<p>REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values.</p>\n"}]},"url":"{{envName}}/api/Color","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Color"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"2fa1ccee-7326-4621-a590-765b052e5bf3","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","type":"text","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE"},{"key":"id","value":"","type":"text","description":"REQUIRED on UPDATE and DELETE: The ID of the specific color you want to update or remove. This ID is created automatically during INSERT so it is not needed during transaction 1. ","disabled":true},{"key":"colorCode","value":"#003366","type":"text","description":"REQUIRED on INSERT and UPDATE: The HTML color code associated with the color. This field accepts string values. "},{"key":"name","value":"Deep Sea Blue","type":"text","description":"REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values."}]},"url":"{{envName}}/api/Color"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2Q6n/ziilcE5/KEV6cVcacA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 18:48:22 GMT"},{"key":"Content-Length","value":"188"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"Deep Sea Blue\",\n        \"HtmlCode\": \"#003366\",\n        \"ColorId\": 46,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"6ec40db3-29c8-452c-a118-8545b7a46336","name":"2 - UPDATE (html code)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","type":"text","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE"},{"key":"id","value":"46","type":"text","description":"REQUIRED on UPDATE and DELETE: The ID of the specific color you want to update or remove. This ID is created automatically during INSERT so it is not needed during transaction 1. "},{"key":"colorCode","value":"#011E33","type":"text","description":"REQUIRED on INSERT and UPDATE: The HTML color code associated with the color. This field accepts string values. "},{"key":"name","value":"Deep Sea Blue","type":"text","description":"REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values."}]},"url":"{{envName}}/api/Color"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2UDFiMvOI6z7C/KDPmaa4nQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 18:49:52 GMT"},{"key":"Content-Length","value":"188"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"Name\": \"Deep Sea Blue\",\n        \"HtmlCode\": \"#011E33\",\n        \"ColorId\": 46,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"7b59ba81-0cc6-4893-bf88-503b2aa8fc8b","name":"3 - Delete","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","type":"text","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE"},{"key":"id","value":"46","type":"text","description":"REQUIRED on UPDATE and DELETE: The ID of the specific color you want to update or remove. This ID is created automatically during INSERT so it is not needed during transaction 1. "},{"key":"colorCode","value":"#011E33","type":"text","description":"REQUIRED on INSERT and UPDATE: The HTML color code associated with the color. This field accepts string values. ","disabled":true},{"key":"name","value":"Deep Sea Blue","type":"text","description":"REQUIRED on INSERT and UPDATE: The color name to add or update. This field accepts string values.","disabled":true}]},"url":"{{envName}}/api/Color"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2VwWZbbsxDVRAYnXn26GBb0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 18:50:16 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": null,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"3490e5e4-ff12-4fbc-a84c-bf707afe41a9"},{"name":"CustomGroupList","event":[{"listen":"prerequest","script":{"id":"60ddf7c0-c5ce-4702-a3af-a9f3a8f5e6a9","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"feea1ff1-5b29-4458-9e63-da3b442f91bf","exec":[""],"type":"text/javascript"}}],"id":"a8f5aae5-856d-4285-b2ab-1c97fa1c601f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/CustomGroupList?agentId=&memberOnly=false&userId=1","description":"<p>The custom group list can help you find a list of custom groups, confirm which groups an agent belongs to, and get the ID of the group for use in other endpoints and reports.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CustomGroupList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The Agent ID of the agent you want to filter by. Use GET Agent for a list of agent IDs or leave blank/null to get a list of all custom groups.</p>\n","type":"text/plain"},"key":"agentId","value":""},{"description":{"content":"<p>REQUIRED: This boolean true/false parameter defines if the data should be restricted to members of the group only.</p>\n","type":"text/plain"},"key":"memberOnly","value":"false"},{"description":{"content":"<p>REQUIRED: The Agent ID of the agent requesting the infromation. If invalid or not included very simple agent details will be returned. When requestingAgentID is provided along with a specific Agent's ID in the parameter above, the full agent details will be returned.</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"6741b731-b04b-48bf-9477-2e8be5f84edc","name":"CustomGroupList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/CustomGroupList?agentId=&memberOnly=false&userId=1","host":["{{envName}}"],"path":["api","CustomGroupList"],"query":[{"key":"agentId","value":"","description":"REQUIRED: The Agent ID of the agent you want to filter by. Use GET Agent for a list of agent IDs or leave blank/null to get a list of all custom groups."},{"key":"memberOnly","value":"false","description":"REQUIRED: This boolean true/false parameter defines if the data should be restricted to members of the group only."},{"key":"userId","value":"1","description":"REQUIRED: The Agent ID of the agent requesting the infromation. If invalid or not included very simple agent details will be returned. When requestingAgentID is provided along with a specific Agent's ID in the parameter above, the full agent details will be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEOuKH4RBL/xELmW6HWqkE1W/yKf2DP3oc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 16 May 2024 00:32:56 GMT"},{"key":"Content-Length","value":"1964"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_community_group_id\": 10,\n            \"name\": \"All Sales\",\n            \"description\": \"All Sales\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=10\",\n            \"schedules_viewable\": false,\n            \"IsSecureGroup\": false\n        },\n        {\n            \"sa_community_group_id\": 9,\n            \"name\": \"Multimedia\",\n            \"description\": \"Multimedia team\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=9\",\n            \"schedules_viewable\": false,\n            \"IsSecureGroup\": false\n        },\n        {\n            \"sa_community_group_id\": 6,\n            \"name\": \"overflow\",\n            \"description\": \"arfae\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=6\",\n            \"schedules_viewable\": true,\n            \"IsSecureGroup\": true\n        },\n        {\n            \"sa_community_group_id\": 3,\n            \"name\": \"Sales multimedia\",\n            \"description\": \"Activity Based Group\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=3\",\n            \"schedules_viewable\": false,\n            \"IsSecureGroup\": false\n        },\n        {\n            \"sa_community_group_id\": 5,\n            \"name\": \"Softball Team\",\n            \"description\": \"Summer league\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=5\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=5\",\n            \"schedules_viewable\": true,\n            \"IsSecureGroup\": false\n        },\n        {\n            \"sa_community_group_id\": 2,\n            \"name\": \"Spanish speaking\",\n            \"description\": \"Spanish speaking agents\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=2\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=2\",\n            \"schedules_viewable\": false,\n            \"IsSecureGroup\": false\n        },\n        {\n            \"sa_community_group_id\": 4,\n            \"name\": \"Specialty\",\n            \"description\": \"Specialty\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=4\",\n            \"schedules_viewable\": false,\n            \"IsSecureGroup\": false\n        },\n        {\n            \"sa_community_group_id\": 1,\n            \"name\": \"Team Leads and Peer Agents\",\n            \"description\": \"Safety Team\",\n            \"icon\": \"group.wfmsgimg?type=0&groupid=\",\n            \"ParentGroupId\": null,\n            \"handledImage\": \"group.wfmsgimg?groupid=1\",\n            \"schedules_viewable\": true,\n            \"IsSecureGroup\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"a8f5aae5-856d-4285-b2ab-1c97fa1c601f"},{"name":"CustomGroupParticipantList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"7772cac4-899d-42e4-a6f0-b93e7afe1e6d"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"85492d47-c60e-4bcf-8765-875147e8329a"}}],"id":"351426d4-ab93-4ba6-820b-45e70f9ba0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"9903b52c-2e0d-4698-bf1b-b76d9a2b0c70"}],"url":"{{envName}}/api/CustomGroupParticipantList?groupId=10&userId=1","description":"<p>The custom group participant list can help you find a list of custom groups, confirm which groups an agent belongs to, and get the ID of the group for use in other endpoints and reports.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","CustomGroupParticipantList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of the group whose member list you're requesting.</p>\n","type":"text/plain"},"key":"groupId","value":"10"},{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"3c44adfd-b1b2-479e-a8c8-93839b8ea4a9","name":"Group 10","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/CustomGroupParticipantList?groupId=10&userId=1","host":["{{envName}}"],"path":["api","CustomGroupParticipantList"],"query":[{"key":"groupId","value":"10","description":"REQUIRED: ID of the group whose member list you're requesting."},{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPoXpx5eoh/e49uwmaPHRbUQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Mon, 25 Mar 2024 16:57:50 GMT"},{"key":"Content-Length","value":"36436"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_agent_id\": 564,\n            \"AgentName\": \"Account, Demo \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2024-03-04T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Administrator\",\n            \"employee_id\": null,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Demo\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": null,\n            \"sa_role_id\": 400,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 278,\n            \"AgentName\": \"Areheart, Sam \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-07-11T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"SCA21218\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sam\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 156,\n            \"AgentName\": \"Azzarito, Deborah \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-09-21T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"dka21094\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Deborah\",\n            \"supervisor_id\": 153,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"sa_agent_id\": 453,\n            \"AgentName\": \"Badgett, Gregory \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"GAB21254\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Gregory\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 451,\n            \"AgentName\": \"Barton, Jean \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"JBarton\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Jean\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 479,\n            \"AgentName\": \"Bickley, Sharon \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-07-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"SBickley\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sharon\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 182,\n            \"AgentName\": \"Blair, Travis \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-02-01T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Scheduler\",\n            \"employee_id\": \"tblair\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Travis\",\n            \"supervisor_id\": 2,\n            \"tiebreaker\": 0,\n            \"title\": \"Supervisor\",\n            \"sa_role_id\": 300,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"sa_agent_id\": 27,\n            \"AgentName\": \"Blakely, Latrice \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2014-12-01T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"LNB21249\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Latrice\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 467,\n            \"AgentName\": \"Brown, Chanell \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"cab17889\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Chanell\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 537,\n            \"AgentName\": \"Brown, Matt \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2020-07-01T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Administrator\",\n            \"employee_id\": null,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Matt\",\n            \"supervisor_id\": 328,\n            \"tiebreaker\": 0,\n            \"title\": null,\n            \"sa_role_id\": 400,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Hooper, Lisa \"\n        },\n        {\n            \"sa_agent_id\": 402,\n            \"AgentName\": \"Burns, Barbara \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"BBurns\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Barbara\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 391,\n            \"AgentName\": \"Carabo, Randy \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"rcarabo\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Randy\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 387,\n            \"AgentName\": \"Cassleman, Sherry \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"sfc17890\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sherry\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 371,\n            \"AgentName\": \"Cathy, Kelly \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-02-20T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"CXP21252\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Kelly\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 2,\n            \"AgentName\": \"Cotharin, Todd \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2006-03-06T00:00:00\",\n            \"email_address\": \"tcotharin\",\n            \"RoleName\": \"Administrator\",\n            \"employee_id\": \"1345663\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Todd\",\n            \"supervisor_id\": 1,\n            \"tiebreaker\": 0,\n            \"title\": \"Director of Center Operations\",\n            \"sa_role_id\": 400,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"sa_agent_id\": 306,\n            \"AgentName\": \"Crislip, Traci \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-09-19T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"tcislip\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Traci\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 432,\n            \"AgentName\": \"Dunbar, Bill \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"wdunbar\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Bill\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 382,\n            \"AgentName\": \"Duncan, Matthew \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2005-09-26T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"63438\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Matthew\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 51,\n            \"AgentName\": \"Dyer, Amanda \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2014-07-16T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"ABD21223\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Amanda\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 136,\n            \"AgentName\": \"Finn, Mike \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2013-07-29T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"1084742\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mike\",\n            \"supervisor_id\": 153,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"sa_agent_id\": 68,\n            \"AgentName\": \"Florez, Oscar \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-04-13T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"OAF21012\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Oscar\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 144,\n            \"AgentName\": \"Fowler, Wendy \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2014-09-29T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"1343546\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Wendy\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales AGent\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 353,\n            \"AgentName\": \"Fraley, Ashley \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-01-16T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"ANF21228\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Ashley\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 155,\n            \"AgentName\": \"Goldfarb, Brett \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-09-21T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"9019637\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Brett\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Operator\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 90,\n            \"AgentName\": \"Gonos, Daryl \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2006-05-10T00:00:00\",\n            \"email_address\": \"tcotharin\",\n            \"RoleName\": \"Administrator\",\n            \"employee_id\": null,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Daryl\",\n            \"supervisor_id\": 1,\n            \"tiebreaker\": 0,\n            \"title\": \"Director of Sales\",\n            \"sa_role_id\": 400,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"sa_agent_id\": 71,\n            \"AgentName\": \"Granda, Luis \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2013-08-12T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"lgranda\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Luis\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 405,\n            \"AgentName\": \"Greene, Tiffany \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"TLG17964\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Tiffany\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 423,\n            \"AgentName\": \"Griffin, John \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"JHG17920\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"John\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 80,\n            \"AgentName\": \"Guzman, Denise \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-06-08T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"dxg21043\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Denise\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 287,\n            \"AgentName\": \"Haltiwanger, Debra \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-08-15T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"DWH21013\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Debra\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 91,\n            \"AgentName\": \"Heinly, Gesela \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2010-01-18T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"gah21056\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Gesela\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 407,\n            \"AgentName\": \"Hipps, Casandra \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"CBH17940\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Casandra\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 250,\n            \"AgentName\": \"Horne, Andy \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-05-23T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"WAH21278\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Andy\",\n            \"supervisor_id\": 153,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Wildrick, Brian \"\n        },\n        {\n            \"sa_agent_id\": 246,\n            \"AgentName\": \"Houck, Matthew \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-04-25T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"MDH21220\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Matthew\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 561,\n            \"AgentName\": \"Hummadi, Thamer \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-30T00:00:00\",\n            \"email_address\": \"hummadi@wfmsg.com\",\n            \"RoleName\": \"Agent\",\n            \"employee_id\": null,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Thamer\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": null,\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 418,\n            \"AgentName\": \"Hunter, Satika \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"shunter\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Satika\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 397,\n            \"AgentName\": \"Huntre, Laquista \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"LAH21227\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Laquista\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 147,\n            \"AgentName\": \"Kenney, Reye \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2012-07-13T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"0214540\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Reye\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 361,\n            \"AgentName\": \"Kinsella, Mark \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-01-19T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"35334\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mark\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 128,\n            \"AgentName\": \"Lee, Daniel \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2013-12-06T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"DDW21253\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Daniel\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 354,\n            \"AgentName\": \"Lewis, Greg \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-01-16T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"glewis\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Greg\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 129,\n            \"AgentName\": \"Lewis, Lisha \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-09-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"LXL17691\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Lisha\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 271,\n            \"AgentName\": \"Mack, Janelle \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-07-11T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"JKM17984\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Janelle\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 318,\n            \"AgentName\": \"Malvoisin, Fernando \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-10-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"SGM17983\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Fernando\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Operator\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 107,\n            \"AgentName\": \"Martinez, Cristian \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2014-02-24T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"MXO17963\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Cristian\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 449,\n            \"AgentName\": \"McBride, Natasha \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-07-10T00:00:00\",\n            \"email_address\": \"nmcbride@gmail.com\",\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"NNM17965\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Natasha\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 298,\n            \"AgentName\": \"Mitchell, Lauren \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-03-28T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Supervisor\",\n            \"employee_id\": \"LMM21162\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Lauren\",\n            \"supervisor_id\": 90,\n            \"tiebreaker\": 0,\n            \"title\": \"Supervisor\",\n            \"sa_role_id\": 200,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Gonos, Daryl \"\n        },\n        {\n            \"sa_agent_id\": 135,\n            \"AgentName\": \"Montes, David \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2014-08-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"DAM 21159\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"David\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 145,\n            \"AgentName\": \"Mosley, Kerry \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-01-12T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"kmosley\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Kerry\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 370,\n            \"AgentName\": \"Nelson, Candice \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-02-09T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"cnelson\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Candice\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 352,\n            \"AgentName\": \"Newman, Jean \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-01-16T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"jnewman\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Jean\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 171,\n            \"AgentName\": \"Newton, Mary \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-11-09T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"MFN17962\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mary\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 126,\n            \"AgentName\": \"Nixon, Jacqui \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2013-03-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Supervisor\",\n            \"employee_id\": \"jnixon\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Jacqui\",\n            \"supervisor_id\": 2,\n            \"tiebreaker\": 0,\n            \"title\": \"Supervisor\",\n            \"sa_role_id\": 200,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Cotharin, Todd \"\n        },\n        {\n            \"sa_agent_id\": 195,\n            \"AgentName\": \"Olsen, Kristin \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-03-14T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"KDO21010\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Kristin\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 440,\n            \"AgentName\": \"Pollock, Mitch \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"MXP21277\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mitch\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 185,\n            \"AgentName\": \"Prioleau, Sherry \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-02-01T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"SYP21221\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Sherry\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Customer Program Service\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 450,\n            \"AgentName\": \"Renfroe, Dave \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"drenfroe\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Dave\",\n            \"supervisor_id\": 541,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Tritten, Thomas \"\n        },\n        {\n            \"sa_agent_id\": 401,\n            \"AgentName\": \"Richbourg, Mandy \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"MLR21274\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mandy\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 240,\n            \"AgentName\": \"Richert, Jessica \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-04-11T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"JFR17923\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Jessica\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 61,\n            \"AgentName\": \"Ridenhour, Stephan \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2015-07-06T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"sridenhour\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Stephan\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 392,\n            \"AgentName\": \"Rodriguez, Clarisa \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-03-13T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"crodriguez\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Clarisa\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 58,\n            \"AgentName\": \"Rollison, Karen \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2014-11-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"KSR21073\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Karen\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 65,\n            \"AgentName\": \"Sanchez, Maria \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2011-01-01T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"MFB21273\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Maria\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 409,\n            \"AgentName\": \"Schmidt, Peter \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2010-02-25T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": null,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Peter\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 414,\n            \"AgentName\": \"Schrum, Joe \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-04-10T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"JHSchrum\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Joe\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 36,\n            \"AgentName\": \"Stalnaker, Mary Beth \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2013-07-25T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"mstalnaker\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Mary Beth\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 455,\n            \"AgentName\": \"Sticha, Carmen \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-06-12T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"cms17891\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Carmen\",\n            \"supervisor_id\": 126,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Nixon, Jacqui \"\n        },\n        {\n            \"sa_agent_id\": 132,\n            \"AgentName\": \"Sutherland, Todd \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2014-09-29T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"1342647\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Todd\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales Agent\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        },\n        {\n            \"sa_agent_id\": 555,\n            \"AgentName\": \"Test, Test from UI \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": null,\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test from UI\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": null,\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 543,\n            \"AgentName\": \"test123, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": 1,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"sa_agent_id\": 544,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 545,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 546,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 547,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 548,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 549,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 550,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 551,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 552,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 553,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 554,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 556,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 557,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 558,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T16:32:44\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 559,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T16:33:54\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 542,\n            \"AgentName\": \"Test456 Last, Test456 First \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2023-11-08T14:24:50\",\n            \"email_address\": \"\",\n            \"RoleName\": \"Superuser\",\n            \"employee_id\": \"\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Test456 First\",\n            \"supervisor_id\": null,\n            \"tiebreaker\": 0,\n            \"title\": \"DO NOT DELETE OR MODIFY\",\n            \"sa_role_id\": 1000,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": false,\n            \"SupervisorName\": \"\"\n        },\n        {\n            \"sa_agent_id\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2022-11-28T00:00:00\",\n            \"email_address\": \"tcotharin\",\n            \"RoleName\": \"Administrator\",\n            \"employee_id\": \"TTRITTEN1969\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Thomas\",\n            \"supervisor_id\": 1,\n            \"tiebreaker\": 0,\n            \"title\": \"Senior Solution Engineer\",\n            \"sa_role_id\": 400,\n            \"SourceName\": \"Site 1 - Dallas, TX\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Account, Service \"\n        },\n        {\n            \"sa_agent_id\": 429,\n            \"AgentName\": \"Turner, Bruce \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2017-05-15T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"bturner\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Bruce\",\n            \"supervisor_id\": 182,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Billing\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Blair, Travis \"\n        },\n        {\n            \"sa_agent_id\": 262,\n            \"AgentName\": \"Watkins, Tracy \",\n            \"groupSourceType\": 1,\n            \"SourceTypeName\": \"Activity\",\n            \"hire_date\": \"2016-06-13T00:00:00\",\n            \"email_address\": null,\n            \"RoleName\": \"Agent\",\n            \"employee_id\": \"twatkins\",\n            \"name\": \"Site 1 - Dallas, TX\",\n            \"first_name\": \"Tracy\",\n            \"supervisor_id\": 298,\n            \"tiebreaker\": 0,\n            \"title\": \"Sales/Service Rep\",\n            \"sa_role_id\": 100,\n            \"SourceName\": \"Multimedia Sales\",\n            \"IsActive\": true,\n            \"SupervisorName\": \"Mitchell, Lauren \"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"351426d4-ab93-4ba6-820b-45e70f9ba0a8"},{"name":"DataSource","event":[{"listen":"prerequest","script":{"id":"292f7a02-1ae7-453e-ba07-9d1d9716b768","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"0d43a2a6-e9e2-471c-8bdf-fb55d1889972","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c4df6a71-02f9-4d73-aed0-b57c915e4efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/DataSource/?userId=1&ID=34","description":"<p>The configuration of the Data Source. With no ID will return the Community Cloud Connect Data Source.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DataSource",""],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"},{"description":{"content":"<p>OPTIONAL: ID of the DataSource you want to view. </p>\n","type":"text/plain"},"key":"ID","value":"34"}],"variable":[]}},"response":[{"id":"17fe901d-ba97-4a5f-8e35-62ed286712d0","name":"DataSource","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/DataSource/1?userId=1","host":["{{envName}}"],"path":["api","DataSource","1"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPgy8ssD0mxOK3S3NjFFd9/w="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:26:47 GMT"},{"key":"Content-Length","value":"1219"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"UIClassPath\": \"Assembly=WFMSG.Adapter.I3.Historical.UI.dll, Namespace=WFMSG.Adapter.I3.Historical.UI, Type=I3\",\n        \"IBRefNum\": null,\n        \"ACDTypeLogo\": \"i3.gif\",\n        \"RTACollector\": null,\n        \"ACDTypeVersion\": \"1\",\n        \"RTAUIClass\": \"Assembly=WFMSG.Adapter.I3.RealTime.UI.dll, Namespace=WFMSG.Adapter.I3.RealTime.UI, Type=I3_UI\",\n        \"RTACollectorClass\": \"Assembly=WFMSG.Adapter.I3.RealTime.Collection.dll, Namespace=WFMSG.Adapter.I3.RealTime.Collection, Type=I3\",\n        \"TimeZoneId\": 35,\n        \"IsActive\": true,\n        \"ACDTypeId\": 8,\n        \"IsAdherenceImplemented\": true,\n        \"ACDSupportsRTA\": true,\n        \"ACDTypeName\": \"I3\",\n        \"BiasMinutes\": -240,\n        \"UpdateInterval\": 900,\n        \"Name\": \"Community Cloud Connect\",\n        \"RTACollectorUI\": null,\n        \"CollectionClassPath\": \"Assembly=WFMSG.Adapter.I3.Historical.Collection.dll, Namespace=WFMSG.Adapter.I3.Historical.Collection, Type=I3\",\n        \"DataSourceId\": 1,\n        \"RemoteDatabase\": null,\n        \"RemoteServer\": null,\n        \"UsesDST\": false,\n        \"UsesGMT\": false,\n        \"SecurityKeyCount\": 0,\n        \"SupportsAgentImport\": true,\n        \"SupportsCollectionPointImport\": true,\n        \"SupportsCustomQuery\": true,\n        \"IsNewInstance\": false,\n        \"SupportsContactVolumeImport\": true,\n        \"Icon\": \"../../Images/metro/64x64/data-information.png\",\n        \"SourceCulture\": null,\n        \"UserId\": 1\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c4df6a71-02f9-4d73-aed0-b57c915e4efe"},{"name":"DataSourceAdherenceStateList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2e417681-e805-4e70-ac35-f97bf4b92f10"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"3bd0e852-5459-4837-9329-307f4e352950"}}],"id":"d5e17f06-8edb-4443-a8ba-39fd733dfe51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"110a00dd-ad36-49bf-815e-2d1f14f63b9a"}],"url":"{{envName}}/api/DataSourceAdherenceStateList/1?userId=1","description":"<p>The Data Source Adherence State List uses a Data Source ID (seen in the GET Address string) and a UserID. You can get a list of Data Sources with GET DataSource and the AgentIDs with GET Agent</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DataSourceAdherenceStateList","1"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"d27005c8-6d5a-46e7-93f3-cfe7042cc6d8","name":"DataSourceAdherenceStateList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"","type":"text"}],"url":{"raw":"https://demo.wfmsg.com/CommunityWebApi/api/DataSourceAdherenceStateList/1?userId=1","protocol":"https","host":["demo","wfmsg","com"],"path":["CommunityWebApi","api","DataSourceAdherenceStateList","1"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcD3y00zmGnf08GpGhWyKf0o="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 19:37:00 GMT"},{"key":"Content-Length","value":"335"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"stateid\": 0,\n            \"name\": \"Unknown\",\n            \"inqueue\": null\n        },\n        {\n            \"stateid\": 1,\n            \"name\": \"Invalid\",\n            \"inqueue\": null\n        },\n        {\n            \"stateid\": 2,\n            \"name\": \"In Queue\",\n            \"inqueue\": true\n        },\n        {\n            \"stateid\": 3,\n            \"name\": \"Out of Queue\",\n            \"inqueue\": false\n        },\n        {\n            \"stateid\": 2000,\n            \"name\": \"Ignore\",\n            \"inqueue\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"d5e17f06-8edb-4443-a8ba-39fd733dfe51"},{"name":"DataSourceList","event":[{"listen":"prerequest","script":{"id":"292f7a02-1ae7-453e-ba07-9d1d9716b768","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"0d43a2a6-e9e2-471c-8bdf-fb55d1889972","exec":[""],"type":"text/javascript","packages":{}}}],"id":"455a1b5b-94d9-458f-ad46-5312e5530516","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/DataSourcelist/?userId=1","description":"<p>Returns a list of all available data sources and their ID (listed as sa_ent_acd_id) which can be used to differentiate between multiple data sources if needed. If only one data source is configured then data source can be left blank throughout the API (unless otherwise noted) to use the default data source.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DataSourcelist",""],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"174e044d-3848-403d-abbf-2b4151a0c732","name":"DataSourceList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/DataSourcelist/?userId=1","host":["{{envName}}"],"path":["api","DataSourcelist",""],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruHTLmZ6DqOyMhH6h5XhlW/ohAwFGg677Oo="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 06 May 2025 17:40:56 GMT"},{"key":"Content-Length","value":"23759"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_ent_acd_id\": 34,\n            \"sa_acd_id\": 46,\n            \"description\": \"8x8\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"8x8\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"8x8.png\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 34,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.8x8.Historical.Collection.dll, Namespace=WFMSG.Adapter.Eightx8.Historical.Collection, Type=Eightx8\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.8x8.Historical.UI.dll, Namespace=WFMSG.Adapter.Eightx8.Historical.UI, Type=Eightx8UI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.8x8.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Eightx8.RealTime.Collection, Type=Eightx8Adapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.8x8.RealTime.UI.dll, Namespace=WFMSG.Adapter.Eightx8.RealTime.UI, Type=Eightx8AdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 25,\n            \"sa_acd_id\": 43,\n            \"description\": \"Amazon Connect\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"AWS Amazon Connect\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"awsconnect.gif\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 25,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.AWS.Historical.Collection.dll, Namespace=WFMSG.Adapter.AWS.Historical.Collection, Type=AWS\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.AWS.Historical.UI.dll, Namespace=WFMSG.Adapter.AWS.Historical.UI, Type=AWSUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.AWS.RealTime.Collection.dll, Namespace=WFMSG.Adapter.AWS.RealTime.Collection, Type=AWSAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.AWS.RealTime.UI.dll, Namespace=WFMSG.Adapter.AWS.RealTime.UI, Type=AWSAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 14,\n            \"sa_acd_id\": 32,\n            \"description\": \"Back office Contacts fed to Community API\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Community WFM\",\n            \"ACDTypeVersion\": \"4.0\",\n            \"ACDTypeLogo\": \"justlogo.gif\",\n            \"time_zone_index\": 90,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Community.Historical.Collection.dll, Namespace=WFMSG.Adapter.Community.Historical.Collection, Type=Community\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Community.Historical.UI.dll, Namespace=WFMSG.Adapter.Community.Historical.UI, Type=CommunityUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": true,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Community.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Community.RealTime.Collection, Type=CommunityEx\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Community.RealTime.UI.dll, Namespace=WFMSG.Adapter.Community.RealTime.UI, Type=CommunityUI\",\n            \"BiasMinutes\": 0,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 21,\n            \"sa_acd_id\": 29,\n            \"description\": \"Broadsoft\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Broadsoft Broadworks\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"broadsoft.gif\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Broadsoft.Historical.Collection.dll, Namespace=WFMSG.Adapter.Broadsoft.Historical.Collection, Type=Broadsoft\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Broadsoft.Historical.UI.dll, Namespace=WFMSG.Adapter.Broadsoft.Historical.UI, Type=BroadsoftUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Broadsoft.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Broadsoft.RealTime.Collection, Type=Broadsoft\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Broadsoft.RealTime.UI.dll, Namespace=WFMSG.Adapter.Broadsoft.RealTime.UI, Type=BroadsoftUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 33,\n            \"sa_acd_id\": 12,\n            \"description\": \"Cisco UCCE\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Cisco IPCC Enterprise\",\n            \"ACDTypeVersion\": \"5\",\n            \"ACDTypeLogo\": \"cisco.gif\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.Historical.Collection.dll, Namespace=WFMSG.Adapter.IPCCEnterprise.Historical.Collection, Type=IPCCEnterprise\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.Historical.UI.dll, Namespace=WFMSG.Adapter.IPCCEnterprise.Historical.UI, Type=IPCCEnterprise_UI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.RealTime.Collection.dll,Namespace=WFMSG.Adapter.IPCCEnterprise.RealTime.Collection,Type=IPCCEnterprise\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.RealTime.UI.dll,Namespace=WFMSG.Adapter.IPCCEnterprise.RealTime.UI,Type=IPCCEnterpriseUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 13,\n            \"sa_acd_id\": 3,\n            \"description\": \"CMS Enterprise ACD\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Avaya ACD\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"avaya.gif\",\n            \"time_zone_index\": 90,\n            \"ibrefnum\": 13,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Avaya.Historical.Collection.dll, Namespace=WFMSG.Adapter.Avaya.Historical.Collection, Type=Avaya\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Avaya.Historical.UI.dll, Namespace=WFMSG.Adapter.Avaya.Historical.UI, Type=Avaya\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": true,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Avaya.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Avaya.RealTime.Collection, Type=AvayaCMS\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Avaya.RealTime.UI.dll, Namespace=WFMSG.Adapter.Avaya.RealTime.UI, Type=AvayaUI\",\n            \"BiasMinutes\": 0,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"sa_acd_id\": 8,\n            \"description\": \"Community Cloud Connect\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"I3\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"i3.gif\",\n            \"time_zone_index\": 35,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.I3.Historical.Collection.dll, Namespace=WFMSG.Adapter.I3.Historical.Collection, Type=I3\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.I3.Historical.UI.dll, Namespace=WFMSG.Adapter.I3.Historical.UI, Type=I3\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": true,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.I3.RealTime.Collection.dll, Namespace=WFMSG.Adapter.I3.RealTime.Collection, Type=I3\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.I3.RealTime.UI.dll, Namespace=WFMSG.Adapter.I3.RealTime.UI, Type=I3_UI\",\n            \"BiasMinutes\": -240,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 36,\n            \"sa_acd_id\": 24,\n            \"description\": \"Data source name\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"inContact\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"incontact.gif\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 36,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.inContact.Historical.Collection.dll, Namespace=WFMSG.Adapter.inContact.Historical.Collection, Type=inContactAdapter\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.inContact.Historical.UI.dll, Namespace=WFMSG.Adapter.inContact.Historical.UI, Type=inContactAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.inContact.RealTime.Collection.dll, Namespace=WFMSG.Adapter.inContact.RealTime.Collection, Type=inContactAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.inContact.RealTime.UI.dll, Namespace=WFMSG.Adapter.inContact.RealTime.UI, Type=inContactAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 17,\n            \"sa_acd_id\": 2,\n            \"description\": \"Enghouse interactive\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Zeacom\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"zeacom.png\",\n            \"time_zone_index\": 90,\n            \"ibrefnum\": 17,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.ZeaComm.Historical.Collection.dll, Namespace=WFMSG.Adapter.ZeaComm.Historical.Collection, Type=ZeaComm\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.ZeaComm.Historical.UI.dll, Namespace=WFMSG.Adapter.ZeaComm.Historical.UI, Type=ZeaComm\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": true,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.ZeaCom.RealTime.Collection.dll, Namespace=WFMSG.Adapter.ZeaCom.RealTime.Collection, Type=ZeaCom\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.ZeaCom.RealTime.UI.dll, Namespace=WFMSG.Adapter.ZeaCom.RealTime.UI, Type=ZeaComUI\",\n            \"BiasMinutes\": 0,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 41,\n            \"sa_acd_id\": 49,\n            \"description\": \"Genesys Cloud\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"GenesysCloud\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"GenesysCloud.png\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 41,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.GenesysCloud.Historical.Collection.dll, Namespace=WFMSG.Adapter.GenesysCloud.Historical.Collection, Type=GenesysCloud\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.GenesysCloud.Historical.UI.dll, Namespace=WFMSG.Adapter.GenesysCloud.Historical.UI, Type=GenesysCloudUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.GenesysCloud.RealTime.Collection.dll, Namespace=WFMSG.Adapter.GenesysCloud.RealTime.Collection, Type=GenesysCloudAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.GenesysCloud.RealTime.UI.dll, Namespace=WFMSG.Adapter.GenesysCloud.RealTime.UI, Type=GenesysCloudAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 24,\n            \"sa_acd_id\": 25,\n            \"description\": \"Mitel\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Mitel\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"mitel.gif\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Mitel.Historical.Collection.dll, Namespace=WFMSG.Adapter.Mitel.Historical.Collection, Type=MitelAdapter\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Mitel.Historical.UI.dll, Namespace=WFMSG.Adapter.Mitel.Historical.UI, Type=MitelAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Mitel.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Mitel.RealTime.Collection, Type=MitelAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Mitel.RealTime.UI.dll, Namespace=WFMSG.Adapter.Mitel.RealTime.UI, Type=MitelAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 43,\n            \"sa_acd_id\": 50,\n            \"description\": \"Nextiva NCC\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Nextiva NCC\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"Nextiva.png\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 43,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Thrio.Historical.Collection.dll, Namespace=WFMSG.Adapter.Thrio.Historical.Collection, Type=Thrio\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Thrio.Historical.UI.dll, Namespace=WFMSG.Adapter.Thrio.Historical.UI, Type=ThrioUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Thrio.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Thrio.RealTime.Collection, Type=ThrioAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Thrio.RealTime.UI.dll, Namespace=WFMSG.Adapter.Thrio.RealTime.UI, Type=ThrioAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 26,\n            \"sa_acd_id\": 44,\n            \"description\": \"Sharpen\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Sharpen\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"sharpen.png\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 26,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Sharpen.Historical.Collection.dll, Namespace=WFMSG.Adapter.Sharpen.Historical.Collection, Type=Sharpen\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Sharpen.Historical.UI.dll, Namespace=WFMSG.Adapter.Sharpen.Historical.UI, Type=SharpenUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Sharpen.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Sharpen.RealTime.Collection, Type=SharpenAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Sharpen.RealTime.UI.dll, Namespace=WFMSG.Adapter.Sharpen.RealTime.UI, Type=SharpenAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 35,\n            \"sa_acd_id\": 36,\n            \"description\": \"Shoretel\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"ShoreTel Event Feed\",\n            \"ACDTypeVersion\": \"6.0\",\n            \"ACDTypeLogo\": \"shoretel.gif\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.ShoreTel.Historical.Collection.dll, Namespace=WFMSG.Adapter.ShoreTel.Historical.Collection, Type=ShoreTelAdapter\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.ShoreTel.Historical.UI.dll, Namespace=WFMSG.Adapter.ShoreTel.Historical.UI, Type=ShoreTelAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.ShoreTel.RealTime.Collection.dll, Namespace=WFMSG.Adapter.ShoreTel.RealTime.Collection, Type=ShoreTelEventFeed\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.ShoreTel.RealTime.UI.dll, Namespace=WFMSG.Adapter.ShoreTel.RealTime.UI, Type=ShoreTelAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 28,\n            \"sa_acd_id\": 32,\n            \"description\": \"Smartz Solutions connector\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Community WFM\",\n            \"ACDTypeVersion\": \"4.0\",\n            \"ACDTypeLogo\": \"justlogo.gif\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Community.Historical.Collection.dll, Namespace=WFMSG.Adapter.Community.Historical.Collection, Type=Community\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Community.Historical.UI.dll, Namespace=WFMSG.Adapter.Community.Historical.UI, Type=CommunityUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Community.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Community.RealTime.Collection, Type=CommunityEx\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Community.RealTime.UI.dll, Namespace=WFMSG.Adapter.Community.RealTime.UI, Type=CommunityUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 38,\n            \"sa_acd_id\": 40,\n            \"description\": \"SWCData source name\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"LiveVox\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"livevoxlogo.png\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 38,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.LiveVox.Historical.Collection.dll, Namespace=WFMSG.Adapter.LiveVox.Historical.Collection, Type=LiveVox\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.LiveVox.Historical.UI.dll, Namespace=WFMSG.Adapter.LiveVox.Historical.UI, Type=LiveVoxUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.LiveVox.RealTime.Collection.dll, Namespace=WFMSG.Adapter.LiveVox.RealTime.Collection, Type=LiveVoxAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.LiveVox.RealTime.UI.dll, Namespace=WFMSG.Adapter.LiveVox.RealTime.UI, Type=LiveVoxAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 40,\n            \"sa_acd_id\": 53,\n            \"description\": \"TalkDesk\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"TalkDesk\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"TalkDesk.jpg\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 40,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Talkdesk.Historical.Collection.dll, Namespace=WFMSG.Adapter.Talkdesk.Historical.Collection, Type=Talkdesk\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Talkdesk.Historical.UI.dll, Namespace=WFMSG.Adapter.Talkdesk.Historical.UI, Type=TalkdeskUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Talkdesk.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Talkdesk.RealTime.Collection, Type=TalkdeskAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Talkdesk.RealTime.UI.dll, Namespace=WFMSG.Adapter.Talkdesk.RealTime.UI, Type=TalkdeskAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 44,\n            \"sa_acd_id\": 48,\n            \"description\": \"Twilio\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Twilio\",\n            \"ACDTypeVersion\": \"1\",\n            \"ACDTypeLogo\": \"twilio.png\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 44,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Twilio.Historical.Collection.dll, Namespace=WFMSG.Adapter.Twilio.Historical.Collection, Type=Twilio\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Twilio.Historical.UI.dll, Namespace=WFMSG.Adapter.Twilio.Historical.UI, Type=TwilioUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Twilio.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Twilio.RealTime.Collection, Type=TwilioAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Twilio.RealTime.UI.dll, Namespace=WFMSG.Adapter.Twilio.RealTime.UI, Type=TwilioAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 12,\n            \"sa_acd_id\": 14,\n            \"description\": \"UCCX Data Feed\",\n            \"active\": true,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Cisco Express\",\n            \"ACDTypeVersion\": \"5\",\n            \"ACDTypeLogo\": \"cisco.gif\",\n            \"time_zone_index\": 90,\n            \"ibrefnum\": null,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.CiscoExpress.Historical.Collection.dll, Namespace=WFMSG.Adapter.CiscoExpress.Historical.Collection, Type=CiscoExpress\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.CiscoExpress.Historical.UI.dll, Namespace=WFMSG.Adapter.CiscoExpress.Historical.UI, Type=CiscoExpress\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": true,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.CiscoExpress.RealTime.Collection.dll,Namespace=WFMSG.Adapter.CiscoExpress.RealTime.Collection,Type=CiscoExpressAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.CiscoExpress.RealTime.UI.dll,Namespace=WFMSG.Adapter.CiscoExpress.RealTime.UI,Type=CiscoExpressUI\",\n            \"BiasMinutes\": 0,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_ent_acd_id\": 47,\n            \"sa_acd_id\": 52,\n            \"description\": \"webex\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Webex\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"webex.jpg\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 47,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Webex.Historical.Collection.dll, Namespace=WFMSG.Adapter.Webex.Historical.Collection, Type=Webex\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Webex.Historical.UI.dll, Namespace=WFMSG.Adapter.Webex.Historical.UI, Type=WebexUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Webex.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Webex.RealTime.Collection, Type=WebexAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Webex.RealTime.UI.dll, Namespace=WFMSG.Adapter.Webex.RealTime.UI, Type=WebexAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_ent_acd_id\": 42,\n            \"sa_acd_id\": 51,\n            \"description\": \"Zoom\",\n            \"active\": false,\n            \"update_interval\": 15,\n            \"ACDTypeName\": \"Zoom\",\n            \"ACDTypeVersion\": \"1.0\",\n            \"ACDTypeLogo\": \"zoomlogo.png\",\n            \"time_zone_index\": 20,\n            \"ibrefnum\": 42,\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Zoom.Historical.Collection.dll, Namespace=WFMSG.Adapter.Zoom.Historical.Collection, Type=Zoom\",\n            \"class_ui\": \"Assembly=WFMSG.Adapter.Zoom.Historical.UI.dll, Namespace=WFMSG.Adapter.Zoom.Historical.UI, Type=ZoomUI\",\n            \"native_adherence_supported\": true,\n            \"adherence_implemented\": false,\n            \"RemoteServer\": \"[Default]\",\n            \"RemoteDatabase\": \"[Default]\",\n            \"namespace_collector\": null,\n            \"namespace_UI\": null,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Zoom.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Zoom.RealTime.Collection, Type=ZoomAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Zoom.RealTime.UI.dll, Namespace=WFMSG.Adapter.Zoom.RealTime.UI, Type=ZoomAdapterUI\",\n            \"BiasMinutes\": -300,\n            \"UsesGMT\": false,\n            \"UsesDST\": false,\n            \"rawRemoteServer\": null,\n            \"rawRemoteDatabase\": null,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"455a1b5b-94d9-458f-ad46-5312e5530516"},{"name":"DataSourceStateMapping","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"24d1de6b-d74e-4bc7-bf05-7a08300f44b9"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"6a45486e-648d-4134-afbf-bf34c25d8d23"}}],"id":"85603860-b886-4969-8f71-56e1a6ec6031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"d140fb52-ff7e-4402-acd6-862bc84d8186"}],"url":"{{envName}}/api/DataSourceStateMapping/1?state=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DataSourceStateMapping","1"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: The sa_ent_acd_id for the state you want to look up. You can get the ID from GET Datasourcemappingslist</p>\n","type":"text/plain"},"key":"state","value":"1"}],"variable":[]}},"response":[{"id":"659716f1-3e03-4cb7-ae49-bf8b08e7dfad","name":"DataSourceStateMapping","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/DataSourceStateMapping/1?state=1","host":["{{envName}}"],"path":["api","DataSourceStateMapping","1"],"query":[{"key":"state","value":"1","description":"REQUIRED: The sa_ent_acd_id for the state you want to look up. You can get the ID from GET Datasourcemappingslist"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcGphqdJkTDKRS3H1EXoP2O0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 18:58:11 GMT"},{"key":"Content-Length","value":"236"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"sa_ent_acd_id\": 1,\n        \"adapter_state_id\": \"1\",\n        \"adherence_state_id\": null,\n        \"description\": null,\n        \"sa_color_id\": null,\n        \"SourceCulture\": null,\n        \"UserId\": null\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"85603860-b886-4969-8f71-56e1a6ec6031"},{"name":"DataSourceStateMappingsList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"43fb1af8-3517-4c11-a59d-6a7cb1d56f57"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"b1c6b79a-685a-44ce-a436-5316275353be"}}],"id":"42c25339-69fa-4ed9-a142-0420f7f76897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"d5ab4b0f-8bb2-4864-9ff1-a12ab184c3bb"}],"url":"{{envName}}/api/DataSourceStateMappingsList/1?userId=1","description":"<p>Using the Data Source ID (found using GET Datasource) in the url string along with userId will return a list of phone states and their mappings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DataSourceStateMappingsList","1"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"1"}],"variable":[]}},"response":[{"id":"6b6f5344-7046-46d2-80b3-1eaebd14bc90","name":"DataSourceStateMappingsList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/DataSourceStateMappingsList/1?userId=1","host":["{{envName}}"],"path":["api","DataSourceStateMappingsList","1"],"query":[{"key":"userId","value":"1","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcGSEPjffjHRZwc/95KuRtkI="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 18:56:01 GMT"},{"key":"Content-Length","value":"2563"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"\",\n            \"adherence_state_id\": 2000,\n            \"description\": null,\n            \"MappingName\": \"Ignore\",\n            \"sa_color_id\": null\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"acd call\",\n            \"adherence_state_id\": 2,\n            \"description\": \"On ACD Call\",\n            \"MappingName\": \"In Queue\",\n            \"sa_color_id\": \"Grey\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"acdagentnotanswering\",\n            \"adherence_state_id\": 3,\n            \"description\": \"AcdAgentNotAnswering\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": \"Red\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"at a training session\",\n            \"adherence_state_id\": 3,\n            \"description\": \"At a training session\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": \"Lavender\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"at lunch\",\n            \"adherence_state_id\": 3,\n            \"description\": \"At Lunch\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": \"Orange\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"available\",\n            \"adherence_state_id\": 2,\n            \"description\": \"Available\",\n            \"MappingName\": \"In Queue\",\n            \"sa_color_id\": \"Grey\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"follow up\",\n            \"adherence_state_id\": 2,\n            \"description\": \"Follow Up\",\n            \"MappingName\": \"In Queue\",\n            \"sa_color_id\": \"Grey\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"follow up - extended\",\n            \"adherence_state_id\": 2,\n            \"description\": \"Follow Up - Extended\",\n            \"MappingName\": \"In Queue\",\n            \"sa_color_id\": \"Yellow\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"gone home\",\n            \"adherence_state_id\": 3,\n            \"description\": \"Gone Home\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": null\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"in a meeting\",\n            \"adherence_state_id\": 3,\n            \"description\": \"In a meeting\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": \"Yellow\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"in a qa meeting\",\n            \"adherence_state_id\": 3,\n            \"description\": \"In a qa meeting\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": \"Yellow\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"invalid status\",\n            \"adherence_state_id\": 2,\n            \"description\": \"Invalid Status\",\n            \"MappingName\": \"In Queue\",\n            \"sa_color_id\": null\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"not available\",\n            \"adherence_state_id\": 2000,\n            \"description\": \"not available\",\n            \"MappingName\": \"Ignore\",\n            \"sa_color_id\": null\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"on break\",\n            \"adherence_state_id\": 3,\n            \"description\": \"On Break\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": \"Aqua\"\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"on cisco call\",\n            \"adherence_state_id\": 3,\n            \"description\": \"on cisco call\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": null\n        },\n        {\n            \"sa_ent_acd_id\": 1,\n            \"adapter_state_id\": \"restroom\",\n            \"adherence_state_id\": 3,\n            \"description\": \"Restroom\",\n            \"MappingName\": \"Out of Queue\",\n            \"sa_color_id\": \"Black\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"42c25339-69fa-4ed9-a142-0420f7f76897"},{"name":"DataSourceTypes","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"40514137-2f3b-41f3-a362-3198633e4698"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"d54e9db1-aa38-4139-9838-725e0cd66aca"}}],"id":"87c3a79b-c58c-4b3b-b4dd-9412b419ddb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"5fe13411-d070-4103-b0d2-e24693e58c52"}],"url":"{{envName}}/api/DataSourceTypes","description":"<p>Details the types of Data Sources and their IDs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DataSourceTypes"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"5ac0689e-d1b5-4d28-918d-42d35cedbdfb","name":"DataSourceTypes","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/DataSourceTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcPkxjYdYfIrebXeucvNi1dA="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 01 May 2024 19:41:51 GMT"},{"key":"Content-Length","value":"33736"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_acd_id\": 46,\n            \"name\": \"8x8\",\n            \"version\": \"1\",\n            \"logo_url\": \"8x8.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.8x8.Historical.Collection.dll, Namespace=WFMSG.Adapter.Eightx8.Historical.Collection, Type=Eightx8\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.8x8.Historical.UI.dll, Namespace=WFMSG.Adapter.Eightx8.Historical.UI, Type=Eightx8UI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.8x8.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Eightx8.RealTime.Collection, Type=Eightx8Adapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.8x8.RealTime.UI.dll, Namespace=WFMSG.Adapter.Eightx8.RealTime.UI, Type=Eightx8AdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 30,\n            \"name\": \"Altigen\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"altigen.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Altigen.Historical.Collection.dll, Namespace=WFMSG.Adapter.Altigen.Historical.Collection, Type=Altigen\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Altigen.Historical.UI.dll, Namespace=WFMSG.Adapter.Altigen.Historical.UI, Type=AltigenUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Altigen.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Altigen.RealTime.Collection, Type=Altigen\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Altigen.RealTime.UI.dll, Namespace=WFMSG.Adapter.Altigen.RealTime.UI, Type=AltigenUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 13,\n            \"name\": \"Aspect\",\n            \"version\": \"9\",\n            \"logo_url\": \"aspect.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Aspect.Historical.Collection.dll, Namespace=WFMSG.Adapter.Aspect.Historical.Collection, Type=Aspect\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Aspect.Historical.UI.dll, Namespace=WFMSG.Adapter.Aspect.Historical.UI, Type=Aspect\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 17,\n            \"name\": \"Asterisk\",\n            \"version\": \"1\",\n            \"logo_url\": \"asterisk.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Asterisk.Historical.Collection.dll, Namespace=WFMSG.Adapter.Asterisk.Historical.Collection, Type=AsteriskAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Asterisk.Historical.UI.dll, Namespace=WFMSG.Adapter.Asterisk.Historical.UI, Type=AsteriskAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Asterisk.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Asterisk.RealTime.Collection, Type=AsteriskRTAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Asterisk.RealTime.UI.dll, Namespace=WFMSG.Adapter.Asterisk.RealTime.UI, Type=AsteriskRTAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 34,\n            \"name\": \"Asternic Reporting Platform\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"asternic.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Asternic.dll, Namespace=WFMSG.Adapter.Asternic.Historical.Collection, Type=AsternicAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Asternic.dll, Namespace=WFMSG.Adapter.Asternic.Historical.UI, Type=AsternicHistoricalUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Asternic.dll, Namespace=WFMSG.Adapter.Asternic.RealTime.Collection, Type=AsternicRealTimeAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Asternic.dll, Namespace=WFMSG.Adapter.Asternic.RealTime.UI, Type=AsternicRealTimeUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 3,\n            \"name\": \"Avaya ACD\",\n            \"version\": \"1\",\n            \"logo_url\": \"avaya.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Avaya.Historical.Collection.dll, Namespace=WFMSG.Adapter.Avaya.Historical.Collection, Type=Avaya\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Avaya.Historical.UI.dll, Namespace=WFMSG.Adapter.Avaya.Historical.UI, Type=Avaya\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Avaya.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Avaya.RealTime.Collection, Type=AvayaCMS\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Avaya.RealTime.UI.dll, Namespace=WFMSG.Adapter.Avaya.RealTime.UI, Type=AvayaUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 23,\n            \"name\": \"Avaya Aura\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"avaya.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Symposium7.Historical.Collection.dll, Namespace=WFMSG.Adapter.Symposium7.Historical.Collection, Type=Symposium7\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Symposium7.Historical.UI.dll, Namespace=WFMSG.Adapter.Symposium7.Historical.UI, Type=Symposium7\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Aura.RealTime.Collection, Type=Aura\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.UI.dll, Namespace=WFMSG.Adapter.Aura.RealTime.UI, Type=AuraUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 33,\n            \"name\": \"Avaya Aura (6.1 SP3)\",\n            \"version\": \"6.1\",\n            \"logo_url\": \"avaya.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Symposium7.Historical.Collection.dll, Namespace=WFMSG.Adapter.Symposium7.Historical.Collection, Type=Symposium7\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Symposium7.Historical.UI.dll, Namespace=WFMSG.Adapter.Symposium7.Historical.UI, Type=Symposium7\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Aura.RealTime.Collection, Type=Aura84\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.UI.dll, Namespace=WFMSG.Adapter.Aura.RealTime.UI, Type=AuraUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 22,\n            \"name\": \"Avaya Symposium 7\",\n            \"version\": \"7.0\",\n            \"logo_url\": \"avaya.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Symposium7.Historical.Collection.dll, Namespace=WFMSG.Adapter.Symposium7.Historical.Collection, Type=Symposium7\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Symposium7.Historical.UI.dll, Namespace=WFMSG.Adapter.Symposium7.Historical.UI, Type=Symposium7\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Aura.RealTime.Collection, Type=Aura\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.UI.dll, Namespace=WFMSG.Adapter.Aura.RealTime.UI, Type=AuraUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 43,\n            \"name\": \"AWS Amazon Connect\",\n            \"version\": \"1\",\n            \"logo_url\": \"awsconnect.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.AWS.Historical.Collection.dll, Namespace=WFMSG.Adapter.AWS.Historical.Collection, Type=AWS\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.AWS.Historical.UI.dll, Namespace=WFMSG.Adapter.AWS.Historical.UI, Type=AWSUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.AWS.RealTime.Collection.dll, Namespace=WFMSG.Adapter.AWS.RealTime.Collection, Type=AWSAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.AWS.RealTime.UI.dll, Namespace=WFMSG.Adapter.AWS.RealTime.UI, Type=AWSAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 29,\n            \"name\": \"Broadsoft Broadworks\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"broadsoft.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Broadsoft.Historical.Collection.dll, Namespace=WFMSG.Adapter.Broadsoft.Historical.Collection, Type=Broadsoft\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Broadsoft.Historical.UI.dll, Namespace=WFMSG.Adapter.Broadsoft.Historical.UI, Type=BroadsoftUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Broadsoft.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Broadsoft.RealTime.Collection, Type=Broadsoft\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Broadsoft.RealTime.UI.dll, Namespace=WFMSG.Adapter.Broadsoft.RealTime.UI, Type=BroadsoftUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 14,\n            \"name\": \"Cisco Express\",\n            \"version\": \"5\",\n            \"logo_url\": \"cisco.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.CiscoExpress.Historical.Collection.dll, Namespace=WFMSG.Adapter.CiscoExpress.Historical.Collection, Type=CiscoExpress\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.CiscoExpress.Historical.UI.dll, Namespace=WFMSG.Adapter.CiscoExpress.Historical.UI, Type=CiscoExpress\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.CiscoExpress.RealTime.Collection.dll,Namespace=WFMSG.Adapter.CiscoExpress.RealTime.Collection,Type=CiscoExpressAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.CiscoExpress.RealTime.UI.dll,Namespace=WFMSG.Adapter.CiscoExpress.RealTime.UI,Type=CiscoExpressUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 12,\n            \"name\": \"Cisco IPCC Enterprise\",\n            \"version\": \"5\",\n            \"logo_url\": \"cisco.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.Historical.Collection.dll, Namespace=WFMSG.Adapter.IPCCEnterprise.Historical.Collection, Type=IPCCEnterprise\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.Historical.UI.dll, Namespace=WFMSG.Adapter.IPCCEnterprise.Historical.UI, Type=IPCCEnterprise_UI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.RealTime.Collection.dll,Namespace=WFMSG.Adapter.IPCCEnterprise.RealTime.Collection,Type=IPCCEnterprise\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.RealTime.UI.dll,Namespace=WFMSG.Adapter.IPCCEnterprise.RealTime.UI,Type=IPCCEnterpriseUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 27,\n            \"name\": \"Cisco IPCC Enterprise 8\",\n            \"version\": \"8.0\",\n            \"logo_url\": \"cisco.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.IPCCEnterprise8.Historical.Collection.dll, Namespace=WFMSG.Adapter.IPCCEnterprise8.Historical.Collection, Type=IPCCEnterprise8\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.IPCCEnterprise8.Historical.UI.dll, Namespace=WFMSG.Adapter.IPCCEnterprise8.Historical.UI, Type=IPCCEnterprise8_UI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.RealTime.Collection.dll,Namespace=WFMSG.Adapter.IPCCEnterprise.RealTime.Collection,Type=IPCCEnterprise\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.IPCCEnterprise.RealTime.UI.dll,Namespace=WFMSG.Adapter.IPCCEnterprise.RealTime.UI,Type=IPCCEnterpriseUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 45,\n            \"name\": \"Community Data Simulator\",\n            \"version\": \"1\",\n            \"logo_url\": \"justlogo.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.CommunityDataSimulator.Historical.Collection.dll, Namespace=WFMSG.Adapter.CommunityDataSimulator.Historical.Collection, Type=CommunityDataSimulator\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.CommunityDataSimulator.Historical.UI.dll, Namespace=WFMSG.Adapter.CommunityDataSimulator.Historical.UI, Type=CommunityDataSimulatorUI\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.CommunityDataSimulator.RealTime.Collection.dll, Namespace=WFMSG.Adapter.CommunityDataSimulator.RealTime.Collection, Type=CommunityDataSimulator\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.CommunityDataSimulator.RealTime.UI.dll, Namespace=WFMSG.Adapter.CommunityDataSimulator.RealTime.UI, Type=CommunityDataSimulatorUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 39,\n            \"name\": \"Community RealTime\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"justlogo.gif\",\n            \"class_collector\": null,\n            \"class_UI\": null,\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.CommunityRealTime.RealTime.Collection.dll, Namespace=WFMSG.Adapter.CommunityRealTime.RealTime.Collection, Type=CommunityRealTime\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.CommunityRealTime.RealTime.UI.dll, Namespace=WFMSG.Adapter.CommunityRealTime.RealTime.UI, Type=CommunityRealTimeUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 32,\n            \"name\": \"Community WFM\",\n            \"version\": \"4.0\",\n            \"logo_url\": \"justlogo.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Community.Historical.Collection.dll, Namespace=WFMSG.Adapter.Community.Historical.Collection, Type=Community\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Community.Historical.UI.dll, Namespace=WFMSG.Adapter.Community.Historical.UI, Type=CommunityUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Community.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Community.RealTime.Collection, Type=CommunityEx\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Community.RealTime.UI.dll, Namespace=WFMSG.Adapter.Community.RealTime.UI, Type=CommunityUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 19,\n            \"name\": \"Five9\",\n            \"version\": \"7.0\",\n            \"logo_url\": \"five9_logo_black_sm.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Five9.Historical.Collection.dll, Namespace=WFMSG.Adapter.Five9.Historical.Collection, Type=Five9Adapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Five9.Historical.UI.dll, Namespace=WFMSG.Adapter.Five9.Historical.UI, Type=Five9AdapterUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Five9.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Five9.RealTime.Collection, Type=Five9Adapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Five9.RealTime.UI.dll, Namespace=WFMSG.Adapter.Five9.RealTime.UI, Type=Five9UI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 16,\n            \"name\": \"Generic MySql Server\",\n            \"version\": \"1\",\n            \"logo_url\": \"justlogo.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.MySQL.Historical.Collection.dll, Namespace=WFMSG.Adapter.MySQL.Historical.Collection, Type=MySQLAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.MySQL.Historical.UI.dll, Namespace=WFMSG.Adapter.MySQL.Historical.UI, Type=MySQLAdapterUI\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 15,\n            \"name\": \"Generic SQL Server\",\n            \"version\": \"1\",\n            \"logo_url\": \"justlogo.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.SQLServer.Historical.Collection.dll, Namespace=WFMSG.Adapter.SQLServer.Historical.Collection, Type=SQLServerAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.SQLServer.Historical.UI.dll, Namespace=WFMSG.Adapter.SQLServer.Historical.UI, Type=SQLServerAdapterUI\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 49,\n            \"name\": \"GenesysCloud\",\n            \"version\": \"1\",\n            \"logo_url\": \"GenesysCloud.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.GenesysCloud.Historical.Collection.dll, Namespace=WFMSG.Adapter.GenesysCloud.Historical.Collection, Type=GenesysCloud\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.GenesysCloud.Historical.UI.dll, Namespace=WFMSG.Adapter.GenesysCloud.Historical.UI, Type=GenesysCloudUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.GenesysCloud.RealTime.Collection.dll, Namespace=WFMSG.Adapter.GenesysCloud.RealTime.Collection, Type=GenesysCloudAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.GenesysCloud.RealTime.UI.dll, Namespace=WFMSG.Adapter.GenesysCloud.RealTime.UI, Type=GenesysCloudAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 8,\n            \"name\": \"I3\",\n            \"version\": \"1\",\n            \"logo_url\": \"i3.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.I3.Historical.Collection.dll, Namespace=WFMSG.Adapter.I3.Historical.Collection, Type=I3\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.I3.Historical.UI.dll, Namespace=WFMSG.Adapter.I3.Historical.UI, Type=I3\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.I3.RealTime.Collection.dll, Namespace=WFMSG.Adapter.I3.RealTime.Collection, Type=I3\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.I3.RealTime.UI.dll, Namespace=WFMSG.Adapter.I3.RealTime.UI, Type=I3_UI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 42,\n            \"name\": \"I3 using IceLib\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"I3.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.I3.Historical.Collection.dll, Namespace=WFMSG.Adapter.I3.Historical.Collection, Type=I3\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.I3.Historical.UI.dll, Namespace=WFMSG.Adapter.I3.Historical.UI, Type=I3\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.I3.RealTime.Collection.dll, Namespace=WFMSG.Adapter.I3.RealTime.Collection, Type=I3IceLib\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.I3.RealTime.UI.dll, Namespace=WFMSG.Adapter.I3.RealTime.UI, Type=I3IceLibUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 24,\n            \"name\": \"inContact\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"incontact.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.inContact.Historical.Collection.dll, Namespace=WFMSG.Adapter.inContact.Historical.Collection, Type=inContactAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.inContact.Historical.UI.dll, Namespace=WFMSG.Adapter.inContact.Historical.UI, Type=inContactAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.inContact.RealTime.Collection.dll, Namespace=WFMSG.Adapter.inContact.RealTime.Collection, Type=inContactAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.inContact.RealTime.UI.dll, Namespace=WFMSG.Adapter.inContact.RealTime.UI, Type=inContactAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 40,\n            \"name\": \"LiveVox\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"livevoxlogo.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.LiveVox.Historical.Collection.dll, Namespace=WFMSG.Adapter.LiveVox.Historical.Collection, Type=LiveVox\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.LiveVox.Historical.UI.dll, Namespace=WFMSG.Adapter.LiveVox.Historical.UI, Type=LiveVoxUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.LiveVox.RealTime.Collection.dll, Namespace=WFMSG.Adapter.LiveVox.RealTime.Collection, Type=LiveVoxAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.LiveVox.RealTime.UI.dll, Namespace=WFMSG.Adapter.LiveVox.RealTime.UI, Type=LiveVoxAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 6,\n            \"name\": \"Meridian Max Text\",\n            \"version\": \"1\",\n            \"logo_url\": \"nortel.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Meridian.Historical.Collection.dll, Namespace=WFMSG.Adapter.Meridian.Historical.Collection, Type=Meridian\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Meridian.Historical.UI.dll, Namespace=WFMSG.Adapter.Meridian.Historical.UI, Type=Meridian\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 25,\n            \"name\": \"Mitel\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"mitel.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Mitel.Historical.Collection.dll, Namespace=WFMSG.Adapter.Mitel.Historical.Collection, Type=MitelAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Mitel.Historical.UI.dll, Namespace=WFMSG.Adapter.Mitel.Historical.UI, Type=MitelAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Mitel.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Mitel.RealTime.Collection, Type=MitelAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Mitel.RealTime.UI.dll, Namespace=WFMSG.Adapter.Mitel.RealTime.UI, Type=MitelAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 31,\n            \"name\": \"NEC BCT\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"nec.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.BCT.Historical.Collection.dll, Namespace=WFMSG.Adapter.BCT.Historical.Collection, Type=BCT\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.BCT.Historical.UI.dll, Namespace=WFMSG.Adapter.BCT.Historical.UI, Type=BCTUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.BCT.RealTime.Collection.dll, Namespace=WFMSG.Adapter.BCT.RealTime.Collection, Type=BCT\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.BCT.RealTime.UI.dll, Namespace=WFMSG.Adapter.BCT.RealTime.UI, Type=BCTUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 18,\n            \"name\": \"NEC Global Navigator\",\n            \"version\": \"6.0\",\n            \"logo_url\": \"nec.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.GlobalNavigator.Historical.Collection.dll, Namespace=WFMSG.Adapter.GlobalNavigator.Historical.Collection, Type=GlobalNavigatorAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.GlobalNavigator.Historical.UI.dll, Namespace=WFMSG.Adapter.GlobalNavigator.Historical.UI, Type=GlobalNavigatorUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.DVSGNAV.RealTime.dll, Namespace=WFMSG.Adapter.DVSGNAV.RealTime, Type=DVSGNAV\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.DVSGNAV.RealTime.dll, Namespace=WFMSG.Adapter.DVSGNAV.RealTime, Type=DVSGNAVUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 1,\n            \"name\": \"Nortel Symposium 3, 4, 5\",\n            \"version\": \"3\",\n            \"logo_url\": \"nortel.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Symposium.Historical.Collection.dll, Namespace=WFMSG.Adapter.Symposium.Historical.Collection, Type=Symposium\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Symposium.Historical.UI.dll, Namespace=WFMSG.Adapter.Symposium.Historical.UI, Type=Symposium\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 11,\n            \"name\": \"Nortel Symposium 6\",\n            \"version\": \"6\",\n            \"logo_url\": \"nortel.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Symposium6.Historical.Collection.dll, Namespace=WFMSG.Adapter.Symposium6.Historical.Collection, Type=Symposium6\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Symposium6.Historical.UI.dll, Namespace=WFMSG.Adapter.Symposium6.Historical.UI, Type=Symposium6_UI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Aura.RealTime.Collection, Type=Aura\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Aura.RealTime.UI.dll, Namespace=WFMSG.Adapter.Aura.RealTime.UI, Type=AuraUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 5,\n            \"name\": \"RockWell Spectrum\",\n            \"version\": \"1\",\n            \"logo_url\": \"rockwell.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Rockwell.Historical.Collection.dll, Namespace=WFMSG.Adapter.Rockwell.Historical.Collection, Type=Rockwell\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Rockwell.Historical.UI.dll, Namespace=WFMSG.Adapter.Rockwell.Historical.UI, Type=Rockwell\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 44,\n            \"name\": \"Sharpen\",\n            \"version\": \"1\",\n            \"logo_url\": \"sharpen.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Sharpen.Historical.Collection.dll, Namespace=WFMSG.Adapter.Sharpen.Historical.Collection, Type=Sharpen\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Sharpen.Historical.UI.dll, Namespace=WFMSG.Adapter.Sharpen.Historical.UI, Type=SharpenUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Sharpen.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Sharpen.RealTime.Collection, Type=SharpenAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Sharpen.RealTime.UI.dll, Namespace=WFMSG.Adapter.Sharpen.RealTime.UI, Type=SharpenAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 28,\n            \"name\": \"ShoreTel\",\n            \"version\": \"8.0\",\n            \"logo_url\": \"shoretel.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.ShoreTel.Historical.Collection.dll, Namespace=WFMSG.Adapter.ShoreTel.Historical.Collection, Type=ShoreTelAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.ShoreTel.Historical.UI.dll, Namespace=WFMSG.Adapter.ShoreTel.Historical.UI, Type=ShoreTelAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.ShoreTel.RealTime.Collection.dll, Namespace=WFMSG.Adapter.ShoreTel.RealTime.Collection, Type=ShoreTelAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.ShoreTel.RealTime.UI.dll, Namespace=WFMSG.Adapter.ShoreTel.RealTime.UI, Type=ShoreTelAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 36,\n            \"name\": \"ShoreTel Event Feed\",\n            \"version\": \"6.0\",\n            \"logo_url\": \"shoretel.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.ShoreTel.Historical.Collection.dll, Namespace=WFMSG.Adapter.ShoreTel.Historical.Collection, Type=ShoreTelAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.ShoreTel.Historical.UI.dll, Namespace=WFMSG.Adapter.ShoreTel.Historical.UI, Type=ShoreTelAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.ShoreTel.RealTime.Collection.dll, Namespace=WFMSG.Adapter.ShoreTel.RealTime.Collection, Type=ShoreTelEventFeed\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.ShoreTel.RealTime.UI.dll, Namespace=WFMSG.Adapter.ShoreTel.RealTime.UI, Type=ShoreTelAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 7,\n            \"name\": \"Siebel\",\n            \"version\": \"1\",\n            \"logo_url\": \"justlogo.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Siebel.Historical.Collection.dll, Namespace=WFMSG.Adapter.Siebel.Historical.Collection, Type=Siebel\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Siebel.Historical.UI.dll, Namespace=WFMSG.Adapter.Siebel.Historical.UI, Type=Siebel_UI\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 9,\n            \"name\": \"Siemens\",\n            \"version\": \"1\",\n            \"logo_url\": \"siemens.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Siemens.Historical.Collection.dll, Namespace=WFMSG.Adapter.Siemens.Historical.Collection, Type=Siemens\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Siemens.Historical.UI.dll, Namespace=WFMSG.Adapter.Siemens.Historical.UI, Type=Siemens\",\n            \"native_adherence_supported\": false,\n            \"rta_collector_class\": null,\n            \"rta_ui_class\": null,\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 20,\n            \"name\": \"Siemens ProCenter 7\",\n            \"version\": \"7.0\",\n            \"logo_url\": \"siemens.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Siemens7.Historical.Collection.dll, Namespace=WFMSG.Adapter.Siemens7.Historical.Collection, Type=Siemens\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Siemens7.Historical.UI.dll, Namespace=WFMSG.Adapter.Siemens7.Historical.UI, Type=Siemens\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Siemens7.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Siemens7.RealTime.Collection, Type=Siemens\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Siemens7.RealTime.UI.dll, Namespace=WFMSG.Adapter.Siemens7.RealTime.UI, Type=SiemensUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 26,\n            \"name\": \"T-Metrics\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"justlogo.gif\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.TMetrics.Historical.Collection.dll, Namespace=WFMSG.Adapter.TMetrics.Historical.Collection, Type=TMetricsAdapter\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.TMetrics.Historical.UI.dll, Namespace=WFMSG.Adapter.TMetrics.Historical.UI, Type=TMetricsAdapterUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.TMetrics.RealTime.Collection.dll, Namespace=WFMSG.Adapter.TMetrics.RealTime.Collection, Type=TMetricsAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.TMetrics.RealTime.UI.dll, Namespace=WFMSG.Adapter.TMetrics.RealTime.UI, Type=TMetricsAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": true\n        },\n        {\n            \"sa_acd_id\": 53,\n            \"name\": \"TalkDesk\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"TalkDesk.jpg\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Talkdesk.Historical.Collection.dll, Namespace=WFMSG.Adapter.Talkdesk.Historical.Collection, Type=Talkdesk\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Talkdesk.Historical.UI.dll, Namespace=WFMSG.Adapter.Talkdesk.Historical.UI, Type=TalkdeskUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Talkdesk.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Talkdesk.RealTime.Collection, Type=TalkdeskAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Talkdesk.RealTime.UI.dll, Namespace=WFMSG.Adapter.Talkdesk.RealTime.UI, Type=TalkdeskAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 47,\n            \"name\": \"TCN\",\n            \"version\": \"1\",\n            \"logo_url\": \"tcn.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.TCN.Historical.Collection.dll, Namespace=WFMSG.Adapter.TCN.Historical.Collection, Type=TCN\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.TCN.Historical.UI.dll, Namespace=WFMSG.Adapter.TCN.Historical.UI, Type=TCNUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.TCN.RealTime.Collection.dll, Namespace=WFMSG.Adapter.TCN.RealTime.Collection, Type=TCNAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.TCN.RealTime.UI.dll, Namespace=WFMSG.Adapter.TCN.RealTime.UI, Type=TCNAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 50,\n            \"name\": \"Thrio\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"thriologo.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Thrio.Historical.Collection.dll, Namespace=WFMSG.Adapter.Thrio.Historical.Collection, Type=Thrio\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Thrio.Historical.UI.dll, Namespace=WFMSG.Adapter.Thrio.Historical.UI, Type=ThrioUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Thrio.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Thrio.RealTime.Collection, Type=ThrioAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Thrio.RealTime.UI.dll, Namespace=WFMSG.Adapter.Thrio.RealTime.UI, Type=ThrioAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 48,\n            \"name\": \"Twilio\",\n            \"version\": \"1\",\n            \"logo_url\": \"twilio.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Twilio.Historical.Collection.dll, Namespace=WFMSG.Adapter.Twilio.Historical.Collection, Type=Twilio\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Twilio.Historical.UI.dll, Namespace=WFMSG.Adapter.Twilio.Historical.UI, Type=TwilioUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Twilio.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Twilio.RealTime.Collection, Type=TwilioAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Twilio.RealTime.UI.dll, Namespace=WFMSG.Adapter.Twilio.RealTime.UI, Type=TwilioAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 52,\n            \"name\": \"Webex\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"webex.jpg\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Webex.Historical.Collection.dll, Namespace=WFMSG.Adapter.Webex.Historical.Collection, Type=Webex\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Webex.Historical.UI.dll, Namespace=WFMSG.Adapter.Webex.Historical.UI, Type=WebexUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Webex.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Webex.RealTime.Collection, Type=WebexAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Webex.RealTime.UI.dll, Namespace=WFMSG.Adapter.Webex.RealTime.UI, Type=WebexAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 2,\n            \"name\": \"Zeacom\",\n            \"version\": \"1\",\n            \"logo_url\": \"zeacom.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.ZeaComm.Historical.Collection.dll, Namespace=WFMSG.Adapter.ZeaComm.Historical.Collection, Type=ZeaComm\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.ZeaComm.Historical.UI.dll, Namespace=WFMSG.Adapter.ZeaComm.Historical.UI, Type=ZeaComm\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.ZeaCom.RealTime.Collection.dll, Namespace=WFMSG.Adapter.ZeaCom.RealTime.Collection, Type=ZeaCom\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.ZeaCom.RealTime.UI.dll, Namespace=WFMSG.Adapter.ZeaCom.RealTime.UI, Type=ZeaComUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": false,\n            \"SupportsCollectionPointImport\": false,\n            \"SupportsCustomQuery\": false\n        },\n        {\n            \"sa_acd_id\": 51,\n            \"name\": \"Zoom\",\n            \"version\": \"1.0\",\n            \"logo_url\": \"zoomlogo.png\",\n            \"class_collector\": \"Assembly=WFMSG.Adapter.Zoom.Historical.Collection.dll, Namespace=WFMSG.Adapter.Zoom.Historical.Collection, Type=Zoom\",\n            \"class_UI\": \"Assembly=WFMSG.Adapter.Zoom.Historical.UI.dll, Namespace=WFMSG.Adapter.Zoom.Historical.UI, Type=ZoomUI\",\n            \"native_adherence_supported\": true,\n            \"rta_collector_class\": \"Assembly=WFMSG.Adapter.Zoom.RealTime.Collection.dll, Namespace=WFMSG.Adapter.Zoom.RealTime.Collection, Type=ZoomAdapter\",\n            \"rta_ui_class\": \"Assembly=WFMSG.Adapter.Zoom.RealTime.UI.dll, Namespace=WFMSG.Adapter.Zoom.RealTime.UI, Type=ZoomAdapterUI\",\n            \"Visible\": true,\n            \"SupportsAgentImport\": true,\n            \"SupportsCollectionPointImport\": true,\n            \"SupportsCustomQuery\": false\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"87c3a79b-c58c-4b3b-b4dd-9412b419ddb6"},{"name":"DayList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"705d375c-a450-4582-b590-0641b92e635b"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"ce0a611e-a4b0-4547-93b0-509ef1c20902"}}],"id":"e1052051-ad34-46df-a21a-38d492af3699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"75511953-a328-43dd-a199-1aeb77b314bb"}],"url":"{{envName}}/api/DayList?agentId=278&ignoreFirstDayOfWorkWeekSetting=False","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","DayList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: ID of agent whose information you want.</p>\n","type":"text/plain"},"key":"agentId","value":"278"},{"description":{"content":"<p>REQUIRED: This True/False parameter defines if the day IDs should be shifted according to the specific agent's configured first day of the work week.</p>\n","type":"text/plain"},"key":"ignoreFirstDayOfWorkWeekSetting","value":"False"}],"variable":[]}},"response":[{"id":"cc538b39-2172-4c0a-96d9-d5c3244090fb","name":"Day List","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/DayList?agentId=278&ignoreFirstDayOfWorkWeekSetting=False","host":["{{envName}}"],"path":["api","DayList"],"query":[{"key":"agentId","value":"278","description":"REQUIRED: ID of agent whose information you want."},{"key":"ignoreFirstDayOfWorkWeekSetting","value":"False","description":"REQUIRED: This True/False parameter defines if the day IDs should be shifted according to the specific agent's configured first day of the work week."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPuADFWRJt82EXHbedfDvE6k="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:16:03 GMT"},{"key":"Content-Length","value":"734"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"sa_day_id\": 1,\n            \"day_abbrev\": \"Mon\",\n            \"day_name\": \"Monday\",\n            \"day_init\": \"M\",\n            \"display_ordinal\": 1\n        },\n        {\n            \"sa_day_id\": 2,\n            \"day_abbrev\": \"Tue\",\n            \"day_name\": \"Tuesday\",\n            \"day_init\": \"T\",\n            \"display_ordinal\": 2\n        },\n        {\n            \"sa_day_id\": 3,\n            \"day_abbrev\": \"Wed\",\n            \"day_name\": \"Wednesday\",\n            \"day_init\": \"W\",\n            \"display_ordinal\": 3\n        },\n        {\n            \"sa_day_id\": 4,\n            \"day_abbrev\": \"Thu\",\n            \"day_name\": \"Thursday\",\n            \"day_init\": \"R\",\n            \"display_ordinal\": 4\n        },\n        {\n            \"sa_day_id\": 5,\n            \"day_abbrev\": \"Fri\",\n            \"day_name\": \"Friday\",\n            \"day_init\": \"F\",\n            \"display_ordinal\": 5\n        },\n        {\n            \"sa_day_id\": 6,\n            \"day_abbrev\": \"Sat\",\n            \"day_name\": \"Saturday\",\n            \"day_init\": \"S\",\n            \"display_ordinal\": 6\n        },\n        {\n            \"sa_day_id\": 7,\n            \"day_abbrev\": \"Sun\",\n            \"day_name\": \"Sunday\",\n            \"day_init\": \"U\",\n            \"display_ordinal\": 7\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"e1052051-ad34-46df-a21a-38d492af3699"},{"name":"EmployeeClassification","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"7e737ca9-31f0-4a4d-bd8f-7b8afd555a11"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"ace68024-48e8-49cd-b13f-46b321de311b"}}],"id":"031575dc-01c1-4b55-8429-cf4663d82ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"4e8e3cdc-5954-4375-9bbe-061fdbb77328"}],"url":"{{envName}}/api/EmployeeClassification/","description":"<p>This can help provide a list of employee classifications and their internal ID, which may be needed in various other endpoints.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","EmployeeClassification",""],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"dc6bf617-57ba-40c7-9d43-44e4020d086d","name":"Employee Classification","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/EmployeeClassification/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPt9RXjwWy6uIR6VLu4BrY4Q="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:23:15 GMT"},{"key":"Content-Length","value":"327"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"Id\": 1,\n            \"Name\": \"Full Time\",\n            \"Description\": null,\n            \"ParentClassificationId\": null\n        },\n        {\n            \"Id\": 2,\n            \"Name\": \"Part Time\",\n            \"Description\": null,\n            \"ParentClassificationId\": null\n        },\n        {\n            \"Id\": 3,\n            \"Name\": \"Temp Hire\",\n            \"Description\": null,\n            \"ParentClassificationId\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"031575dc-01c1-4b55-8429-cf4663d82ac3"},{"name":"EmployeeClassification","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"762c8cc2-c176-4cb6-9ca6-4e8fb1c87c65"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"23d4f14e-2388-424a-964f-341faf907f05"}}],"id":"29cdb02d-223d-4274-94a5-2e625bf37a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"81867db9-a122-4922-9dc7-7227781e2755"}],"url":"{{envName}}/api/EmployeeClassification","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","EmployeeClassification"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29cdb02d-223d-4274-94a5-2e625bf37a7e"},{"name":"ExcelAccrualBalanceImport","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"762c8cc2-c176-4cb6-9ca6-4e8fb1c87c65"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"23d4f14e-2388-424a-964f-341faf907f05"}}],"id":"91a5c153-d487-4172-bada-6a5b9a0325b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"81867db9-a122-4922-9dc7-7227781e2755"}],"url":"{{envName}}/api/EmployeeClassification","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","EmployeeClassification"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"91a5c153-d487-4172-bada-6a5b9a0325b2"},{"name":"NotificationChannelList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"d118ef2b-01dc-44a7-8b2b-787f58f7e172"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"335c6bb8-a2fe-4783-b5d2-8c61ffcdb9ca"}}],"id":"8c471e27-02d4-479c-972b-66f0c90bf423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"38d8ec05-272f-44f3-bb02-567628e5960c"}],"url":"{{envName}}/api/NotificationChannelList?onlyEnabledChannels=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","NotificationChannelList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Determines if the list of notification channels should be restricted to those currently set to enabled or not enabled. Expects a boolean value of true/false or a blank/null to see all channels unfiltered.</p>\n","type":"text/plain"},"key":"onlyEnabledChannels","value":""}],"variable":[]}},"response":[{"id":"ad24d0b4-6cfd-409f-83d1-f73c42cbf9d7","name":"Notification Channel List - Enabled Channels","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/NotificationChannelList?onlyEnabledChannels=TRUE","host":["{{envName}}"],"path":["api","NotificationChannelList"],"query":[{"key":"onlyEnabledChannels","value":"TRUE","description":"REQUIRED: Determines if the list of notification channels should be restricted to those currently set to enabled or not enabled. Expects a boolean value of true/false or a blank/null to see all channels unfiltered."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPi5zYFA1duZFRXPtySLWmZk="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:33:56 GMT"},{"key":"Content-Length","value":"4118"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"NotificationChannelId\": 1,\n            \"ChannelName\": \"Pop-Up Reminders Window\",\n            \"ChannelDescription\": \"Places a notification in the agent's pop-up reminder window.\",\n            \"Icon\": \"~/Images/metro/64x64/bell.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/bell.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": false,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/PopupReminderMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 2,\n            \"ChannelName\": \"Internal Memos\",\n            \"ChannelDescription\": \"Notifies the recipient of the event via internal memo system.\",\n            \"Icon\": \"~/Images/metro/64x64/Note-Memo-01.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mail2.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": false,\n            \"UserControlPath\": \"\",\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/MemoMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 3,\n            \"ChannelName\": \"SMS / Text Messaging\",\n            \"ChannelDescription\": \"Notify recipient of the event via text message.\",\n            \"Icon\": \"~/Images/metro/64x64/Messages.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mobilephone3.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": \"~/UI/Controls/Channels/AgentPhoneContactList.ascx\",\n            \"ConfigurationPagePath\": \"~/UI/Channels/SMSConfig.aspx\",\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/SMSMessageConfigure.ascx\",\n            \"MaxTextLength\": 320,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": \"~/UI/Channels/SMSGatewayConfigure.aspx\"\n        },\n        {\n            \"NotificationChannelId\": 4,\n            \"ChannelName\": \"External Email Gateway\",\n            \"ChannelDescription\": \"Send the recipient an email to one or more configured addresses.\",\n            \"Icon\": \"~/Images/metro/64x64/Mail.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mail_earth.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": \"~/UI/Controls/Channels/AgentExternalEmailList.ascx\",\n            \"ConfigurationPagePath\": \"~/UI/Channels/EmailConfig.aspx\",\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/EmailMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": \"~/UI/Channels/EmailGatewayConfigure.aspx\"\n        },\n        {\n            \"NotificationChannelId\": 6,\n            \"ChannelName\": \"Community Everywhere Mobile Feed\",\n            \"ChannelDescription\": \"Send interactive notifications via native Android and iOS mobile applications.\",\n            \"Icon\": \"~/Images/metro/64x64/mobile-phone.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mobilephone3.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/MobileMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 7,\n            \"ChannelName\": \"Mobile Push\",\n            \"ChannelDescription\": \"Notify recipient of the event via a push message to the Community Everywhere mobile app.\",\n            \"Icon\": \"~/Images/metro/64x64/Push.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/PushSmall.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": false,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/PushMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 8,\n            \"ChannelName\": \"Microsoft Teams\",\n            \"ChannelDescription\": \"Send interactive notifications via Microsoft Teams\",\n            \"Icon\": \"~/Images/Icons/g/64/teams64x64.png\",\n            \"SmallIcon\": \"~/Images/Icons/g/16/teams16x16.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/TeamsMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 9,\n            \"ChannelName\": \"Slack\",\n            \"ChannelDescription\": \"Send interactive notifications via Slack\",\n            \"Icon\": \"~/Images/Icons/g/64/slack64x64.png\",\n            \"SmallIcon\": \"~/Images/Icons/g/16/slack16x16.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/SlackMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"ea3d683b-da02-41a7-b034-cec644dee2c2","name":"Notification Channel List - Disabled Channels","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/NotificationChannelList?onlyEnabledChannels=FALSE","host":["{{envName}}"],"path":["api","NotificationChannelList"],"query":[{"key":"onlyEnabledChannels","value":"FALSE","description":"REQUIRED: Determines if the list of notification channels should be restricted to those currently set to enabled or not enabled. Expects a boolean value of true/false or a blank/null to see all channels unfiltered."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrrS+Uu4KxjJQ/X57Hn72Rs="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:33:20 GMT"},{"key":"Content-Length","value":"540"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"NotificationChannelId\": 10,\n            \"ChannelName\": \"WebEx\",\n            \"ChannelDescription\": \"Send interactive notifications via Webex\",\n            \"Icon\": \"~/Images/Icons/g/64/webex64x64.png\",\n            \"SmallIcon\": \"~/Images/Icons/g/16/webex16x16.png\",\n            \"IsEnabled\": false,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/WebexMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"571eeaba-2a15-42f7-b390-59898796754d","name":"Notification Channel List - All","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/NotificationChannelList?onlyEnabledChannels=","host":["{{envName}}"],"path":["api","NotificationChannelList"],"query":[{"key":"onlyEnabledChannels","value":"","description":"REQUIRED: Determines if the list of notification channels should be restricted to those currently set to enabled or not enabled. Expects a boolean value of true/false or a blank/null to see all channels unfiltered."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPv4pS6j6DsG2622QyoUrUGc="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:34:28 GMT"},{"key":"Content-Length","value":"4562"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"NotificationChannelId\": 1,\n            \"ChannelName\": \"Pop-Up Reminders Window\",\n            \"ChannelDescription\": \"Places a notification in the agent's pop-up reminder window.\",\n            \"Icon\": \"~/Images/metro/64x64/bell.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/bell.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": false,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/PopupReminderMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 2,\n            \"ChannelName\": \"Internal Memos\",\n            \"ChannelDescription\": \"Notifies the recipient of the event via internal memo system.\",\n            \"Icon\": \"~/Images/metro/64x64/Note-Memo-01.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mail2.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": false,\n            \"UserControlPath\": \"\",\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/MemoMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 3,\n            \"ChannelName\": \"SMS / Text Messaging\",\n            \"ChannelDescription\": \"Notify recipient of the event via text message.\",\n            \"Icon\": \"~/Images/metro/64x64/Messages.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mobilephone3.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": \"~/UI/Controls/Channels/AgentPhoneContactList.ascx\",\n            \"ConfigurationPagePath\": \"~/UI/Channels/SMSConfig.aspx\",\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/SMSMessageConfigure.ascx\",\n            \"MaxTextLength\": 320,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": \"~/UI/Channels/SMSGatewayConfigure.aspx\"\n        },\n        {\n            \"NotificationChannelId\": 4,\n            \"ChannelName\": \"External Email Gateway\",\n            \"ChannelDescription\": \"Send the recipient an email to one or more configured addresses.\",\n            \"Icon\": \"~/Images/metro/64x64/Mail.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mail_earth.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": \"~/UI/Controls/Channels/AgentExternalEmailList.ascx\",\n            \"ConfigurationPagePath\": \"~/UI/Channels/EmailConfig.aspx\",\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/EmailMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": \"~/UI/Channels/EmailGatewayConfigure.aspx\"\n        },\n        {\n            \"NotificationChannelId\": 6,\n            \"ChannelName\": \"Community Everywhere Mobile Feed\",\n            \"ChannelDescription\": \"Send interactive notifications via native Android and iOS mobile applications.\",\n            \"Icon\": \"~/Images/metro/64x64/mobile-phone.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/mobilephone3.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/MobileMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 7,\n            \"ChannelName\": \"Mobile Push\",\n            \"ChannelDescription\": \"Notify recipient of the event via a push message to the Community Everywhere mobile app.\",\n            \"Icon\": \"~/Images/metro/64x64/Push.png\",\n            \"SmallIcon\": \"~/Images/Icons/16x16/PushSmall.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": false,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/PushMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 8,\n            \"ChannelName\": \"Microsoft Teams\",\n            \"ChannelDescription\": \"Send interactive notifications via Microsoft Teams\",\n            \"Icon\": \"~/Images/Icons/g/64/teams64x64.png\",\n            \"SmallIcon\": \"~/Images/Icons/g/16/teams16x16.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/TeamsMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 9,\n            \"ChannelName\": \"Slack\",\n            \"ChannelDescription\": \"Send interactive notifications via Slack\",\n            \"Icon\": \"~/Images/Icons/g/64/slack64x64.png\",\n            \"SmallIcon\": \"~/Images/Icons/g/16/slack16x16.png\",\n            \"IsEnabled\": true,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/SlackMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        },\n        {\n            \"NotificationChannelId\": 10,\n            \"ChannelName\": \"WebEx\",\n            \"ChannelDescription\": \"Send interactive notifications via Webex\",\n            \"Icon\": \"~/Images/Icons/g/64/webex64x64.png\",\n            \"SmallIcon\": \"~/Images/Icons/g/16/webex16x16.png\",\n            \"IsEnabled\": false,\n            \"IsExternal\": true,\n            \"UserControlPath\": null,\n            \"ConfigurationPagePath\": null,\n            \"ConfigurationControlPath\": \"~/UI/Controls/Channels/WebexMessageConfigure.ascx\",\n            \"MaxTextLength\": null,\n            \"IsLicensed\": true,\n            \"GlobalConfigurationURL\": null\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"8c471e27-02d4-479c-972b-66f0c90bf423"},{"name":"NotificationEvent","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"a62fd649-fb13-4882-a17b-fc2986d369c2"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"c2acc813-7b02-477f-8d40-980322168224"}}],"id":"b4585732-c8b4-41f8-bbf4-0ee4644e2c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"f2b1af81-348a-47cd-a414-2d117209e49b"}],"url":"{{envName}}/api/NotificationEvent?sourceCulture=en","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","NotificationEvent"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null.</p>\n","type":"text/plain"},"key":"sourceCulture","value":"en"}],"variable":[]}},"response":[{"id":"6138af29-31c1-4eb9-9927-ad6c9a30e748","name":"Notification Event","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":{"raw":"{{envName}}/api/NotificationEvent?sourceCulture=","host":["{{envName}}"],"path":["api","NotificationEvent"],"query":[{"key":"sourceCulture","value":"","description":"REQUIRED: This parameter defines the localizations settings to use. Use en or leave blank/null."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPrIGA1uIVZ3aq2NnRkILnj4="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Thu, 28 Mar 2024 20:35:50 GMT"},{"key":"Content-Length","value":"12792"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"SeqNo\": 1,\n            \"ParentId\": null,\n            \"ActionFlagId\": 100,\n            \"SoftwareComponentId\": 1,\n            \"Name\": \"Schedule Bidding\"\n        },\n        {\n            \"SeqNo\": 21,\n            \"ParentId\": 1,\n            \"ActionFlagId\": 1,\n            \"SoftwareComponentId\": 1,\n            \"Name\": \"Advance to Preview\"\n        },\n        {\n            \"SeqNo\": 22,\n            \"ParentId\": 1,\n            \"ActionFlagId\": 2,\n            \"SoftwareComponentId\": 1,\n            \"Name\": \"Rescind Preview\"\n        },\n        {\n            \"SeqNo\": 23,\n            \"ParentId\": 1,\n            \"ActionFlagId\": 3,\n            \"SoftwareComponentId\": 1,\n            \"Name\": \"Advance to Open\"\n        },\n        {\n            \"SeqNo\": 24,\n            \"ParentId\": 1,\n            \"ActionFlagId\": 4,\n            \"SoftwareComponentId\": 1,\n            \"Name\": \"Advance to Close\"\n        },\n        {\n            \"SeqNo\": 25,\n            \"ParentId\": 1,\n            \"ActionFlagId\": 5,\n            \"SoftwareComponentId\": 1,\n            \"Name\": \"Bid Reopened\"\n        },\n        {\n            \"SeqNo\": 26,\n            \"ParentId\": 1,\n            \"ActionFlagId\": 6,\n            \"SoftwareComponentId\": 1,\n            \"Name\": \"Bid Finished\"\n        },\n        {\n            \"SeqNo\": 2,\n            \"ParentId\": null,\n            \"ActionFlagId\": 200,\n            \"SoftwareComponentId\": 2,\n            \"Name\": \"Recover Off-Phone Intervals\"\n        },\n        {\n            \"SeqNo\": 27,\n            \"ParentId\": 2,\n            \"ActionFlagId\": 7,\n            \"SoftwareComponentId\": 2,\n            \"Name\": \"Schedule Adjustment Plan Open for Agent Feedback (Recover Off Phone Intervals)\"\n        },\n        {\n            \"SeqNo\": 28,\n            \"ParentId\": 2,\n            \"ActionFlagId\": 8,\n            \"SoftwareComponentId\": 2,\n            \"Name\": \"Schedule Adjustment Plan Rescinded  (Recover Off Phone Intervals)\"\n        },\n        {\n            \"SeqNo\": 29,\n            \"ParentId\": 2,\n            \"ActionFlagId\": 9,\n            \"SoftwareComponentId\": 2,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully  (Recover Off Phone Intervals)\"\n        },\n        {\n            \"SeqNo\": 30,\n            \"ParentId\": 2,\n            \"ActionFlagId\": 10,\n            \"SoftwareComponentId\": 2,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed  (Recover Off Phone Intervals)\"\n        },\n        {\n            \"SeqNo\": 3,\n            \"ParentId\": null,\n            \"ActionFlagId\": 300,\n            \"SoftwareComponentId\": 3,\n            \"Name\": \"Overtime Extend Shifts\"\n        },\n        {\n            \"SeqNo\": 31,\n            \"ParentId\": 3,\n            \"ActionFlagId\": 22,\n            \"SoftwareComponentId\": 3,\n            \"Name\": \"Schedule Adjustment Plan Open for Agent Feedback (Extend Shifts)\"\n        },\n        {\n            \"SeqNo\": 32,\n            \"ParentId\": 3,\n            \"ActionFlagId\": 23,\n            \"SoftwareComponentId\": 3,\n            \"Name\": \"Schedule Adjustment Plan Rescinded (Extend Shifts)\"\n        },\n        {\n            \"SeqNo\": 33,\n            \"ParentId\": 3,\n            \"ActionFlagId\": 24,\n            \"SoftwareComponentId\": 3,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully (Extend Shifts)\"\n        },\n        {\n            \"SeqNo\": 34,\n            \"ParentId\": 3,\n            \"ActionFlagId\": 25,\n            \"SoftwareComponentId\": 3,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed (Extend Shifts)\"\n        },\n        {\n            \"SeqNo\": 4,\n            \"ParentId\": null,\n            \"ActionFlagId\": 400,\n            \"SoftwareComponentId\": 4,\n            \"Name\": \"Multi-Delete Schedule Events\"\n        },\n        {\n            \"SeqNo\": 35,\n            \"ParentId\": 4,\n            \"ActionFlagId\": 26,\n            \"SoftwareComponentId\": 4,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully (Multi-Delete Events)\"\n        },\n        {\n            \"SeqNo\": 36,\n            \"ParentId\": 4,\n            \"ActionFlagId\": 27,\n            \"SoftwareComponentId\": 4,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed (Multi-Delete Events)\"\n        },\n        {\n            \"SeqNo\": 5,\n            \"ParentId\": null,\n            \"ActionFlagId\": 500,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment - Participant Feedback\"\n        },\n        {\n            \"SeqNo\": 37,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 11,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Accepted Success\"\n        },\n        {\n            \"SeqNo\": 38,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 12,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Accepted Error - Exceeds Maximum\"\n        },\n        {\n            \"SeqNo\": 39,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 13,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Accepted Error - Plan Not Accepting Responses\"\n        },\n        {\n            \"SeqNo\": 40,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 14,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Accepted Error - Plan Time Closed\"\n        },\n        {\n            \"SeqNo\": 41,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 15,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Accepted Error - Participant Status\"\n        },\n        {\n            \"SeqNo\": 42,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 16,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Declined Success\"\n        },\n        {\n            \"SeqNo\": 43,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 17,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Declined Error - Plan Not Accepting Responses\"\n        },\n        {\n            \"SeqNo\": 44,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 18,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Declined Error - Plan Time Closed\"\n        },\n        {\n            \"SeqNo\": 45,\n            \"ParentId\": 5,\n            \"ActionFlagId\": 19,\n            \"SoftwareComponentId\": 5,\n            \"Name\": \"Schedule Adjustment Participant Declined Error - Participant Status\"\n        },\n        {\n            \"SeqNo\": 6,\n            \"ParentId\": null,\n            \"ActionFlagId\": 600,\n            \"SoftwareComponentId\": 6,\n            \"Name\": \"Schedule Adjustment - Participant Execution Results\"\n        },\n        {\n            \"SeqNo\": 46,\n            \"ParentId\": 6,\n            \"ActionFlagId\": 20,\n            \"SoftwareComponentId\": 6,\n            \"Name\": \"Schedule Adjustment Participant - Executed Successfully\"\n        },\n        {\n            \"SeqNo\": 47,\n            \"ParentId\": 6,\n            \"ActionFlagId\": 21,\n            \"SoftwareComponentId\": 6,\n            \"Name\": \"Schedule Adjustment Participant - Execution Failed\"\n        },\n        {\n            \"SeqNo\": 7,\n            \"ParentId\": null,\n            \"ActionFlagId\": 700,\n            \"SoftwareComponentId\": 7,\n            \"Name\": \"Overtime - Create New Shifts\"\n        },\n        {\n            \"SeqNo\": 48,\n            \"ParentId\": 7,\n            \"ActionFlagId\": 28,\n            \"SoftwareComponentId\": 7,\n            \"Name\": \"Schedule Adjustment Plan Open for Agent Feedback (Create Overtime Shifts)\"\n        },\n        {\n            \"SeqNo\": 49,\n            \"ParentId\": 7,\n            \"ActionFlagId\": 29,\n            \"SoftwareComponentId\": 7,\n            \"Name\": \"Schedule Adjustment Plan Rescinded (Create Overtime Shifts)\"\n        },\n        {\n            \"SeqNo\": 50,\n            \"ParentId\": 7,\n            \"ActionFlagId\": 30,\n            \"SoftwareComponentId\": 7,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully (Create Overtime Shifts)\"\n        },\n        {\n            \"SeqNo\": 51,\n            \"ParentId\": 7,\n            \"ActionFlagId\": 31,\n            \"SoftwareComponentId\": 7,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed (Create Overtime Shifts)\"\n        },\n        {\n            \"SeqNo\": 8,\n            \"ParentId\": null,\n            \"ActionFlagId\": 800,\n            \"SoftwareComponentId\": 8,\n            \"Name\": \"VTO - Shrink Shifts\"\n        },\n        {\n            \"SeqNo\": 52,\n            \"ParentId\": 8,\n            \"ActionFlagId\": 32,\n            \"SoftwareComponentId\": 8,\n            \"Name\": \"Schedule Adjustment Plan Open for Agent Feedback (Shrink Shifts via VTO)\"\n        },\n        {\n            \"SeqNo\": 53,\n            \"ParentId\": 8,\n            \"ActionFlagId\": 33,\n            \"SoftwareComponentId\": 8,\n            \"Name\": \"Schedule Adjustment Plan Rescinded (Shrink Shifts)\"\n        },\n        {\n            \"SeqNo\": 54,\n            \"ParentId\": 8,\n            \"ActionFlagId\": 34,\n            \"SoftwareComponentId\": 8,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully (Shrink Shifts)\"\n        },\n        {\n            \"SeqNo\": 55,\n            \"ParentId\": 8,\n            \"ActionFlagId\": 35,\n            \"SoftwareComponentId\": 8,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed (Shrink Shifts)\"\n        },\n        {\n            \"SeqNo\": 9,\n            \"ParentId\": null,\n            \"ActionFlagId\": 900,\n            \"SoftwareComponentId\": 9,\n            \"Name\": \"Reoptimize Off-Phone Periods\"\n        },\n        {\n            \"SeqNo\": 56,\n            \"ParentId\": 9,\n            \"ActionFlagId\": 36,\n            \"SoftwareComponentId\": 9,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully (Reoptimize Off Phone Periods)\"\n        },\n        {\n            \"SeqNo\": 57,\n            \"ParentId\": 9,\n            \"ActionFlagId\": 37,\n            \"SoftwareComponentId\": 9,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed (Reoptimize Off Phone Periods)\"\n        },\n        {\n            \"SeqNo\": 10,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1000,\n            \"SoftwareComponentId\": 10,\n            \"Name\": \"Multi-Edit Schedule Events\"\n        },\n        {\n            \"SeqNo\": 58,\n            \"ParentId\": 10,\n            \"ActionFlagId\": 38,\n            \"SoftwareComponentId\": 10,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully (Multi-Edit Events)\"\n        },\n        {\n            \"SeqNo\": 59,\n            \"ParentId\": 10,\n            \"ActionFlagId\": 39,\n            \"SoftwareComponentId\": 10,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed (Multi-Edit Events)\"\n        },\n        {\n            \"SeqNo\": 11,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1100,\n            \"SoftwareComponentId\": 11,\n            \"Name\": \"Meeting Scheduled\"\n        },\n        {\n            \"SeqNo\": 60,\n            \"ParentId\": 11,\n            \"ActionFlagId\": 40,\n            \"SoftwareComponentId\": 11,\n            \"Name\": \"Schedule Adjustment Plan Executed Successfully (Meeting Planner)\"\n        },\n        {\n            \"SeqNo\": 61,\n            \"ParentId\": 11,\n            \"ActionFlagId\": 41,\n            \"SoftwareComponentId\": 11,\n            \"Name\": \"Schedule Adjustment Plan Execution Failed (Meeting Planner) \"\n        },\n        {\n            \"SeqNo\": 12,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1200,\n            \"SoftwareComponentId\": 12,\n            \"Name\": \"Create off-phone intervals\"\n        },\n        {\n            \"SeqNo\": 13,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1300,\n            \"SoftwareComponentId\": 13,\n            \"Name\": \"Ad-hoc messaging\"\n        },\n        {\n            \"SeqNo\": 62,\n            \"ParentId\": 13,\n            \"ActionFlagId\": 42,\n            \"SoftwareComponentId\": 13,\n            \"Name\": \"Ad-hoc messaging\"\n        },\n        {\n            \"SeqNo\": 63,\n            \"ParentId\": 13,\n            \"ActionFlagId\": 47,\n            \"SoftwareComponentId\": 13,\n            \"Name\": \"Agent ad hoc messaging\"\n        },\n        {\n            \"SeqNo\": 14,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1400,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Published Schedule Edit\"\n        },\n        {\n            \"SeqNo\": 64,\n            \"ParentId\": 14,\n            \"ActionFlagId\": 43,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Published Schedule Event Add\"\n        },\n        {\n            \"SeqNo\": 65,\n            \"ParentId\": 14,\n            \"ActionFlagId\": 44,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Published Schedule Event Delete\"\n        },\n        {\n            \"SeqNo\": 66,\n            \"ParentId\": 14,\n            \"ActionFlagId\": 45,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Published Schedule Event Edit\"\n        },\n        {\n            \"SeqNo\": 67,\n            \"ParentId\": 14,\n            \"ActionFlagId\": 46,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Published Schedule Event Status Change\"\n        },\n        {\n            \"SeqNo\": 68,\n            \"ParentId\": 14,\n            \"ActionFlagId\": 49,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Auto-Approve Notification\"\n        },\n        {\n            \"SeqNo\": 69,\n            \"ParentId\": 14,\n            \"ActionFlagId\": 80,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Time Off Request Waitlist Availability\"\n        },\n        {\n            \"SeqNo\": 70,\n            \"ParentId\": 14,\n            \"ActionFlagId\": 98,\n            \"SoftwareComponentId\": 14,\n            \"Name\": \"Self Service Request\"\n        },\n        {\n            \"SeqNo\": 15,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1500,\n            \"SoftwareComponentId\": 15,\n            \"Name\": \"Published Accrual Calendar\"\n        },\n        {\n            \"SeqNo\": 71,\n            \"ParentId\": 15,\n            \"ActionFlagId\": 48,\n            \"SoftwareComponentId\": 15,\n            \"Name\": \"PTO Accrual Calendar Published\"\n        },\n        {\n            \"SeqNo\": 72,\n            \"ParentId\": 15,\n            \"ActionFlagId\": 71,\n            \"SoftwareComponentId\": 15,\n            \"Name\": \"PTO Accrual Calendar Interval Adjustment\"\n        },\n        {\n            \"SeqNo\": 16,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1600,\n            \"SoftwareComponentId\": 16,\n            \"Name\": \"PTO Calendar Partition\"\n        },\n        {\n            \"SeqNo\": 73,\n            \"ParentId\": 16,\n            \"ActionFlagId\": 50,\n            \"SoftwareComponentId\": 16,\n            \"Name\": \"PTO Calendar Partition Open for Selection\"\n        },\n        {\n            \"SeqNo\": 74,\n            \"ParentId\": 16,\n            \"ActionFlagId\": 51,\n            \"SoftwareComponentId\": 16,\n            \"Name\": \"PTO Calendar Partition Closed for Selection\"\n        },\n        {\n            \"SeqNo\": 75,\n            \"ParentId\": 16,\n            \"ActionFlagId\": 65,\n            \"SoftwareComponentId\": 16,\n            \"Name\": \"PTO Calendar Partition Participant Added by Supervisor\"\n        },\n        {\n            \"SeqNo\": 76,\n            \"ParentId\": 16,\n            \"ActionFlagId\": 66,\n            \"SoftwareComponentId\": 16,\n            \"Name\": \"PTO Calendar Partition Participant Removed by Supervisor\"\n        },\n        {\n            \"SeqNo\": 77,\n            \"ParentId\": 16,\n            \"ActionFlagId\": 69,\n            \"SoftwareComponentId\": 16,\n            \"Name\": \"PTO Calendar Partition Open Selection Opened\"\n        },\n        {\n            \"SeqNo\": 17,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1700,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round\"\n        },\n        {\n            \"SeqNo\": 78,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 52,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Open for Preview\"\n        },\n        {\n            \"SeqNo\": 79,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 53,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Open for Selection\"\n        },\n        {\n            \"SeqNo\": 80,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 54,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Closed for Selection\"\n        },\n        {\n            \"SeqNo\": 81,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 56,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Committed by Participant\"\n        },\n        {\n            \"SeqNo\": 82,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 57,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Un-Committed by Participant\"\n        },\n        {\n            \"SeqNo\": 83,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 58,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Published to Schedules\"\n        },\n        {\n            \"SeqNo\": 84,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 59,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Committed by Supervisor\"\n        },\n        {\n            \"SeqNo\": 85,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 60,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Block Added by Supervisor\"\n        },\n        {\n            \"SeqNo\": 86,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 61,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Manually Validated by Supervisor\"\n        },\n        {\n            \"SeqNo\": 87,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 62,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Exception Added by Supervisor\"\n        },\n        {\n            \"SeqNo\": 88,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 63,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Supervisor Override Validation\"\n        },\n        {\n            \"SeqNo\": 89,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 64,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Exception Updated by Supervisor\"\n        },\n        {\n            \"SeqNo\": 90,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 67,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Standby Event Added by Supervisor\"\n        },\n        {\n            \"SeqNo\": 91,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 68,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Standby Event Removed by Supervisor\"\n        },\n        {\n            \"SeqNo\": 92,\n            \"ParentId\": 17,\n            \"ActionFlagId\": 70,\n            \"SoftwareComponentId\": 17,\n            \"Name\": \"PTO Calendar Partition Bid Round Status Updated\"\n        },\n        {\n            \"SeqNo\": 18,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1800,\n            \"SoftwareComponentId\": 18,\n            \"Name\": \"Time off request\"\n        },\n        {\n            \"SeqNo\": 93,\n            \"ParentId\": 18,\n            \"ActionFlagId\": 90,\n            \"SoftwareComponentId\": 18,\n            \"Name\": \"Time off requested\"\n        },\n        {\n            \"SeqNo\": 94,\n            \"ParentId\": 18,\n            \"ActionFlagId\": 91,\n            \"SoftwareComponentId\": 18,\n            \"Name\": \"Time off request status change\"\n        },\n        {\n            \"SeqNo\": 95,\n            \"ParentId\": 18,\n            \"ActionFlagId\": 92,\n            \"SoftwareComponentId\": 18,\n            \"Name\": \"Time off request updated\"\n        },\n        {\n            \"SeqNo\": 96,\n            \"ParentId\": 18,\n            \"ActionFlagId\": 93,\n            \"SoftwareComponentId\": 18,\n            \"Name\": \"Time off created\"\n        },\n        {\n            \"SeqNo\": 97,\n            \"ParentId\": 18,\n            \"ActionFlagId\": 99,\n            \"SoftwareComponentId\": 18,\n            \"Name\": \"Multi-day time off request delete\"\n        },\n        {\n            \"SeqNo\": 98,\n            \"ParentId\": 18,\n            \"ActionFlagId\": 100,\n            \"SoftwareComponentId\": 18,\n            \"Name\": \"Single day time off request delete\"\n        },\n        {\n            \"SeqNo\": 19,\n            \"ParentId\": null,\n            \"ActionFlagId\": 1900,\n            \"SoftwareComponentId\": 19,\n            \"Name\": \"Data Subject Rights\"\n        },\n        {\n            \"SeqNo\": 99,\n            \"ParentId\": 19,\n            \"ActionFlagId\": 94,\n            \"SoftwareComponentId\": 19,\n            \"Name\": \"Data Subject Rights Request Submitted\"\n        },\n        {\n            \"SeqNo\": 100,\n            \"ParentId\": 19,\n            \"ActionFlagId\": 95,\n            \"SoftwareComponentId\": 19,\n            \"Name\": \"Data Subject Rights Request Completed\"\n        },\n        {\n            \"SeqNo\": 101,\n            \"ParentId\": 19,\n            \"ActionFlagId\": 96,\n            \"SoftwareComponentId\": 19,\n            \"Name\": \"Data Subject Rights Request Denied\"\n        },\n        {\n            \"SeqNo\": 102,\n            \"ParentId\": 19,\n            \"ActionFlagId\": 97,\n            \"SoftwareComponentId\": 19,\n            \"Name\": \"Data Subject Rights Request Pending\"\n        },\n        {\n            \"SeqNo\": 20,\n            \"ParentId\": null,\n            \"ActionFlagId\": 2000,\n            \"SoftwareComponentId\": 20,\n            \"Name\": \"Agent Self-Service Request\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"b4585732-c8b4-41f8-bbf4-0ee4644e2c1c"},{"name":"ScheduleTaskStatusList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"8e88c564-b2ca-44e9-98e4-dbdb180bdce3"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1116499a-91e3-4931-9f4e-d101626be522"}}],"id":"55940757-62ce-4b89-bae9-53f9b7e8c70f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"45a73056-405b-4e61-a755-13f5cb7f05b0"}],"url":"{{envName}}/api/ScheduleTaskStatusList?scheduleId=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","ScheduleTaskStatusList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these), or leave blank to use the published schedule. </p>\n","type":"text/plain"},"key":"scheduleId","value":""}],"variable":[]}},"response":[{"id":"2e8495f6-0fe3-4e48-bef3-026a8f635dd8","name":"ScheduleTaskStatusList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/ScheduleTaskStatusList?scheduleId=","host":["{{envName}}"],"path":["api","ScheduleTaskStatusList"],"query":[{"key":"scheduleId","value":"","description":"REQUIRED: Enter either the ID of a working schedule (use GET WorkingScheduleList endpoint for a list of these), or leave blank to use the published schedule. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruEq3qgRQGopcLU0JBbifUvMntXaDhMiNTQ="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 24 Apr 2024 17:21:47 GMT"},{"key":"Content-Length","value":"6578"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"ScheduleGenId\": 687,\n            \"ScheduleId\": 418,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-03-05T22:31:55.223\",\n            \"LastUpdate\": \"2024-03-05T22:32:47.08\",\n            \"GenerationType\": 6,\n            \"Title\": \"[687] Tritten, Thomas : 05 Mar 2024 22:31:55:223\"\n        },\n        {\n            \"ScheduleGenId\": 686,\n            \"ScheduleId\": 417,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-03-05T22:27:49.637\",\n            \"LastUpdate\": \"2024-03-05T22:28:43.193\",\n            \"GenerationType\": 6,\n            \"Title\": \"[686] Tritten, Thomas : 05 Mar 2024 22:27:49:637\"\n        },\n        {\n            \"ScheduleGenId\": 685,\n            \"ScheduleId\": 416,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-03-05T22:26:11.847\",\n            \"LastUpdate\": \"2024-03-05T22:27:03.56\",\n            \"GenerationType\": 6,\n            \"Title\": \"[685] Tritten, Thomas : 05 Mar 2024 22:26:11:847\"\n        },\n        {\n            \"ScheduleGenId\": 684,\n            \"ScheduleId\": 415,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-03-05T22:23:14.41\",\n            \"LastUpdate\": \"2024-03-05T22:24:05.983\",\n            \"GenerationType\": 6,\n            \"Title\": \"[684] Tritten, Thomas : 05 Mar 2024 22:23:14:410\"\n        },\n        {\n            \"ScheduleGenId\": 683,\n            \"ScheduleId\": 414,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-03-05T22:21:46.757\",\n            \"LastUpdate\": \"2024-03-05T22:22:41.423\",\n            \"GenerationType\": 6,\n            \"Title\": \"[683] Tritten, Thomas : 05 Mar 2024 22:21:46:757\"\n        },\n        {\n            \"ScheduleGenId\": 678,\n            \"ScheduleId\": 410,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-02-15T15:27:59.807\",\n            \"LastUpdate\": \"2024-02-15T15:29:02.337\",\n            \"GenerationType\": 6,\n            \"Title\": \"[678] Tritten, Thomas : 15 Feb 2024 15:27:59:807\"\n        },\n        {\n            \"ScheduleGenId\": 677,\n            \"ScheduleId\": 409,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-02-01T09:00:37.26\",\n            \"LastUpdate\": \"2024-02-01T09:01:36.137\",\n            \"GenerationType\": 6,\n            \"Title\": \"[677] Tritten, Thomas : 01 Feb 2024 09:00:37:260\"\n        },\n        {\n            \"ScheduleGenId\": 676,\n            \"ScheduleId\": 408,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-02-01T08:58:42.413\",\n            \"LastUpdate\": \"2024-02-01T08:59:39.173\",\n            \"GenerationType\": 6,\n            \"Title\": \"[676] Tritten, Thomas : 01 Feb 2024 08:58:42:413\"\n        },\n        {\n            \"ScheduleGenId\": 675,\n            \"ScheduleId\": 407,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-02-01T08:49:59.763\",\n            \"LastUpdate\": \"2024-02-01T08:50:59.09\",\n            \"GenerationType\": 6,\n            \"Title\": \"[675] Tritten, Thomas : 01 Feb 2024 08:49:59:763\"\n        },\n        {\n            \"ScheduleGenId\": 674,\n            \"ScheduleId\": 406,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-02-01T08:46:05.2\",\n            \"LastUpdate\": \"2024-02-01T08:47:06.303\",\n            \"GenerationType\": 6,\n            \"Title\": \"[674] Tritten, Thomas : 01 Feb 2024 08:46:05:200\"\n        },\n        {\n            \"ScheduleGenId\": 672,\n            \"ScheduleId\": 405,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-01-10T07:09:45.26\",\n            \"LastUpdate\": \"2024-01-10T07:10:52.17\",\n            \"GenerationType\": 6,\n            \"Title\": \"[672] Tritten, Thomas : 10 Jan 2024 07:09:45:260\"\n        },\n        {\n            \"ScheduleGenId\": 667,\n            \"ScheduleId\": 402,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-01-03T06:04:35.393\",\n            \"LastUpdate\": \"2024-01-03T06:08:36.847\",\n            \"GenerationType\": 6,\n            \"Title\": \"[667] Tritten, Thomas : 03 Jan 2024 06:04:35:393\"\n        },\n        {\n            \"ScheduleGenId\": 666,\n            \"ScheduleId\": 401,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-01-03T06:03:02.223\",\n            \"LastUpdate\": \"2024-01-03T06:03:58.367\",\n            \"GenerationType\": 6,\n            \"Title\": \"[666] Tritten, Thomas : 03 Jan 2024 06:03:02:223\"\n        },\n        {\n            \"ScheduleGenId\": 665,\n            \"ScheduleId\": 400,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-01-03T06:01:29.2\",\n            \"LastUpdate\": \"2024-01-03T06:02:28.72\",\n            \"GenerationType\": 6,\n            \"Title\": \"[665] Tritten, Thomas : 03 Jan 2024 06:01:29:200\"\n        },\n        {\n            \"ScheduleGenId\": 664,\n            \"ScheduleId\": 399,\n            \"AgentId\": 541,\n            \"AgentName\": \"Tritten, Thomas \",\n            \"ForecastId\": null,\n            \"ForecastMethod\": null,\n            \"State\": 3,\n            \"StateName\": \"Success\",\n            \"StateIcon\": \"~/images/rollovers/grn_ball_on_tiny.gif\",\n            \"Stage\": 50,\n            \"StageName\": \"Schedule task complete\",\n            \"StageIcon\": \"none\",\n            \"CreateDate\": \"2024-01-03T05:59:17.113\",\n            \"LastUpdate\": \"2024-01-03T06:00:17.14\",\n            \"GenerationType\": 6,\n            \"Title\": \"[664] Tritten, Thomas : 03 Jan 2024 05:59:17:113\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"55940757-62ce-4b89-bae9-53f9b7e8c70f"},{"name":"TimeZone","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"ef4f4a01-c962-42c7-a6c3-48de1c7777a8"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"b0e2a775-3c3c-44f6-8125-6dbf5f4ed140"}}],"id":"2d85be8a-5f24-4aa1-8eed-1dd9ecb72d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"09876974-7f26-4f90-bad8-f94192799f88"}],"url":"{{envName}}/api/TimeZone/?id=","description":"<p>This endpoint will get a list of TimeZones and their IDs. The ID is how the timezone is designated in various reports and endpoints in this API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","TimeZone",""],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED - This field's value can be left blank to return a list of all TimeZones, or you can enter a TimeZone ID to confirm it's name.</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"4b5be904-a865-4440-88ed-c1562cd460ec","name":"200","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/TimeZone/?id=","host":["{{envName}}"],"path":["api","TimeZone",""],"query":[{"key":"id","value":"","description":"INT/REQUIRED - This field's value can be left blank to return a list of all TimeZones, or you can enter a TimeZone ID to confirm it's name."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 18 Dec 2023 19:02:58 GMT"},{"key":"Content-Length","value":"4846"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"time_zone_index\": 90,\n            \"Name\": \"(GMT) Casablanca, Monrovia\"\n        },\n        {\n            \"time_zone_index\": 85,\n            \"Name\": \"(GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London\"\n        },\n        {\n            \"time_zone_index\": 110,\n            \"Name\": \"(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna\"\n        },\n        {\n            \"time_zone_index\": 95,\n            \"Name\": \"(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague\"\n        },\n        {\n            \"time_zone_index\": 105,\n            \"Name\": \"(GMT+01:00) Brussels, Copenhagen, Madrid, Paris\"\n        },\n        {\n            \"time_zone_index\": 97,\n            \"Name\": \"(GMT+01:00) Central European Time\"\n        },\n        {\n            \"time_zone_index\": 100,\n            \"Name\": \"(GMT+01:00) Sarajevo, Skopje, Sofija, Vilnius, Warsaw, Zagreb\"\n        },\n        {\n            \"time_zone_index\": 113,\n            \"Name\": \"(GMT+01:00) West Central Africa\"\n        },\n        {\n            \"time_zone_index\": 130,\n            \"Name\": \"(GMT+02:00) Athens, Istanbul, Minsk\"\n        },\n        {\n            \"time_zone_index\": 115,\n            \"Name\": \"(GMT+02:00) Bucharest\"\n        },\n        {\n            \"time_zone_index\": 120,\n            \"Name\": \"(GMT+02:00) Cairo\"\n        },\n        {\n            \"time_zone_index\": 140,\n            \"Name\": \"(GMT+02:00) Harare, Pretoria\"\n        },\n        {\n            \"time_zone_index\": 125,\n            \"Name\": \"(GMT+02:00) Helsinki, Riga, Tallinn\"\n        },\n        {\n            \"time_zone_index\": 135,\n            \"Name\": \"(GMT+02:00) Jerusalem\"\n        },\n        {\n            \"time_zone_index\": 158,\n            \"Name\": \"(GMT+03:00) Baghdad\"\n        },\n        {\n            \"time_zone_index\": 150,\n            \"Name\": \"(GMT+03:00) Kuwait, Riyadh\"\n        },\n        {\n            \"time_zone_index\": 145,\n            \"Name\": \"(GMT+03:00) Moscow, St. Petersburg, Volgograd\"\n        },\n        {\n            \"time_zone_index\": 155,\n            \"Name\": \"(GMT+03:00) Nairobi\"\n        },\n        {\n            \"time_zone_index\": 160,\n            \"Name\": \"(GMT+03:30) Tehran\"\n        },\n        {\n            \"time_zone_index\": 165,\n            \"Name\": \"(GMT+04:00) Abu Dhabi, Muscat\"\n        },\n        {\n            \"time_zone_index\": 170,\n            \"Name\": \"(GMT+04:00) Baku, Tbilisi, Yerevan\"\n        },\n        {\n            \"time_zone_index\": 175,\n            \"Name\": \"(GMT+04:30) Kabul\"\n        },\n        {\n            \"time_zone_index\": 180,\n            \"Name\": \"(GMT+05:00) Ekaterinburg\"\n        },\n        {\n            \"time_zone_index\": 185,\n            \"Name\": \"(GMT+05:00) Islamabad, Karachi, Tashkent\"\n        },\n        {\n            \"time_zone_index\": 190,\n            \"Name\": \"(GMT+05:30) Calcutta, Chennai, Mumbai, New Delhi\"\n        },\n        {\n            \"time_zone_index\": 193,\n            \"Name\": \"(GMT+05:45) Kathmandu\"\n        },\n        {\n            \"time_zone_index\": 201,\n            \"Name\": \"(GMT+06:00) Almaty, Novosibirsk\"\n        },\n        {\n            \"time_zone_index\": 195,\n            \"Name\": \"(GMT+06:00) Astana, Dhaka\"\n        },\n        {\n            \"time_zone_index\": 200,\n            \"Name\": \"(GMT+06:00) Sri Jayawardenepura\"\n        },\n        {\n            \"time_zone_index\": 203,\n            \"Name\": \"(GMT+06:30) Rangoon\"\n        },\n        {\n            \"time_zone_index\": 205,\n            \"Name\": \"(GMT+07:00) Bangkok, Hanoi, Jakarta\"\n        },\n        {\n            \"time_zone_index\": 207,\n            \"Name\": \"(GMT+07:00) Krasnoyarsk\"\n        },\n        {\n            \"time_zone_index\": 210,\n            \"Name\": \"(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi\"\n        },\n        {\n            \"time_zone_index\": 227,\n            \"Name\": \"(GMT+08:00) Irkutsk, Ulaan Bataar\"\n        },\n        {\n            \"time_zone_index\": 215,\n            \"Name\": \"(GMT+08:00) Kuala Lumpur, Singapore\"\n        },\n        {\n            \"time_zone_index\": 225,\n            \"Name\": \"(GMT+08:00) Perth\"\n        },\n        {\n            \"time_zone_index\": 220,\n            \"Name\": \"(GMT+08:00) Taipei\"\n        },\n        {\n            \"time_zone_index\": 235,\n            \"Name\": \"(GMT+09:00) Osaka, Sapporo, Tokyo\"\n        },\n        {\n            \"time_zone_index\": 230,\n            \"Name\": \"(GMT+09:00) Seoul\"\n        },\n        {\n            \"time_zone_index\": 240,\n            \"Name\": \"(GMT+09:00) Yakutsk\"\n        },\n        {\n            \"time_zone_index\": 250,\n            \"Name\": \"(GMT+09:30) Adelaide\"\n        },\n        {\n            \"time_zone_index\": 245,\n            \"Name\": \"(GMT+09:30) Darwin\"\n        },\n        {\n            \"time_zone_index\": 260,\n            \"Name\": \"(GMT+10:00) Brisbane\"\n        },\n        {\n            \"time_zone_index\": 255,\n            \"Name\": \"(GMT+10:00) Canberra, Melbourne, Sydney\"\n        },\n        {\n            \"time_zone_index\": 275,\n            \"Name\": \"(GMT+10:00) Guam, Port Moresby\"\n        },\n        {\n            \"time_zone_index\": 265,\n            \"Name\": \"(GMT+10:00) Hobart\"\n        },\n        {\n            \"time_zone_index\": 270,\n            \"Name\": \"(GMT+10:00) Vladivostok\"\n        },\n        {\n            \"time_zone_index\": 280,\n            \"Name\": \"(GMT+11:00) Magadan, Solomon Is., New Caledonia\"\n        },\n        {\n            \"time_zone_index\": 290,\n            \"Name\": \"(GMT+12:00) Auckland, Wellington\"\n        },\n        {\n            \"time_zone_index\": 285,\n            \"Name\": \"(GMT+12:00) Fiji, Kamchatka, Marshall Is.\"\n        },\n        {\n            \"time_zone_index\": 300,\n            \"Name\": \"(GMT+13:00) Nuku'alofa\"\n        },\n        {\n            \"time_zone_index\": 80,\n            \"Name\": \"(GMT-01:00) Azores\"\n        },\n        {\n            \"time_zone_index\": 83,\n            \"Name\": \"(GMT-01:00) Cape Verde Is.\"\n        },\n        {\n            \"time_zone_index\": 75,\n            \"Name\": \"(GMT-02:00) Mid-Atlantic\"\n        },\n        {\n            \"time_zone_index\": 65,\n            \"Name\": \"(GMT-03:00) Brasilia\"\n        },\n        {\n            \"time_zone_index\": 70,\n            \"Name\": \"(GMT-03:00) Buenos Aires, Georgetown\"\n        },\n        {\n            \"time_zone_index\": 73,\n            \"Name\": \"(GMT-03:00) Greenland\"\n        },\n        {\n            \"time_zone_index\": 60,\n            \"Name\": \"(GMT-03:30) Newfoundland\"\n        },\n        {\n            \"time_zone_index\": 50,\n            \"Name\": \"(GMT-04:00) Atlantic Time (Canada)\"\n        },\n        {\n            \"time_zone_index\": 55,\n            \"Name\": \"(GMT-04:00) Caracas, La Paz\"\n        },\n        {\n            \"time_zone_index\": 56,\n            \"Name\": \"(GMT-04:00) Santiago\"\n        },\n        {\n            \"time_zone_index\": 45,\n            \"Name\": \"(GMT-05:00) Bogota, Lima, Quito\"\n        },\n        {\n            \"time_zone_index\": 35,\n            \"Name\": \"(GMT-05:00) Eastern Time (US & Canada)\"\n        },\n        {\n            \"time_zone_index\": 40,\n            \"Name\": \"(GMT-05:00) Indiana (East)\"\n        },\n        {\n            \"time_zone_index\": 33,\n            \"Name\": \"(GMT-06:00) Central America\"\n        },\n        {\n            \"time_zone_index\": 20,\n            \"Name\": \"(GMT-06:00) Central Time (US & Canada)\"\n        },\n        {\n            \"time_zone_index\": 30,\n            \"Name\": \"(GMT-06:00) Mexico City\"\n        },\n        {\n            \"time_zone_index\": 25,\n            \"Name\": \"(GMT-06:00) Saskatchewan\"\n        },\n        {\n            \"time_zone_index\": 15,\n            \"Name\": \"(GMT-07:00) Arizona\"\n        },\n        {\n            \"time_zone_index\": 10,\n            \"Name\": \"(GMT-07:00) Mountain Time (US & Canada)\"\n        },\n        {\n            \"time_zone_index\": 4,\n            \"Name\": \"(GMT-08:00) Pacific Time (US & Canada); Tijuana\"\n        },\n        {\n            \"time_zone_index\": 3,\n            \"Name\": \"(GMT-09:00) Alaska\"\n        },\n        {\n            \"time_zone_index\": 2,\n            \"Name\": \"(GMT-10:00) Hawaii\"\n        },\n        {\n            \"time_zone_index\": 1,\n            \"Name\": \"(GMT-11:00) Midway Island, Samoa\"\n        },\n        {\n            \"time_zone_index\": 0,\n            \"Name\": \"(GMT-12:00) Eniwetok, Kwajalein\"\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"2d85be8a-5f24-4aa1-8eed-1dd9ecb72d04"},{"name":"UserTagsList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"592bd43a-7176-4a04-8e9f-b0d006341b61"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"8f757955-dc15-4f70-9008-d56a3449ae2a"}}],"id":"9713ae64-e3cd-49a5-8a92-3ba4bca1f56a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"f4d94fb3-19de-495c-8dcb-7e4d70cc2f22"}],"url":"{{envName}}/api/UserTagsList?userId=278","description":"<p>GET UserTagsList produces a list of the User Tags and the count of how often they are used.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","UserTagsList"],"host":["{{envName}}"],"query":[{"description":{"content":"<p>REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList</p>\n","type":"text/plain"},"key":"userId","value":"278"}],"variable":[]}},"response":[{"id":"335474b1-1ab7-44ef-9a61-6bce234690d6","name":"Count of each User Tag","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":{"raw":"{{envName}}/api/UserTagsList?userId=278","host":["{{envName}}"],"path":["api","UserTagsList"],"query":[{"key":"userId","value":"278","description":"REQUIRED: AgentID of user requesting the data; used for security purposes. AgentIDs can be found in GET Agent or GET AgentList"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruFOhLqQWk4GPo+Zwf0PYcU15/2gsUq5aY0="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:19:54 GMT"},{"key":"Content-Length","value":"209"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"UserTag\": \"\",\n            \"UserTagCount\": 56\n        },\n        {\n            \"UserTag\": \"#Spanish\",\n            \"UserTagCount\": 17\n        },\n        {\n            \"UserTag\": \"test123\",\n            \"UserTagCount\": 1\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"9713ae64-e3cd-49a5-8a92-3ba4bca1f56a"},{"name":"Priority","event":[{"listen":"prerequest","script":{"id":"1edb9eda-5bfb-45c1-9741-c1e85b248ced","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"d90de2df-5fac-4ed3-9add-2ba624d5ed5c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c0fbf41a-7e1d-4517-aaff-f97dae8be8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"<p>REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE</p>\n","type":"text"},{"key":"priorityId","value":"300","description":"<p>REQUIRED: The ID of the Priority you want to update or remove. You can use the GET Priority endpoint to get a list of Priority IDs. On INSERT you will need to provide a unique ID; conflicting IDs will be rejected.</p>\n","type":"text"},{"key":"name","value":"Tradeshow","description":"<p>REQUIRED on INSERT and UPDATE: This string field allows you to indicate the name of the priority.</p>\n","type":"text"}]},"url":"{{envName}}/api/Priority","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Priority"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"a6dc915d-4c7f-463d-8e36-def9edc7cf9e","name":"1 - INSERT","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"1","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"priorityId","value":"300","description":"REQUIRED: The ID of the Priority you want to update or remove. You can use the GET Priority endpoint to get a list of Priority IDs. On INSERT you will need to provide a unique ID; conflicting IDs will be rejected.","type":"text"},{"key":"name","value":"Tradeshow","description":"REQUIRED on INSERT and UPDATE: This string field allows you to indicate the name of the priority.","type":"text"}]},"url":"{{envName}}/api/Priority"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2cpqMSLbANm8j1zzQ6nDM2I="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 19:02:34 GMT"},{"key":"Content-Length","value":"98"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": 300,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"117cdc72-fe28-4e4c-9d01-e679d24bc561","name":"2 - UPDATE (name)","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"2","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"priorityId","value":"300","description":"REQUIRED: The ID of the Priority you want to update or remove. You can use the GET Priority endpoint to get a list of Priority IDs. On INSERT you will need to provide a unique ID; conflicting IDs will be rejected.","type":"text"},{"key":"name","value":"Tradeshow (Paid)","description":"REQUIRED on INSERT and UPDATE: This string field allows you to indicate the name of the priority.","type":"text"}]},"url":"{{envName}}/api/Priority"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2dsKEHtGrGuWhVc9USqmw8g="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 19:03:04 GMT"},{"key":"Content-Length","value":"98"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": 300,\n    \"StackTrace\": \"Stack trace here...\"\n}"},{"id":"dbf0d3e7-6b3a-4867-9a32-5b323e627a75","name":"3 - DELETE","originalRequest":{"method":"POST","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transactionFlagId","value":"3","description":"REQUIRED: This flag indicates which action you are taking. 1 = INSERT, 2 = UPDATE, 3 = DELETE","type":"text"},{"key":"priorityId","value":"300","description":"REQUIRED: The ID of the Priority you want to update or remove. You can use the GET Priority endpoint to get a list of Priority IDs. On INSERT you will need to provide a unique ID; conflicting IDs will be rejected.","type":"text"},{"key":"name","value":"Tradeshow (Paid)","description":"REQUIRED on INSERT and UPDATE: This string field allows you to indicate the name of the priority.","type":"text","disabled":true}]},"url":"{{envName}}/api/Priority"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2YfG+mvqy+l5maEJ6m7pJII="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 19:03:38 GMT"},{"key":"Content-Length","value":"98"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": 300,\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"c0fbf41a-7e1d-4517-aaff-f97dae8be8ac"},{"name":"PriorityList","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"2976147d-4407-4e51-8332-8d10183d6bb4"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"2fd98e3b-b060-4f9a-8e46-f0efee91ce97"}}],"id":"d2a71f16-1a7c-4b0e-9459-03fc58942d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/PriorityList","description":"<p>The GET PriorityList endpoint simply returns a list of all possible Priroities and their IDs. This is used primarily with Event endpoints.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","PriorityList"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"f34c5d76-9078-4b0d-a1d9-ffdebdc4db6d","name":"PriorityList","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}"}],"url":"{{envName}}/api/PriorityList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WFMSGAPIKEY","value":"yJXFSVu1d0PdWI7j8r10rdRowmVxl10YetquBwUmruE9nhlkBo4C2d3UdLFrd7g2AdR1fEbjS6M="},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Wed, 12 Jun 2024 18:53:26 GMT"},{"key":"Content-Length","value":"400"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": [\n        {\n            \"PriorityId\": 1,\n            \"Name\": \"Default Work Type\",\n            \"Referenced\": true\n        },\n        {\n            \"PriorityId\": 100,\n            \"Name\": \"Break & Lunch\",\n            \"Referenced\": true\n        },\n        {\n            \"PriorityId\": 150,\n            \"Name\": \"On Site Paid\",\n            \"Referenced\": true\n        },\n        {\n            \"PriorityId\": 200,\n            \"Name\": \"Off Site Paid\",\n            \"Referenced\": true\n        },\n        {\n            \"PriorityId\": 250,\n            \"Name\": \"Off Site NonPaid\",\n            \"Referenced\": true\n        }\n    ],\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"d2a71f16-1a7c-4b0e-9459-03fc58942d77"},{"name":"Version","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6ff8e498-d4c1-43e8-af90-a494e9120e62"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"1dddd57d-ffe2-49e2-9fb8-3748ac226327"}}],"id":"43f9c954-38e8-444d-8800-51eb54a04eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","uuid":"6dd3c3a2-d22c-4b67-bf68-69974bd0015b"}],"url":"{{envName}}/api/Version","description":"<p>This endpoint returns information about the current version of CommunityWFM. It makes a great endpoint for connection tests due to it's simplicity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}},"urlObject":{"path":["api","Version"],"host":["{{envName}}"],"query":[],"variable":[]}},"response":[{"id":"ead7dca8-7a36-4257-99e6-80c616c49b58","name":"Version","originalRequest":{"method":"GET","header":[{"key":"WFMSGAPIKEY","value":"{{WFMSGAPIKEY}}","type":"text"}],"url":"{{envName}}/api/Version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache,no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-Frame-Options","value":"Deny"},{"key":"Date","value":"Tue, 26 Mar 2024 19:18:30 GMT"},{"key":"Content-Length","value":"343"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"\",\n    \"Success\": true,\n    \"ExceptionResult\": null,\n    \"Data\": {\n        \"databaseVersion\": \"5.1.835.625\",\n        \"assemblyVersion\": \"5.1.835.625\",\n        \"numericBuildVersion\": 518350625,\n        \"numericDatabaseVersion\": 518350625,\n        \"productEdition\": \"5541b32d-f559-40f3-b567-bc9e8f77fe07\",\n        \"mobileMode\": 0,\n        \"defaultLanguage\": \"en-us\",\n        \"hotFixVersion\": \"\"\n    },\n    \"StackTrace\": \"Stack trace here...\"\n}"}],"_postman_id":"43f9c954-38e8-444d-8800-51eb54a04eb3"}],"id":"d0f10b9b-14f6-45dd-8c3e-e7aa025f1320","description":"<p>Common Resources contain misc endpoints that contain various details needed throughout the rest of the platform such as TimeZone IDs.</p>\n<p>Common endpoints include:</p>\n<ul>\n<li><p><a href=\"https://developer.communitywfm.com/#031575dc-01c1-4b55-8429-cf4663d82ac3\">GET EmployeeClassification</a> - This can help provide a list of employee classifications and their internal ID, which may be needed in various other endpoints.</p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#2d85be8a-5f24-4aa1-8eed-1dd9ecb72d04\">GET TimeZone</a> - This endpoint will get a list of TimeZones and their IDs. The ID is how the timezone is designated in various reports and endpoints in this API.</p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#a8f5aae5-856d-4285-b2ab-1c97fa1c601f\">GET CustomGroupList</a> - The custom group list can help you find a list of custom groups, confirm which groups an agent belongs to, and get the ID of the group for use in other endpoints and reports.</p>\n</li>\n<li><p><a href=\"https://developer.communitywfm.com/#455a1b5b-94d9-458f-ad46-5312e5530516\">GET DatasourceList</a> - A list of all available data sources configured within CommunityWFM. If multiple data sources exist then this list will help identify their ID for use in various endpoints. If only 1 data sources is configured then leaving the data source field blank in most endpoints will use the default data source.</p>\n</li>\n</ul>\n","_postman_id":"d0f10b9b-14f6-45dd-8c3e-e7aa025f1320","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}},{"name":"Licensed Features","item":[{"name":"CommunityWFM Cloud Connect","item":[{"name":"PeopleList","id":"1becd465-111f-401a-badb-efa168234397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/People/List?accountID={{AccountId}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["People","List"],"host":["{{BaseURL}}"],"query":[{"description":{"content":"<p>REQUIRED: Account ID of user whose data you're requesting.</p>\n","type":"text/plain"},"key":"accountID","value":"{{AccountId}}"}],"variable":[]}},"response":[],"_postman_id":"1becd465-111f-401a-badb-efa168234397"},{"name":"InsertPerson","id":"bb30b682-3895-4427-8e84-409afe4dd975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"AccountId\":\"{{AccountId}}\",\r\n\"AgentId\":\"999\",\r\n\"FirstName\":\"Brett\",\r\n\"LastName\":\"Goldfarb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/People/InsertPerson","description":"<p>To insert people into Community Cloud Connect you'll need to use raw JSON. The format requires the AccountID, Agent First and last name, and an integer ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["People","InsertPerson"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb30b682-3895-4427-8e84-409afe4dd975"},{"name":"BulkInsertPeople","id":"d82f57a0-161f-4457-a560-1b0ffff4755f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\":\"{{AccountId}}\",\r\n \"AgentInserts\" : [\r\n        {\r\n            \"AgentId\": \"1000\",\r\n            \"FirstName\": \"Joe\",\r\n            \"LastName\": \"Doe\"\r\n        },\r\n        {\r\n            \"AgentId\": \"1001\",\r\n            \"FirstName\": \"Jane\",\r\n            \"LastName\": \"Doe\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/People/BulkInsertPeople","description":"<p>Just like with creating one agent, multiple can be added into Community Cloud Connect using a similar JSON. The format requires the AccountID, Agent First and last name, and an integer ID for each separtated by a comma.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["People","BulkInsertPeople"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d82f57a0-161f-4457-a560-1b0ffff4755f"},{"name":"CollectionPointList","id":"7af4e07d-ee2d-4652-81b2-92a8cd70b0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/CollectionPoint/List?accountID={{AccountId}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["CollectionPoint","List"],"host":["{{BaseURL}}"],"query":[{"key":"accountID","value":"{{AccountId}}"}],"variable":[]}},"response":[],"_postman_id":"7af4e07d-ee2d-4652-81b2-92a8cd70b0b4"},{"name":"InsertCollectionPoint","id":"3a2fbb46-a4f3-4506-b210-79d730271b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\": \"{{AccountId}}\",\r\n    \"CollectionPointId\": \"999\",\r\n    \"Description\": \"Test CP Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/CollectionPoint/InsertCollectionPoint","description":"<p>To insert people into Community Cloud Connect you'll need to use raw JSON. The format requires your AccountID, an integer unique to this Collection Point, and a Description for this new Collection Point.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["CollectionPoint","InsertCollectionPoint"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a2fbb46-a4f3-4506-b210-79d730271b41"},{"name":"BulkInsertCollectionPoints","id":"11397f51-c442-4a15-b55c-b9dcfd70871c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\": \"{{AccountId}}\",\r\n \"CollectionPointInserts\" : [\r\n        {\r\n            \"CollectionPointId\": \"1001\",\r\n            \"Description\": \"Sample Collection Point 1001\"\r\n        },\r\n        {\r\n            \"CollectionPointId\": \"1002\",\r\n            \"Description\": \"Sample Collection Point 1002\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/CollectionPoint/BulkInsertCollectionPoints","description":"<p>Similar to InsertCollectionPoint, BulkinsertCollectionPoints lets you add multiple people into Community Cloud Connect. The format requires your AccountID, an integer unique to this Collection Point, and a Description for each new Collection Point separated by a comma.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["CollectionPoint","BulkInsertCollectionPoints"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11397f51-c442-4a15-b55c-b9dcfd70871c"},{"name":"BulkInsertAgentActivity","id":"d637be83-9f48-4fb9-a83f-d08a1775da67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\": \"{{AccountId}}\",\r\n    \"AgentUpdates\": [\r\n        {\r\n            \"AgentId\": \"1004\",\r\n            \"EventTime\": \"1/3/2024 16:13:12.321\",\r\n            \"Activity\": \"notready\",\r\n            \"ReasonCode\": \"1\"\r\n        },\r\n        {\r\n            \"AgentId\": \"1005\",\r\n            \"EventTime\": \"1/3/2024 16:13:12.432\",\r\n            \"Activity\": \"OnCall\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/AgentActivity/BulkInsertAgentActivity","description":"<p>To insert agent activity into Community Cloud Connect you'll need to use raw JSON. The format requires your AccountID, the AgentIDs of the Agents to be (see GET Agent in the CommunityWFM API for a list of Agents), the Datetime of the activity, the activity state, and if applicable a reason code. See the body for an example of how to properly format the JSON to accept multiple activities.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["AgentActivity","BulkInsertAgentActivity"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d637be83-9f48-4fb9-a83f-d08a1775da67"},{"name":"BulkInsertCallVolume","id":"62be06c7-3128-4ee9-ace9-446da2ce3cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\": \"1\",\r\n    \"CallVolumeInserts\": [\r\n        {\r\n            \"UpdateExisting\": \"false\",\r\n            \"CollectionPoint\": \"1\",\r\n            \"Interval\": \"1/3/2024 14:15:00\",\r\n            \"ContactsOffered\": \"5\",\r\n            \"ContactsNotHandled\": \"2\",\r\n            \"TalkTime\": \"600\",\r\n            \"HoldTime\": \"0\",\r\n            \"ServiceLevelPct\": \"0\",\r\n            \"CollectionTimeStamp\": \"1/3/2024\",\r\n            \"OutboundContacts\": \"2\",\r\n            \"OutboundTimeStamp\": \"3\"\r\n        },\r\n        {\r\n            \"UpdateExisting\": \"false\",\r\n            \"CollectionPoint\": \"2\",\r\n            \"Interval\": \"1/3/2024 14:15:00\",\r\n            \"ContactsOffered\": \"8\",\r\n            \"ContactsNotHandled\": \"0\",\r\n            \"TalkTime\": \"300\",\r\n            \"HoldTime\": \"0\",\r\n            \"ServiceLevelPct\": \"0\",\r\n            \"CollectionTimeStamp\": \"1/3/2024\",\r\n            \"OutboundContacts\": \"2\",\r\n            \"OutboundTimeStamp\": \"3\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/CallVolume/BulkInsertCallVolume","description":"<p>To insert CAll Volume data into Community Cloud Connect you'll need to use a JSON body like in the documentation. The format requires your AccountID, to indicate if you're updating existing Call Volume Records or adding them (true to update, false to add new records), identify to which collectionpoint this applies by it's ID (int), the interval period (datetime), how many contacts were offered (int), how many contacts were not handled (int), what the talk time was (int), what the hold time was (int), the service level percentage of those calls (int), the collection time stamp indicating when this data was collected (date), outbound contacts count (int), and outbound time stamp (int).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["CallVolume","BulkInsertCallVolume"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"62be06c7-3128-4ee9-ace9-446da2ce3cbb"},{"name":"BulkInsertCallVolume","id":"3bd2edcb-d1a4-45f0-88f6-84856c06ae76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"AccountId\": \"1\",\r\n    \"CallVolumeInserts\": [\r\n        \r\n        {\r\n            \"UpdateExisting\": \"true\",\r\n            \"CollectionPoint\": \"2\",\r\n            \"Interval\": \"1/3/2024 14:15:00\",\r\n            \"ContactsOffered\": \"9\",\r\n            \"ContactsNotHandled\": \"3\",\r\n            \"TalkTime\": \"300\",\r\n            \"HoldTime\": \"0\",\r\n            \"ServiceLevelPct\": \"0\",\r\n            \"CollectionTimeStamp\": \"1/3/2024\",\r\n            \"OutboundContacts\": \"2\",\r\n            \"OutboundTimeStamp\": \"3\",\r\n            \"UserData1\":\"1000\",\r\n            \"UserData2\":\"999\",\r\n            \"UserData3\":\"998\",\r\n            \"UserData4\":\"997\",\r\n            \"UserData5\":\"996\",\r\n            \"UserData6\":\"995\",\r\n            \"UserData7\":\"994\",\r\n            \"UserData8\":\"993\",\r\n            \"UserData9\":\"992\",\r\n            \"UserData10\":\"991\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/CallVolume/BulkInsertCallVolume","description":"<p>To insert Call Volume data with user lists into Community Cloud Connect you'll need to use a JSON body like in the documentation. The format requires your AccountID, to indicate if you're updating existing Call Volume Records or adding them (true to update, false to add new records), identify to which collectionpoint this applies by it's ID (int), the interval period (datetime), how many contacts were offered (int), how many contacts were not handled (int), what the talk time was (int), what the hold time was (int), the service level percentage of those calls (int), the collection time stamp indicating when this data was collected (date), outbound contacts count (int), and outbound time stamp (int), and then for each user that applies add each as a new numbered UserData# parameter with the value set to the AgentId (see GET Agent to get a list of all agent IDs you can use). In the example we're adding Agent IDs 991 - 1000 and each as another UserData# from 1-10.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":true,"source":{"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","name":"CommunityWFM Cloud Connect","type":"folder"}},"urlObject":{"path":["CallVolume","BulkInsertCallVolume"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bd2edcb-d1a4-45f0-88f6-84856c06ae76"}],"id":"1db31aad-2262-493c-bc61-9f37b9f73f5d","description":"<h1 id=\"overview\">Overview:</h1>\n<p>CommunityWFM Cloud Connect is a REST API that provides methods to import agents, collection points, agent activity, and call volume for real-time adherence and forecasting.</p>\n<h2 id=\"requirements\">Requirements:</h2>\n<p>Before you begin you will need the BaseURL of your CommuanityWFM server, your AccountID, and an APIKey from your CommunityWFM Project Manager.</p>\n<h2 id=\"about-this-postman\">About this Postman:</h2>\n<p>The CommunityWFM Cloud Connect API has it's own authentication method which involves getting an APIKey from your Project Manager. This key will act as credentials to give you access to the API. To use it simply include in your header a key called APIKey with a value set to your APIKey. You will be able to see this on the various endpoints documented here.</p>\n<h2 id=\"data-types\">Data Types:</h2>\n<p>• <strong>People</strong> - Basic agent data like name and email address.<br />• <strong>Agent State</strong> - This data is used for Adherence reporting<br />• <strong>Historical Contact Volume</strong> - This is the 15 min interval contact data used for forecasting schedules.<br />• <strong>Collection Point</strong> - These are the queues from the telephony system used and are typically identified with an integer instead of name.</p>\n<h2 id=\"common-parameters\">Common Parameters:</h2>\n<p>• <strong>AccountId</strong> (<em>INT</em>) - Unique identifier per data source provided by CommunityWFM technical team.</p>\n<p>• <strong>AgentId</strong> (<em>INT</em>) - An increasing integer used by CommunityWFM to internally identify each unique agent.</p>\n<p>• <strong>CollectionPointId</strong> (<em>INT</em>) - Used to identify the specific Collection Point/Queue.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIKey"},{"key":"value","value":"{{APIKey}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"dec39f24-86a1-4991-aa5f-7cd77c80b66d","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"65c2e16e-2f85-4302-986e-82d4f5953040","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"1db31aad-2262-493c-bc61-9f37b9f73f5d"}],"id":"c27efd57-089c-49b0-8bb4-f1f8196afc62","description":"<p>This folder contains collections of endpoints related to licensed features that will not be applicable to all environments. If you would like any additional information about these additional licensed features please contact your sales rep or feel free to use <a href=\"https://www.communitywfm.com/contact\">the contact form on our website</a>.</p>\n","_postman_id":"c27efd57-089c-49b0-8bb4-f1f8196afc62","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]},"isInherited":true,"source":{"_postman_id":"96f0af66-94dc-4390-90ae-e98d251c5896","id":"96f0af66-94dc-4390-90ae-e98d251c5896","name":"CommunityWebAPI BETA","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"WFMSGAPIKEY"},{"key":"value","value":"{{WFMSGAPIKEY}}"}]}},"event":[{"listen":"prerequest","script":{"id":"226931cb-bc81-4939-9769-3e6e8b6ca7e7","type":"text/javascript","exec":["/////////////////////////////////////////////////////////////////////////////\r","//                     Get Authentication Token                            //\r","/////////////////////////////////////////////////////////////////////////////\r","\r","//Store the environment details as variables for ease of use\r","\r","var localURL = pm.variables.get('envName');\r","var authName = pm.variables.get('authName');\r","var authPass = pm.variables.get('authPass');\r","\r","//Define the request parameters for the authentication using the variables above\r","const options = {\r","    url: localURL +\"/api/AuthenticateEx\",\r","    //url: localURL +\"/api/AuthenticateEx\",\r","    method: 'POST',\r","    header: { 'content-type': 'application/x-www-form-urlencoded' },\r","\r","    body: {\r","    mode: 'urlencoded',\r","    urlencoded : [\r","      { key: 'l', value: authName+'|'+authPass}\r","    ]\r","  }\r","};\r","\r","\r","//Execute the request defined above and store the the response as the variable WFMSGAPIKEY \r","if (pm.info.requestName !== \"AuthenticateEx\" || \"Authenticate\") {\r","    pm.sendRequest(options, function (err, res) {\r","        var jsonData = res.json();\r","        if (err) {\r","            console.log(err);\r","        }\r","        else {\r","            pm.environment.set(\"WFMSGAPIKEY\", res.json().Data.authToken);\r","        }\r","    })\r","}\r",""]}},{"listen":"test","script":{"id":"1307ea31-6ecf-4cfd-a569-bec2f3ece830","type":"text/javascript","exec":[""]}}]}